/*!
Theme Name: digital-leap-theme
Theme URI: http://underscores.me/
Author: Digital Leap GmbH
Author URI: https://digital-leap.de/
Description: Description
Version: 1.0.90
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digital-leap-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digital-leap-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');
@import "./assets/css/bootstrap-4.5.3.css";
@import "./assets/vendors/swiper@5.4.2/swiper.css";


:root{
    --c-vio: #6c3a8b;
    --c-ylw: #ffc000;
    --c-blu: #4051b5;
    --c-grn: #009688;
    --c-dred: #991c37;
    
    --fw-l: 300;
    --fw-r: 400;
    --fw-m: 500;
    --fw-sb: 600;
    --fw-b: 700;
    --fw-eb: 800;
    --fw-blk: 900;

    --ff-r: 'Raleway', Tahoma, sans-serif;
    --ff-p: 'Poppins', Verdana, sans-serif;
}


:root{

    --c-vio: #6c3a8b;
    --c-ylw: #ffc000;
    --c-blu: #4051b5;
    --c-grn: #009688;
    --c-dred: #991c37;
    
    --fw-l: 300;
    --fw-r: 400;
    --fw-m: 500;
    --fw-sb: 600;
    --fw-b: 700;
    --fw-eb: 800;
    --fw-blk: 900;

    --ff-r: 'Raleway', Tahoma, sans-serif;
    --ff-p: 'Poppins', Verdana, sans-serif;
}


*, *::before, *::after{
    box-sizing: border-box;
}

*:focus{
    outline: none !important;
    box-shadow: none !important;
}

/* Bootstrap Reset */
body button:focus{
    outline: none;
}
.modal-backdrop.show {
    opacity: .8;
}

html{
    line-height: normal;
    scroll-behavior: smooth;
    font-size: 16px;
}

body{
    font-family: 'Poppins', Verdana, sans-serif;
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
    color: #6C6C6C;
}

span{
    display: inline-block;
}
img{
    max-width: 100%;
}

html,
body,
header,
footer,
main,
section{
    width: 100%;
    float: left;
}

p:last-child{
    margin-bottom: 0;
}

@media(min-width: 1400px){
    .container{
        max-width: 1230px;
    }
}

.bg-grey{
    background-color: #FCFCFC;
}

.bg-vio{
    background-color: var(--c-vio);
}

.bg-ylw{
    background-color: var(--c-ylw);
}

.bg-dblu{
    background-color: var(--c-blu);
}

.bg-grn{
    background-color: var(--c-grn);
}

.bg-dred{
    background-color: var(--c-dred);
}

.btn{
    padding: 0.57em 1.55em;
    text-align: center;
    font-family: var(--ff-r);
    font-weight: 700;
    box-shadow: 0px 8px 20px rgba(108, 58, 139, 0.24);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn:hover{
    filter: brightness(121%);
    -webkit-filter: brightness(121%);
}

.btn-white{
    background-color: #fff;
}

.btn-outline-vio{
    color: var(--c-vio);
    border: 1px solid var(--c-vio);
    padding: 0.57em 2.5em;
}

.btn-outline-vio:hover,
.btn-vio{
    background-color: var(--c-vio);
    color: #ffffff;
}

.btn-ylw{
    background-color: var(--c-ylw);
    color: #ffffff;
}

.btn-blu{
    background-color: var(--c-blu);
    color: #ffffff;
}

.btn-grn{
    background-color: var(--c-grn);
    color: #ffffff;
}

.btn-dred{
    background-color: var(--c-dred);
    color: #ffffff;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.form-control{
    border: 1px solid rgba(191, 191, 191, 0.6);
    border-radius: 10px;
    font-size: 16px;
    resize: none;
    height: auto;
    padding: 11px 20px;
    font-weight: 300;
    background-color: #f9f9f9;
}

.form-check-input{
    position: static;
}

.form-check span{
    display: block;
    width: 100%;
}
.form-check-label{
    font-weight: 300;
}

.form-group{
    margin-bottom: 33px;
}

.form-check input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
  }

  .form-check .wpcf7-form-control-wrap{
      position: static;
  }
  
  .form-check .wpcf7-list-item-label{
    padding-left: 20px;
    cursor: pointer;
  }

  .form-check .wpcf7-list-item-label::after{
    content: '';
    position: absolute;
    left: 0;
  }

  .form-check .wpcf7-list-item-label::after{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid rgba(191, 191, 191, 1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    top: 5px;
    left: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: 100ms linear;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -ms-transition: 100ms linear;
    -o-transition: 100ms linear;
}

.form-check input:checked ~ .wpcf7-list-item-label::after{
    background-color: var(--c-vio);
    border-color: currentColor;
    background-image: url('assets/img/icons/check.svg');
}

body .swiper-pagination{
    position: static;
}

body .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #BFBFBF;
    opacity: 0.4;
}

body .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--c-vio);
    opacity: 1;
}

body .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}

body .swiper-button-disabled{
    opacity: 0.4;
}

body .swiper-prev,
body .swiper-next{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 25px;
}

body .swiper-prev{
    background-image: url('assets/img/icons/arw-left.svg');
}

body .swiper-next{
    background-image: url('assets/img/icons/arw-right.svg');
}


  
/*** HEADER AND MENU -- start ***/

.dl__header--blk .navbar-nav .menu-item-has-children > a::after{
    border-color: #6C6C6C;
}

.navbar-nav .menu-item-has-children {
    position: relative;
}

.navbar-nav .menu-item-has-children > a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ffffff;
    vertical-align: middle;
    margin: 0 0 4px 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sub-menu{
    display: none;
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-menu li{
    margin: 0.3em 0;
    font-size: 16px;
    line-height: normal;
}

.sub-menu li a{
    width: 100%;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: normal;
}

.sub-menu li a.active,
.sub-menu li a:active,
.sub-menu li a:hover,
.sub-menu li a:focus{
    background-color: transparent;
    color: var(--c-vio);
}

.navbar-nav > li:not(:last-child){
    margin-right: 60px;
}

.navbar-nav > li > a{
    color: #ffffff;
}

.dl__header--blk .navbar-nav > li > a{
    color: #6C6C6C;
}

.navbar-nav a{
    font-family: var(--ff-r);
    font-weight: var(--fw-m);
}

header[class^="dl__header--"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
}

.dl-search{
    position: relative;
}

.dl-search .screen-reader-text{
    display: none;
}

.dl-search .search-field{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    opacity: 0;
    border: 1px solid rgba(191, 191, 191, 0.6);
    border-radius: 10px;
    height: auto;
    padding: 11px 20px;
    font-weight: 300;
    background-color: #f9f9f9;
    font-size: 14px;
    padding-left: 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    outline: none;
}

.dl-search:hover .search-field{
    width: 180px;
    opacity: 1;
}

.dl-search .search-submit{
    border: none;
    outline: none;
    width: 44px;
    height: 44px;
    font-size: 0;
    background-image: url('assets/img/icons/search.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    border-radius: 50%;
    transition: 100ms linear;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -ms-transition: 100ms linear;
    -o-transition: 100ms linear;
}

.dl__header--blk .dl-search .search-submit{
    box-shadow: none;
    color: #6c6c6c;
    background-image: url('assets/img/icons/searchB.svg');
}

@media(min-width: 1140px){
    .navbar-nav .menu-item-has-children:hover .sub-menu{
        display: inline-block;
    }
    .navbar-nav .menu-item-has-children:hover > a::after{
        margin: 0 0 -4px 9px;
        transform: rotate(-136deg);
        -webkit-transform: rotate(-136deg);
        -moz-transform: rotate(-136deg);
        -ms-transform: rotate(-136deg);
        -o-transform: rotate(-136deg);
    }
}
/*** HEADER AND MENU -- end ***/


/* FOOTER -- start */
.dl__footerContact {
    margin: 150px 0 200px;
}


.dl__footerContact h5{
    font-family: ra;
    font-size: 35px;
    font-weight: 800;
    font-family: var(--ff-r);
    margin-bottom: 0.8em;
}

.dl__footerContact  article{
    padding: 103px 50px;
    color: #fff;
    background-color: var(--c-vio);
    background-image: url('assets/img/illu/bg-footer-contact.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.circle-lt{
    width: 45px;
    height: 45px;
    left: 20%;
    top: -7%;
    box-shadow: 0px 30px 20px rgba(25, 25, 26, 0.12);
}

.circle-lm{
    width: 22px;
    height: 22px;
    left: -5%;
    top: 44%;
    box-shadow: 0px 20px 20px rgba(64, 81, 181, 0.1);
}

.circle-lb{
    width: 18px;
    height: 18px;
    left: 24.3%;
    top: 116%;
    box-shadow: 0px 10px 10px rgba(255, 192, 0, 0.1);
}

.circle-rt{
    width: 57px;
    height: 57px;
    left: 91%;
    top: -9%;
    box-shadow: 0px 30px 20px rgba(25, 25, 26, 0.12);
}

.circle-rb{
    width: 22px;
    height: 22px;
    left: 95.5%;
    top: 110%;
    opacity: 0.5;
    box-shadow: 0px 20px 20px rgba(0, 150, 136, 0.2);
}

.circle-rbb{
    width: 28px;
    height: 28px;
    left: 82%;
    top: 103%;
    opacity: 0.4;
    box-shadow: 0px 10px 20px rgba(153, 28, 55, 0.1);
}

.dl__footer{
    background-color: #FCFCFC;
    color: #6C6C6C;
    font-family: var(--ff-r);
    padding: 70px 0;
}

.dl__footer h6{
    font-family: var(--ff-p);
    font-weight: 600;
    font-size: 28px;
    color: #464646;
}

.dl__footer ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.dl__footer li{
    margin-top: 25px;
    color: #6C6C6C;
    font-family: var(--ff-r);
    font-size: 16px;
}

.dl__footer li a{
    color: inherit;
    font-family: inherit;
}

.dl__footer li a:hover{
    color: var(--c-vio);
}

@media(max-width: 992px){
    .dl__footer{
        padding: 70px 0 30px;
    }
    .dl__footer ul{
        margin-bottom: 40px;
    }
}

.dl__copyright{
    background-color: #FCFCFC;
    border-top: 0.5px solid rgb(191, 191, 191);
    color: #6C6C6C;
    font-family: var(--ff-r);
    font-size: 14px;
    padding: 2em 0;
    text-align: center;
}

.sm-container{
    padding: 0 15px;
    margin-top: -78px;
}
.sm-container .container{
    max-width: 996px;
}
.sm-inner-container{
    padding: 150px 102px;
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(108, 58, 139, 0.01);
    border-radius: 15px;
}


/**** HERO START****/
.dl__hero--dark.pattern{
    background-image: url('assets/img/illu/hero-lines-dark.svg');
}

.dl__hero--light.pattern{
    background-image: url('assets/img/illu/hero-lines-light.svg');
}

.dl__hero--dark .btn{
    background-color: #ffffff;
}

.dl__hero--light .btn{
   background-color: var(--c-vio);
   color: #ffffff;
}


*[class^="dl__hero"].dl__hero--light{
    background-color: #f6f6f6;
    color: #464646;
}

*[class^="dl__hero"]{
    background-color: #420269;
    color: #ffffff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
}

*[class^="dl__hero"] .container{
    margin: 155px auto;
}

*[class^="dl__hero"] h1{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0;
}

*[class^="dl__hero"] h2{
    font-size: 90px;
    font-weight: 700;
    margin-top: 0.2em;
    margin-bottom: 0;
}

*[class^="dl__hero"] h3{
    font-family: var(--ff-r);
    font-size: 35px;
    font-weight: 300;
    margin-top: 26px;
    margin-bottom: 0;
}

*[class^="dl__hero"] h3 b{
    font-weight: 700;
}

*[class^="dl__hero"] p{
    font-family: var(--ff-r);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    max-width: 660px;
    margin: 2em auto 0 auto;
}

*[class^="dl__hero"] .btn{
    margin-top: 50px;
}

/**** HERO END****/


/* ABOUT - start */
.dl__vision{
    padding: 250px 0;
    position: relative;
}

.dl__vision article{
    padding-right: 70px;
}

.dl__vision .btn{
    margin-top: 30px;
}

.dl__vision p b{
    color: var(--c-vio);
}

.dl__vision .bg-fig{
    text-align: right;
    position: absolute;
    width: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dl__about{
    padding: 200px 0;
    background-image: url('assets/img/illu/about-circle.svg');
    background-repeat: no-repeat;
    background-position: center right;
}

.dl__about-cards .circle{
    box-shadow: 0px 10px 10px rgba(108, 58, 139, 0.14);
}

.dl__about-cards .circle-1{width: 12px; height: 12px; top: -12%; left: 62%;}
.dl__about-cards .circle-2{width: 28px; height: 28px; top: 8%; left: -32%;}
.dl__about-cards .circle-3{width: 12px; height: 12px; top: 51%; left: -21%;}
.dl__about-cards .circle-4{width: 17px; height: 17px; top: 108%; left: 49%;}
.dl__about-cards .circle-5{width: 8px; height: 8px; top: 78%; left: 114%;}
.dl__about-cards .circle-6{width: 29px; height: 29px; top: 38%; left: 108%;}

.dl__about-card{
    background-color: #ffffff;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 5px 40px rgba(141, 141, 141, 0.08);
    border-radius: 15px;
}

.dl__about-card:not(:last-child){
    margin-bottom: 20px;
}

.dl__about-card span{
    font-size: 24px;
    color: var(--c-vio);
    font-weight: 700;
    background: rgba(108, 58, 139, 0.1);
    border-radius: 15px;
    min-width: 120px;
    padding: 10px;
    line-height: normal;
}

.dl__about-card p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

/* ABOUT - end */



/* CLIENT -- start */
.divi figure{
    border-top: 1px solid #F0EBF3;
    border-right: 1px solid #F0EBF3;
}

.divi .row{
    position: relative;
}

.divi .row::before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #ffffff;
    pointer-events: none;
}

.dl__clients{
    margin: 150px 0;
}

.dl__clients figure img{
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.dl__clients figure:not(:hover) img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.3;
}
/* CLIENT -- end */


.dl__info article{
    background: #FFFFFF;
    box-shadow: 0px 8px 60px rgba(70, 70, 70, 0.06);
    border-radius: 15px;
    padding: 60px 30px;
    text-align: center;
}

.dl__info h4{
    font-family: var(--ff-r);
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 16px;
    color: #464646;
}

.dl__info p{
    font-family: var(--ff-r);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    max-width: 309px;
    margin: 0 auto 30px auto;
}

.dl-blog-item{
    margin-bottom: 0;
}
.dl-blog-item:not(:last-child){
    margin-bottom: 50px;
}

.dl__blogs h6{
    color: #464646;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
	margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.dl__blogs p{
    color: #6C6C6C;
    font-size: 14px;
    font-family: var(--ff-r);
}


.dl__blogs h6 a,
.dl__blogs p a{
	color: inherit;
}

.dl__blogs figure{
    position: relative;
    margin-bottom: 0;
}

.dl__blogs .col-4\Â½{
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
}


/* TYPO */
.dl__about h3,
.dl__vision h3,
.dl__contact h3,
.dl__we-do h3,
.dl__testimonials h3,
.dl__works h3{
    font-weight: 600;
    font-size: 22px;
    color: var(--c-vio);
}

.dl__about h2,
.dl__vision h2,
.dl__contact h2,
.dl__we-do h2,
.dl__testimonials h2,
.dl__works h2,
.dl__rBlogs h2{
    font-weight: 700;
    font-size: 60px;
    color: #464646;
    margin-top: 0.25em;
    margin-bottom: 0;
}

.dl__rBlogs h2{
	margin-top: 0em;
    margin-bottom: 1em;
}
/* TYPO */


.dl__contact form{
    margin-top: 65px;
}

.dl__contact textarea{
    height: 210px;
}

.dl__contact .btn{
    margin-top: 8px;
}


.dl__for{
    margin: 130px 0;
}

.dl__for article{
    background-color: #ffffff;
    box-shadow: 0px 5px 40px rgba(141, 141, 141, 0.08);
    border-radius: 15px;
    padding: 80px 22px;
    margin-top: 30px;
}

.dl__for h6{
    color: #464646;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1.5;
}

.dl__for p{
    font-family: var(--ff-r);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2.5em;
    line-height: 1.8;
    /* min-height: 225px; */
}
.dl__for a{ color: #ffffff; }

/* .dl__for .btn{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */


/* WORDPRESS -- start */
.dl__icontent{
    padding: 135px 0;
}

.dl__icontent h2,
.dl__icontent h3{
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: #464646;
}

.dl__icontent h2:not(:only-child),
.dl__icontent h3:not(:only-child){
    margin-bottom: 35px;
}
.dl__icontent p{
    font-family: var(--ff-r);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    color:  #6C6C6C;;
}

.dl__icontent figure{
    margin-top: 55px;
    margin-bottom: 0;
}

.dl__icontent .btn{
    color: #ffffff;
    margin-top: 30px;
    padding: 0.57em 3em;
}

/* WORDPRESS -- start */


.dl__works{
    margin: 200px 0;
}

.dl__works + .dl__works{
    margin-top: 0;
}

.dl__about h2,
.dl__vision h2{
    margin-bottom: 0.7em;
}

.dl__works h2{
    margin-bottom: 65px;
}

.dl__testimonials .swiper-container{
    margin-top: 65px;
}

.dl__testimonials .swiper-pagination,
.dl__works .swiper-pagination{
    margin-top: 60px;
}

.dl__testimonials .swiper-nav{
    float: right;
    margin-top: -20px;
}

.dl__works .swiper-nav{
    float: right;
    margin-top: -85px;
}

.dl__testimonials{
    overflow: hidden;
    padding: 150px 0;
}

.dl__testimonials .swiper-container{
    width: 150%;
    padding: 50px 0;
    margin-left: -40px;
}

.dl__testimonials .swiper-container .dl__testimonial-item{
    margin-left: 40px;
    box-shadow: 0px 5px 40px rgba(141, 141, 141, 0.08); 
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.dl__testiWrapper .dl__testimonial-item{
    border-bottom: 1px solid rgba(191, 191, 191, 0.6);
}

.dl__testimonial-item{
    background-color: #ffffff;
    padding: 63px;
    font-family: var(--ff-r);
    font-size: 14px;
    color: #464646;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.dl__testimonial-item > figure{
    width: 125px;
    flex: 0 0 125px;
    margin-right: 65px;
}

.dl__testimonial-item .fig-quote{
    margin-bottom: 16px;
}

.dl__testimonial-item p:first-child{
    font-family: var(--ff-p);
}

.dl__testimonial-item .author b{
    color: var(--c-vio);
    margin-right: 8px;
}

.dl__we-do{
    padding: 200px 0;
}
.dl__we-do .divi{
    margin-top: 35px;
}

.dl__we-do-item{
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(141, 141, 141, 0.08);
    color: #6C6C6C;
    font-size: 14px;
    font-family: var(--ff-r);
    font-weight: 500;
    padding: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.dl__we-do-item img{
    width: 75px;
}

.dl__we-do-item h6{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}

.dl__we-do-item p{
    line-height: 1.7;
}

.dl__we-do-item > .row:last-child{
    margin-top: 21px;
}

.dl__rBlogs{
	padding-top: 70px;
}