/*------- preloader css start -------*/
#preloader {
  background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

#status {
  background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img{
    width:250px;
}

.banner,
.wpcf7-submit,
footer {
    text-align: center;
}
body,
html {
    overflow-x: hidden;
}
.padding10 {
    padding: 10px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-70 {
    padding-bottom: 70px;
}
.green-bg {
    background: #03a84e;
}
.blue-bg,
.btn-blue {
    background: #0000fe;
}
.grey-bg,
.grey-darkbg {
    background: #f4f4f4;
}
.position-relative {
    position: relative;
}
.border-0 {
    border: none !important;
}
.border-radius4 {
    border-radius: 4px;
}
.book-contents,
.border-radius6,
.video-filter ul li a {
    border-radius: 6px;
}
.border-radius10 {
    border-radius: 10px;
}
.border-radius30 {
    border-radius: 30px;
}
.border-radius50 {
    border-radius: 50px;
}
.tran3s {
    transition: 0.3s;
}
.contatModal-btn {
    font-size: 24px;
    -webkit-animation: 6s linear infinite change-btn;
    animation: 6s linear infinite change-btn;
}
@-webkit-keyframes change-btn {
    0% {
        background: #ff7c0e;
    }
    50% {
        background: #0000fe;
    }
    100% {
        background: #03a84e;
    }
}
@keyframes change-btn {
    0% {
        background: #ff7c0e;
    }
    50% {
        background: #0000fe;
    }
    100% {
        background: #03a84e;
    }
}
.steps-btn {
    font-size: 24px;
    -webkit-animation: 6s linear infinite change-color;
    animation: 6s linear infinite change-color;
}
@-webkit-keyframes change-color {
    0% {
        background: #ff7c0e;
    }
    50% {
        background: #ff1493;
    }
    100% {
        background: #03a84e;
    }
}
@keyframes change-color {
    0% {
        background: #ff7c0e;
    }
    50% {
        background: #ff1493;
    }
    100% {
        background: #03a84e;
    }
}
.model_contact_form input:focus,
.model_contact_form textarea:focus {
    border-color: #19c40c;
}
.model_contact_form input {
    border: 1px solid #ececec;
    width: 100%;
    height: 45px;
    max-width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contact-us .iti,
.model_contact_form .iti {
    width: 100%;
}
.wpcf7-submit {
    width: 150px;
    line-height: 45px;
    border: 1px solid #19c40c;
    background: #19c40c;
    color: #fff;
    font-size: 16px;
}
.wpcf7-submit:focus {
    outline: 0;
}
.banner {
    background-color: #f7f8fa;
    padding: 50px 0;
}
.banner h6 {
    width: 55%;
    margin: auto;
}
.hero_video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45rem;
    margin: 0 auto;
}
.hero_video_screen {
    border-radius: 5px;
    border: 5px solid #ff7c0e;
    background: #000;
    width: 100%;
}
.home-shape-animation .shape-1 {
    position: absolute;
    right: 13%;
    top: 16%;
    z-index: -1;
    -webkit-animation: 20s linear infinite animationFramesOne;
    animation: 20s linear infinite animationFramesOne;
}
.home-shape-animation .shape-2 {
    position: absolute;
    left: 8%;
    top: 30%;
    z-index: -1;
}
.home-shape-animation .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.home-shape-animation .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: 20s linear infinite animationFramesOne;
    animation: 20s linear infinite animationFramesOne;
}
.home-shape-animation .shape-4 {
    position: absolute;
    right: 10%;
    bottom: 25%;
    z-index: -1;
    -webkit-animation: 20s linear infinite animationFramesTwo;
    animation: 20s linear infinite animationFramesTwo;
}
.home-shape-animation .shape-5 {
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: -1;
    -webkit-animation: 3s linear infinite moveLeftBounce;
    animation: 3s linear infinite moveLeftBounce;
}
.home-shape-animation .shape-6 {
    position: absolute;
    left: 20%;
    bottom: 10%;
    z-index: -1;
    -webkit-animation: 4s linear infinite rotate3d;
    animation: 4s linear infinite rotate3d;
}
.home-shape-animation .shape-7 {
    position: absolute;
    left: 50%;
    top: 2%;
    z-index: -1;
    -webkit-animation: 3s linear infinite moveScale;
    animation: 3s linear infinite moveScale;
}
.home-shape-animation .shape-8 {
    position: absolute;
    left: 71%;
    top: 14%;
    z-index: -1;
    -webkit-animation: 3s linear infinite moveScale;
    animation: 3s linear infinite moveScale;
}
.fill-success {
    fill: #0cbc87 !important;
}
@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
}
@keyframes animationFramesOne {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
}
@-webkit-keyframes animationFramesTwo {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
}
@keyframes animationFramesTwo {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
}
@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes moveScale {
    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes moveScale {
    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@-webkit-keyframes moveLeftBounce {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes moveLeftBounce {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.title-section h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.featured-bg {
    padding: 50px 0 40px;
    background: #ecf5ff;
}
.featured_slider .company-item {
    margin: 10px;
    padding: 10px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
}
.company-item img {
    max-width: 100% !important;
    max-height: 100%;
}
.featured_slider .owl-nav button , .work_slider .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px !important;
    font-size: 30px !important;
    border-radius: 6px;
    background: red !important;
    text-align: center;
    color: #fff !important;
}
.work_slider .owl-nav button{
    top: 36%;
}
.featured_slider .owl-prev , .work_slider .owl-prev {
    left: -45px;
}
.featured_slider .owl-next , .work_slider .owl-next {
    right: -45px;
}
.team-grid {
    justify-content: center;
}
.video-filter,
.video-filter ul {
    display: flex;
    justify-content: center;
}
.team-card {
    -webkit-box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    border-radius: 6px;
    margin-top: 30px;
}
.feedback-video-iframe {
    height: 460px;
    width: 254px;
    margin: auto;
}
.value-details {
    min-height: 175px;
}
.value-details h5 {
    color: #000;
}
.about-listing {
    height: 150px;
}
.about-listing ul {
    padding: 0;
    margin: 0;
}
.about-listing li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 8px;
    font-size: 13px;
    color: #000;
}
.about-listing li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.about-listing li a {
    text-decoration: none;
    color: #666;
}
.about-listing li span {
    display: inline-block;
    float: right;
}
.card-round {
    background: #03a84e;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    font-size: 24px;
    margin: -35px auto 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.about-card:hover .card-round {
    animation-name: bounce;
    -moz-animation-name: bounce;
}
.book-contents {
    position: relative;
    padding: 50px 0;
}
.book-contents img {
    width: 150px;
}
.anim-main:first-child {
    margin-top: -30px;
}
.anim-main:nth-child(2) {
    margin-top: 50px;
}
.anim-main:nth-child(3) {
    margin-top: 130px;
}
.video-filter {
    width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column;
}
.video-filter ul {
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
}
.video-filter ul li a,
.videoTab button {
    padding: 10px 20px;
    background-color: #0000fe;
    margin: 0 5px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
}
.video-filter ul li a.active {
    background-color: #03a84e !important;
    color: #fff;
}
.videoTab button {
    float: left;
    border: none;
    outline: 0;
    transition: 0.3s;
    border-radius: 6px;
}
.videoTab button.active {
    background-color: #03a84e;
}
.filter-listing .itemBox.hide,
.mobileView,
.tabcontent {
    display: none;
}
.itemBox.item h5{
    text-align:center;
}
.filter-listing {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.filter-listing .itemBox {
    position: relative;
    width: 50%;
    float: left;
    border-radius: 6px;
    display: block;
    /*margin: 10px;*
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);*/
    
}
.filter-listing .itemBox > div{
    background-color: #fff;
    padding:10px;
    text-align: center;
    -webkit-box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
    box-shadow: 0 3px 15px -5px rgb(68 107 138 / 30%);
}
.filter-listing .itemBox h5.pt-3{
    text-align:center;
}
.work_slider.owl-carousel .owl-item{
    padding:0 0;
}
.filter-listing .work_slider .itemBox{
    width:100%;
}
.filter-listing .itemBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.digital-marketing-service {
    padding: 30px 0 40px;
    position: relative;
}
.Insight_section{
    padding:50px 0 30px;
}
.graduate,
.name {
    position: absolute;
}
.contactMain,
.subscribe form {
    position: relative;
    overflow: hidden;
}
.testimonials-bg .row > * {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
}
.testimRHS {
    padding-left: 14px;
}
.testimonials-bg .card {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 22px;
}
.testimonials-bg .card-img {
    border-radius: 100%;
    width: 30px;
}
.daniel {
    background-color: #7541c8;
    background-image: url("../images/bg-pattern-quotation.svg");
    background-position: 80% 0;
    background-repeat: no-repeat;
}
.name {
    top: 20px;
    left: 78px;
}
.graduate {
    top: 40px;
    left: 78px;
    opacity: 50%;
}
.review-heading {
    padding: 12px 0;
    font-weight: 600;
}
.review {
    opacity: 70%;
    margin: 0;
}
.colored {
    color: #fff;
}
.jonathan {
    background-color: #48556a;
}
.patrick {
    background-color: #19212e;
}
.steps-card .card-details {
    padding: 20px;
}
.contact-us {
    background: #c3c3f5;
    background: linear-gradient(90deg, #c3c3f5 0, #c3c3f5 38%, #cbe4c7 100%);
    overflow: hidden;
}
.contact-box,
.contact-us .form-control {
    height: 50px;
}
.contact-us textarea {
    min-height: 80px;
}
.contact-form {
    padding: 40px 0 10px;
}
.contact-textarea {
    min-height: 120px;
}
.subscribe p,
footer .copyright a:hover {
    color: #03a84e;
}
.subscribe form {
    display: block;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    border: 2px solid #0000fe;
}
.subscribe form input {
    line-height: 70px;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 1rem;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
}
.subscribe form input:not([type="submit"]) {
    width: 100%;
    display: block;
    padding: 0 150px 0 30px;
}
.subscribe form input:not([type="email"]) {
    position: absolute;
    height: 50px;
    line-height: 50px;
    top: 10px;
    right: 10px;
    border-radius: 25px;
    padding: 0 25px;
    background: #0000fe;
    color: #fff;
    cursor: pointer;
}
.subscribe form input:not([type="email"]):hover {
    background: #4040ff;
}
.subscribe form input:focus {
    outline: 0;
    background: #fff;
}
.subscribe-form {
    box-shadow: 0 0 0 0 rgb(234 220 92 / 80%);
    animation: 2s infinite pulse;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}
footer {
    background: #0d0d0d;
    padding: 30px 0 20px;
}
footer h2 {
    font-weight: 700;
    color: #fff;
}
.social-media {
    border: 2px solid #03a84e;
    color: #fff;
    padding: 16px 30px;
    border-radius: 50px;
    margin: 20px 0;
}
.social-media a {
    font-size: 16px !important;
    color: #0d0d0d;
    border-radius: 50px;
    background: #fff;
    padding: 5px 11px;
    margin: 0 15px;
    transition: .6s ease-in-out;
}
.social-media a:hover {
    background: #03a84e;
    color: #fff;
}
footer .copyright {
    color: #fff;
    font-size: 13px;
}
footer .copyright a {
    color: #0000fe;
}
.filter-listing .work_slider .itemBox h5{
    min-height:55px;
}
@media screen and (max-width: 1024px){
.filter-listing .itemBox {
    width: 50%;
}
}
@media screen and (max-width: 991px){
    .vimeo_wrapper{
        height:380px !important;
    }
    .work_slider .owl-nav button{
        top:45%;
    }
}
@media screen and (max-width: 767px) {
    .client_section .col-12.col-md-4{
        margin-bottom:30px;
    }
    .vimeo_wrapper{
        height:600px !important;
    }
    .filter-listing .itemBox {
    width: 100%;
}
    .banner h6,
    .filter-listing .itemBox h5 {
        font-size: 15px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .banner h6 {
        width: 90%;
    }
    .banner h3 {
        font-size: 21px;
    }
    .hero_video,
    .video-filter {
        width: 100%;
    }
    .home-shape-animation .shape-2 {
        left: 8%;
        top: 23%;
    }
    .home-shape-animation .shape-5 {
        left: 2%;
        top: 39%;
    }
    .title-section h3 {
        font-size: 18px;
    }
    .anim-main:first-child {
        margin-top: 0;
    }
    .anim-main:nth-child(2),
    .anim-main:nth-child(3) {
        margin-top: 20px;
    }
    .value-details {
        min-height: auto;
    }
    .value-details p {
        margin-bottom: 0;
    }
    .feedback-video-iframe {
        margin-top: 15px;
    }
    .about-listing {
        height: auto;
        padding-bottom: 20px;
    }
    .digital-marketing-service {
        text-align: center;
        padding-top: 0;
    }
    .digital-marketing-service h4 {
        font-size: 17px;
    }
    .testimonials-bg .row > * {
        padding: 0 15px;
    }
    .featured-bg {
        padding: 35px 0 10px;
    }
    .filter-listing .itemBox {
        width: 100%;
    }
    .testimonials-bg {
        padding-bottom: 20px !important;
    }
    .amrutt-pic-big {
        margin-bottom: 40px;
    }
    .modalsub-title {
        padding: 0 20px;
    }
    .contact-form {
        padding: 40px 0 30px;
    }
    .mobileView {
        display: block !important;
    }
    .desktopView {
        display: none;
    }
    .featured_slider .owl-nav , .work_slider .owl-nav {
        padding-bottom: 20px;
    }
    .featured_slider .owl-nav button , .work_slider .owl-nav button {
        position: relative;
    }
    .featured_slider .owl-prev , .work_slider .owl-prev {
        left: -5px;
    }
    .featured_slider .owl-next , .work_slider .owl-next {
        right: -5px;
    }
}
@media screen and (min-width: 1200px) {
    .home-shape-animation .shape-5 {
        left: 19%;
        top: 22%;
    }
}
.pic2,
.pic6 {
    bottom: -10px;
}
.contactMain {
    height: 550px;
}
.contPics,
.contPics img {
    position: absolute;
    transition: 0.5s;
}
.contPics {
    width: 150px;
    height: 200px;
}
.contPics img {
    width: 100%;
    border-radius: 100px;
}
.contPics:hover img:nth-child(4) {
    transform: translate(160px, -160px);
    opacity: 1;
}
.contPics:hover img:nth-child(3) {
    transform: translate(120px, -120px);
    opacity: 0.8;
}
.contPics:hover img:nth-child(2) {
    transform: translate(80px, -80px);
    opacity: 0.6;
}
.contPics:hover img:first-child {
    transform: translate(40px, -40px);
    opacity: 0.4;
}
.pic1 {
    top: 10px;
    left: 10px;
    animation: 10s infinite img1;
}
.pic2 {
    left: 10px;
    animation: 10s infinite img2;
}
.pic3 {
    top: -80px;
    left: 180px;
    animation: 10s infinite img3;
}
.pic4 {
    top: 210px;
    left: 180px;
    animation: 10s infinite img4;
}
.pic5 {
    top: 50px;
    left: 350px;
    animation: 10s infinite img5;
}
.pic6 {
    left: 350px;
    animation: 10s infinite img6;
}
@keyframes img1 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-5%) translateY(-20%);
    }
}
@keyframes img2 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-5%) translateY(-10%);
    }
}
@keyframes img3 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-10%) translateY(6%);
    }
}
@keyframes img4 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-10%) translateY(-3%);
    }
}
@keyframes img5 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-10%) translateY(-10%);
    }
}
@keyframes img6 {
    25%,
    75% {
        transform: translateX(0) translateY(0);
    }
    40%,
    60% {
        transform: translateX(-10%) translateY(5%);
    }
}

.client_section .title-section{
    padding-bottom: 50px !important;
}