/* Root Variables */
:root {
    --primary-color: #FF0000;
    --secondary-color: #010B13;
    --border-radius: 10px;
    --transition-speed: 0.3s;
    --greencode: #AACC00;
    --redcode: #F52852;
    --yellowcode: #FEBB01;
    --purplecode: #B074FD;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins' !important;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: normal;
    background-color:#e7e6e4;
    background-image: url('../images/bg-main-back.jpg');
    background-size: contain;
    background-repeat: no-repeat;
       background-position: top center;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    color: #303be4;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.greencode {
    color: var(--greencode);
}

.skyblue {
    color: var(--skyblue);
}

.brilliantrose {
    color: var(--brilliantrose);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins' !important;
    font-weight: bold;
    color: var(--secondary-color);
}

h1 {
    font-size: 55px;
    line-height: normal;
    margin-bottom: 17px;
    font-weight: 500;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 17px;
}

p {
    color: var(--secondary-color);
    font-size: 20px;
    font-family: 'Poppins' !important;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 18px;
}

header.header {
    position: sticky;
    top: 10px;
    z-index: 99;
    padding-left: 10px;
    padding-right: 10px;
}

header.header .container {
    padding-left: 0px;
    padding-right: 0px;
}


.head-inner .top-contact a.btn.btn-primary,
.btn.btn-primary a.elementor-button{
    border-radius: 10px;
    display: inline-flex;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--primary-color);
    align-items: center;
    padding: 0px 20px;
    line-height: 60px;
    box-shadow: 0px 0px 10px 0px #00000033 inset;
    position: relative;
    cursor: pointer;
     transition: background 0.3s ease;
}

.head-inner .top-contact a.btn.btn-primary:after,
.btn.btn-primary a.elementor-button:after {
    transition: transform 0.3s ease;
    margin-left: 9px;
    position: relative;
    top: 1px;
    content: "";
    background-image: url('../images/book-arrow.svg');
    width: 16px;
    height: 16px;
    display: block;
}


.head-inner .top-contact a.btn.btn-primary:hover:after,
.btn.btn-primary a.elementor-button:hover:after {
  transform: translateX(6px); /* arrow moves right */
}

.head-inner .top-contact a.btn.btn-primary span.arrow {
    display: none;
}

/* .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
}
 */

.head-inner .top-contact a.btn.btn-primary:hover,
.btn.btn-primary a.elementor-button:hover {
    background: #000000;
    color: #fff;
}


.elementor-element.youtube_link {
    padding-left: 30px;
}



.hero-section .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
}

.flex-row {
    flex-wrap: wrap;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.col-30 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-50 {
    width: 50%;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.col-40 {
    flex: 0 0 auto;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}


.col-60 {
    width: 66.66666667%;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

header.header .head-inner {
    /* background: #ffffff; */
    background: #0F1729;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding:16px 20px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

header.header .head-inner .top-contact {
    margin-left: auto;
}
header.header .head-inner a.custom-logo-link img.custom-logo {
    width: 100%;
    max-width: 217px;
    vertical-align: bottom;
}


.hero-section .youtube_link a {
    display: block;
    overflow: hidden;
}

.hero-section .youtube_link a img {
    border-radius: 30px;
}

.hero-section .youtube_link iframe {
    border-radius: 30px;
}

.hero-section .col-left {
    flex: 0 0 auto;
    width: 45.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-section .col-right {
    flex: 0 0 auto;
    width: 54.66666667%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.hero-section a.video-click {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.hero-section a.video-click span.icon-video {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 0px #4F06DE1F;
    background-color: rgba(0,0,0, 0.4);
    align-items: center;
    justify-content: center;
}

.hero-section a.video-click img {
    vertical-align: bottom;
}

.hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-section h1.elementor-heading-title {
    width: 100%;
    line-height: 62px;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 46px;
    letter-spacing: -.025em;
    margin-bottom: 15px;
}

.hero-section h1.elementor-heading-title span {
    background-color: rgba(170, 204, 0, 0.5);
    padding: 0px 11px;
    display: inline-block;
    border-radius: 10px;
    font-family: 'Poppins';
}

.elementor-element.googlebutton {
    align-items: center;
}


.hero-section .subtext p.elementor-heading-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: -.01em;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child:first-child {
    padding-top: 0px;
    gap: 0px;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child:last-child {
    gap: 0;
}


.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.uk_wide {
    margin-top: auto;
    text-align: left;
    margin-bottom: 28px;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.uk_wide p.elementor-heading-title {
    color: #000000;
    line-height: normal;
}

.hero-section .points ul {
    margin-bottom: 22px;
}


.elementor-element.googlebutton {
    align-items: center;
    display: flex;
    column-gap: 14px;
}

.elementor-element.googlebutton .btn.btn-primary.elementor-widget {
    width: auto;
}

.hero-section .points ul li {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
    margin-bottom: 11px;
    position: relative;
    padding-left: 29px;
}

.hero-section .points ul li span.elementor-icon-list-text {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
}

.hero-section .points ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.25%2012.5C23.25%2013.46%2022.0706%2014.2512%2021.8344%2015.1362C21.5906%2016.0512%2022.2075%2017.3263%2021.7444%2018.1269C21.2738%2018.9406%2019.8581%2019.0381%2019.1981%2019.6981C18.5381%2020.3581%2018.4406%2021.7738%2017.6269%2022.2444C16.8263%2022.7075%2015.5512%2022.0906%2014.6362%2022.3344C13.7512%2022.5706%2012.96%2023.75%2012%2023.75C11.04%2023.75%2010.2487%2022.5706%209.36375%2022.3344C8.44875%2022.0906%207.17375%2022.7075%206.37313%2022.2444C5.55938%2021.7738%205.46187%2020.3581%204.80188%2019.6981C4.14188%2019.0381%202.72625%2018.9406%202.25563%2018.1269C1.7925%2017.3263%202.40938%2016.0512%202.16563%2015.1362C1.92938%2014.2512%200.75%2013.46%200.75%2012.5C0.75%2011.54%201.92938%2010.7487%202.16563%209.86375C2.40938%208.94875%201.7925%207.67375%202.25563%206.87313C2.72625%206.05938%204.14188%205.96187%204.80188%205.30188C5.46187%204.64188%205.55938%203.22625%206.37313%202.75563C7.17375%202.2925%208.44875%202.90938%209.36375%202.66563C10.2487%202.42938%2011.04%201.25%2012%201.25C12.96%201.25%2013.7512%202.42938%2014.6362%202.66563C15.5512%202.90938%2016.8263%202.2925%2017.6269%202.75563C18.4406%203.22625%2018.5381%204.64188%2019.1981%205.30188C19.8581%205.96187%2021.2738%206.05938%2021.7444%206.87313C22.2075%207.67375%2021.5906%208.94875%2021.8344%209.86375C22.0706%2010.7487%2023.25%2011.54%2023.25%2012.5Z%22%20fill%3D%22%23AACC00%22/%3E%3Cpath%20d%3D%22M15.2501%209.14657L10.9676%2013.429L8.74766%2011.2109C8.26578%2010.729%207.48391%2010.729%207.00203%2011.2109C6.52016%2011.6928%206.52016%2012.4747%207.00203%2012.9565L10.1164%2016.0709C10.5851%2016.5397%2011.3464%2016.5397%2011.8151%2016.0709L16.9939%2010.8922C17.4757%2010.4103%2017.4757%209.62844%2016.9939%209.14657C16.512%208.66469%2015.732%208.66469%2015.2501%209.14657Z%22%20fill%3D%22%23FFFCEE%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 1px;
}
.hero-section .btn.btn-primary a.elementor-button {
    margin-top: 0px;
}




.client-logos .swiper-slide figure.swiper-slide-inner img.swiper-slide-image{
filter: grayscale(100%);
}


.client-logos {
    padding-top: 30px;
    padding-bottom: 0px;
}

.client-logos ul {
    grid-template-columns: repeat(8, 1fr);
    display: grid;
    column-gap: 20px;
    align-items: center;
}

.client-logos ul li {
    text-align: center;
}

.logos-row {
    padding: 0 20px;
}

.section-title h2.elementor-heading-title {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: var(--secondary-color) !important;
    margin-bottom: 13px;
}

.section-title h2.elementor-heading-title span {
    background-color: rgba(170, 204, 0, 0.5);
    padding: 8px 11px;
    display: inline-block;
    border-radius: 10px;
}

.power-section .e-con-inner .action-btn {
    margin-top: 0px;
    padding: 0px;
    gap: 8px;
}

.power-section .e-con-inner .action-btn p {
    color: #5C5C5C;
    font-size: 16px;
    line-height: normal;
    margin: 0px;
}

.power-section {
    margin-top: 60px;
    margin-bottom: 60px;
}


.power-section .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
    display: block;
}

.power-items {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 50px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow:rgba(149, 157, 165, 0.5) 0px 0px 20px;
        transition: all 0.4s ease;
}

.power-items figure.elementor-image-box-img a{
    position: relative;
    overflow: hidden;
}


.power-items figure.elementor-image-box-img a:before {
    content: "";
    width: 90px;
    height: 63px;
    background-image: url('../images/video-icon.svg');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.4s ease;
}


.power-items figure.elementor-image-box-img a:hover:before{
 opacity: 1;
}

.power-items figure.elementor-image-box-img a:hover img{
    opacity: 1;
}


.power-items figure.elementor-image-box-img a img {
    vertical-align: bottom;
    display: block;
    width: 100%;
    /* opacity: 0.4; */
    border-radius: 10px;
        transition: all 0.4s ease;
}

.power-items:hover {
    border-color: #AACC00;
}

.power-items .po-video {
    margin-bottom: 20px;
}

.power-items .po-video a.video-click {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.power-items .po-video a.video-click img.thumb {
    vertical-align: bottom;
 display: block;
  width: 100%;
  opacity: 0.4; /* default low */
}


.power-items .po-video a.video-click:hover img.thumb {
    opacity: 1;
}


.power-items .po-video a.video-click span.icon-video {
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
      width: 90px;
}

.power-items .po-video a.video-click:hover span.icon-video{
 opacity: 1;
}

.power-items .elementor-image-box-content h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
}
.power-items .elementor-image-box-content p {
    font-size: 16px;
    color: #5C5C5C;
    line-height: 25px;
    margin-bottom: 0px;
}

.power-wrapper .action-btn {
    text-align: center;
    margin-top: 20px;
}


.power-wrapper .action-btn a.btn.btn-primary {
    margin: 7px 0;
}

.power-wrapper .action-btn p {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
}

.e-con-full.inner-power.e-flex.e-con.e-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-top: 25px;
}

.e-con-full.inner-power.e-flex.e-con.e-child .e-con-full.power-items {
    width: 100%;
}


.our-services .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
    display: block;
}

.our-services .e-con-inner .action-btn {
    margin-top: 0px;
    padding: 0px;
}

.our-services .e-con-inner .btn.btn-primary {
    margin-top: 25px;
}


.services-wrapper h2.section-title {
    text-align: center;
}

.services-wrapper p.section-sub {
    text-align: center;
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


.our-services .services-wrapper .services-items {
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 12px;
    padding: 100px 51px 60px;
    margin-top: 0px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    height: 579px;
    width: 100%;
}

.our-services .services-wrapper .services-items:hover {
  color: #fff;
      padding: 40px 40px;
}


.our-services .services-wrapper #green-box.services-items:hover {
  color: #fff;
  background:#AACC00;
  border-color:#AACC00;
}

.our-services .services-wrapper #purple-box.services-items:hover {
  color: #fff;
  background:#B074FD;
  border-color:#B074FD;
}

.our-services .services-wrapper #yelllow-box.services-items:hover {
  color: #fff;
  background:#FEBB01;
  border-color:#FEBB01;
}

.our-services .services-wrapper #red-box.services-items:hover {
  color: #fff;
  background:#F52852;
  border-color:#F52852;
}



.our-services .services-wrapper .services-items figure.elementor-image-box-img {
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000001F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.our-services .services-wrapper .services-items:hover figure.elementor-image-box-img{
transform: translateY(-10px);   /* icon moves up + shrinks */
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
}

.our-services .services-wrapper .services-items:hover figure.elementor-image-box-img img {
    width: 100%;
    max-width: 41px;
}

.apps-section .swiper-wrapper .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
    width: 100%;
    max-width: 89px;
}

.services-items .po-content h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.services-items:hover .po-content h3{
color: #fff;
}

.services-items .po-content p.short-text {
    font-size: 16px;
    color: #5C5C5C;
    line-height: 25px;
    margin-bottom: 0px;
    opacity: 1;
    max-height: 123px;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}


.services-items:hover .po-content p.short-text {
  opacity: 0;
  max-height: 0;
}


.services-items .full-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.services-items .full-content p {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.services-items .full-content span {
    color: #ffffff;
    font-size: 16px;
}

.services-items .full-content ul {
    margin-top: 5px;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 17px;
}

.services-items .full-content ul li {
    list-style: disc;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 7px;
    line-height: normal;
    line-height: 25px;
}


.services-items:hover .full-content {
  opacity: 1;
  max-height: 500px; /* enough space */
  transform: translateY(0px);
}


.services-wrapper .action-btn {
    text-align: center;
    margin-top: 40px;
}


.our-services .services-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}


.case-studies {
    margin-top: 60px;
    margin-bottom: 60px;
}


.case-studies .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
}


.case-wrapper .case-coll-list .case-coll-item {
    background: #fff;
    /* box-shadow: 0px 0px 30px 0px #00000014; */
     box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
    padding: 20px;
        position: sticky;
    top: 95px;
}

.case-coll-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
}

.case-item-w {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 2.4fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}


.case-item-w .case-item-l {
    border: 1px solid #DDDDDD;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 17px 19px;
}


.case-item-up-w {
    margin-bottom: 7px;
}

.case-item-up-w .case-logo img {
    max-height: 49px;
    width: auto;
    max-width: 196px;
}

.case-item-up-w .case-logo {
    margin-bottom: 5px;
}

.case-item-up-w p.company_name {
    color: #0f1729;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.case-item-up-w h3.head-h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.96px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.case-item-bot {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    margin-top: 25px;
}

.case-item-bot .case-img-b {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 8px;
}

.case-item-bot .case-img-b img {
    width: 100%;
    vertical-align: bottom;
}

.case-item-bot .case-item-text {
    margin-top: 0px;
    margin-bottom: 15px;
}

.case-item-bot .case-item-text .item-what {
    color: #F52852;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.case-coll-item:nth-child(2) .case-item-bot .case-item-text .item-what{
    color: #AACC00;
}
.case-coll-item:nth-child(3) .case-item-bot .case-item-text .item-what{
  color: #FEBB01;

}
.case-coll-item:nth-child(4) .case-item-bot .case-item-text .item-what{
  color: #B074FD;
}


.case-coll-item:nth-child(2) .case-item-bot .case-item-text .item-what:before{
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23AACC00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23AACC00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.case-coll-item:nth-child(3) .case-item-bot .case-item-text .item-what:before{
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23FEBB01' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23FEBB01' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.case-coll-item:nth-child(4) .case-item-bot .case-item-text .item-what:before{
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23B074FD' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23B074FD' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.case-item-bot .case-item-text .item-what:before{
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23F52852' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23F52852' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
      display: block;
          margin-right: 6px;
}

.case-item-w .case-item-r {
    border: 1px solid #DDDDDD;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 19px 15px;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #f7f7f7;
    flex-flow: column;
    display: flex;
}

.case-item-bot .case-item-text p {
    color: #434242;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}

.case-item-bot .case-item-text p em {
    font-weight: 600;
}

.case-item-w .case-item-r .text-size-large p {
    color: #434242;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}

.case-item-w .case-item-r .author-detail {
    margin-top: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    display: flex;
}


.case-item-w .case-item-r .author-detail .auth-img {
    overflow: hidden;
    border-radius: 50%;
}

.case-item-w .case-item-r .author-detail .auth-img img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.author-detail .author-text .author-item-name {
    font-size: 21px;
    font-weight: 600;
    color: #010B13;
    line-height: 1;
}

.author-detail .author-text p {
    color: #5C5C5C;
    font-size: 15px;
    margin: 0px;
    font-weight: 500;
}

.benefits-sec .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
    width: 100%;
    padding: 0px;
    gap: 0px;
}

.section-sub p, .section-sub p.elementor-heading-title {
    text-align: center;
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}


.benefits-card {
    /* box-shadow: 0px 0px 30px 0px #00000014; */
    background: #ffffff;
      box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
        overflow: hidden;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Business.benefits-card .card-head {
    background-color: var(--redcode);
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Solutions.benefits-card .card-head {
   background-color: var(--greencode);
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Outcomes.benefits-card .card-head {
    background-color: var(--purplecode);
}


.benefits-card .card-head {
    padding:24px 24px 24px;
    border-radius: 10px 10px 0 0;
}

.benefits-card .card-head h3 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.benefits-card .card-head h3:before {
    margin-right: 12px;
    content: "";
    background-image: url('../images/b-e-icon1.svg');
    width: 24px;
    height: 22px;
}


#Solutions.benefits-card .card-head h3:before {
    background-image: url('../images/solution-icon.svg');
}


#Outcomes.benefits-card .card-head h3:before {
    background-image: url('../images/outcomes-icon.svg');
}


.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li {
    position: relative;
    font-size: 15px;
    color: #010B13;
    line-height: 23px;
    font-weight: 500;
    padding: 10px 24px;
    padding-left: 48px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Business.benefits-card .card-content ul li:before{
    content: "";
    background-image: url('../images/cross-icon.svg');
    width: 20px;
    height: 20px;
        left: 19px;
    top: 13px;
    position: absolute;
    background-size: cover;
}



.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Solutions.benefits-card .card-content ul li:before{
    content: "";
    background-image: url('../images/solution-check.svg');
    width: 20px;
    height: 20px;
        left: 19px;
    top: 13px;
    position: absolute;
}


.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con #Outcomes.benefits-card .card-content ul li:before{
    content: "";
    background-image: url('../images/smile-icon.svg');
    width: 20px;
    height: 20px;   
        left: 19px;
    top: 13px; 
        position: absolute;
        background-size: contain;
}


.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li .elementor-icon-list-text {
    color: #010B13;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins';
    display: block;
    line-height: 22px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li span.check {
    position: absolute;
    left: 19px;
    top: 18px;
}


.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li:nth-child(odd) {
  background: #ffffff;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li:nth-child(even) {
  background: #F7F7F7;
}

.action-btn {
    text-align: center;
    margin-top: 40px;
}

.working-you {
    background: #ffffff;
    margin: 60px 0;
    padding: 0px;
}

.working-you .e-con-inner {
    padding: 40px 40px;
    gap: 0px;
}

.working-you .section-title h2.elementor-heading-title{
    margin-bottom: 13px;

}

.working-wrapper p.section-sub {
    color: #5C5C5C;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15px;
}

.working-wrapper {
    padding: 0px;
    position: relative;
}

.working-you .section-sub {
    margin-bottom: 52px;
}

.working-wrapper .working-block {
    margin-top: 7px;
    position: relative;
    z-index: 1;
}

.working-wrapper .working-block:before {
    content: "";
    border-top: dashed 3px #BDBDBE;
    position: absolute;
    width:36%;
    top: 51px;
    margin: 0 auto;
    left: 0;
    z-index: 1;
    height: auto;
}

.working-wrapper .working-block:after {
    content: "";
    border-top: dashed 3px #BDBDBE;
    position: absolute;
    width: 36%;
    top: 51px;
    margin: 0 auto;
    right: 3px;
}


.working-wrapper .working-block:first-child::before {
    opacity: 0;
}

.working-wrapper .working-block:last-child::after {
    opacity: 0;
}


.working-wrapper .working-block .elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #08378E33;
    border-radius: 50%;
    margin:0 auto 19px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
        position: relative;
    z-index: 10;
}

.working-wrapper .working-block.active .elementor-image-box-img img{
     filter: brightness(0) invert(1);
}

.working-wrapper .working-block.active>.elementor-element:after {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #AACC00;
    content: "";
    position: absolute;
    right: -17px;
    top: 29px;
}

.working-wrapper .working-block.develop-block.active>.elementor-element:after {
    right: inherit;
    left: -28px;
    transform: rotateZ(180deg);
}


.working-wrapper .working-block.active:nth-child(4)>.elementor-element:after{
    display: none;
}


.working-wrapper .working-block.active:nth-child(1):before,
.working-wrapper .working-block.active:nth-child(1):after{
  border-top: solid 3px #AACC00;

}


.working-wrapper .working-block.active:nth-child(2):before,
.working-wrapper .working-block.active:nth-child(2):after{
 border-top: solid 3px #AACC00;
}

.working-wrapper .working-block.active:nth-child(3):before,
.working-wrapper .working-block.active:nth-child(3):after{
border-top: solid 3px #AACC00;
}


.working-wrapper .working-block.active:nth-child(4):before,
.working-wrapper .working-block.active:nth-child(4):after{
border-top: solid 3px #AACC00;
}

.working-wrapper .working-block.active:nth-child(1) .elementor-image-box-img{
    background:#F52852;
}

.working-wrapper .working-block.active:nth-child(2) .elementor-image-box-img{
    background:#B074FD;
}

.working-wrapper .working-block.active:nth-child(3) .elementor-image-box-img{
    background:#18D0F0;
}

.working-wrapper .working-block.active:nth-child(4) .elementor-image-box-img{
    background:#AACC00;
}

.working-wrapper .working-block.develop-block.active>.elementor-element:after {
    right: inherit;
    left: -28px;
    transform: rotateZ(180deg);
}

.working-wrapper .working-block.develop-block.active.active-right>.elementor-element:after {
    transform: none;
    right: -10px;
    left: inherit;
}



.working-wrapper .working-block .elementor-image-box-title {
    text-align: center;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    color: #010B13;
}

.working-block .elementor-image-box-title span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.working-block p.elementor-image-box-description {
    text-align: center;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 25px;
}



.working-wrapper .working-block>.elementor-element .elementor-image-box-content {
    background: #ffffff;
}


.working-wrapper .working-block:nth-child(2) {
    position: relative;
    z-index: 11;
}



.working-you .e-con-inner .btn.btn-primary {
    margin-top: 45px;
}



.apps-section {
    background: #ffffff;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.apps-section .e-con-inner {
    display: block;
}

.apps-slide ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    margin: 40px 0;
}

.apps-section .section-title h2.elementor-heading-title {
    margin-bottom: 20px;
}

.apps-section .apps-slide {
    margin: 50px 0;
}

.apps-section .btn.btn-primary {
    margin-top: 20px;
}

.why-us .e-con-inner {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
    display: block;
}


.why-us .why-us-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.why-us .why-us-wrapper .why-block {
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0px 0px 30px 0px #00000014; */
      box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
    padding: 10px 20px 20px;
    width: 100%;
        gap: 7px;
}


.why-block .why-heading {
    margin-bottom: 20px;
}

.why-block .why-heading h4 {
    color: #252525;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 7px 0;
}
.why-us-wrapper .why-block .why-content {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 20px;
}

.why-us-wrapper .why-block .why-content ul li {
    font-size: 16px;
    color: #010B13;
    line-height: 24px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 11px;
}

.why-us-wrapper .why-block .why-content ul li span {
    font-size: 16px;
    font-family: 'Poppins';
    color: #010B13;
}

.why-us-wrapper .why-block:first-child .why-content ul li:before {
    position: absolute;
    left: 0px;
    top: 2px;
    content: "";
    background-image: url('../images/red-cross.svg');
    width: 21px;
    height: 21px;
}

.why-us-wrapper .why-block:last-child .why-content ul li:before {
    position: absolute;
    left: 0px;
    top: 2px;
    content: "";
    background-image: url('../images/check-green.svg');
    width: 24px;
    height: 24px;
}



.book-consu {
    margin-top: 60px;
    margin-bottom: 60px;
}

.book-consu .book-wrapper {
    background: #FFFFFF;
    padding: 40px 45px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}


.book-consu .book-wrapper .step-success {
    /* box-shadow: 0px 0px 30px 0px #00000014; */
    border: 1px solid #DDDDDD;
      box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
    background: #ffffff;
    border-radius: 12px;
    padding:35px 35px;
    height: 100%;
    width: 100%;    
}

.book-wrapper .step-success .logo-brand {
    margin-bottom: 40px;
}

.book-consu .book-wrapper .step-success .elementor-widget-image img {
    width: 100%;
    max-width: 223px;
}

.book-wrapper .step-success h4 {
    color: #18D0F0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.step-success .step-block .step-process span.count {
    width: 80px;
    height: 80px;
    background: #F52852;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    left: 0px;
}

.step-success .step-block .step-process {
    position: relative;
    padding-left: 106px;
    margin-bottom: 40px;
}

.step-success .step-block .step-process .step-content h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}

.step-success .step-block .step-process .step-content p {
    color: #383838;
    font-size: 16px;
    line-height: 25px;
}

.step-success .step-block .step-process span.count.yellow {
    background: #FEBB01;
}

.step-success .step-block .step-process span.count.green {
    background: #AACC00;
}


.calender-sec {
    box-shadow: 0px 0px 30px 0px #00000014;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 25px;
    height: 100%;
    width: 100%;
}



.calender-sec .time p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #010B13;
        display: flex;
    align-items: center;
    position: relative;
}

.calender-sec .time p:before{
    content: "";
    background-image: url('../images/clock-icon.svg');
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 16px;
}

.calender-sec .video-block p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #010B13;
    display: flex;
    align-items: center;
    position: relative;
}

.calender-sec .video-block p:before{
    content: "";
    background-image: url('../images/video-call.svg');
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 16px;
}

.book-consu .book-wrapper .calender-sec p {
    color: #010B13;
    font-size: 16px;
    font-weight: 500;
}

.calender-sec .action-btn {
    text-align: center;
    margin: 16px 0;
}

.faq-section .e-con-inner {
    display: block;
}

.faq-section .faq-wrapper {
    margin-top: 29px;
}

.faq-section .faq-wrapper .faq-item {
    margin-bottom: 10px;
}

.faq-section .faq-wrapper .faq-item .faq-question {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
        padding: 13px 20px;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background: #fff;
}

.faq-section .faq-wrapper .faq-item .faq-question:hover{
    background:#18D0F0;
    color: #fff;
}

.faq-section .faq-wrapper .faq-item .faq-question:before {
    content: "";
    position: absolute;
    right: 19px;
    top: 18px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
}

.faq-section .faq-wrapper .faq-item .faq-question:hover:before{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.faq-section .faq-wrapper .faq-item.active .faq-question:before {
    transform: rotate(227deg);
    top: 23px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  padding-right: 20px;
}


.faq-item.active .faq-answer {
    max-height: 100%;
    opacity: 1;
}

.faq-item .faq-answer {
    padding: 5px 17px;
}


.faq-item .faq-answer p {
    font-size: 16px;
    margin: 0px 0 10px;
}

.faq-item .faq-question {
  color: #4CAF50;
}


.faq-section {
    background: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}



footer.footer {
    background: #0F1729;
    padding-top: 60px;
}
footer.footer .f-col {
    width: 30.3333%;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 37px;
}


footer.footer .f-col:nth-child(3) {
    width: 39.333%;
}

footer.footer .footer-logo {
    margin-bottom: 14px;
}

footer.footer .footer-logo a {
    display: block;
}

footer.footer .footer-logo a img {
    width: 100%;
    max-width: 220px;
}

footer.footer .footer-about p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    line-height: 24px;
    width: 93%;
}

footer.footer .f-col h4 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

footer.footer .f-col .links {
    display: flex;
    flex-wrap: wrap;
}

footer.footer .f-col .links ul {
    width: 50%;
}
footer.footer .f-col .links ul li {
    margin-bottom: 5px;
}

footer.footer .f-col .links ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    line-height: 22px;
    display: block;
}

footer.footer .f-col .links ul li a:hover {
    color: #FEBB01;
}

footer.footer .contact-detail ul li {
    position: relative;
    padding-left: 26px;
}

footer.footer .contact-detail ul li span.icon {
    position: absolute;
    left: 0px;
    top: 4px;
}

footer.footer .contact-detail ul li p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    width: 78%;
}

footer.footer .contact-detail ul li p a {
    color: #fff;
}

footer.footer .social-links ul {
    display: flex;
    align-items: center;
}

footer.footer .social-links ul li a {
    display: block;
}


footer.footer .social-links ul li a:hover img{
    filter: grayscale(1) sepia(1) saturate(8000%) hue-rotate(-50deg) brightness(1);
}

footer.footer .social-links ul li a img {
    vertical-align: bottom;
}

footer.footer .social-links ul li {
    margin-right: 11px;
}

.copyright p {
    border-top: 1px solid #FFFFFF33;
    margin-top: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    padding: 11px 0;
    margin-bottom: 0px;
}


.elementor-element.free_forever {
    background: none;
    margin-bottom: 60px;
    padding-top: 35px;
    padding-bottom: 25px;
}

.elementor-element.free_forever p {
    font-size: 16px;
}


.elementor-element.free_forever .btn.btn-primary a.elementor-button {
    background: #9049F0;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 40px;
}


.elementor-element.free_forever .btn.btn-primary a.elementor-button:hover {
    background: #000000;
}


@media (max-width: 1299px){

.hero-section h1.elementor-heading-title {
    width: 100%;
}

.our-services .services-wrapper .services-items {
    padding: 90px 40px 60px;
}


}



@media (max-width: 1199px){


.hero-section .e-con-inner .e-con-full.e-flex.e-con.e-child {
    gap: 9px;
}

.hero-section {
    padding-top: 0px;
    padding-bottom: 20px;
}



.head-inner .top-contact a.btn.btn-primary, .btn.btn-primary a.elementor-button {
    font-size: 16px;
    padding: 0px 20px;
    line-height: 51px;
}

.hero-section h1.elementor-heading-title {
    width: 100%;
    line-height: 61px;
    font-weight: 500;
    font-size: 39px;
}


.hero-section .points ul li:before {
    width: 21px;
    height: 21px;
    top: 1px;
}

.hero-section .points ul li {
    padding-left: 27px;
}

.elementor-element.googlebutton .btn.btn-primary.elementor-widget {
    width: 68%;
}


.power-section {
    margin-top: 10px;
    margin-bottom: 40px;
}

.power-section .e-con-inner {
    padding: 40px 20px;
}

.hero-section .e-con-inner {
padding: 40px 20px;
}

.power-items .elementor-image-box-content h3 {
    font-size: 24px;
}

.power-items .elementor-image-box-content p {
    margin-bottom: 0px;
}

.power-section .e-con-inner .action-btn p {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
}


.section-title h2.elementor-heading-title {
    font-size: 35px;
}

.our-services .e-con-inner {
    padding: 40px 20px;
}


.our-services .services-wrapper .services-items {
    padding:32px 23px;
    height: auto;
}

.our-services .services-wrapper .services-items:hover {
   padding:32px 23px;
}

.services-items:hover .po-content p.short-text {
    opacity: 1;
    max-height: 100%;
}



.services-items .po-content p.short-text {
    color: #fff;
    max-height: 100%;
    opacity: 1;
}

.services-items .full-content ul li {
    margin-bottom: 7px;
}


.services-items .po-content h3 {
    font-size: 27px;
    color: #ffffff;
}



.our-services .services-wrapper .services-items figure.elementor-image-box-img {
    width: 80px !important;
    height: 80px;
}


.our-services .services-wrapper .services-items figure.elementor-image-box-img img {
    width: 100%;
    max-width: 41px;
}

.our-services .services-wrapper #green-box.services-items {
    color: #fff;
    background: #AACC00;
    border-color: #AACC00;
}

.services-items .full-content {
    opacity: 1;
    max-height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.our-services .services-wrapper #purple-box.services-items {
    color: #fff;
    background: #B074FD;
    border-color: #B074FD;
}


.our-services .services-wrapper #yelllow-box.services-items {
    color: #fff;
    background: #FEBB01;
    border-color: #FEBB01;
}


.our-services .services-wrapper #red-box.services-items {
    color: #fff;
    background: #F52852;
    border-color: #F52852;
}


.case-studies .e-con-inner {
    padding: 40px 20px;
    border-radius: 10px;
}

.case-item-up-w .case-logo img {
    max-height: 41px;
    width: auto;
}

.case-item-up-w .case-logo {
    margin-bottom: 9px;
}

.case-item-up-w h3.head-h3 {
    font-size: 18px;
    margin-bottom: 2px;
}

.case-item-bot .case-item-text p {
    font-size: 16px;
    line-height: 24px;
}

.case-item-up-w {
    margin-bottom: 5px;
}

.case-item-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.case-item-bot {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.case-item-bot .case-item-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
        margin-top: 5px;
    margin-bottom: 5px;
}

.case-item-w .case-item-r {
    padding: 25px 15px;
}


.case-item-w .case-item-r .author-detail .auth-img img {
    width: 54px;
    height: 54px;
}

.case-item-w .case-item-r .author-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.author-detail .author-text .author-item-name {
    font-size: 18px;
}

.author-detail .author-text p {
    font-size: 14px;
    margin: 0px;
}


.benefits-sec .e-con-inner {
    padding: 40px 20px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    column-gap: 20px;
        padding: 0px;
}

.working-you .e-con-inner {
    padding: 40px 20px;
}


.working-wrapper {
    position: relative;
    padding: 0px;
}

.why-us .e-con-inner {
    padding: 40px 20px;
}

.book-consu .book-wrapper {
    padding: 40px 20px;
}


.benefits-card .card-head {
    padding: 31px 15px 24px;
}

.benefits-card .card-head h3 {
    font-size: 23px;
}



.working-wrapper .working-block {
    margin-top: 0px;
}


.section-sub .flex-row .working-block {
    display: none;
}



footer.footer .footer-about p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 21px;
    width: 100%;
}


footer.footer .f-col .links ul li a {
    font-size: 14px;
    line-height: 21px;
    display: block;
}


footer.footer .contact-detail ul li p {
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    margin-bottom: 9px;
}

footer.footer .contact-detail ul li span.icon {
    left: 0px;
    top: 0px;
    line-height: 1;
    display: block;
}


.social-links {
    margin-top: 20px;
}

.working-wrapper .working-block>.elementor-element.border-animation {
    left: -121px;
}


.client-logos {
    padding-top: 0px;
    padding-bottom: 0px;
}


.elementor-element.free_forever {
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 25px;
}



}


@media (max-width: 991px){



.hero-section .subtext p.elementor-heading-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 16px;
}

.hero-section .points ul li span.elementor-icon-list-text {
    font-size: 14px;
    line-height: 20px;
}


.hero-section .e-con-inner .e-con-full.e-flex.e-con.e-child:first-child {
    gap: 0px;
}

.hero-section .e-con-inner .e-con-full.e-flex.e-con.e-child:first-child .elementor-widget-image img {
    width: 100%;
    max-width: 122px;
}

.hero-section h1.elementor-heading-title {
    width: 100%;
    line-height: 48px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.hero-section h1.elementor-heading-title span {
    padding: 5px 11px;
    line-height: normal;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.uk_wide p.elementor-heading-title {
    font-size: 16px;
}

.elementor-element.googlebutton {
  display: block;
}

.elementor-element.googlebutton .btn.btn-primary.elementor-widget {
    width: 100%;
    margin-bottom: 10px;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.uk_wide {
    margin-bottom: 58px;
}


.section-sub p, .section-sub p.elementor-heading-title {
    font-size: 14px;
    line-height: 20px;
}


.power-items .elementor-image-box-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}


.power-section {
    margin-top: 0px;
            margin-bottom: 40px;
}

.our-services .services-wrapper {
    column-gap: 20px;
    padding: 0px;
}

.our-services .services-wrapper .services-items {
    padding: 40px 25px;
    margin-bottom: 25px;
}

.our-services .services-wrapper .services-items:hover {
   padding: 40px 25px;
}

.services-items:hover .po-content p.short-text {
    opacity: 1;
    max-height: 100%;
}

.apps-section {
    margin-top: 40px;
    margin-bottom: 40px;
}


.case-item-up-w .case-logo img {
    max-height: 41px;
    width: auto;
    max-width: 150px;
}

.case-item-bot {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.case-item-bot .case-item-text p {
    font-size: 14px;
            margin: 0px;
    line-height: 20px;
}

.case-studies {
    margin-top: 40px;
    margin-bottom: 40px;
}


.case-item-w .case-item-r .text-size-large p {
    font-size: 14px;
    line-height: 20px;
}

.step-success .step-block .step-process span.count {
    width: 50px;
    height: 50px;
    font-size: 27px;
}

.step-success .step-block .step-process {
    position: relative;
    padding-left: 66px;
    margin-bottom: 30px;
}


.services-items .po-content p.short-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.services-items .full-content span {
    font-size: 14px;
}

.services-items .full-content ul li {
    font-size: 14px;
    line-height: 20px;
}

.services-items .full-content p {
    font-size: 14px;
    line-height: 20px;
}

.case-item-w .case-item-l {
     padding: 20px 15px;
}


.case-item-w .case-item-r {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    grid-template-columns: repeat(1, 1fr);
}


.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
    width: 100%;
    margin-bottom: 20px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card .card-content ul li .elementor-icon-list-text {
    font-size: 14px;
    line-height: 20px;
}

.why-block .why-heading h4 {
    font-size: 26px;
    letter-spacing: 0.5px;
    margin: 7px 0;
}


.working-you {
  margin: 40px 0;
}


footer.footer .f-col .links ul {
    padding-right: 9px;
}


.working-block p.elementor-image-box-description {
    font-size: 14px;
    line-height: 20px;
}

.why-us .why-us-wrapper .why-block {
    padding: 10px 15px 20px;
}

.why-us-wrapper .why-block .why-content {
    padding: 15px 15px;
}

.why-us-wrapper .why-block .why-content ul li span {
    font-size: 14px;
}

.book-wrapper .step-success h4 {
    font-size: 22px;
    margin-bottom: 0px;
}

.book-consu .book-wrapper .step-success {
    padding: 25px 19px;
}

.step-success .step-block .step-process .step-content h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.step-success .step-block .step-process .step-content p {
    font-size: 14px;
    line-height: 20px;
}

.faq-item.active .faq-answer p {
    font-size: 14px;
}

.book-consu {
    margin-top: 40px;
    margin-bottom: 40px;
}


.faq-section .e-con-inner {
    gap: 0px;
}


.faq-section .faq-wrapper {
    margin-top: 7px;
}

footer.footer .f-col h4 {
    font-size: 20px;
}


footer.footer .footer-logo a img {
    width: 100%;
    max-width: 184px;
}


}



@media (max-width: 767px){

header.header {
    top: 0px;
}


header.header .head-inner {
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

header.header .head-inner a.custom-logo-link img.custom-logo {
    width: 100%;
    max-width: 153px;
    vertical-align: bottom;
}
.head-inner .top-contact a.btn.btn-primary, .btn.btn-primary a.elementor-button {
    font-size: 14px;
    padding: 0px 15px;
    line-height: 43px;
}

.hero-section {
    padding-top: 0px;
}


.hero-section .subtext p.elementor-heading-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-title h2.elementor-heading-title {
    font-size: 25px;
}

.e-con-full.inner-power.e-flex.e-con.e-child {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
}

.our-services .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
}

.our-services .services-wrapper .services-items {
    margin-bottom: 20px;
}

.case-item-w {
    display: block;
}


.case-item-w .case-item-l {
    padding: 32px 24px;
    margin-bottom: 20px;
}

.case-item-bot {
    display: block;
    margin-top: 16px;
}

.case-item-bot .case-item-text {
    display: block;
    margin-top: 15px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    display: block;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
    width: 100%;
    padding: 0px;
    gap: 0px;
    margin-bottom: 20px;
}

.why-block .why-heading h4 {
    font-size: 24px;
}


.working-wrapper .working-block:after{
display: none;
}


.why-us .why-us-wrapper {
    display: block;
    padding: 0px;
}


.why-us .why-us-wrapper .why-block {
    margin-bottom: 20px;
}

.book-consu .book-wrapper {
    display: block;
}

.book-consu .book-wrapper .step-success {
    margin-bottom: 25px;
}

.book-wrapper .step-success h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.client-logos {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hero-section .e-con-inner .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.uk_wide {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
}

.working-wrapper .working-block.active>.elementor-element:after,
.working-wrapper .working-block:before{
    display: none;
}

.working-you .section-sub {
    margin-bottom: 16px;
}

.working-wrapper .working-block {
    margin-bottom: 25px;
}

.elementor-element.youtube_link {
    padding-left: 0px;
}


footer.footer {
    padding-top: 31px;
}

footer.footer .f-col {
    width: 100%;
    margin-bottom: 10px;
}

footer.footer .f-col:nth-child(2) {
    width: 100%;
}

footer.footer .f-col:nth-child(3) {
    width: 100%;
}

.faq-section .faq-wrapper .faq-item .faq-question {
    font-size: 15px;
    padding-right: 30px;
}


.working-wrapper .working-block>.elementor-element.border-animation {
display: none;
}

.flex-row {
    margin-left:0px;
   margin-right: 0px;
}

.case-wrapper .case-coll-list .case-coll-item {
    position: relative;
    top: 0px;
}

.case-item-w .case-item-r .author-detail {
    padding-top: 1rem;
}

.power-items {
    margin-bottom: 30px;
}

.elementor-element.free_forever .btn.btn-primary a.elementor-button {
    font-size: 15px;
    padding: 6px 33px;
}

.free_forever .elementor-element img.attachment-medium {
    width: 100%;
    max-width: 205px;
}


}



@media (max-width: 479px){

.head-inner .top-contact a.btn.btn-primary {
    font-size: 12px;
    padding: 13px 9px;
    line-height: 1;
    border-radius: 7px;
}

header.header .head-inner a.custom-logo-link img.custom-logo {
    width: 100%;
    max-width: 100px;
    vertical-align: bottom;
}


}