@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #090314;
    --e-global-color-accent: #ee4619;
    --e-global-color-text:  #777777;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-copyright-text:  #555555;
    --e-global-color-light-grayish-cyan: #ebf1f3;
    --e-global-color-grayish-blue: #cad3d6;
    --e-global-color-dark-grayish-blue: #bdc2c4;
    --e-global-color-light-grayish-blue: #f3f3f4;
    --e-global-color-very-light-grayish-blue: #f6f7fb;
    --e-global-color-dark-moderate-green: #6cad4f;
    --e-global-color-vivid-orange: #ef7216;
    --e-global-color-very-light-gray: #e5e5e5;
    --e-global-color-very-dark-grayish-pink: #726f71;
    --e-global-color-light-gray: #cccccc;
    --e-global-color-soft-orange: #f49c5b;
    --e-global-color-very-dark-blue: #10205e;
    --e-global-color-lime-green: #30c89f;
    --e-global-color-very-dark-grayish-blue: #666c84;
    --e-global-color-light-grayish-orange: #fdefe4;
    --e-global-color-light-grayish-green: #f9fbf6;
    --e-global-color-very-light-grayish-cyan: #d9f4ed;
    --e-global-color-grayish-lime-green: #b5b7b5;
    --e-global-color-light-red: #ff5440;
    --e-global-color-very-soft-cyan: #abdfcd;
    --e-global-color-very-pale-orange: #ffecda;
    --e-global-color-light-grayish-violet: #e7dcf7;
    --e-global-color-very-soft-orange: #fae8bd;
    --e-global-color-dark-gray: #787878;
    --e-global-color-very-dark-gray-mostly-black: #2e2e2e;
}

body{
    font-family: 'Inter', sans-serif;
}

/* clients */

.new-clients-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.new-clients-block h2,
.new-clients-block p {
    text-align: center;
}
.new-clients-block h2,
.new-clients-block p {
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.h1, h1 {
    font-size: 42px !important;
    line-height: 58px !important;
    font-weight: 700;
    color: var(--e-global-color-white);
}
.h2, h2 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.h3, h3{
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
}
.h4, h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.h5, h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
}
.h6, h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
p {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400;
    /* color: var(--e-global-color-text); */
}
.text-size-18 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-14 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none !important;

}

/* Home Page Style */

.web_traffic{
    position: relative;
}
.web_traffic .header {
    position: relative;
    z-index: 5;
}
.web_traffic .navbar-collapse{
    padding: 0;
}
.web_traffic .navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.web_traffic .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}
.web_traffic .navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.web_traffic .navbar-brand{
    margin: 0;
    padding: 0;
}
.web_traffic .navbar {
    position: relative;
    padding: 30px 12px 30px 0;
    margin-bottom: 0;
    z-index: 1;
}
.web_traffic .navbar-nav li{
    margin: 0 12px;
    position: relative;
}
.web_traffic .navbar-nav li:first-child{
    margin-left: 0;
}
.web_traffic .navbar-nav li:last-child {
    margin-right: 0px;
}
.web_traffic .last_list{
    text-align: center;
}
.web_traffic .last_list a{
    position: relative;
}
.web_traffic .last_list .cart-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    position: relative;
    color: var(--e-global-color-white) !important;
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    text-align: center;
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list span{
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: -18px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .search-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    position: relative;
    color: var(--e-global-color-white) !important;
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    text-align: center;
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .cart-box:hover {
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent);
}
.web_traffic .last_list a:hover .cart-box{
    transform: translateY(-5px);
}
.web_traffic .last_list a:hover span{
    transform: translateY(-5px);
}
.web_traffic .last_list .search-box:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent);
}
.banner-section strong{
    color: #fff;
}
.web_traffic .last_list .lets_talk {
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: #d87e34;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.overlay .lets_talk{
    margin-left: 0 !important;
}
.lets_talk {
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: #d87e34;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .lets_talk:hover {
    transform: translateY(-5px);
    background: transparent;
    border: 1px solid var(--e-global-color-white);
    color: #d87e34;
}
.web_traffic .last_list .lets_talk.btn-main:hover {
    transform: translateY(-5px);
    background: transparent;
    border: 1px solid #d87e34;
    color: #d87e34 !important;
}
.web_traffic .navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .dropdown-menu .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.web_traffic .navbar-collapse .dropdown-menu {
    text-align: left;
    margin-left: 0;
}
.web_traffic .navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    top: 46px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
}
.web_traffic .navbar-nav .dropdown-menu li{
    margin: 0;
}
.web_traffic .navbar-nav .dropdown-menu .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    transition: all 0.3s ease-in-out;
    padding: 12px 32px;
    margin-top: 0;
}
.web_traffic .navbar-nav .dropdown li i {
    font-size: 12px;
    top: 14px;
    left: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .dropdown li:hover > i {
    color: var(--e-global-color-white);
}
.web_traffic .navbar-nav .dropdown li.active > i {
   color: var(--e-global-color-white);
}
.web_traffic .navbar-expand-lg .dropdown-menu .nav-link {
    padding-left: 0;
}
.web_traffic .navbar-nav .dropdown-menu li:last-child{
    margin-left: 0;
}
.banner-section{
    margin-top: 0px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-image: url('../images/homepage/leading-global-influencer.webp');
}
.banner-section {
    margin-top: -112px;
}
.web_traffic .banner-section {
    position: relative;
    padding: 9rem 0 50px !important;
}
.banner_content{
    padding-top: 7.5rem;
}
.banner_content p{
    color: #fff;
}
.web_traffic .banner-section .banner_content{
    position: relative;
    text-align: center;
}
.web_traffic .banner-section .banner_content h1{
    margin-bottom: 0px;
    text-align: center;
}
.web_traffic .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 50px;
}
.web_traffic .banner_content .get_started {
    padding: 14px 42px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .banner_content .get_started:hover {
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
}
.web_traffic .banner_content .how_it_works {
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .banner_content .how_it_works:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.web_traffic .banner_wrapper{
    z-index: 1;
}
.web_traffic .banner_wrapper .banner-image {
    position: absolute;
    top: -82px;
    right: -303px;
}
.web_traffic .banner_wrapper .banner-boximage1{
    position: absolute;
    top: -130px;
    left: 256px;
}
.web_traffic .banner_wrapper .banner-boximage2{
    position: absolute;
    top: 392px;
    left: 60px;
}
.web_traffic .banner_wrapper .banner-boximage3{
    position: absolute;
    bottom: -815px;
    right: -290px;
}
.web_traffic .top-btn .banner-dropdownimage {
    position: absolute;
    bottom: -105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* Partner */

.web_partner-section{
    padding: 190px 0 98px;
    text-align: center;
}
.web_partner-section h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 38px;
}
.web_partner-section span {
    padding: 0 8px;
    color: var(--e-global-color-accent);
}
.web_partner-section ul li {
    display: inline-block;
    margin: 0 55px;
}
.web_partner-section ul li:first-child {
    margin-left: 0;
}
.web_partner-section ul li:last-child {
    margin-right: 0;
}
.web_partner-section ul li figure{
    transition: all 0.3s ease-in-out;
}
.web_partner-section ul li figure:hover{
    filter: brightness(0);
    transform: translateY(-5px);
}

/* Service */

.web_service-section{
    background: #ffffff !important;
    position: relative;
    padding: 144px 0 110px;
}
.web_service-section .upper-text{
    margin-bottom: 90px;
}
.web_service-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
}
.web_service-section .heading h5 {
    margin-bottom: 14px;
}
.web_service-section .text{
    padding-top: 86px;
    margin-left: -20px;
}
.web_service-section .image{
    position: relative;
    margin-bottom: 40px;
}
.web_service-section .image .service-image{
    background-image: linear-gradient(to top, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.web_service-section .image .service-image img{
    opacity: 35%;
}
.web_service-section .image .icon {
    height: 130px;
    width: 130px;
    line-height: 130px;
    border: 2px solid rgba(255, 255, 255, 60%);
    border-radius: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.web_service-section .image .icon:hover {
    transform: translateY(-5px);
}
.web_service-section .image .icon .video-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.web_service-section .image .icon:hover .video-icon{
    background-image: linear-gradient(to left, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.web_service-section .service-box{
    padding: 48px 40px 46px 50px;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
}
/* .web_service-section .service-box:hover{
    border: 2px solid var(--e-global-color-secondary);
} */
/* .web_service-section .service-box span{
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.web_service-section .service-box:hover span{
    background: var(--e-global-color-accent);
} */
/* .web_service-section .service-box span:hover{
    transform: translateY(-5px);
} */
.web_service-section .service-box h3{
    margin-bottom: 25px;
}
.web_service-section .service-box p{
    margin-bottom: 32px;
}
.web_service-section p{
    color: #000000;
}
/* .web_service-section .service-box .read_more{
    padding: 12px 28px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    background: transparent;
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
} */
/* .web_service-section .service-box:hover .read_more{
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.web_service-section .service-box .read_more:hover{
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
} */

/* Progress */

.web_progress-section{
    background-color: var(--e-global-color-secondary);
    padding: 144px 0 150px;
}
.web_progress-section .progress_wrapper{
    z-index: 1;
}
.web_progress-section .progress_wrapper .progress-image{
    position: absolute;
    top: 5px;
    left: 0;
}
.web_progress-section .progress_wrapper .progress-boximage1{
    position: absolute;
    top: 46px;
    right: 70px;
}
.web_progress-section .progress_wrapper .progress-boximage2{
    position: absolute;
    top: 210px;
    left: -24px;
}
.web_progress-section .progress_wrapper .progress-boximage3{
    position: absolute;
    bottom: -590px;
    left: 32px;
}
.web_progress-section .progress_content h5 {
    margin-bottom: 14px;
}
.web_progress-section .progress_content h2 {
    position: relative;
    color: var(--e-global-color-white);
    margin-bottom: 25px;
    z-index: 1;
}
.web_progress-section .progress_content span{
    color: var(--e-global-color-accent);
    padding-left: 15px;
}
.web_progress-section .progress_content img{
    position: absolute;
    z-index: -1;
    margin-bottom: 0;
    top: 108px;
    right: 184px;
}
.web_progress-section .progress_content .text{
    color: var(--e-global-color-white);
    margin-bottom: 46px;
}
.web_progress-section .progress_content input {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    padding: 19px 18px;
    width: 100%;
    overflow: visible;
    outline: none;
    border: none;
}
.web_progress-section .progress_content .analyze_button {
    font-size: 16px;
    line-height: 20px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    width: 172px;
    height: 58px;
    right: 0;
    float: right;
    position: absolute;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.web_progress-section .progress_content .analyze_button:hover {
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-white);
}

/* Grow */

.web_grow-section{
    padding: 224px 0 150px;
}
.web_grow-section .grow_content h5 {
    margin-bottom: 16px;
}
.web_grow-section .grow_content h2 {
    margin-bottom: 26px;
}
.web_grow-section .grow_content .text{
    margin-bottom: 32px;
    margin-right: 100px;
}
.web_grow-section .grow_content ul{
    padding-left: 16px;
    margin-bottom: 40px;
}
.web_grow-section .grow_content ul li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.web_grow-section .grow_content ul li:hover {
    color: var(--e-global-color-accent);
}
.web_grow-section .grow_content ul li .circle {
    position: relative;
    top: 2px;
    left: -16px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: var(--e-global-color-accent);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_grow-section .grow_content ul li:hover .circle{
    background: var(--e-global-color-accent);
}
.web_grow-section .grow_content ul li .circle:before {
    font-size: 12px;
    position: absolute;
    left: 4px;
    top: 1px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.web_grow-section .grow_content .get_started {
    padding: 17px 45px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.web_grow-section .grow_content .get_started:hover {
    background: var(--e-global-color-accent);
}
.web_grow-section .grow_wrapper{
    z-index: 1;
}
.web_grow-section .grow_wrapper .grow-image{
    position: absolute;
    top: 5px;
    right: 0;
}
.web_grow-section .grow_wrapper .grow-boximage1{
    position: absolute;
    top: 106px;
    right: -27px;
}
.web_grow-section .grow_wrapper .grow-boximage2{
    position: absolute;
    top: 445px;
    left: -34px;
}
.web_grow-section .grow_wrapper .grow-boximage3{
    position: absolute;
    bottom: -785px;
    right: 29px;
}

/* Business */

.web_business-section{
    position: relative;
    background: var(--e-global-color-light-grayish-cyan);
    padding: 150px 0;
}
.web_business-section .box{
    padding: 44px 50px 38px;
    position: relative;
    text-align: center;
    background: var(--e-global-color-white);
    border-bottom: 5px solid var(--e-global-color-white);
    box-shadow: 1px 0px 40px rgba(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.web_business-section .box:hover {
    transform: translateY(-20px);
    border-bottom: 5px solid var(--e-global-color-accent);
}
.web_business-section .box h6{
    margin-bottom: 38px;
}
.web_business-section .box:hover h6{
    color: var(--e-global-color-accent);
}
.web_business-section .box .business-icon{
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 32px;
    border-radius: 100px;
    text-align: center;
    background: var(--e-global-color-light-grayish-blue);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_business-section .box:hover .business-icon{
    background: var(--e-global-color-accent);
}
.web_business-section .box:hover .business-icon img{
    filter: brightness(0) invert(1);
}
.web_business-section .box .number .value{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.web_business-section .box .number sup{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    top: -15px;
}

/* Choose */

.web_choose-section{
    position: relative;
    padding: 144px 0 0px;
    background: var(--e-global-color-secondary);
}
.web_choose-section .content{
    text-align: center;
}
.web_choose-section .content h5 {
    margin-bottom: 16px;
}
.web_choose-section .content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 18px;
    padding: 0 85px;
}
.web_choose-section .content p {
    color: var(--e-global-color-white);
    margin-bottom: 70px;
}
.web_choose-section .choose_wrapper {
    position: relative;
}
.web_choose-section .choose_wrapper .choose-image{
    position: relative;
    top: 2px;
    left: -53px;
}
.web_choose-section .choose_wrapper .choose-boximage1{
    position: absolute;
    top: 32px;
    right: 70px;
}
.web_choose-section .choose_wrapper .choose-boximage2{
    position: absolute;
    top: 383px;
    left: -24px;
}
.web_choose-section .choose_wrapper .choose-boximage3{
    position: absolute;
    bottom: -32px;
    left: 30px;
}
.web_choose-section .choose_contentbox{
    margin-bottom: 92px;
}
.web_choose-section .choose_contentbox .upper-row{
    padding-bottom: 94px;
}
.web_choose-section .choose_contentbox .choose-box{
    transition: all 0.3s ease-in-out;
    text-align: left !important;
}
.web_choose-section .choose_contentbox .choose-box:hover {
    transform: translateY(-5px);
}
.web_choose-section .choose_contentbox .choose-box .choose-icon{
    margin-bottom: 36px;
    transition: all 0.3s ease-in-out;
}
.web_choose-section .choose_contentbox .choose-box:hover .choose-icon{
    filter: brightness(0) invert(1);
}
.web_choose-section .choose_contentbox .choose-box h3{
    color: var(--e-global-color-white);
    margin-bottom: 26px;
    text-align: left;
}
.web_choose-section .choose_contentbox .choose-box h3 {
   padding-left: 30px;
}
.web_choose-section .choose_contentbox .choose-box p{
    color: white;
    margin-right: 40px;
    margin-bottom: 0;
    text-align: left;
}
.web_choose-section .choose_contentbox .choose-box2{
    padding-left: 10px;
}
.web_choose-section .know_more {
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_choose-section .know_more:hover {
    color: var(--e-global-color-white);
    background: transparent;
    border: 1px solid var(--e-global-color-white);
}
.web_choose-section p{
    color: white;
}
/* Pricing */

.web_pricing-section{
    background: var(--e-global-color-light-grayish-cyan);
    position: relative;
    padding: 144px 0 150px;
}
.web_pricing-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 114px;
}
.web_pricing-section .heading h5 {
    margin-bottom: 14px;
}
.web_pricing-section .heading h2 {
    margin-bottom: 0;
}
.web_pricing-section .price_content{
    padding: 44px 62px 48px 48px;
    position: relative;
    background: var(--e-global-color-white);
    border-top: 5px solid var(--e-global-color-secondary);
    box-shadow: 1px 0px 40px rgba(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content2{
    border-top: 5px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content:hover{
    border-top: 5px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content .text{
    position: absolute;
    top: -32px;
    right: 20px;
    padding: 4px 20px;
    text-transform: uppercase;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content .counting {
    margin-bottom: 10px;
}
.web_pricing-section .price_content sup {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    display: inline-block;
}
.web_pricing-section .price_content .text1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content .month {   
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content p{
    margin-bottom: 30px;
}
.web_pricing-section .price_content ul{
    padding-left: 12px;
    margin-bottom: 35px;
}
.web_pricing-section .price_content ul li {
    margin-bottom: 10px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content ul li:hover {
    color: var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li .circle {
    position: relative;
    top: 4px;
    left: -10px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: transparent;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content ul li .circle:before {
    font-size: 13px;
    position: absolute;
    left: 2px;
    top: -1px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content:hover .circle {
    border: 2px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content:hover .circle:before {
    color: var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li:hover .circle {
    background: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li:hover .circle:before {
    color: var(--e-global-color-white);
}
.web_pricing-section .price_content .get_started {
    padding: 12px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary) !important;
    background: transparent;
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content:hover .get_started{
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content .get_started:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}

/* Testimonial */

.web_testimonial-section {
    position: relative;
    padding: 146px 0 152px;
}
.web_testimonial-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 32px;
}
.web_testimonial-section .heading h5 {
    margin-bottom: 14px;
}
.web_testimonial-section .heading h2 {
    margin-bottom: 0;
}
.web_testimonial-section .testimonial-content .box-content .text{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 44px;
    font-style: italic;
}
.web_testimonial-section .testimonial-content .content .testimonial-contentimage {
    float: left;
}
.web_testimonial-section .testimonial-content .content .testimonial-contentimage img {
    border-radius: 100px;
    width: 80px;
}
.web_testimonial-section .testimonial-content .content .designation-outer {
    display: inline-block;
    padding: 12px 0 0 18px;
}
.web_testimonial-section .testimonial-content span{
    color: var(--e-global-color-accent);
}
.web_testimonial-section .testimonial-content .content .designation-outer span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}
.web_testimonial-section .carousel-inner {
    width: 88%;
}
.web_testimonial-section .pagination-outer {
    position: absolute;
    right: 138px;
    bottom: 40px;
}
.web_testimonial-section .pagination-outer .carousel-control-prev i{
    position: relative;
    left: -15px;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
.web_testimonial-section .pagination-outer .carousel-control-next i{
    position: relative;
    right: -25px;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
.web_testimonial-section .pagination-outer .carousel-control-prev i:hover, 
.web_testimonial-section .pagination-outer .carousel-control-next i:hover {
    color: var(--e-global-color-accent);
}
.web_testimonial-section .testimonial_wrapper{
    z-index: 1;
}
.web_testimonial-section .testimonial_wrapper .testimonial-image{
    position: absolute;
    top: 5px;
    right: 0;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage1{
    position: absolute;
    top: 66px;
    left: -40px;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage2{
    position: absolute;
    top: 283px;
    right: -25px;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage3{
    position: absolute;
    bottom: -680px;
    right: 30px;
}

/* Contact */

.web_contact-section {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 222px 0 155px;
}
.web_contact-section .contact_wrapper .contact-image{
    position: absolute;
    top: 8px;
    left: 0;
}
.web_contact-section .contact_wrapper .contact-boximage1{
    position: absolute;
    top: 38px;
    right: 70px;
}
.web_contact-section .contact_wrapper .contact-boximage2{
    position: absolute;
    top: 377px;
    left: -23px;
}
.web_contact-section .contact_wrapper .contact-boximage3{
    position: absolute;
    bottom: -823px;
    left: 30px;
}
.web_contact-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 55px;
    margin-bottom: 70px;
}
.web_contact-section .heading h5 {
    margin-bottom: 14px;
}
.web_contact-section .heading h2 {
    margin-bottom: 0;
    color: var(--e-global-color-white);
}
.web_contact-section .contact_content input::-webkit-input-placeholder {
    color: var(--e-global-color-text);
}
.web_contact-section .contact_content textarea::-webkit-input-placeholder {
    color: var(--e-global-color-text);
}
.web_contact-section .contact_content .form-group {
    margin-bottom: 0;
}
.web_contact-section .contact_content .input1 {
    float: left;
    margin-right: 30px;
}
.web_contact-section .contact_content input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: var(--e-global-color-white);
    padding: 18px;
    margin-bottom: 30px;
    overflow: visible;
    border: none;
    outline: none;
    width: 47.5%;
}
.web_contact-section .contact_content textarea {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: var(--e-global-color-white);
    padding: 20px;
    margin-bottom: 23px;
    width: 100%;
    height: 150px;
    resize: none;
    outline: none;
    border: none;
    overflow: auto;
}
.web_contact-section .contact_content .send_message {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 20px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.web_contact-section .contact_content .send_message:hover {
    color: var(--e-global-color-white) !important;
    background: transparent;
    border: 1px solid var(--e-global-color-white);
}

/* Articles */

.web_article-section{
    position: relative;
    padding: 222px 0 142px;
}
.web_article-section .content{
    text-align: center;
}
.web_article-section .content h5 {
    margin-bottom: 14px;
}
.web_article-section .content h2 {
    margin-bottom: 88px;
}
.web_article-section .article_content{
    transition: all 0.3s ease-in-out;
}
.web_article-section .article_content .upper_portion{
    margin-bottom: 24px;
}
.web_article-section .article_content h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 90px;
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
}
.web_article-section .article_content:hover h4{
    color: var(--e-global-color-accent);
}

/* Footer */

.web_traffic_footer .footer-section{
    background: var(--e-global-color-light-grayish-cyan);
    padding-top: 95px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion{
    padding: 0 0 56px;
}
.web_traffic_footer .footer-section .middle-portion .footer-logo{
    margin-bottom: 20px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion .footer-text{
    font-size: 16px;
    line-height: 30px;
    margin-right: 68px;
    margin-bottom: 24px;
    text-align: left;
}
.web_traffic_footer .footer-section .middle-portion .social-icons li{
    display: inline-block;
    margin-right: 2px;
}
.web_traffic_footer .footer-section .middle-portion .social-icons li:first-child{
    margin-left: 0;
}
.web_traffic_footer .footer-section .middle-portion .social-icons li:last-child{
    margin-right: 0;
}
.web_traffic_footer .footer-section .middle-portion .social-icons i{
    font-size: 18px;
    border: 2px solid var(--e-global-color-secondary);
    background-color: transparent;
    height: 46px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-secondary);
}
.web_traffic_footer .footer-section .middle-portion .social-icons a:hover{
    color: var(--e-global-color-white);
}
.web_traffic_footer .footer-section .middle-portion .social-icons a:hover i{    
    border: 2px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    transform: translateY(-5px);
}
.web_traffic_footer .footer-section .middle-portion .links{
    padding-top: 77px;
}
.web_traffic_footer .footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    top: 2px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .links li{
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .links li i {
    font-size: 6px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
    margin-right: -3px;
    top: -2px;
    transform: rotate(45deg);
}
.web_traffic_footer .footer-section .middle-portion ul li:hover .text{
    color: var(--e-global-color-accent);
}
.web_traffic_footer .footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-text);
}
.web_traffic_footer .footer-section .middle-portion .icon .text1 {
    margin-right: 45px;
    text-align: left;
}
.web_traffic_footer .footer-section .middle-portion .icon {
    padding-top: 77px;
}
.web_traffic_footer .footer-section .middle-portion .icon li {
    padding-left: 31px;
    margin-bottom: 14px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion .icon .footer-location{
    color: var(--e-global-color-accent);
    position: absolute;
    font-size: 14px;
    left: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .icon .footer-location:hover{
    transform: translateY(-5px);
}
.web_traffic_footer .footer-section .middle-portion .email-form{
    padding-top: 80px;
}
.web_traffic_footer .footer-section .middle-portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    padding: 14px 20px;
    margin-bottom: 20px;
    width: 93%;
    overflow: visible;
    outline: none;
}
.web_traffic_footer .footer-section .middle-portion .email-form button {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: right;
    position: absolute;
    top: 5px;
    right: 28px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .email-form button:hover {
    color: var(--e-global-color-secondary);
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box{
    padding-left: 33px;
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}  
.web_traffic_footer .footer-section .middle-portion .email-form .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}  
.web_traffic_footer .footer-section .middle-portion .email-form .check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: var(--e-global-color-grayish-blue);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -32px;
}  
.web_traffic_footer .footer-section .middle-portion .email-form .check-box input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 12px;
    border: solid var(--e-global-color-secondary);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}
.web_traffic_footer .footer-section .copyright {
    text-align: center;
    padding: 38px 0px 38px;
    border-top: 1px solid var(--e-global-color-dark-grayish-blue);
}
.web_traffic_footer .footer-section .copyright p{
    color: var(--e-global-color-copyright-text);
    font-size: 14px !important;
}
.web_traffic_footer .footer-section .copyright a{
    color: var(--e-global-color-copyright-text);
    font-size: 14px !important;
}
.web_traffic_footer .footer-section .copyright a:hover{
    color: var(--e-global-color-very-dark-grayish-pink);
}

/*-------- Sub Banner ------------ */

.sub-banner .banner-section {
    position: relative;
    padding: 102px 0 0;
}
.sub-banner .banner-section .banner_content{
    position: relative;
    padding-top: 86px;
    text-align: center;
}
.sub-banner .banner-section .banner_content h1{
    margin-bottom: 32px;
}
.sub-banner .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 48px;
}
.sub-banner .banner-section .banner_content .box {
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.sub-banner .banner-section .banner_content .box span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    color: var(--e-global-color-white);
    padding: 0;
}
.sub-banner .banner-section .banner_content .box .box_span {
    color: var(--e-global-color-accent);
}
.sub-banner .banner-section .banner_content .box .tilde{
    display: inline-block;
    margin: 0 5px;
}
.sub-banner .banner-image{
    position: absolute;
    top: 105px;
    right: 0;
}
.sub-banner .banner_wrapper .subbanner-image{
    position: relative;
    top: 0;
    right: 16px;
    text-align: right;
}
.sub-banner .banner_wrapper .subbanner-boximage1{
    position: absolute;
    top: -28px;
    left: unset !important;
    right: 46px;
}
.sub-banner .banner_wrapper .subbanner-boximage2{
    position: absolute;
    bottom: 30px;
    left: 58px;
}

/*-------- About PAGE ------------ */

/* Grow */

.about_grow-section{
    padding: 242px 0 64px;
}
.about_grow-section .grow_wrapper .grow-image {
    position: relative;
    top: -94px;
    left: 0;
}
.about_grow-section .grow_wrapper .grow-boximage1 {
    top: 10px;
    right: -28px;
}
.about_grow-section .grow_wrapper .grow-boximage2 {
    top: 345px;
}
.about_grow-section .grow_wrapper .grow-boximage3 {
    bottom: 60px;
    right: 25px;
}
.about_grow-section .grow_content{
    padding-left: 104px;
}
.about_grow-section .grow_content h2 {
    margin-right: -15px;
}
.about_grow-section .grow_content .text {
    margin-right: 0;
}
.about_grow-section .grow_content ul li .circle {
    background: var(--e-global-color-secondary);
}

/* Team */

.about_team-section{
    background: var(--e-global-color-light-grayish-cyan);
    position: relative;
    padding: 144px 0 150px;
}
.about_team-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 68px;
}
.about_team-section .heading h5 {
    margin-bottom: 14px;
}
.about_team-section .heading h2 {
    margin-bottom: 0;
}
.about_team-section .image {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: block;
}
.about_team-section .image .team-image img{
    width: 100%;
    border-radius: 10px;
}
.about_team-section .image .box-content {
    position: absolute;
    padding: 20px 15px 12px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: var(--e-global-color-white);
    box-shadow: 40px 0 100px rgb(0 0 0 / 60%);
    width: 100%;
    height: auto;
    transform: translateY(100%);
    transition: transform .5s;
}
.about_team-section .image:hover .box-content {
    transform: translateY(0);
}
.about_team-section .box-content li{
    display: inline-block;
}
.about_team-section .box-content li i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-bottom: 9px;
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.about_team-section .box-content li i:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.about_team-section .box-content h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Partner */

.about_partner-section{
    padding: 95px 0 98px;
    text-align: center;
}
.about_partner-section h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 38px;
}
.about_partner-section span {
    padding: 0 8px;
    color: var(--e-global-color-accent);
}
.about_partner-section ul li {
    display: inline-block;
    margin: 0 55px;
}
.about_partner-section ul li:first-child {
    margin-left: 0;
}
.about_partner-section ul li:last-child {
    margin-right: 0;
}
.about_partner-section ul li figure{
    transition: all 0.3s ease-in-out;
}
.about_partner-section ul li figure:hover{
    filter: brightness(0);
    transform: translateY(-5px);
}

/*-------- Service PAGE ------------ */

/* Article */

.service_article-section{
    padding: 145px 0 142px;
}

/*-------- Contact PAGE ------------ */

/* contact info */

.contact_info-section{
    position: relative;
    background: var(--e-global-color-light-grayish-cyan);
    padding: 145px 0 350px;
}
.contact_info-section .content {
    text-align: center;
}
.contact_info-section .content h5 {
    margin-bottom: 14px;
}
.contact_info-section .content h2 {
    margin-bottom: 88px;
}
.contact_info-section .contact-box {
    text-align: center;
    padding: 56px 60px 52px;
    background-color: var(--e-global-color-white);
    border: 2px solid transparent;
    box-shadow: 1px 0px 40px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .contact-icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-bottom: 27px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-icon:hover{
    transform: translateY(-10px);
}
.contact_info-section .contact-box h4 {
    font-size: 22px;
    line-height: 28px;
    color: var(--e-global-color-secondary);
    margin-bottom: 10px;
}
.contact_info-section .contact-box .text-size-18 {
    color: var(--e-global-color-dark-gray);
    display: block;
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .text{
    margin-bottom: 20px;
}
.contact_info-section .contact-box span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}
.contact_info-section .contact-box:hover{
    border: 2px solid var(--e-global-color-secondary);
}
.contact_info-section .contact-box:hover .contact-icon{
    background:  var(--e-global-color-accent);
}
.contact_info-section .contact-box:hover h4{
    color:  var(--e-global-color-accent);
}
.contact_info-section .contact-box:hover span{
    color:  var(--e-global-color-accent);
}
.contact_info-section .contact-box a:hover {
    color: var(--e-global-color-accent);
}

/* Map */

.contact_map-section{
    margin: -250px 0 -256px;
    position: relative;
    z-index: 1;
}
.contact_map-section iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border: 5px solid var(--e-global-color-white) !important;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
}
.contact_map-section iframe:hover {
    filter: none;
}

/* Contact */

.contact_page-section{
    padding: 0px;
}
.contact_page-section .contact_wrapper .contact-image {
    top: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1440px) {
    .contact_page-section {
        padding: 0px 10px 40px !important;
    }
}
/* SEARCH FORM */ 

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: none;
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
  	padding: 10px;
}
#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	opacity: 1;
	font-size: 27px;
  	color: #fff;
}
#search .close:hover{
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background: var(--e-global-color-very-dark-blue);
}
.login-form .login-form-title {
    margin-bottom: 40px;
}
.login-form .login-page-logo {
    margin-bottom: 25px;
}
.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border: 1px solid var(--e-global-color-very-light-gray);
    background: var(--e-global-color-secondary);
    border-radius: 5px;
}
.login-form .login-card label {
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.login-form .login-card  .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 61px;
    line-height: 61px;
    padding: 0 21px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid var(--e-global-color-white);
}
.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .form-group{
    margin-bottom: 16px;
}
.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
}
.login-form .login-card .btn-primary:hover {
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.login-form .login-card .forgot-password {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a {
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-secondary);
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}
.login-form .login-card .select-option option {
    font-size: 16px;
}
.login-form .form-control::placeholder { 
    color: var(--createform-border-color);
    opacity: 1;
}
.login-form .form-control:-ms-input-placeholder { 
    color: var(--createform-border-color);
}
.login-form .form-control::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}
.sign-up-form .login-form-box {
    width: 700px;
}
.sign-up-form .login-card label small {
    font-size: 14px;
}
.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}
.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-accent);
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, 
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;  
    text-decoration: none; 
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
#button:hover {
    cursor: pointer;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgba(250, 87, 51, .99)
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01)
}
}
      
@keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgba(250, 87, 51, .99)
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01)
}
}

/* PRELOADER */ 

.js {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #19191f;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.preloader-orbit-loading {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}
.preloader-orbit-loading .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.preloader-orbit-loading .cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 8px solid var(--e-global-color-accent);
}
.preloader-orbit-loading .cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 8px solid var(--e-global-color-accent);
}
.preloader-orbit-loading .cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 8px solid var(--e-global-color-accent);
}
  
@keyframes cssload-rotate-one {
0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-o-keyframes cssload-rotate-one {
0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-one {
0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
  
@-webkit-keyframes cssload-rotate-one {
0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
  
@-moz-keyframes cssload-rotate-one {
0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
  
@keyframes cssload-rotate-two {
0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
  
@-o-keyframes cssload-rotate-two {
0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-two {
0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-webkit-keyframes cssload-rotate-two {
0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-moz-keyframes cssload-rotate-two {
0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@keyframes cssload-rotate-three {
0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-o-keyframes cssload-rotate-three {
0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-three {
0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-webkit-keyframes cssload-rotate-three {
0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-moz-keyframes cssload-rotate-three {
0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}



.service-pannel{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.service-pannel img{
    height: 100%;
    width: 100%;
}
.pera-color{
    color: #ffffff !important;
    text-align: center !important;
}
.service-pannel h2{
    text-align: center;
    padding-bottom: 4rem;
    color: white;
}
.banner-logo img{
    width: 180px;
}
.footer-logo img{
    width: 180px; 
}

.video-js {
    background-color: transparent !important;
}
.video-js {
    width: 100% !important;
    border-radius: 21px !important;
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.mute-video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / .53);
    height: 35px;
    width: 35px;
    z-index: 20;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 5px;
}
.home-video-landscape.has-vertical-video video {
    object-fit: cover;
    clip-path: inset(1px 1px);
    object-position: center;

}
.home-video-landscape video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.home-video-landscape {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home-video-landscape.has-vertical-video {
    padding-bottom: calc(var(--aspect-ratio, 2.84321)* 100%);
    max-width: 308px;
    /* display: table; */
    margin: 0 auto;
}





.card-container {
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-bottom: 24px;
  }
  
  .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    
  }
  
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  }
  
  .card-logo {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 125px;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 3;
  }
  
  .card:hover .card-image {
    filter: brightness(50%);
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.856);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1; /* Below the logo */
  }
  .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 25px;
    align-items: center;
    background: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1; /* Below the logo */
  }
  .cardH3{
    z-index: 10000;
    position: absolute;
    top: 10px;
    left: 20px;
    color: white;
  }
  .card:hover .overlay {
    opacity: 1;
  }
  .card:hover .overlay2 {
    opacity: 1;
  }
  .card:hover .cardH3{
    color: rgb(0, 0, 0);
  }
  .text {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
    z-index: 3
  }
  .text2{
    position: absolute;
    top: 90px;
  }
  .text2 p {
    color: #000000 !important;
    font-size: 15px !important;
    text-align: justify;
    padding: 0 21px;
    z-index: 3;
    font-weight: 300;
  }
  .card-g .card-image{
    background: linear-gradient(145deg, black, transparent);
  }
  
  .cardP {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    padding: 0 10px;
    z-index: 3
  }
  .case-study-sec  .text{
    margin-top: 4rem;
  }
  .text p{
    color: #fff;
  }
  .case-study-stats {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}
.case-study-stats span:first-child {
    margin-right: 3px;
}
.case-study-stats span {
    flex: 0 0 32.333%;
    font-size: 14px;
    text-align: center;
}
.case-study-stats span strong {
    font-size: 28px;
    display: block;
    font-weight: 600;
    padding-bottom: 1rem;
}
.case-study-sec {
    padding-top: 7rem;
    padding-bottom: 3rem;
}
.case-study-sec h3 {
    padding-bottom: 1rem;
    line-height: 45px;
    font-size: 30px;
}
.case-study-sec h2 {
    padding-bottom: 40px;
    text-align: center;
}
.case-study-sec p {
    text-align: center;
    padding: 0 15px;
}
.case-study-video {
    padding-bottom: calc(var(--aspect-ratio, 1.14321) * 100%) !important;
}
  .case-study-stats {
    display: flex;
    margin-top: 15px;
}
  .case-study-stats {
    margin-top: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    padding: 10px 0px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
    .case-study-stats {
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 10px 0;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .case-study-stats span {
        margin: 0 10px;
    }
    .case-study-stats span {
        flex: 0 0 26.333%;
        max-width: 28.3333%;
        
    }
    
}




.accod-panel.accod-wrapper {
    border-bottom: none;
}
.accod-panel {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.accod-panel h3.accod-head.accof-banner-text.accod-text {
    line-height: 10px;
    color: #2D2D2D;
    background: #9C9C9C1A;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 32px;
    font-size: 1.5rem !important;
}
.accod-panel.active h3.accod-head.accod-text {
    color: #5348D5;
    background: #5348D51A;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.accod-panel.accod-wrapper.active h3 {
    color: #5348D5 !important;
    background: #5348D51A !important;
    box-shadow: 0 4px 4px 0 #00000040 !important;
    border-radius: 11px !important;
    padding: 12px 0 12px 80px !important;
    border: 1px solid #ddd !important;
    font-weight: 400;
}
.accod-head {
    cursor: pointer;
    position: relative;
}
.accod-text {
    color: #5348D5;
    background: #5348D51A;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.accod-panel.active .accod-head.accod-text i {
    transform: translateY(-50%) rotate(180deg);
    padding-right: 35px;
}
.accod-panel.active .accod-head i {
    transform: translateY(-50%) rotate(180deg);
    padding-right: 5px;
}
.accod-panel.accod-wrapper i {
    padding-left: 35px;
}
.accod-head i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    padding-left: 5px;
}
.accod-panel.active .accod-content {
    max-height: 100%;
}
.accod-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accod-panel h3.accod-head.accof-banner-text.accod-text {
    line-height: 10px;
    color: #2D2D2D;
    background: #9C9C9C1A;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 32px;
    font-size: 1.5rem !important;
}
.accod-head {
    cursor: pointer;
    position: relative;
}
.strategize-pannel {
    padding-bottom: 4rem;
}
.strategize-pannel img{
    height: 100%;
    width: 100%;
}
.strategize-pannel p{

text-align: left;
}
.nav {
    display: flex
;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.videos-tabs li span.active {
    color: #d70f45;
    border-bottom: 4px solid #d70f45;
}
.service-box img{
    height: 110px;
    margin-bottom: 15px;
}
ul.videos-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 5px;
}
ul.videos-tabs li span {
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #6e7176;
    font-weight: 500;
    padding: 10px 13px;
    display: inline-flex;
    border-bottom: 4px solid #fff0;
    min-height: 55px;
    align-items: center;
}
:root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 2.5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
    --marquee-elements: 7;
}
.marquee {
    color: #000;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}
@keyframes custom-scrolling {
    0% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
    100% {
        transform: translateX(0);
    }
}
.marquee-content li {
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4);
    white-space: nowrap;
    justify-content: center;
    display: flex;
}
.marquee-content li img {
    height: 85px;
}
.marquee:after,
.marquee:before {
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    content: "";
    z-index: 1;
}
@media only screen and (min-width: 480px) {
    ul.videos-tabs li span {
        font-size: 1.2rem;
        line-height: 1.2;
        min-height: 70px;
    }
}
@media (min-width: 576px) {
    ul.videos-tabs li span {
        padding: 10px 20px;
    }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3.5;
    }
}
@media (min-width:768px) {
    :root {
        --marquee-elements-displayed: 4.5;
    }
    .marquee:after,
    .marquee:before {
        width: 20rem;
    }
}
@media (min-width: 992px) {
    ul.videos-tabs {
        justify-content: center !important;
    }
    ul.videos-tabs li span {
        min-height: 60px;
    }
    :root {
        --marquee-width: 62vw;
        --marquee-height: 20vh;
        --marquee-elements-displayed: 5;
    }
    .marquee {
        margin: 50px 0;
    }
}

@media (min-width: 1200px) {
    .web_choose-section .choose_contentbox .choose-box h3 {
        padding-left: 0px;
     }
    .text {
        margin-top: 4.7rem;
      }
    .card-logo {
      
        top: 12%;
       
      }
    .home-video-landscape {
        margin-bottom: 0;
    }
    ul.videos-tabs li span {
        font-size: 1.25rem;
        padding: 10px 24px 18px;
    }
    .new-clients-block .container {
        max-width: 100%;
    }
    .marquee:after,
    .marquee:before {
        width: 30rem;
    }
    
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
    .web_traffic .banner-section .banner_content h1 {
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 1440px) {
    .web_service-section .service-box p {
        margin-bottom: 20px;
        text-align: left;
    }

}
@media screen and (min-width:1400px) {
    .case-study-stats span {
        flex: 0 0 33.333%;
        font-size: 15px;
        color: #fff;
    }
}
