/*
    Theme Name: MOVE WITH DIGITAL
    Author:  MOVE WITH DIGITAL
    Author URL: 
    Description: ---- 2023.
    Document   : Framework
    Created on :  Jan 24 2022, 10.00 AM
*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200&display=swap');

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: #000;
    background: #f0efea;
    font-family: 'Mulish', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}


::placeholder {

    color: #777373;
  font-family: 'Mulish', sans-serif;


}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;

}

/* div {
    transition: all 0.3s ease-in-out;
} */


a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
    max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
   font-family: 'Mulish', sans-serif;
}

p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.1em;
    color: #000;
    font-weight: 500;
    /* padding: 10px 0; */
   font-family: 'Mulish', sans-serif;

}


h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 3.5em;
    font-weight: 800;
     font-family: 'Mulish', sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.6vw;
    line-height: 1;
    font-weight: 500;
   font-family: 'Mulish', sans-serif;
}


h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}

h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2.1em;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #00A651;
    font-size: 2.3em;
    line-height: 1.3;
   font-family: 'Mulish', sans-serif;
}



.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background: #f0efea;
}


.container {
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
}
.small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 750px;
}

.header .container {
     margin: 0 auto;
    width: 90%;
    max-width: 1440px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
   background: rgb(255,254,248);
  background: linear-gradient(0deg, rgba(240,239,234,1) 0%, rgba(45,188,210,1) 25%, rgba(69,69,180,1) 100%);
    padding: 120px 0 0 0;

}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 20px 0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo {
    max-width: 200px;
}
header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.btn {
   font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.1em;
}

a.btn.outline {
     border: 1px solid #fff;
}
a.btn.outline:hover {
    background-color: #fff;
    color: #4545B4;
}
a.btn.fill.orange {
    background-color: #ED7720;
}
a.btn.fill.orange:hover {
    background-color: #fff;
    color: #4545B4;
}
.banner-text {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}
.banner-text h2 {
    font-size: 1.4em;
    padding: 10px 0 25px 0;
}
.banner-text h1 sup {
    font-size: 25px;
}
.banner-text img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: contain;
    margin: 80px 0 00;
}
.second-block {
    width: 100%;
   padding: 100px 0 50px 0;
    text-align: center;
}
.second-block h2 {
    font-size: 4em;
     color: #E26A54;
background-image: -webkit-linear-gradient(45deg, #E26A54 8%, #555DFF 97%);
background-clip: text;
-webkit-background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent;
    font-weight: 900;
     padding: 0 0 20px 0;
        
}
.second-block h3 {
    font-size: 1.4em;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
    padding: 5px 0 20px 0;
    color: #000;
}
a.btn.fill.blue {
    background-color: #292AA2;
}
a.btn.fill.blue:hover {
	background-color: #ED7720;
}
#contact .wpcf7-submit:hover {
	background-color: #ED7720;
}
.client-logo {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.client-logo h4 {
    color: #1A1A1A;
    opacity: 0.4;
    letter-spacing: 3px;
    padding: 0 0 30px 0;
}
.client-logo .flex {
    display: flex;
    align-items: center;
}
.client-logo img {
    margin: 0 20px;
    width: 100%;
    height: 25px;
    object-fit: contain;
}


.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 20px 40px 20px;
  background-color: #fff;
  font-size: 1.7em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
    margin: 20px 0 0;
    border-top-left-radius: 15px;
      border-top-right-radius: 15px;
     border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    font-weight: 700;

}
h4.accordion-title.js-accordion-title.open {
     border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
}
.accordion-content p {
    font-size: 1.05em;
    opacity: 0.8;
    font-weight: 500;
    max-width: 500px;
    padding: 0 0 20px 0;
    line-height: 1.4;
}
.accordion-content a.btn {
    margin: 0 0 30px 0;
}

.accordion-container .accordion-title::after {
 content: "+";
    position: absolute;
    top: 20px;
    right: 47px;
    width: 0;
    height: 0;
    font-size: 25px;
    font-weight: 500;
    border-top-color: #fff;
    color: #fff;
}

.accordion-container .accordion-title::before {
	content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #555DFF;
   top: 20px;
    right: 22px;
    border-radius: 50%;
}
.accordion-container .accordion-title.open::after {
content: "-";
    position: absolute;
    top: 8px;
    right: 48px;
    border-bottom-color: #fff;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}
.accordion-container .accordion-title.open::before {
	content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #ED7720;
   top: 20px;
    right: 22px;
    border-radius: 50%;
}
.slider .carousel-cell .container {
	margin: 0 auto;
    width: 100%;
    max-width: inherit;
}
.accordion-content {
 box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    background-color: #fff;
   padding: 10px 40px 0;
  margin: 0 0 30px 0;
     border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
}
.accordion-content .flex {
    display: flex;
    align-items: center;
}
.accordion-content .flex .left {
    width: 40%;
	padding: 0 0 50px 0;
}
.accordion-content .flex .left img {
    display: block;
    width: 350px;
}
.accordain-sec .accordion-content .flex .right {
  width: 55%;
    padding: 0 3% 0 10%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
   
}
button.swal-button {

    border-radius: 50px;
    padding: 10px 30px!important;
   
    background-color: #292AA2!important;
 
    color: #fff!important;
border: 0!important;
}
button.swal-button:focus {
	box-shadow: none;
}
.swal-modal, .swal-text, .swal-footer {
	text-align: center!important;
}
.swal-modal {
	border-radius: 20px!important;
}
.accordain-sec {
    width: 100%;
    padding: 100px 0 0 0;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #797878;
	border: 2px solid #555555;
}
.content-block .flex {
    padding: 40px;
}
.content-block .flex h3 {
    font-weight: 900;
    color: #000;
    line-height: 1;
    font-size: 2.4em;
    padding: 0 0 20px 0;
}
.content-block .flex .right {
    width: 50%;
}
.content-block .flex .left {
    width: 40%;
}
.content-block .accordion-content {
    position: relative;
    border-radius: 15px;
}
.content-block .accordion-content .flex .left img {
   position: absolute;
    top: 30px;
    right: -60px;
    width: 400px;
}
.content-block {
    width: 100%;
    margin: 50px 0 0 0;
}
.slider .carousel {
    width: 100%;
}
.slider .carousel-cell {
    width: 65%;
	max-width: 950px;
	margin: 0 3%;
}
.slider .content-block .accordion-content .flex .left img {
    width: 350px;
}
.slider .accordion-content li {
    font-size: 1em;
    opacity: 0.8;
    font-weight: 500;
    max-width: 500px;
    padding: 0 0 10px 0;
    line-height: 1.4;
}
.slider .content-block .flex .right {
    width: 80%;
}
.slider {
    width: 100%;
    padding: 0 0 50px 0;
}
.slider .accordion-content {
    box-shadow: none;
}
.slider .flickity-page-dots .dot {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin: 0 8px;
    background: #cf8787;
    border-radius: 3px;
    opacity: 0.25;
    cursor: pointer;
}
.slider .flickity-page-dots .dot.is-selected {
    background: rgb(226,106,84);
background: linear-gradient(92deg, rgba(226,106,84,1) 0%, rgba(85,93,255,1) 100%);
}
.get-start {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.get-block {
     background: rgb(226,106,84);
background: linear-gradient(92deg, rgba(226,106,84,1) 0%, rgba(85,93,255,1) 100%);
   padding: 70px 40px;
    border-radius: 15px;
}
.get-start h2 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 800;
    padding: 0 0 10px 0;
}
.get-start p {
    color: #fff;
    font-weight: 500;
    padding: 0 0 10px 0;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
.get-start ul li {
    font-weight: 700;
    display: inline-block;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.2em;
    background-color: #FFFFFF;
    color: #292AA2;
     width: 40%;
    margin: 5px;
}
.get-start ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 25px   0;
}
.form-block {
   width: 100%;
  
}
.form-sec .second-block h2 {
    font-size: 3em;
}
.form-block label {
    color: #000;
    font-weight: 500;
    font-size: 1.3em;
    padding: 10px 0 0 0;
    display: block;
}

.form-set {
    width: 100%;
}
#contact .wpcf7-submit {
   font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.1em;
    background-color: #292AA2;
    margin: 30px 0 0 0;
    color: #fff;
    border: 0;
    cursor: pointer;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
   width: 100%;
    border: none;
     border: 2px solid #CCC; 
    margin: 0 0 40px 0;
    background-color: transparent;
    padding: 15px;
    resize: none;
   border-radius: 5px;
    margin: 10px 0;
 
}
.form-sec .flex {
    display: flex;
}
.form-sec .left {
   width: 70%;

    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin: 0 50px 0 0;
}

.form-sec .right {
    width: 30%;
}
.form-sec {
  
    padding: 10px 40px 0;
    margin: 50px 0;
}
.form-sec .right li {
    padding: 0 0 15px 0;
}
.form-sec .right li a strong {
    font-size: 1.3em;
    color: #000;
    display: block;
    padding: 0 0 5px 0;
}
.form-sec .right li a span {
    font-size: 1em;
    color: #000;
    display: block;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.form-sec .right li a img {
  mix-blend-mode: multiply;
    width: 100%;
    height: 85px;
    object-fit: cover;
    text-align: left;
    max-width: 180px;
}
.form-sec .second-block {
    padding: 0 0 50px 0;
}
.footer {
    width: 100%;
    padding: 50px 0;
 
}
.footer .flex {
    display: flex;
}
.footer .left {
   width: 40%;
    padding: 0 22% 0 0;
}
.footer .right {
    width: 50%;
}
.footer strong {
    color: #1A1A1A;
    opacity: 0.4;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    font-size: 1.4em;
    font-weight: 800;
    display: block;
}
.footer ul li a {
    color: #000;
    display: block;
    font-weight: 700;
    opacity: 0.7;
}
.footer ul {
    padding: 20px 0 0 0;
}
.client-img {
    display: flex;
} 
.bottom-footer p {
    color: #000;
    display: block;
    font-weight: 700;
    opacity: 0.7;
    margin: 50px 0 0 0;
}
.client-img img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 110px;
    object-fit: contain;
    margin: 0 30px 0 0;
}
.header.bgcolor {
    background-color: #292AA2;
    padding: 10px 0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header.bgcolor a.btn {
    padding: 10px 30px;
    font-size: 15px;
}
#start {
    width: 100%;
    width: 100%;
    scroll-margin-block-start: 200px;
    scroll-margin-block-end: 200px;
}
.accordain-sec .accordion-content .flex .right {
	margin: 0 0 20px 0;
}
.accordion-content p a {
	color: #000;
   text-decoration: underline;
	font-weight: 600;
}
.testimoial {
    width: 100%;
  padding: 30px 0 0 0;
    text-align: center;
   
}
.testimoial .small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
}

.testimoial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.testimoial .carousel {
    width: 100%;
}
.testimoial .carousel-cell {
    width: 100%;
 
}
.testimoial .carousel p {
    padding: 20px 0;
}

.testimoial .carousel svg {
    width: 100%;
}
.testimoial  svg {
    width: 30px;
    height: 30px;
    margin: 40px 0 0 0;
}
.testimoial  strong {
    display: block;
    color: var(--white);
    font-weight: 600;
    font-size: 1.1em;
}
.testimoial span {
    
    font-size: 13px;
	font-weight: 500;
}
.testimoial .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #000;
	opacity: 0.4;
}
.testimoial  h4 {
    color: #1A1A1A;
    opacity: 0.4;
    letter-spacing: 3px;
    padding: 0 0 30px 0;
}
.testimoial .flickity-page-dots {
    bottom: -40px;
}