/** Shopify CDN: Minification failed

Line 1108:27 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Nunito:wght@300;400;600;700;800;900&display=swap');

/* Color custom properties */

@font-face {
  font-family: "gilroy-extrabolduploaded_file";
  src: url("gilroy-extrabold-webfont.eot");
  src: url("gilroy-extrabold-webfont.eot?#iefix") format("embedded-opentype"),
    url("gilroy-extrabold-webfont.woff2") format("woff2"),
    url("gilroy-extrabold-webfont.woff") format("woff"),
    url("//cdn.shopify.com/s/files/1/0665/0783/3570/files/gilroy-extrabold-webfont.ttf?v=1662700775")
      format("truetype"),
    url("gilroy-extrabold-webfont.svg#gilroy-extrabolduploaded_file")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroy-heavyuploaded_file";
  src: url("gilroy-heavy-webfont.eot");
  src: url("gilroy-heavy-webfont.eot?#iefix") format("embedded-opentype"),
    url("gilroy-heavy-webfont.woff2") format("woff2"),
    url("gilroy-heavy-webfont.woff") format("woff"),
    url("//cdn.shopify.com/s/files/1/0665/0783/3570/files/gilroy-heavy-webfont.ttf?v=1662718573")
      format("truetype"),
    url("gilroy-heavy-webfont.svg#gilroy-heavyuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
       @font-face {
 font-family:  'gilroy';
    src: url('/cdn/shop/files/gilroy-medium-webfont.woff2?v=1694076281') format("woff2"),
        url('/cdn/shop/files/gilroy-medium-webfont.woff?v=1694076281') format("woff");
   
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html{
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,ul,li,a,p{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.yell {
    color:#F2C94C !important;
}
.green {
    color:#27AE60 !important;
}
.ora {
    color:#F2994A !important;
}
.blue {
    color:#2D9CDB!important;
}
body {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #3E516D;
    font-family: 'Nunito', sans-serif !important;
}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.container {
    max-width: 1170px !important;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
#header {
    padding: 20px 0 0;
}
.header-nav ul {
    text-align: right;
    margin: 0;
}
.header-nav ul li {
    display: inline-flex;
}
.header-nav ul li a {
    padding: 15px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.header-nav ul li:last-child a {
    color: #000000;
    padding: 15px 20px;
    background: #F9DA54;
    box-shadow: 0px 5.16364px 5.16364px rgb(0 0 0 / 25%), 0px 5.16364px 5.16364px rgb(0 0 0 / 25%), 0px 5.16364px 5.16364px rgb(0 0 0 / 25%), 0px 5.16364px 5.16364px rgb(0 0 0 / 25%), 0px 5.16364px 5.16364px rgb(0 0 0 / 25%);
    border-radius: 71.8506px;
}
.img-block {
    position: relative;
    z-index: 1;
}
.img-block:before {
    position: absolute;
    top: -70px;
    left: auto;
    right: -100px;
    content: "";
    background: url(../images/circle.png) no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
    z-index: -9;
}
.upper-block {
    padding: 7% 0 10%;
    border-radius: 0 0 60px 60px;
    position: relative;
}
.upper-block::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/banner01.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    opacity: 0.7;
}
.upper-text {
    padding: 50px 0 0;
    position: relative;
}
.upper-text h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 62px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.upper-text p {
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.upper-text .book-btn {
    background: #FFFFFF;
    box-shadow: 0px 30px 45px rgba(0, 93, 121, 0.2);
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    padding: 15px 20px;
    margin: 0 20px 0 0;
}
.upper-text .learn-btn {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 15px 20px;
}
.upper-text .learn-btn i {
    margin: 0 0 0 10px;
}
.logo-bar ul {
    padding: 5% 5%;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    border-radius: 150px;
    margin: -6% 0 5%;
    z-index: 9;
    position: relative;
}
.logo-bar ul li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    text-align: center;
}
section.diff-area {
    margin: 0 auto 8%;
    max-width: 1440px;
    width: 100%;
    padding: 4% 5%;
    background: #d6f5f570;
    border-radius: 50px;
    text-align: center;
}
section.diff-area p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #33CCCC;
    display: flex;
    justify-content: center;
}
section.diff-area h2 {
    margin: 0 0 5%;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #031634;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
section.diff-area h2 span {
    color: #33CCCC;
}
.detail-block ul h3 {
    background: #005D79;
    border-radius: 40px;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px;
    margin: 0 auto 0;
    width: 70%;
    position: relative;
    z-index: 1;
}
.detail-block {
    overflow: hidden;
    border-radius: 0 0 15px 15px;
}
.detail-block ul {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0;
    position: relative;
}
.detail-block ul:first-child li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-block ul:first-child {
    border-radius: 15px 0 0 0 ;
}
.detail-block ul li {
    background: #fff;
    padding: 0;
    height: 75px;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 15px 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #3E516D;
    font-family: 'DM Sans', sans-serif !important;
}
.detail-block ul li i {
    display: block;
    margin: 0 0 8px;
}
.detail-block ul h3.dark {
    background: #33CCCC;
}
.detail-block ul li.bg {
    background: #D6F5F5;
}
.detail-block ul li .fa-check-circle {
    color: #33CCCC;
}
.detail-block ul li .fa-times-circle {
    color: #EB5757;
} 
.detail-block ul li.hei {
    height: 50px;
    margin: -20px 0 0;
}
.detail-block ul li.rad-left {
    border-radius: 15px 0 0 0;
}
.detail-block ul li.rad-last {
    border-radius: 0 15px 0 0;
}
.detail-block ul.shdow:before {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 95%;
    background: rgba(51,204,204,0.2);
    box-shadow: 0px 20px 34px rgb(0 93 121 / 20%);
}
section.two-block .top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    height: 105px;
}
section.two-block .box-area {
    padding: 20px;
    border: 1px solid #33CCCC;
    border-radius: 15px;
    text-align: center;
    margin: 0 0 40px;
    background: #fff;
    z-index: 1;
    position: relative;
}
section.two-block .box-area img {
    margin: 0 0 25px;
}
section.two-block .box-area h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #364044;
    margin: 0 0 15px;
}
section.two-block .box-area h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #364044;
    margin: 0 0 30px;
}
section.two-block .box-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #7b7b7b;
    margin: 0 0 30px;
}
section.two-block .box-area .btn-block ul {
    padding: 0;
    margin: 0;
}
section.two-block .box-area .btn-block ul li {
    display: inline-block;
    width: 49%;
    margin: 0 0 15px;
    padding: 0 2% 0 0;
}
section.two-block .box-area .btn-block ul li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
}
section.two-block .box-area .btn-block ul li a.yell {
    border: 1px solid #F2C94C;
}
section.two-block .box-area .btn-block ul li a.green {
    border: 1px solid #27AE60;
}
section.two-block .box-area .btn-block ul li a.ora {
    border: 1px solid #F2994A;
}
section.two-block .box-area .btn-block ul li a.blue {
    border: 1px solid #2D9CDB;
}
section.two-block .book-btn,section.law-area .book-btn,section.last-area .book-btn {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #33CCCC;
    box-shadow: 0px 30px 45px rgb(0 93 121 / 20%);
    border-radius: 5px;
    width: 150px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    align-items: center;
}
section.two-block  {
    margin: 0 0 70px;
}
section.case-area {
    padding: 50px 0;
    background: #D6F5F5;
    text-align: center;
}
section.case-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #33CCCC;
    display: inline-block;
    position: relative;
    z-index: 1;
}
section.case-area h2 {
    margin: 0 0 2.5%;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #031634;
    font-weight: 700;
}
section.case-area h2 span {
    color: #33CCCC;
}
section.case-area .boxx {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 20px;
    cursor: pointer;
}
section.case-area .boxx:hover {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}
section.case-area .boxx img {
    margin: 0 0 15px;
}
section.case-area .boxx h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 25px;
    font-weight: 700;
}
section.case-area .boxx p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
    color: #7b7b7b;
}
section.law-area {
    padding: 50px 0;
}
section.law-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    display: inline-block;
    position: relative;
    z-index: 1;
}
section.law-area h2 {
    margin: 0 0 2.5%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
}
section.law-area h2 span {
    color: #33CCCC;
}
section.law-area ul {
    margin: 0 0 8%;
    padding: 0;
}
section.law-area ul li {
    width: 18.9%;
    display: inline-block;
    text-align: center;
    margin: 0 1% 0 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgba(51, 204, 204, 0.1);
    border-radius: 10px;
    padding: 15px;
}
section.law-area ul li:last-child {
    margin: 0;
}
section.law-area ul li img {
    margin: 0 0 15px;
}
section.law-area ul li p {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    display: block;
}
section.law-area ul li p:after,section.law-area ul li p:before {
    display: none;
}
section.law-area p.top:after {
    display: none;
}
.text-infoo {
    text-align: center;
    margin: 0 0 30px;
}
.box-infoo {
    border: 1px solid rgba(51, 204, 204, 0.4);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 0 20px;
}
section.law-area .box-infoo img {
    margin: 0 0 15px;
}
section.law-area .box-infoo h2 {
    color: #005D79;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1px;
    margin: 0 0 20px;
}
section.law-area .box-infoo p {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
}
section.law-area .box-infoo h3 {
    color: #00212C;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 15px;
}
.work-bar {
    padding: 3% 0;
    background: #D6F5F5;
    text-align: center;
}
.work-bar p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.work-bar h2 {
    margin: 0 0 2.5%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.work-bar h2 span {
    color: #33CCCC;
}
.icon-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.icon-box img {
    display: block;
    margin: 40px auto 40px;
}
.icon-box span {
    float: left;
    background: #33CCCC;
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.icon-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #364044;
}
.digi-area {
    padding: 4% 0;
    text-align: center;
}
.digi-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.digi-area h2 {
    margin: 0 0 1.5%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.digi-area h3 {
    margin: 0 0 2%;
    font-size: 24px;
    line-height: 28px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.num-area {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgb(51 204 204 / 10%);
    border-radius: 10px;
    margin: 0 0 40px;
}
.num-area h2 {
    font-size: 48px;
    line-height: 50px;
    color: #33CCCC;
    font-weight: 800;
    margin: 0 0 15px;
}
.num-area p {
    font-size: 16px;
    line-height: 22px;
    color: #00212C;
    font-weight: 700;
    margin: 0 0 15px;
}
section.digi-area .clam-btn {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #33CCCC;
    box-shadow: 0px 30px 45px rgb(0 93 121 / 20%);
    border-radius: 5px;
    width: 200px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    align-items: center;
}
.client-area {
    padding: 4% 0;
    background: #D6F5F5;
    text-align: center;
}
.client-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #005D79;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.client-area h2 {
    margin: 0 0 2.5%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.client-area h2 span {
    color: #33CCCC;
}
.test-box {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
}
.test-box img {
    margin: 0 0 10px;
}
.test-box p {
    color: #3E516D;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: left;
}
.cli-bar {
    display: flex;
    align-items: center;
}
.cli-bar .img-bar img {
    margin: 0;
}
.cli-bar .text-bar h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 2px;
    color: #33CCCC;
    font-weight: 600;
}
.cli-bar .text-bar p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #3E516D;
    font-weight: 400;
}
.cli-bar .text-bar {
    padding: 0 0 0 15px;
}
.faq-area {
    padding: 4% 0;
    text-align: center;
}
.faq-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    text-align: center;
    display: inline-block;
    position: relative;
}
.faq-area h2 {
    margin: 0 0 4%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.accordion h2 {
    margin: 0;
}
.accordion .accordion-item {
    border: none;
}
.accordion .accordion-button {
    box-shadow: none !important;
    padding: 20px 20px 20px 70px;
    border-radius: 30px !important;
    background: #D6F5F5;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
    color: #364044 !important;
    text-align: left;
}
.accordion .accordion-body {
    padding: 0 1.25rem;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 28px;
    color: #364044 !important;
    text-align: left;
}
.accordion-button:after {
    display: none;
}
.accordion-button::before {
    position: absolute;
    top: 6px;
    right: auto;
    left: 7px;
    content: "";
    background: url(../images/minus.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1
}
.accordion .accordion-button.collapsed:before {
    position: absolute;
    top: 6px;
    right: auto;
    left: 7px;
    content: "";
    background: url(../images/plus.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1;
}
section.sale-area {
    padding: 4% 0;
    text-align: center;
    background: #D6F5F5;
}
section.sale-area h2 {
    margin: 0 0 2.5%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
section.sale-area h2 span {
    color: #33CCCC;
}
section.sale-area p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 38px;
    color: #364044;
    font-weight: 400;
    text-align: center;
}
section.sale-area .call-btn {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    background: #33CCCC;
    box-shadow: 0px 30px 45px rgb(0 93 121 / 20%);
    border-radius: 5px;
    width: 300px;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    align-items: center;
}
section.sale-area ul {
    padding: 0;
    margin: 0;
}
section.sale-area ul li {
    display: inline-flex;
}
section.sale-area ul li {
    display: inline-flex;
    width: 23%;
    text-align: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 15px 0;
    margin: 0 1% 0 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
section.sale-area ul li:last-child {
    margin: 0;
}
section.sale-area ul li span {
    margin: -2px 10px 0 0;
}
section.sale-area ul li.yell {
    border: 1px solid #F2C94C !important;
}
section.sale-area ul li.green {
    border: 1px solid #27AE60 !important;
}
section.sale-area ul li.ora {
    border: 1px solid #F2994A !important;
}
section.sale-area ul li.blue {
    border: 1px solid #2D9CDB!important;
}
.part-area {
    padding: 4% 0;
    text-align: center;
}
.part-area h2 {
    margin: 0 0 4%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.part-area h2 span {
    color: #33CCCC;
}
.part-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    text-align: center;
    position: relative;
    display: inline-block;
}
.slick-slider .slick-track {
    display: flex;
    align-items: center;
}
.slick-slider .slick-track img {
    margin: 0 auto;
}
.slick-prev, .slick-next {
    width: 50px !important;
    height: 50px !important;
}
.slick-prev:before {
    background: url(../images/Left.png) no-repeat;
    width: 50px !important;
    height: 50px !important;
    color: transparent !important;
    font-size: 50px !important;
    opacity: 1 !important;
}
.slick-next:before {
    background: url(../images/Right.png) no-repeat;
    width: 50px !important;
    height: 50px !important;
    color: transparent !important;
    font-size: 50px !important;
    opacity: 1 !important;
}
.last-area p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #33CCCC;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.last-area h2 {
    margin: 0 0 6%;
    font-size: 40px;
    line-height: 42px;
    color: #031634;
    font-weight: 700;
    text-align: center;
}
.last-area h2 span {
    color: #33CCCC;
}
.last-area h3 {
    margin: 0 0 5%;
    font-size: 32px;
    line-height: 34px;
    color: #00212C;
    font-weight: 400;
    text-align: center;
}
.last-area h4 {
    margin: 0 0 5%;
    font-size: 32px;
    line-height: 34px;
    color: #00212C;
    font-weight: 400;
    text-align: center;
}
section.last-area {
    padding: 0 0 12%;
    text-align: center;
}
section.last-area ul {
    padding: 0;
    margin: 0 0 30px;
}
section.last-area ul li {
    width: 40%;
    display: inline-flex;
    justify-content: center;
    margin: 0 4% 4%;
    padding: 25px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #33CCCC;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #005D79;
    font-size: 18px;
    line-height: 22px;
}
section.last-area ul li span {
    margin: 0 10px 0 0;
}
#main {
    position: relative;
    z-index: 1;
}
#main:before {
    position: absolute;
    top: -1.5%;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/banner02.png) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: contain;
    opacity: 0.7;
    z-index: -1;
}
#footer {
    padding: 0 0 1%;
    position: relative;
    z-index: 1;
}
.foot-info {

    text-align: center;

}
.foot-info .footer-logo {
    margin: 0 0 20px;
}
.foot-info .foot-text p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.foot-info .scoial-text ul {
    padding: 0;
    margin: 50px 0 0;
}
.foot-info .scoial-text ul li {
    display: inline-flex;
    margin: 0 3px;
    background: #fff;
    border-radius: 7px;
}
.foot-info .scoial-text ul li a {
    font-size: 22px;
    line-height: 24px;
    color: #33CCCC;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-info .scoial-text ul li a:hover {
    background: #33CCCC;
    color: #fff;
    box-shadow: 0 0 20px #0000001f;
}
.copy-text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
#footer:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/footer-bg.png) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    opacity: 0.7;
    z-index: -1;
}
section.case-area p.borde, {
    display: inline-block;
    position: relative;
    z-index: 1;
}
section.diff-area p.borde {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.part-area p:after,.last-area p:after,.faq-area p:after,.client-area p.borde:after,.digi-area p.borde:after,.work-bar p.borde:after,section.law-area p.borde:after,
section.case-area p.borde:after,section.diff-area p.borde:after,section.case-area p.borde:after {
    position: absolute;
    top: auto;
    right: auto;
    left: -43px;
    bottom: 8px;
    content: "";
    z-index: -1;
    height: 1px;
    width: 30px;
    background: #3cc;
}
.part-area p:before,.last-area p:before,.faq-area p:before,.client-area p.borde:before,.digi-area p.borde:before,.work-bar p.borde:before,section.law-area p.borde:before,section.law-area p.top:before,
section.case-area p.borde:before,section.diff-area p.borde:before,section.case-area p.borde:before {
    position: absolute;
    top: auto;
    right: -43px;
    left: auto;
    bottom: 8px;
    content: "";
    z-index: -1;
    height: 1px;
    width: 30px;
    background: #3cc;
}
.client-area p:before,.client-area p:after {
    background: #005D79;
}


/* responsive style start */

@media screen and (max-width: 1150px) {
    #header {
        padding: 20px 0 0;
    }
    .upper-text h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .upper-text {
        padding: 0;
    }
    .upper-text p {
        font-size: 16px;
        line-height: 18px;
    }
    .upper-block {
        padding: 4% 0 10%;
    }
    .logo-bar ul {
        margin: -4% 30px 5%;
        padding: 3% 5%;
    }
    section.diff-area h2 {
        margin: 0 0 3%;
        font-size: 35px;
        line-height: 37px;
    }
    .detail-block ul h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .detail-block ul li {
        font-size: 18px;
        line-height: 20px;
    }
    .detail-block ul.shdow:before {
        top: 25px;
        height: 97%;
    }
    section.diff-area {
        margin: 0 auto 4%;
    }
    section.two-block .top-img {
        height: 80px;
    }
    section.two-block .box-area {
        padding: 15px;
        margin: 0 0 25px;
    }
    section.two-block .box-area h2 {
        margin: 0 0 15px;
        font-size: 25px;
        line-height: 27px;
    }
    section.two-block .box-area h4 {
        margin: 0 0 7px;
    }
    section.two-block .box-area p {
        margin: 0 0 20px;
        font-size: 15px;
        line-height: 25px;
    }
    section.two-block .box-area .btn-block ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    section.two-block .box-area .btn-block ul li {
        width: 48%;
    }
    section.two-block {
        margin: 0 0 40px;
    }
    section.case-area h2 {
        font-size: 35px;
        line-height: 37px;
    }
    section.case-area .boxx h2 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 15px;
    }
    section.case-area .boxx p {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }
    section.law-area h2 {
        font-size: 35px;
        line-height: 37px;
    }
    section.law-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    section.law-area ul li {
        width: 18.5%;
    }
    section.law-area ul {
        margin: 0 0 5%;
    }
    section.law-area .box-infoo h2 {
        line-height: 22px;
        margin: 0 0 10px;
    }
    section.law-area .box-infoo p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    section.law-area .box-infoo h3 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 5px;
    }
    .work-bar h2 {
        font-size: 35px;
        line-height: 37px;
    }
    .digi-area h2 {
        font-size: 35px;
        line-height: 37px;
    }
    .digi-area h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .client-area h2 {
        font-size: 35px;
        line-height: 37px;
    }
    .test-box p {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .cli-bar .text-bar h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .accordion .accordion-button {
        font-size: 18px;
        line-height: 20px;
    }
    .accordion .accordion-body {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 25px;
    }
    section.sale-area h2 {
        font-size: 35px;
        line-height: 37px;
    }
    section.sale-area p {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 30px;
    }
    section.sale-area ul li {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }
    .part-area h2 {
        font-size: 35px;
        line-height: 37px;
        margin: 0 0 3%;
    }
    .slick-prev {
        left: 10px !important;
        z-index: 9 !important;
    }
    .slick-next {
        right: 10px !important;
        z-index: 9 !important;
    } 
    .slick-prev:before,.slick-next:before {
        width: 40px !important;
        height: 40px !important;
        font-size: 40px !important;
        background-size: contain;
    }
    .last-area h2 {
        font-size: 35px;
        line-height: 37px;
        margin: 0 0 4%;
    }
    .last-area h3 {
        font-size: 25px;
        line-height: 27px;
    }
    section.last-area ul li {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 18px;
    }
    section.last-area ul {
        margin: 0 0 20px;
    }
    .foot-info {
        margin: -2% 0 10px;
    }
    .foot-info {
        padding: 30px 5% 30px;
    }
    .header-nav ul li a {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .header-nav ul li:last-child a {
        padding: 12px 20px;
    }
}
@media screen and (max-width: 992px) {
    .upper-text h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 15px;
    }
    .upper-text p {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 15px;
    }
    .upper-text .book-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 18px;
    }
    .upper-text .learn-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 18px;
    }
    .header-nav ul li:last-child a {
        padding: 12px18px;
        font-size: 14px;
        line-height: 16px;
    }
    .header-nav ul li a {
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
    }
    .logo-bar ul {
        padding: 2% 3%;
    }
    .logo-bar ul li img {
        width: 110px;
    }
    section.diff-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .detail-block ul h3 {
        font-size: 17px;
        line-height: 19px;
    }
    .detail-block ul li {
        font-size: 15px;
        line-height: 17px;
    }
    section.two-block .box-area h2 {
        font-size: 20px;
        line-height: 22px;
    }
    section.two-block .box-area p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 20px;
    }
    section.two-block .box-area .btn-block ul li a {
        font-size: 14px;
        line-height: 16px;
    }
    section.two-block .book-btn, section.law-area .book-btn, section.last-area .book-btn {
        font-size: 14px;
        line-height: 16px;
    }
    section.case-area {
        padding: 30px 0;
    }
    section.case-area .boxx h2 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    section.case-area .boxx p {
        font-size: 14px;
        line-height: 18px;
    }
    section.law-area {
        padding: 30px 0;
    }
    section.law-area h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 1.5%;
    }
    section.law-area ul li {
        width: 23.5%;
        margin: 0 1% 1% 0;
    }
    section.law-area ul li p {
        font-size: 12px;
        line-height: 16px;
    }
    section.law-area .box-infoo h2 {
        line-height: 22px;
        margin: 0 0 10px;
        font-size: 20px;
    }
    section.law-area .box-infoo p br {
        display: none;
    }
    section.law-area .box-infoo p {
        font-size: 11px;
        line-height: 16px;
    }
    section.law-area .box-infoo h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }
    .work-bar h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .icon-box p {
        font-size: 14px;
        line-height: 22px;
        min-height: 75px;
        max-height: 75px;
    }
    .digi-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .digi-area h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .digi-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .num-area p {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px;
    }
    section.digi-area .clam-btn {
        font-size: 14px;
        line-height: 16px;
    }
    .client-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .test-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .cli-bar .text-bar h2 {
        font-size: 16px;
        line-height: 18px;
    }
    .cli-bar .text-bar {
        padding: 0 0 0 10px;
    }
    .faq-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .accordion .accordion-button {
        font-size: 16px;
        line-height: 18px;
    }
    .accordion .accordion-body {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    section.sale-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    section.sale-area p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 25px;
    }
    section.sale-area .call-btn {
        font-size: 14px;
        line-height: 16px;
    }
    section.sale-area ul li {
        font-size: 16px;
        line-height: 18px;
        padding: 15px 0;
        width: 50%;
        margin: 0 0 15px;
    }
    .part-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .last-area h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 4%;
    }
    .last-area h3 {
        font-size: 20px;
        line-height: 22px;
    }
    section.last-area ul li {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .last-area h4 {
        font-size: 28px;
        line-height: 30px;
    }
    .foot-info .foot-text p {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
    }
    .foot-info .scoial-text ul {
        margin: 25px 0 0;
    }
    .img-block:before {
        top: -20px;
        right: -10px;
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 767px) {
    .upper-text {
        margin: 0 0 15px;
    }
    .logo-bar ul li {
        width: 49%;
        margin: 0 0 20px;
    }
    .logo-bar ul {
        padding: 4% 2%;
        border-radius: 50px;
        margin: 5% 0;
    }
    .detail-block ul {
        width: 100%;
        margin: 0 0 20px;
    }
    .detail-block ul.shdow:before {
        top: 23px;
        height: 94%;
    }
    section.law-area {
        padding: 20px 0;
    }
    section.law-area ul li {
        width: 31.5%;
        margin: 0 1% 1% 0;
    }
    section.law-area .box-infoo p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
    }
    .icon-box {
        margin: 0 0 15px;
    }
    .num-area {
        margin: 0 0 20px;
    }
    .test-box {
        margin: 0 0 15px;
    }
    .accordion-button::before,.accordion .accordion-button.collapsed:before {
        width: 40px;
        height: 40px;
        background-size: contain;
        top: 9px;
    }
    section.sale-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    section.sale-area p br {
        display: none;
    }
    section.sale-area .call-btn {
        margin: 0 auto 20px;
    }
    header#mobile-header {
        padding: 15px;
        position: relative;
        width: 100%;
        float: left;
    }
    #mobile-header .menu-icon {
        width: 30px;
        padding: 0;
        z-index: 9999;
        position: relative;
    }
    #mobile-header .menu-icon span {
        width: 100%;
        background: #fff;
        height: 3px;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0 0 5px;
    }
    #mobile-header .mobile-logo {
        position: relative;
        z-index: 999;
    }
    #mobile-header .mobile-logo img {
        width: 175px;
    }
    .side-bar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #33CCCC;
        z-index: 9999;
        content: "";
        padding: 30px;
        left: -1000px;
        transition: all 0.5s;
        width: 100%;
        height: 100vh;
    }
    .side-bar .close {
        width: 100%;
        margin: 0 0 15px;
        text-align: right;
        opacity: 1;
    }
    .side-bar .close a {
        color: #3f4727;
    }
    .side-bar .second-nav {
        width: 100%;
        display: inline-block;
        padding: 20px 0 0;
    }
    .side-bar .second-nav ul li {
        display: block;
        padding: 0 0 15px;
        margin: 0 0 15px;
        text-align: left;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .side-bar .second-nav ul li a {
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        font-weight: 700;
    }
    .side-bar .second-nav ul {
        padding: 0;
        margin: 0;
    }
    .img-block:before {
        top: -48px;
        right: -10px;
        width: 100px;
        height: 100px;
    }
    header#mobile-header .side-bar.active {
        left: 0;
        z-index: 9999;
        height: 100vh;
    }
    #wrapper.active {
        position: fixed;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .upper-block {
        border-radius: 0 0 20px 20px;
    }
    .logo-bar ul {
        border-radius: 20px;
    }
    section.diff-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    section.case-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    section.case-area .boxx h2 {
        font-size: 16px;
        line-height: 18px;
    }
    section.law-area h2 br {
        display: none;
    }
    section.law-area h2 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 15px;
    }
    section.law-area ul li {
        width: 48%;
        margin: 0 1% 2% 0;
    }
    .work-bar h2 {
        font-size: 25px;
        line-height: 27px;
    }
    section.two-block .top-img {
        height: auto;
        margin: 0 0 15px;
    }
    .client-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .faq-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .accordion .accordion-button {
        padding: 20px 20px 20px 60px;
    }
    .accordion-button::before, .accordion .accordion-button.collapsed:before {
        width: 35px;
        height: 35px;
        background-size: contain;
        top: 18px;
        left: 12px;
    }
    .accordion .accordion-button {
        border-radius: 40px !important;
    }
    section.sale-area h2 {
        font-size: 20px;
        line-height: 22px;
    }
    section.sale-area h2 br {
        display: none;
    }
    section.sale-area ul li {
        width: 100%;
    }
    .part-area h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .last-area h2 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 3%;
    }
    .last-area h4 {
        font-size: 25px;
        line-height: 27px;
    }
    #footer {
        border-radius: 20px 20px 0 0;
    }
    .copy-text p {
        font-size: 14px;
        line-height: 16px;
    }
    .copy-text {
        padding: 0 0 10px; 
    }
    .foot-info {
        margin: -7% 0 0;
          padding: 33px 5% 0px;
    }
}

.process-wrapper {
    background: #1b1b1b;
}
.call-to-action-main {
    text-align: center;
    color: #fff;
}
p.ctam-subheading {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.ctam-heading {
    font-family: 'gilroy-heavyuploaded_file';
    font-weight: normal;
    font-style: normal;
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    max-width: 875px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
}
span.linear-text{
    background: linear-gradient(90.12deg, #01FCD4 8.98%, #54B9FF 33.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ctam-phone {
    max-width: 782px;
    margin: 0 auto;
    padding: 16px 15px;
    color: #000;
    background: linear-gradient(90deg, #01FCD4 2.27%, #0BD3FF 100%);
    font-family: 'gilroy-heavyuploaded_file';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}
p.ctam-additional {
    font-family: 'gilroy-heavyuploaded_file';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 24px 0 0;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
}

.butvid {
    border: medium none;
    color: #000;
    display: block;
    font-size: 39px;
    padding: 15px 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 91px;
    margin: 0 auto;
}

.butvid {
    background: rgb(237 237 237 / 71%);
    border-radius: 50%;
}
button.butvid:hover {
    background-color: rgb(0, 173, 239);
}
.wrapper {
    position: relative;
}
button.butvid:focus {
    outline: 0;
}
video.videoplayer.blurEffect {
    border: 1px solid #000;
}
.cvm-heading p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 1000;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
}
.cvm-additional p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin: 23px;
}
.page-width.custom-video-row {
border: 2.73732px dashed #B3B3B3;
    border-radius: 29.1981px;
    margin: 30px auto;
    padding: 30px 50px;
    max-width: 800px;
    width: 100%;
}
h1.iwtm-heading {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 1000;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
}
.iwtm-additional p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.image-with-text-link {
    text-align: center;
    clear: both;
    margin: 50px;
}
a.btn-iwtl {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: #F9DA54;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 55.6589px;
    text-align: center;
    padding: 20px 96px;
    margin: 0 auto;
}
.image-with-text-image {
    text-align: center;
}
img.iwti-image {
    width: 100%;
    height: auto;
}
.page-width.image_text_section-row {
    border: 2.73732px dashed #B3B3B3;
    border-radius: 29.1981px;
    margin: 50px auto;
    padding: 30px 50px;
}
[data-section-id="fb96460e-d5f6-426b-afba-c4a80842fd20"] a.btn-iwtl {
    background: #D70000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 55.6589px;
    color: #fff;
}
a.btn-iwtl i.fab.fa-youtube {
    padding-right: 7px;
}
.image-with-text-column-content {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    padding: 15px;
}
.iwtcc-image img {
    width: 60px;
}
.iwtcc-image {
       text-align: center;
    margin-top: -18px;
    margin-bottom: 10px;
}
h1.iwtcc-heading {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01FCD4 0%, #0BD3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  margin-bottom: 20px;
}
.iwtcc-additional p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
      margin-bottom: 10px;
}
p.iwtcc-number {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01FCD4 6.35%, #0BD3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
h2.iwtcc-heading-main {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 1000;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #01FCD4 6.35%, #0BD3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}
body.template-page.template-our-process .index-section {
    margin: 71px;
}
.iwtt-image {
    margin-right: 9px;
    flex: 100px 0 0;
}
.image-text-column-two-content {
    display: flex;
    padding: 45px 45px 70px 0;
    margin: 28px;
      background: #171717;
    border: 2.73732px dashed #B3B3B3;
    border-radius: 29.1981px;
      align-items: center;
}
.image-text-column-two-content .iwtcc-additional p {
    text-align: left;
}
.image-text-column-two-content h1.iwtcc-heading {
    text-align: left;
}
.image-text-column-two-content .iwtcc-text {
    padding-left: 35px;
}
.image_text_overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.image_text_overlay-main {
    position: relative;
}
.image_text_overlay-content .iwtm-heading {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 1000;
    font-size: 32px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 500px;
    margin: 0 auto;
}
.footer-links ul {
    margin: 0;
    padding: 0;
}
.copy-text {
       display: flex;
    align-items: center;
    justify-content: center;
}
.footer-links ul li {
    display: inline;
    color: #fff;
}
.footer-links ul li a {
    color: #fff;
}
.footer-links ul {
    margin: 0;
    padding-left: 10px;
}

span.free {
    position: absolute;
    right: 0;
    top: 0;
    background: #D70000;
    border-radius: 2px;
    font-size: 14px;
    line-height: normal;
    padding: 2px 10px;
    color: #fff;
}
.header-nav ul li:last-child {
    position: relative;
    padding-right: 34px;
}

header#header .process-logo-bar img {
    max-width: 289px;
    width: 100%;
}
header#header .process-logo-bar {
    margin-bottom: 20px;
}
.page-width.image_text_section-row img {
    max-width: 500px;
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 756746574px){
img.iwti-image.mobile-image {
    display: none;
}
}

   @media only screen and (min-width: 200px) and (max-width: 768px){
body.template-page.template-our-process .index-section {
    margin: 50px 4px;
}
.ctam-heading {
    font-size: 33px !important;
    line-height: normal !important;
}
    .call-to-action-main {
    margin-top: 60px;
} 
     p.ctam-additional {
    font-size: 23px;
    line-height: 29px;
       padding:0;
}
     .cvm-heading p {
    font-size: 25px;
    line-height: 30px;
}
     .cvm-additional p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 5px;
}
     .page-width.custom-video-row {
    margin: 30px auto;
    padding: 21px 5px;
}
     h1.iwtm-heading {
    font-size: 25px;
    line-height: 30px;
}
     .page-width.image_text_section-row {
    margin: 50px auto;
    padding: 21px 5px;
}
     .iwtm-additional p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 5px;
}
     a.btn-iwtl {
    padding: 15px 20px;
    margin: 0 auto;
}
     h2.iwtcc-heading-main {
    font-size: 35px;
    line-height: 40px;
}
     .image-with-text-column-content {
    margin-bottom: 20px;
}
     .image-text-column-two-content {
    padding: 25px 15px 30px 0;
    margin: 0px;
    margin-bottom: 20px;
    align-items: center;
}
     .iwtt-image {
    margin-right: 9px;
    flex: 84px 0 0;
}
     .image-text-column-two-content .iwtcc-text {
    padding-left: 13px;
}
     .image_text_overlay-content .image-with-text-link {
    text-align: center;
    clear: both;
    margin: 15px 5px;
}
     .image_text_overlay-content .iwtm-heading {
    font-size: 13px;
}
      .image_text_overlay-content a.btn-iwtl {
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 12px;
}
img.iwti-image.desktop-image {
    display: none;
}
     .page-width.image_text_section-row img {
    max-width: 225px !important;
}
   }
button.butvid {
    opacity: 0;
}
button.butvid.active {
    opacity: 1;
}
.custom-video-container {
    padding: 0 1rem;
}




.video-section__media {
  position: relative;
  padding-bottom: 56.25%;
}

.video-section__media.deferred-media {
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.video-section__media.deferred-media:after {
  content: none;
}

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-caption-top {
  text-align: center;
  margin: 0 0 30px;
}
.video-subheading {
  letter-spacing: 0;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.title-video {
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  font-size: 34px;
  line-height: 145%;
  margin: 0;
  padding: 8px 0;
}
span.heading-background {
    background: #fff60a;
  color: #000;
}
.video-subheading-width {
  max-width: 670px;
  margin: 0 auto;
}
.btn-radius {
  box-shadow: 0px 5.16364px 5.16364px rgba(0, 0, 0, 0.25),
    0px 5.16364px 5.16364px rgba(0, 0, 0, 0.25),
    0px 5.16364px 5.16364px rgba(0, 0, 0, 0.25),
    0px 5.16364px 5.16364px rgba(0, 0, 0, 0.25),
    0px 5.16364px 5.16364px rgba(0, 0, 0, 0.25);
  border-radius: 71.8506px;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 17px 20px;
  max-width: 416px;
  margin: 0 auto;
  text-align: center;
}

.video-subheading-text {
  letter-spacing: 0;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}
.video-subheading-text span {
  color: #01fcd4;
}
.video-caption-bottom {
  text-align: center;
  margin: 30px 0 0px;
}
.video-caption-btn {
  padding: 15px 0;
}
.review-background {
  backdrop-filter: blur(3.64977px);
  border-radius: 56.5714px;
}
.star-review-text {
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  padding-left: 8px;
}
.review-background {
  max-width: 571px;
  margin: 8px auto 0;
}
.review-background-inner {
  padding: 8px 20px;
}
.star-review {
  line-height: normal;
}
.star-review-img {
  line-height: normal;
}
.star-review-img img {
  display: block;
}
.arrow-shape {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;

  z-index: 9999;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.video-heading-main {
  text-align: center;
  padding: 0 0 20px;
}
.video-heading-main .title-video-main {
  background: linear-gradient(90.28deg, #01fcd4 0.19%, #54b9ff 99.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 54.4578px;
  line-height: 69px;
  font-family: "gilroy-heavyuploaded_file";
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.title-video-sub {
  font-size: 32.6747px;
  line-height: 137.9%;
  font-family: "gilroy-heavyuploaded_file";
  font-weight: normal;
  font-style: normal;
}

.video-item-cover {
  margin: 0 -10px;
}
.video-item {
  width: 33.33%;
  padding: 20px 10px;
}

.video-grid-bottom {
  background: linear-gradient(90deg, #01fcd4 3.51%, #54b9ff 91.64%);
  border-radius: 21.6667px;
  max-width: 992.6px;
  margin: 40px auto 0;
}
.video-grid-bottom h4 {
  font-family: "gilroy-heavyuploaded_file";
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 32.5px;
  line-height: 40px;
}
.video-grid-bottom .btn-video-small {
  backdrop-filter: blur(5.41667px);
  border-radius: 14.8958px;
  font-size: 24.375px;
  font-family: gilroy-heavyuploaded_file;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}
.video-grid-bottom-inner {
  padding: 18px 45px;
}

.video-caption-top-page {
  max-width: 1071px;
  margin: 0 auto 30px;
}

.video-subheading-bg {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 6px 10px;
}
.video-caption-bottom-page {
  background: linear-gradient(90deg, #01fcd4 0%, #0bd3ff 100%);
  border-radius: 11px;
  text-align: center;
  max-width: 781px;
  padding: 8px 10px;
  margin: 20px auto 40px;
}
.video-caption-bottom-page:hover {
  background: linear-gradient(90deg, #0d5f52 0%, #a0d6e2 100%);
}
.video-caption-bottom-page h5 {
  font-size: 28px;
  font-weight: normal;
  font-family: "gilroy-heavyuploaded_file";
  margin: 0;
  padding: 0;
}
.video-caption-bottom-page p {
  font-size: 15px;
  line-height: 141.4%;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.video-grid-main {
margin: 0 -15px;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.video-grid-main-item {
  width: 33.33%;
  padding: 0 15px;
}
.video-grid-main-item-bg {
  background: #171717;
  border-radius: 25px;
  padding: 20px 17px;
  margin: 10px auto;
  max-width: 343px;
}
.video-grid-main-item-bg h4 {
  font-style: normal;
  font-weight: normal;
  font-family: "gilroy-heavyuploaded_file";
  font-size: 48px;
  background: linear-gradient(90deg, #01fcd4 0%, #0bd3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
  padding: 0;
}
.video-grid-main-item-bg p {
  font-size: 18px;
  color: #fff;
  font-family: "gilroy-extrabolduploaded_file";
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 141.4%;
}
.space-divider {
  padding: 14px 0;
  display: block !important;
}
.video-brand-logo {
  height: 65px;
  padding: 0 17px;
  text-align: center;
}
.video-landing-page-container .title-video {
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: acumin_pro;
    font-weight: normal;
    font-size: 34px;
    line-height: 145%;
    margin: 0;
    padding: 8px 0;
}
.play-button-wrapper div#circle-play-b {
    width: 70px;
}
.play-button-wrapper div#circle-play-b svg path {
    fill: #fff;
}
@media (max-width: 768px) {
  .video-grid-main {
    margin: 0 -10px;
  }
  .video-grid-main-item {
    padding: 0 10px;
  }
  .video-grid-main-item-bg h4 {
    font-size: 35px;
  }
  .video-grid-main-item-bg p {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
.small-device {
    display: none!important;
}
  .video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 342px;
}
  button.btn.video-control.video-control__play {
    background-color: #ffffff91;
    border: 0.1rem solid rgba(var(--color-foreground),.1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    height: 4.2rem;
    width: 4.2rem;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-100%) scale(1);
    transition: transform var(--duration-short) ease,color var(--duration-short) ease;
}
}

@media (max-width: 767px) {

button.btn.video-control.video-control__play {
    background-color: #ffffff91;
    border: 0.1rem solid rgba(var(--color-foreground),.1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    height: 4.2rem;
    width: 4.2rem;
    position: absolute;
    left: 50%;
    top: -66%;
    transform: translate(-50%,-93%) scale(1);
    transition: transform var(--duration-short) ease,color var(--duration-short) ease;
}
  
h2.title-video {
    font-size: 18px;
    line-height: 23px;
}
  .large-device {
    display: none;
}
  .video-grid-main-item {
    width: 100%;
    padding: 5px 10px;
  }
  .video-grid-main-item-bg {
    max-width: 100%;
    text-align: center;
  }
  .video-grid-main-item-bg {
    margin: 6px auto 2px;
}
  .video-brand-logo {
    padding: 0 0 5px;
    justify-content: center;
    display: flex;
        height: 57px;
  }
  .video-caption-bottom-page h5 {
    font-size: 13px;
  }
  .video-caption-bottom-page p {
    font-size: 10px;
  }
  .video-subheading {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .video-caption-bottom-page {
    padding: 6px 1px;
    margin: 20px auto 26px;
}
  .video-subheading.video-subheading-width {
    display: none;
}
  header#mobile-header {
    display: none;
}
  .video-landing-page-container .title-video {
    line-height: 120%;
}
}

@media (max-width: 600px) {
  .video-subheading-text {
    font-size: 14px;
  }
}
.home-real-result-video-blocks [loaded="true"] {
    padding: unset !important;
}