@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);a,body,button,h1,h2,h3,h4,h5,h6,input,p,span,textarea,textarea:focus,ul {
    font-family: Poppins,sans-serif
}

.banner-slider {
    position: relative;
    top: -7rem;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px !important;
    }
.btns a {
    width: 175px;
    display: block;
    background: #683de8;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in;
}

.btns a:hover {
    background: #ff7d4a;
    color: #fff;
}

.cont-btn {
}

section.how__work {
    background: #f4f4f4;
    padding: 6rem 0;
}

section.affiliate_services {
    background: #1c1c1c;
    padding: 38px 0;
}

section.affiliate_services ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.affiliate_services ul li {
    margin: 0 23px;
}

section.affiliate_services ul img {
    width: 177px;
    max-width: 100%;
    height: 64px;
    object-fit: contain;
}
.banner-sec{
    padding: 11rem 0 0rem;
    position: relative;
    background: url(../images/slideimg011.jpg);
    background-size: cover;
}

.banner-sec::after {
    content: '';
    position: absolute;
    width: 54%;
    height: 78%;
    top: 11%;
    right: -6%;
    z-index: 0;
    /* background: url(https://www.psdgraphics.com/file/2017/dotted-decoration-png.png); */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../images/Grid.png);
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

.banner-slider .col-md-12 {
    padding-left: 0
}

.professional-web {position: relative;z-index: 1;}

.professional-web h3 {
    font-size: 16px!important;
    color: #282828;
    margin-bottom: 15px;
    font-weight: 500
}

.professional-web h1 {
    font-size: 52px;
    color: #282424;
    font-weight: 700;
    font-family: 'Poppins';
}

.professional-web h1 span {
    color: #ff7d4a;
}

.professional-web p {
    font-size: 16px;
    color: #282424;
    line-height: 1.9;
    padding: 14px 0;
}

.professional-web ul {
    padding: 0;
    list-style: none;
    column-count: 2;
    color: #40476d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 27px;
}

.professional-web ul li {
    padding: 9px 0 0 0;
    font-size: 18px;
    color: #282424;
}

.professional-web ul li i {
    margin-right: 6px;
    color: #0dc935
}

.professional-web a {
    transition: all 0.4s ease-in;
    padding: 13px 28px 13px 28px;
    color: #fff;
    border-radius: 5px;
    margin-right: 11px!important;
    font-weight: 700;
    display: inline-block;
    background: #6c40f1;
}

.professional-web a:hover {
    color: #fff;
    transform: scale(1.1);
}

.professional-web a.contact-num {
    background: #f05c22 !important;!i;!;
    color: #fff;
}

.banner-slider .slide img {
    height: 116px;
    padding: 15px 20px;
    object-fit: contain;
    background-color: #ffffff;
    width: 149px!important;
    border-radius: 10px
}

.professional-web h3:before {
    content: '';
    left: -23%;
    top: 0%;
    position: absolute;
    background: url(../images/dot.png);
    width: 70px;
    height: 70px;
    z-index: 2;
    background-size: cover;
}

.professional-web h1:after {
    content: url(../images/circle-1.png);
    position: absolute;
    right: 0;
    top: 70px
}

.laptop {
    position: relative;
    right: 26%;
    bottom: 4%;
    z-index: 2;
}

.laptop img {
    width: 906px;
}

.banner-slider:before {
    content: url(../images/circle-4.png);
    position: absolute;
    left: 415px;
    top: -120px
}

.laptop:after {
    content: '';
    position: absolute;
    background: url(../images/circle-2.png);
    background-size: cover;
    width: 55px;
    height: 58px;
    left: 42%;
    top: 4%;
    z-index: -7;
}






a,button,header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

.banner-main-img img,.faq-sec-solutions-main .faq-sec-image img {
    animation-name: bounce-3;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite
}

@keyframes bounce-3 {
    0%,100% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(20px)
    }
}

@keyframes bounce2 {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-50px)
    }

    60% {
        transform: translateY(-25px)
    }
}

@keyframes float {
    100% {
        transform: skewY(5deg) translateY(-.3rem)
    }
}

@keyframes rotateY-anim {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

.x1 {
    -webkit-animation: 15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    animation: 15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    left: 6%;
    top: 45%;
    background: #0ab0ab
}

.x2 {
    -webkit-animation: 10s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    left: 5%;
    top: 80%;
    background: #5272c1
}

.x3 {
    -webkit-animation: 18s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    animation: 18s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    left: 10%;
    top: 40%;
    background: #7e4ecc
}

.x4 {
    -webkit-animation: 12s linear infinite animateBubble,3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble,3s ease-in-out infinite alternate sideWays;
    left: 20%;
    top: 0;
    background: #923ed0
}

.x5 {
    -webkit-animation: 19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    left: 30%;
    top: 50%;
    background: #da11d0
}

.x6 {
    -webkit-animation: 11s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    animation: 11s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    left: 50%;
    top: 0;
    background: #f518be
}

.x7 {
    -webkit-animation: 10s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    animation: 10s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    left: 65%;
    top: 70%;
    background: #ff6469
}

.x8 {
    -webkit-animation: 12s linear infinite animateBubble,3s ease-in-out infinite alternate sideWays;
    animation: 12s linear infinite animateBubble,3s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 10%;
    background: #ff9834
}

.x9 {
    -webkit-animation: 19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    animation: 19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;
    left: 90%;
    top: 50%;
    background: #ffc309
}

.x10 {
    -webkit-animation: 16s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    animation: 16s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;
    left: 80%;
    top: 80%;
    background: #7614fe
}

h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize
}

input,p,span,textarea,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

section.how__work .left span {
    font-size: 24px;
    font-weight: 600;
    color: #683ef2;
}

section.how__work .right {}

section.how__work .right ul {}

section.how__work .right ul li {
    display: flex;
    align-items: start;
    padding: 15px 0;
}

section.how__work .right ul li img {}

section.how__work .right ul li h4 {
    font-size: 26px;
    font-weight: 500;
}

section.how__work .right ul li p {
    font-size: 16px;
    line-height: 1.8;
}

section.how__work .right ul li img {
    width: 85px;
    margin: 0 29px 0 0;
}

section.how__work .left h4 {
    font-size: 4rem;
    font-weight: 700;
    color: #383535;
}

section.how__work .left p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 21px 0;
}

section.how__work .left a {
    background: #7614fe;
    color: #fff;
    border: none;
    width: 200px;
    display: block;
    text-align: center;
    padding: 9px 0;
    border-radius: 48px;
    font-size: 19px;
    margin: 20px 0 0 0;
}

a:hover {
    color: inherit
}

body {
    overflow-x: hidden;
    background: #fff
}

.inner-calculator-wrap {
    margin: 0 6rem
}

main {
    overflow: hidden
}

a,button,input,textarea:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none
}

button.popup-btn {
}

.ban-form input,.ban-form textarea {
    outline: 0!important;
    width: 100%;
    padding: 10px 15px
}

a#freelance-show img,a#inhouse-show img {
    width: 100%;
    border-radius: 20px;
    transition: .3s ease-in
}

a#freelance-show img:hover,a#inhouse-show img:hover {
    transform: translateY(-10px)
}

.form-group input::-webkit-inner-spin-button,.form-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-group input[type=number] {
    -moz-appearance: textfield
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px
}

.website-main-buttons {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    /* display: none; */
}

.website-main-buttons a.call-btn,.website-main-buttons a.read-more-btn,.website-main-buttons button.chat-btn,.website-main-buttons button.popup-btn {
    font-size: 18px;
    font-weight: 400;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #cf14bd,inset 0 -17px 15px -10px #cf14bd
}

header {
    width: 100%;
    position: absolute;
    top: 15px;
    transition: .3s ease-in-out;
    border-image-slice: 1;
    z-index: 2;
}

/*header::before {*/
/*    content: "";*/
/*    width: 57%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    z-index: -1*/
/*}*/

header.sticky {
    box-shadow: 0 0 20px -5px #b2b2b2
}

header nav.navbar {
    padding: 9px 41px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 66px;
    box-shadow: 2px 2px 16px #302a2a1a;
    border: 1px solid #dcdcdc;
}

header nav.navbar .navbar-brand .logo {
    width: 101px;
    margin: 0;
    transition: .5s ease-in-out;
    display: block
}

header .navbar-toggler {
    background-color: #fff;
    display: none
}

.faqs-sec-item-solution .accordion-item button.accordion-button:focus,header .navbar-toggler:focus {
    box-shadow: none
}

header .navbar-expand-lg .navbar-collapse {
    margin: 0 20px
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
    width: 100%
}

header .navbar-main-nav ul.navbar-nav {
    width: 100%;
    justify-content: center;
    margin: 0 10px
}

header .navbar-main-nav ul.navbar-nav li.nav-item {
    margin: 0 15px;
    position: relative
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-right: -.25em
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 20px;
    z-index: 0;
    transform: scaleX(0);
    transform-origin: right;
    background-color: #683ef27a;
    transition: transform .2s ease-in-out
}

.banner-design-inner .banner-design-box2,.banner-design-inner .banner-design-box3,.case-study-wrap .case-study-img,.inner-video,header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: relative
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle i{
    color: #000;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    margin: 0 0 0 5px;
    border: none;
    display: block;
    font-weight: 600;
    color: #000;
    display: none;
}

header .navbar-nav .nav-item ul.dropdown-menu {
    background: #ffffff;
    top: 64px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 25px -10px #121212;
    padding: 12px 15px;
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    transition: .8s ease-in-out;
    width: 300px;
    position: absolute;
    z-index: 1000000;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.range-slider_input,.range-slider_line,.range-slider_thumb {
    transform: translateY(-50%);
    top: 50%
}

header .navbar-nav .nav-item ul.dropdown-menu li {
    padding: 8px 8px 8px 5px;
    margin: 0;
    width: 100%
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    padding: 5px;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: block;
    transition: .5s ease-in-out;
    background-color: #0000
}

header .navbar-nav .nav-item ul.dropdown-menu li:last-child {
    border-bottom: none
}

header .navbar-nav .nav-item ul.dropdown-menu li span {
    font-size: 13px;
    line-height: 0
}

header .navbar-nav .nav-item ul.dropdown-menu li:hover {
    background: rgb(182 162 249 / 52%);
    border-radius: 8px;
    padding: 12px
}

.easy-communi-wrap.easy-communi-blog h2,.easy-communi-wrap.easy-communi-blog span,.testi-slide-content p,header .navbar-nav .nav-item ul.dropdown-menu li:hover a,section.cont-info-det .crd-sec-dv p a {
    color: #000
}

section.banner-main-sec {
    background: #fff;
    padding: 150px 0 50px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

section.banner-main-sec .bg-video {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1
}

.banner-main-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.8015581232492998) 0,rgba(0,0,0,.6951155462184874) 50%,rgba(0,0,0,.5018382352941176) 100%);
    width: 100%;
    height: 100%;
    z-index: 0
}

.banner-main-sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 40px;
    background-image: url(../images/banner-object.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 200px;
    height: 100%;
    z-index: -1
}

.banner-main-sec .banner-main-content {
    background: linear-gradient(90deg,rgb(0 0 0 / 20%) 0,rgb(0 0 0 / 20%) 50%,rgb(0 0 0 / 20%) 100%);
    padding: 30px
}

.banner-main-content h1 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: #683ef2;
    margin: 0 0 40px;
    text-transform: uppercase;
    position: relative
}

.banner-main-content h1 span {
    font-size: 40px;
    line-height: 50px;
    display: block;
}

.banner-main-about h1::after,.banner-main-content h1::after,.banner-main-solution h1::after {
    content: "";
    width: 67%;
    height: 3px;
    background: #eb2e39;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}
.banner-main-content p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 300
}

.auto-inner-content .website-main-buttons button.popup-btn,.banner-main-about .website-main-buttons button.popup-btn,.banner-main-content .website-main-buttons button.popup-btn,.banner-main-solution .website-main-buttons button.popup-btn,.inner-box-feature-wrap .website-main-buttons button.popup-btn,section.main-banner-power .inner-pow-banner-head .website-main-buttons button.popup-btn,section.price-sec-main .website-main-buttons button.popup-btn,section.testi-power-main-sec .website-main-buttons button.popup-btn {
    background: #7614fe;
    color: #fff;
    border: none
}

.banner-design-wrap .website-main-buttons a.read-more-btn:hover,.banner-main-about .website-main-buttons button.popup-btn:hover,.banner-main-content .website-main-buttons button.popup-btn:hover,.case-study-content .website-main-buttons a.read-more-btn:hover,.how-work-content .website-main-buttons a.read-more-btn:hover,.simplify-design-content .website-main-buttons button.popup-btn:hover,.testi-main-content .website-main-buttons a.read-more-btn:hover {
    background: #000;
    transform: translateY(-5px)
}

.banner-main-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover
}

section.bandown-brands-wrap {
    background: #3c3c3c;
    padding: 30px 0
}

.bandown-brands-inner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.bandown-brands-item .slick-arrow,.port-tab-fifth-slider button.slick-arrow,.port-tab-fourth-slider button.slick-arrow,.port-tab-second-slider button.slick-arrow,.port-tab-third-slider button.slick-arrow,.port-tabs-slider button.slick-arrow,.rev-pric-slide-inner .slick-arrow,.team-sc-slide-content .slick-arrow,.test-power-content .slick-arrow,.testi-solutions-slides .slick-arrow,section.presentation-testimonais-slide button.slick-arrow,section.slider-sec-illustration button.slick-next.slick-arrow,section.slider-sec-illustration button.slick-prev.slick-arrow {
    display: none!important
}

.bandown-brands-item .brands-item-img {
    margin: 0 10px
}

.brands-item-img img {
    height: 50px;
    object-fit: scale-down;
    margin: 0 auto;
    padding: 0 22px;
}

section.expert-develop-wrap {
    background: url(../images/expert-develop-img.jpg) center center/cover no-repeat;
    padding: 75px 0 36px;
    position: relative;
    z-index: 1
}

.expert-develop-wrap .expert-develop-head {
    margin: 0 0 30px;
    text-align: center
}

.expert-develop-head h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    width: 53%;
    margin: 0 auto 4rem;
}

.expert-develop-head h2 span {
    display: block;
    font-weight: 600
}

.expert-develop-inner span {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 0 20px
}

.expert-develop-inner p {
    color: #fff;
    text-align: center
}

.expert-develop-inner .expert-develop-box {
    /* background: #ffffff; */
    padding: 33px 20px;
    margin: 0 0 40px;
    border-radius: 20px;
    border: 3px solid transparent;
    position: relative;
    height: 260px;
    background-color: #ffffff;
    text-align: center;
    background-color: #FFDEE9;
    background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);
    display: none;
}

.expert-develop-box.expert-box-lst {
    width: 41.66666667%;
    margin: 0 auto 40px
}

.expert-develop-box::before,.file-revis-tabs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
    /* background: linear-gradient(45deg,#0ab0ab,#328eb7,#5272c1,#7e4ecc,#923ed0,#da11d0,#f518be,#ff6469,#ff9834,#ffc309); */
}

.expert-develop-box h3 {
    font-size: 24px;
    line-height: 34px;
    color: #312f2f;
    /* text-align: center; */
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.expert-develop-box p {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    text-align: justify;
    padding: 4px 0;
}

.expert-develop-box p span {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    margin: 0
}

section.banner-design-wrap,section.case-study-wrap,section.simplify-design-wrap {
    background: #fff;
    padding: 100px 0
}

.compaign-videos-sec-main .compaign-videos-inner-wrap,.simplify-design-wrap .simplify-design-content,.test-power-content,main.blog-main-wrap,section.main-banner-power .inner-pow-banner-head {
    position: relative;
    z-index: 1
}

.simplify-design-content::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -100px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 250px;
    height: 100%;
    z-index: -1
}

.simplify-design-content h2 {
    font-size: 37px;
    line-height: 49px;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase
}

.simplify-design-content p {
    color: #505050;
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 10px
}

.case-study-content .website-main-buttons a.read-more-btn,.how-work-content .website-main-buttons a.read-more-btn,.simplify-design-content .website-main-buttons button.popup-btn,.testi-main-content .website-main-buttons a.read-more-btn,section.exper-dev-pricing-main .expert-develop-box .website-main-buttons button.popup-btn {
    background: #7614fe;
    color: #fff;
    border: none;
    font-weight: 700;
}

.expert-develop-inner h4 {
    text-align: center;
    font-size: 34px;
    margin: 16px 0 43px 0;
}

.simplify-design-img img {
    width: 100%;
    animation: 2s infinite alternate both float;
    transform: skewY(2deg)
}

section.design-service-wrap {
    background: url(../images/design-service-bg.png) 100% 20%/cover no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.design-service-wrap .design-service-head {
    width: 60%;
    margin: 0 0 30px
}

.design-service-head h2 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase
}

.design-service-head p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
}

.case-study-content .website-main-buttons,.design-service-head .website-main-buttons,.testi-main-content .website-main-buttons {
    margin: 20px 0 0
}

.design-service-head .website-main-buttons button.popup-btn {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 700;
    box-shadow: none
}

.design-process-content .website-main-buttons button.popup-btn:hover,.design-service-head .website-main-buttons button.popup-btn:hover {
    background: #7614fe;
    transform: translateY(-5px)
}

.design-service-wrap .design-service-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 20px;
    min-height: 350px;
    max-height: 350px
}

.design-service-box h4 {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px
}

.design-service-box p,section.how-work-wrap.elevate-sec-main .work-box-content h3 {
    color: #505050
}

section.easy-communi-wrap {
    background: #292a2d;
    padding: 40px 0
}

.easy-communi-wrap .easy-communi-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comparison-table-right table tbody tr td .table-list-logo,.easy-communi-inner .easy-communi-box,.footer-top .footer-logo-area,.inner-features-wrap .iner-head-pricing,section.portfolio-ban-sec .portfolio-main-content-dv {
    text-align: center
}

.easy-communi-box h2 {
    color: #fff;
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.case-study-content h3 span,.easy-communi-box span {
    font-weight: 400;
    text-transform: uppercase;
    display: block
}

.easy-communi-box span {
    color: #fff;
    font-size: 22px;
    line-height: 28px
}

.easy-communi-wrap.easy-communi-blog,section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons button.popup-btn:nth-child(2) {
    background: 0 0
}

.case-study-img::after {
    content: "";
    position: absolute;
    right: -200px;
    top: -115px;
    background-image: url(../images/study-object.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 85%;
    height: 100%;
    z-index: 1
}

.auto-inner-img-dv img,.banner-form .intl-tel-input,.banner-main-sec-illustration .banner-main-illustration-img img,.blog-newsletter-form form,.case-study-img img,.focus-box .focus-box-icon img,.presentation-plus-img-dv img,.tab-con-images img,section.compaign-assets-sec-main .compaign-assets-image-dv img,section.design-output .des-out-inner-wrap .des-ou-img img,section.motion-sec-design-main .motion-cards-dv img {
    width: 100%
}

.case-study-wrap .case-study-content {
    width: 75%;
    margin: 0 auto
}

.case-study-content h3 {
    color: #282a2c;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 20px
}

.case-study-content p {
    color: #2a2c2f;
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 10px
}

.banner-design-wrap .banner-design-head,.trending-design-wrap .trending-design-head {
    width: 75%;
    text-align: center;
    margin: 0 auto 50px
}

.banner-design-head h2,.faqs-sec-head h2,.trending-design-head h2 {
    color: #282a2c;
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 10px
}

.banner-design-inner .banner-design-box1 {
    position: relative;
    margin: 0 0 20px
}

.banner-design-box1.box2 video {
    width: 100%;
    border-radius: 33px;
    height: 370px;
    object-fit: cover
}

.banner-design-box1 img {
    width: 100%;
    min-height: 375px;
    max-height: 375px
}

.banner-design-box1 .design-box1-text {
    position: absolute;
    top: 15px;
    left: 15px
}

.banner-design-box1 .design-box1-text h4 {
    color: #282a2c;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.banner-design-box2 img {
    width: 100%;
    min-height: 770px;
    max-height: 770px
}

.banner-design-box2 .design-box2-text {
    position: absolute;
    top: 17%;
    left: -35%
}

.banner-design-box2 .design-box2-text h4 {
    color: #282a2c;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    transform: rotate(-90deg)
}

.banner-design-box3 img {
    width: 100%;
    min-height: 650px;
    max-height: 650px
}

.banner-design-box3 .design-box3-text {
    position: absolute;
    left: 20px;
    bottom: 25px
}

.banner-design-box3 .design-box3-text h4 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.banner-design-box3 .design-box3-text h4 span {
    display: block;
    font-size: 52px;
    line-height: 54px;
    color: transparent;
    -webkit-text-stroke: 2px #fff
}

.banner-design-wrap .website-main-buttons {
    margin: 20px 0 0;
    justify-content: end
}

.banner-design-wrap .website-main-buttons a.read-more-btn {
    background: #7614fe;
    color: #fff;
    font-size: 28px;
    width: 75%;
    height: 100px;
    border: none;
    font-weight: 700
}

.banner-design-wrap .website-main-buttons a.read-more-btn i,.how-work-content .website-main-buttons a.read-more-btn i {
    margin: 0 0 0 5px
}

section.how-work-wrap {
    background-color: #e7faff;
    padding: 50px 0
}

.how-work-content {
    text-align: center;
    margin-bottom: 40px
}

.how-work-content span {
    color: #222;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    display: block
}

.how-work-content h2 {
    color: #282a2c;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: capitalize
}

.how-work-content p {
    color: #2a2c2f;
    font-size: 17px;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
}

.focus-wrap .focus-box,.how-work-wrap .how-work-box {
    display: flex;
    gap: 30px;
    margin: 0 0 30px
}

.focus-box .focus-box-icon,.how-work-box .work-box-icon {
    margin: 0 10px 0 0
}

.work-box-icon img {
    width: 75px
}

.work-box-content h3 {
    color: #282a2c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px
}

.work-box-content p {
    color: #000;
    font-size: 15px;
    line-height: 22px
}

.work-box-content ul {
    list-style: disc
}

.work-box-content ul li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px
}

section.testi-main-wrap {
    background: #1c1c1c;
    padding: 75px 0
}

.testi-main-wrap .testi-main-content {
    width: 85%
}

.testi-main-content h2 {
    font-size: 52px;
    line-height: 67px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase
}

.testi-main-content p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 10px
}

.testi-main-slides .slick-arrow {
    top: 50%;
    right: 0;
    position: absolute;
    background: 0 0;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 0;
    z-index: 9
}

.testi-main-slides .slick-arrow:hover::before {
    color: #7614fe
}

.testi-main-slides .slick-prev {
    left: -35px
}

.testi-main-slides .slick-prev::before {
    content: "\f124";
    transform: rotate(-134deg)
}

.testi-main-slides .slick-next {
    right: -35px
}

.testi-main-slides .slick-next::before {
    content: "\f124";
    transform: rotate(40deg)
}

.testi-main-slides .slick-next::before,.testi-main-slides .slick-prev::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 36px;
    line-height: 42px;
    color: #e6e7e9;
    font-weight: 600;
    border: none;
    display: block;
    opacity: 1
}

.team-sc-slide-content .slick-dots,.testi-main-power .slick-dots,.testi-main-slides .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center
}

.pack-tab-slider-content .slick-dots li,.team-sc-slide-content .slick-dots li,.testi-main-power .slick-dots li,.testi-main-slides .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.pack-tab-slider-content .slick-dots li button,.team-sc-slide-content .slick-dots li button,.testi-main-power .slick-dots li button,.testi-main-slides .slick-dots li button {
    font-size: 0;
    background: 0 0;
    border: none;
    width: 10px;
    height: 10px;
    padding: 0
}

.testi-main-slides .slick-dots li button::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    height: 10px;
    width: 10px;
    background: #d6e9fa;
    border-radius: 100%;
    display: block;
    opacity: 1
}

.pack-tab-slider-content .slick-dots li.slick-active button::before,.team-sc-slide-content .slick-dots li.slick-active button::before,.testi-main-power .slick-dots li.slick-active button::before,.testi-main-slides .slick-dots li.slick-active button::before {
    background: #7614fe
}

.testi-main-slides .testi-slide-box {
    background: #e6e7e9;
    margin: 40px 10px;
    padding: 30px 20px 40px;
    border-radius: 20px;
    text-align: center
}

.testi-slide-box .testi-slide-img {
    width: 85px;
    height: 85px;
    margin: 0 auto
}

.testi-slide-img img {
    width: 100%;
    margin: -35px 0 0;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 5px
}

.fldset.inpchecbx,.testi-slide-box .testi-slide-content {
    margin: 10px 0 0
}

.testi-slide-content h4 {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 10px
}

section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 10px
}

.package-slide-content-main .tabs-slide-content-dv p,section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv p,section.work-better-sec-main .better-work-content-card .better-card-content p {
    font-size: 17px;
    line-height: 24px
}

section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
    min-height: 300px;
    max-height: 300px
}

section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv p {
    width: 100%;
    font-size: 15px;
    line-height: 22px
}

section.trending-design-wrap {
    background: #fff;
    padding: 50px 0
}

.trending-design-inner .trending-design-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 -3px 20px 3px #b2b2b2;
    width: 90%;
    margin: 0 auto
}

.blog-items-img img,.trending-box-img img {
    width: 100%;
    border-radius: 20px 20px 0 0
}

.trending-box-img img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}

.trending-design-box .trending-box-content {
    background: #ebebeb;
    padding: 20px;
    border-radius: 0 0 20px 20px
}

.trending-box-content .tag-brand {
    background: #fff;
    color: #7614fe;
    font-size: 16px;
    font-weight: 600;
    padding: 3px;
    margin: 0 0 20px;
    width: 100px;
    border-radius: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase
}

.blog-banner-wrap::after,main.blog-main-wrap::after {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: ""
}

.trending-box-content h4 {
    color: #282A2A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 20px
}

.trending-box-content a {
    color: #e7710b;
    font-size: 15px;
}

.trending-box-content .tag-date {
    color: #282a2c;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 40px 0 10px;
    text-transform: uppercase;
    display: block
}

section.design-process-wrap {
    background: #fff;
    padding: 0
}

.design-processdesign-processdesign-process-img img {
    width: 100%;
    margin: 0 auto;
    display: block
}

.design-process-content h2 {
    font-size: 52px;
    line-height: 58px;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: capitalize
}

.design-process-content p {
    color: #505050;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 10px
}

.design-process-content .website-main-buttons button.popup-btn {
    background: #00be00;
    width: 250px;
    color: #fff;
    border: none;
    font-weight: 700;
    box-shadow: none
}

section.faqs-sec-wrap {
    background: #ebebeb;
    padding: 50px 0
}

.faqs-sec-wrap .faqs-sec-head {
    text-align: center;
    width: 75%;
    margin: 0 auto 50px
}

.faqs-sec-head p {
    color: #282a2c;
    margin: 0 0 10px
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0;
    border-radius: 0;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #dcdcdc;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: 0 0;
    color: #1c1c1c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin: 0
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: "\2b";
    background: 0 0;
    color: #1c1c1c;
    font-size: 28px;
    border-radius: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    transform: rotate(-90deg);
    transition: .3s ease-in-out
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    transform: rotate(0)
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    background: 0 0;
    color: #505050;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 10px;
    border-radius: 0
}

.faqs-sec-item .accordion-item .accordion-collapse ul li {
    list-style: disc;
    margin: 10px 20px
}

.faqs-sec-item .accordion-item .accordion-collapse ul.four li {
    list-style: decimal
}

.faqs-sec-item .accordion-item .accordion-collapse ul.five li {
    list-style: none;
    margin: 0
}

.faqs-sec-item .accordion-item .accordion-collapse ul.five li i {
    margin: 0 10px 0 0;
    padding: 0
}

.accordion-body h5,.counter-main,.file-revis-tabs .accordion-item .tabs-content-dv .tab-btn-dv,.present-des-sec-inner-wrap,section.compaign-videos-sec-main .col-xl-4 .comapign-videos-sec-dv,section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons,section.motion-sec-design-main .motion-cards-dv,section.second-port-tab-main .second-port-tab-inner-warps,section.work-better-sec-main .better-work-content-card .better-card-content {
    margin-top: 30px
}

main.blog-main-wrap::after {
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/blog-item-before.png);
    background-position: 100% 120%;
    width: 60%;
    margin: 0 auto
}

section.blog-banner-wrap {
    background: #fff;
    padding: 200px 0 100px;
    box-shadow: 0 -10px 3px 15px #c7b9dd;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.blog-banner-wrap::after {
    right: -165px;
    bottom: -15px;
    background-image: url(../images/blog-banner-element=bg.png);
    background-position: 100% 100%;
    width: 100%
}

.blog-banner-content h1 {
    font-size: 122px;
    line-height: 110px;
    font-weight: 700;
    color: #683ef2;
    margin: 0 0 20px;
    text-transform: uppercase
}

.blog-banner-content h1 span {
    color: #9c9c9c;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    display: block
}

.blog-banner-content p,.blog-newsletter-content p {
    color: #505050;
    font-size: 20px;
    line-height: 26px
}

.blog-banner-wrap .blog-banner-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px #b2b2b2
}

.banner-box-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    object-position: 100% 55%;
    min-height: 370px;
    max-height: 370px
}

.blog-banner-box .banner-box-content {
    padding: 20px
}

.banner-box-content h4,.blog-items-content h4 {
    color: #0b0909;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 20px
}

.banner-box-content span.tag-date {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 40px 0 10px;
    text-transform: uppercase;
    display: block
}

.inner-features-wrap,section.blog-items-wrap,section.calculator-sec-main,section.comparison-sec-main,section.cont-info-det,section.design-output,section.graphic-team-sec-main,section.lat-present-design-sec-main,section.packages-tab-slide-main,section.second-port-tab-main,section.sill-sec-port-main,section.slider-sec-illustration,section.team-scale-main-sec,section.testi-power-main-sec {
    padding: 50px 0
}

.blog-items-elements img.element1 {
    position: absolute;
    top: 44%;
    right: 45px;
    width: 25%;
    transform: rotate(80deg);
    z-index: -1
}

.blog-items-elements img.element2 {
    position: absolute;
    top: 60%;
    left: 0;
    width: 25%;
    transform: rotate(127deg);
    z-index: -1
}

.blog-items-inner .multi-color-border {
    background: linear-gradient(45deg,#0ab0ab,#328eb7,#5272c1,#7e4ecc,#923ed0,#da11d0,#f518be,#ff6469,#ff9834,#ffc309);
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 -3px 20px 3px #b2b2b2;
    margin: 0 0 50px
}

.multi-color-border .blog-items-box {
    background: #fff;
    border-radius: 15px;
    width: 100%
}

.blog-newsletter-box .multi-color-border,.file-revis-tabs ul li button.nav-link.active:before {
    background: linear-gradient(45deg,#0ab0ab,#328eb7,#5272c1,#7e4ecc,#923ed0,#da11d0,#f518be,#ff6469,#ff9834,#ffc309)
}

.blog-items-box .blog-items-content {
    padding: 20px;
    border-radius: 0 0 20px 20px
}

.blog-items-content .tag-date {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 40px 0 0;
    text-transform: uppercase;
    display: block
}

.blog-items-inner .blog-newsletter-box {
    display: flex;
    margin: 60px 0 100px;
    box-shadow: 0 0 5px 3px #b2b2b2;
    border-radius: 20px
}

.blog-newsletter-box .multi-color-border {
    padding: 3px 0 3px 3px;
    width: 65%;
    min-height: 350px;
    max-height: 350px;
    border-radius: 18px 0 0 18px;
    box-shadow: none;
    margin: 0
}

.blog-newsletter-box .blog-newsletter-content {
    background: #fff;
    padding: 20px;
    border-radius: 15px 0 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-newsletter-content h3 {
    color: #282b30;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

.blog-newsletter-content span {
    color: #683ef2;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 10px;
    display: block
}

.blog-newsletter-box .blog-newsletter-form {
    background: #d355b1;
    width: 35%;
    min-height: 350px;
    max-height: 350px;
    padding: 20px 40px;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.blog-newsletter-form h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase
}

.blog-newsletter-form .form-group {
    margin: 0 0 15px
}

.blog-newsletter-form .form-group input {
    background: #fff;
    color: #282b30;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 30px
}

.blog-newsletter-form .form-group.form-group-button {
    text-align: end
}

.blog-newsletter-form .form-group button.submit-btn {
    background: #7614fe;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    padding: 10px;
    margin: 0 0 0 auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.blog-newsletter-form .form-group button.submit-btn:hover,footer.footer-main-sec {
    background: #000
}

section.banner-main-sec-about {
    background: #fff;
    padding: 200px 0 50px;
    position: relative;
    z-index: 1
}

.banner-main-about {
    width: 80%;
    margin: 0 0 0 auto
}

.banner-main-about h1 {
    font-size: 82px;
    line-height: 98px;
    font-weight: 700;
    color: #683ef2;
    margin: 0 0 40px;
    text-transform: uppercase;
    position: relative
}

.banner-main-about h1 span {
    font-size: 35px;
    line-height: 42px;
    display: block
}

.banner-main-about h1 span strong {
    color: #b1b1b1
}

.banner-main-about p {
    color: #505050;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300
}

.banner-main-sec-about .col-ban-img {
    padding-right: 0
}

section.count-main {
    padding: 50px 0;
    background: url(../images/count-bg.png) bottom/contain no-repeat;
    position: relative
}

.count-main .count-content-main {
    text-align: center;
    margin: 0 auto;
    width: 60%
}

.count-main .count-content-main h2 {
    font-size: 42px;
    line-height: 65px;
    color: #b1b1b1;
    text-transform: inherit;
    font-weight: 500
}

.count-main .count-content-main h2 span,.footer-links-area ul.footer-info-list li a:hover,.footer-links-area ul.footer-nav-links a:hover,.graphic-box .focus-content h2,.iner-head-pricing h3 span,.inner-free-from-wrap h2 span,.inner-freelance-hide-main .inner-freelane-total-wrap h3 span,section.comparison-sec-main .com-title-dv h2 span,section.work-better-sec-main .better-work-cont-main h2 span {
    color: #683ef2
}

.count-num-main .counter,.count-num-main span:nth-child(3) {
    color: #000;
    font-size: 40px;
    line-height: 47px
}

.count-main .count-content-main p.count-content {
    font-size: 18px;
    line-height: 28px;
    color: #b1b1b1
}

.banner-main-graphic-img,.count-num-main,.sill-sec-port-main .still-sec-image,.test-team-sec-img,.testi-power-main-sec .inner-test-power-wrap .test-power-img,section.reviws-sec-contact .reviews-log-img-dv {
    display: flex;
    justify-content: center
}

.count-num-main span {
    font-size: 35px;
    line-height: 42px;
    color: #b1b1b1;
    font-weight: 700
}

.count-num-main .counter {
    font-weight: 700
}

.count-num-main.reviews-count .counter img {
    width: 30%;
    margin-top: -10px;
    margin-left: 3px
}

.reviews-count img {
    width: 40px;
    height: 40px
}

section.work-better-sec-main {
    padding: 50px 0;
    position: relative;
    background-color: #e5e5e5;
    z-index: 1
}

section.work-better-sec-main .container {
    max-width: 900px
}

section.work-better-sec-main:before {
    content: "";
    background: url(../images/work-better-before-image.png) 0 0/13% 33% no-repeat;
    position: absolute;
    z-index: -1;
    top: -250px;
    width: 100%;
    height: 100%
}

section.work-better-sec-main:after {
    content: "";
    background: url(../images/work-better-after-image.png) 100% 0 no-repeat;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%
}

section.work-better-sec-main .better-work-cont-main h2:before {
    content: "";
    background: url(../images/our-coure-shade-bg.png) 0 0/100% 50% no-repeat;
    position: absolute;
    width: 50%;
    height: 50%;
    top: -30px;
    left: 400px;
    z-index: -1
}

section.work-better-sec-main .better-work-cont-main h2 {
    font-size: 50px;
    line-height: 57px;
    font-weight: 900;
    color: #7f7f7f;
    text-transform: uppercase
}

section.work-better-sec-main .better-work-cont-main p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #b1b1b1
}

section.work-better-sec-main .better-work-content-card {
    background-color: #f7941d;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    min-height: 400px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative
}

section.work-better-sec-main .better-work-content-card .better-card-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

section.work-better-sec-main .better-work-content-card .better-card-img img {
    width: 70px;
    height: 70px;
    object-fit: cover
}

section.work-better-sec-main .better-work-content-card .better-card-img p {
    font-size: 142px;
    margin-top: 40px
}

section.work-better-sec-main .better-work-content-card .better-card-content h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 37px;
    font-weight: 600
}

.better-work-card-2 {
    background: #19c315!important
}

.better-work-content-card.better-work-card-2:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #f7941d9c;
    right: 31rem;
    top: 1rem;
    border-radius: 50%;
    filter: blur(160px)
}

.better-work-content-card.better-work-card-2:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #f443365c;
    left: 66rem;
    top: 9rem;
    border-radius: 50%;
    filter: blur(160px)
}

.better-work-card-3 {
    background-color: #1d8ef7!important
}

.better-work-card-4 {
    background-color: #a337ee!important
}

.better-work-card-5 {
    background-color: #db37ee!important
}

section.main-our-core {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

section.main-our-core .row .our-core-cont-main:before {
    content: "";
    background: url(../images/core-value-bg.png) center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -450px;
    left: 200px
}

.main-our-core:after {
    content: "";
    background: url(../images/core-value-before-image.png) center/70% 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
    margin-top: 100p
}

.main-our-core .row {
    justify-content: space-between
}

.our-core-img-main img {
    width: 100%;
    animation: 2s infinite bounce2
}

section.main-our-core .our-core-cont-main h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #683ef2;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 30px
}

section.main-our-core .our-core-cont-main .inner-cont-our-core h3 {
    font-size: 27px;
    line-height: 34px;
    text-transform: inherit;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000
}

section.main-our-core .our-core-cont-main .inner-cont-our-core h3 strong {
    text-transform: uppercase
}

section.main-our-core .our-core-cont-main .inner-cont-our-core p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #000
}

section.our-why-sec-main {
    background-color: #4a4a4a;
    padding: 50px 0
}

section.our-why-sec-main .our-why-content-main {
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 0 auto
}

section.our-why-sec-main .our-why-content-main h3 {
    text-transform: uppercase;
    font-size: 53px;
    line-height: 60px;
    font-weight: 700
}

section.our-why-sec-main .our-why-content-main p {
    font-size: 17px;
    line-height: 26px;
    text-align: justify
}

section.our-how-sec-main {
    padding: 50px 0 135px;
    position: relative
}

section.our-how-sec-main:after {
    content: "";
    background: url(../images/our-how-before-image.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50px
}

section.our-how-sec-main .our-how-content-main h2 {
    font-size: 53px;
    color: #000;
    font-weight: 700;
    line-height: 60px
}

section.our-how-sec-main .our-how-content-main {
    margin: 0;
    width: 70%
}

section.our-how-sec-main .our-how-content-main p {
    font-size: 21px;
    line-height: 34px;
    color: #000
}

section.our-how-sec-main .our-how-icon-main .our-how-icon-content {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

section.our-how-sec-main .our-how-icon-main .our-how-icon-content img {
    width: 60px;
    height: 60px
}

section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0
}

section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv p {
    font-size: 17px;
    line-height: 24px;
    width: 70%
}

section.easy-communi-wrap.communi-about {
    background-color: #707070
}

.banner-main-solution {
    width: 100%;
    margin: 0 0 0 auto
}

section.banner-main-sec-solution {
    background: url(../images/Soluion-main-banner.jpg) 100% 100%/contain no-repeat;
    left: 0;
    position: relative;
    padding-top: 150px
}

.banner-main-sec-solution .banner-main-about-img img,section.platform-sec-main-dv .platform-sec-img img {
    width: 50%
}

.banner-main-sec-illustration .banner-main-illustration-img,.banner-main-sec-presentation .banner-main-presentation-img,.banner-main-sec-solution .banner-main-about-img {
    display: flex;
    justify-content: center;
    margin-bottom: 60px
}

.banner-main-solution h4 {
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    color: #b1b1b1;
    font-weight: 500
}

.banner-main-solution h1 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    color: #683ef2;
    margin: 0 0 40px;
    text-transform: uppercase;
    position: relative
}

.banner-main-solution h1 span {
    font-size: 29px;
    line-height: 36px;
    display: block
}

.banner-main-solution h1 strong {
    color: #ff3f3f;
    font-weight: 700!important
}

.banner-main-solution p {
    color: #505050;
    font-size: 19px;
    line-height: 26px;
    font-weight: 300
}

section.file-revission-sec-main {
    background: #000;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

section.file-revission-sec-main:before {
    content: "";
    background: url(../images/tabs-before.png) left/30% 45% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 200px
}

section.file-revission-sec-main .file-revission-heading-dv h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 57px;
    font-weight: 300;
    text-transform: inherit
}

section.file-revission-sec-main .file-revission-heading-dv h2 span {
    display: block;
    font-weight: 500
}

section.file-revission-sec-main .file-revission-heading-dv p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: 70%;
    margin: 0 auto 20px
}

.file-revis-tabs {
    background-color: #8f8d8d;
    padding: 30px 60px 70px;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 2px 2px 10px #80808075
}

.file-revis-tabs ul {
    border-bottom: none;
    justify-content: space-between
}

.file-revis-tabs .accordion-item {
    background-color: transparent;
    border: none;
    margin-top: 20px
}

.file-revis-tabs .accordion-item .tabs-content-dv h3 {
    color: #fff;
    font-size: 41px;
    line-height: 48px;
    font-weight: 500
}

.file-revis-tabs .accordion-item .tabs-content-dv {
    padding: 0 100px 0 30px
}

.file-revis-tabs .accordion-item .tabs-content-dv p {
    font-size: 19px;
    line-height: 26px;
    color: #fff
}

.file-revis-tabs .accordion-item .tabs-content-dv .tab-btn-dv a {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff
}

.file-revis-tabs ul li button {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    border: none!important
}

.file-revis-tabs ul li button.nav-link.active {
    background-color: transparent;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
    color: #fff
}

.file-revis-tabs ul li button.nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    z-index: -1;
    margin: -4px
}

.file-revis-tabs ul li button.nav-link:hover {
    color: #fff;
    border: none
}

section.Endless-sec-main {
    padding: 100px 0;
    border-bottom: 1px solid #707070
}

section.Endless-sec-main .testi-solutions-slides {
    background-color: #282b30;
    padding: 20px;
    border-radius: 20px
}

.testi-solutions-slides .testi-slide-img img {
    margin: 0;
    width: auto
}

.testi-solutions-slides .testi-slide-box .testi-slide-img {
    margin: 0;
    width: 100%;
    height: 55px;
    display: flex;
    gap: 10px
}

.testi-solutions-slides .testi-slide-box .testi-slide-content p {
    color: #fff;
    font-size: 17px;
    line-height: 27px
}

.testi-solutions-slides .testi-slide-box .testi-slide-content p a,section.form-contact-sec-main .contact-form-dv .from-text p a {
    color: #d71268
}

.testi-solutions-slides .testi-slide-box .testi-slide-content .date-dv-main p {
    color: #c4c5c8
}

.testi-solutions-slides .testi-slide-box .testi-slide-img .testi-title-dv p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0
}

.testi-solutions-slides .testi-slide-box .testi-slide-img .testi-title-dv a {
    color: #c4c5c8;
    font-size: 14px;
    font-weight: 300
}

.endless-content-dv h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 42px
}

.endless-content-dv p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px
}

.endless-content-dv .endless-btn-dv,.inner-free-from-wrap .inner-price-range-dv,section.children-sec-main .child-help-sec-content .website-main-buttons,section.compaign-assets-sec-main .compaign-assets-content-dv .website-main-buttons,section.exper-dev-pricing-main .price-feat-list {
    margin-top: 20px
}

.price-feat-list ul {
    height: 201px;
    overflow-y: auto;
    display: none;
}

.endless-content-dv .endless-btn-dv a {
    text-transform: uppercase;
    color: #673df1;
    border: 2px solid #673df1;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px
}

section.card-sol-design-main-sec {
    padding: 70px 0 50px
}

section.card-sol-design-main-sec .card-sol-design {
    background-color: #272b2f;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 200px;
    max-height: 200px
}

section.card-sol-design-main-sec .card-sol-design:before {
    content: "";
    background: url(../images/cards-solutions-before.png) 0 0/100% 100% no-repeat;
    position: absolute;
    width: 35%;
    height: 35%;
    top: 45px;
    right: 25px
}

section.card-sol-design-main-sec .card-sol-design p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px
}

.faq-sec-solutions-main .faq-sec-image img {
    width: 70%
}

section.faq-sec-solutions-main {
    padding: 50px 0 70px;
    position: relative
}

section.faq-sec-solutions-main:before {
    content: "";
    background: url(../images/faq-sol-before.png) center/100% 100% no-repeat;
    position: absolute;
    width: 100%;
    height: 870px;
    top: -150px;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0
}

.faq-sec-solutions-main .faq-sec-image,.graph-team-img-dv {
    display: flex;
    justify-content: end
}

.faq-sec-solutions-main .faq-content-heading-dv h2 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #282b30
}

.faq-sec-solutions-main .faq-content-heading-dv p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300
}

.faqs-sec-item-solution .accordion-item button.accordion-button.collapsed {
    background-color: #ebebeb;
    color: #50545b;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #000;
    margin-bottom: 20px
}

.faqs-sec-item-solution .accordion-item {
    border: none;
    width: 80%
}

.accordion-button:not(.collapsed) {
    background-color: #ebebeb;
    color: #50545b;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    border-radius: 20px!important;
    border: 1px solid #000
}

.faqs-sec-item-solution .accordion-item button.accordion-button.collapsed:after {
    transform: rotate(-90deg)
}

.banner-sec-main-dv .solution-banner-image {
    background: url(../images/solution-banner-image.png) center/cover no-repeat;
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1
}

.solution-banner-image section.easy-communi-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #0000009c
}

.banner-sec-main-dv .solution-banner-image:before {
    content: "";
    background-color: #808080a1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.solution-banner-image .easy-communi-box h2 {
    font-size: 39px;
    line-height: 49px
}

section.platform-sec-main-dv {
    padding: 50px 0 0
}

.platform-sec-main-dv .platform-sec-img {
    display: flex;
    justify-content: center;
    position: relative
}

section.platform-sec-main-dv .platfrom-sec-content-dv h4 {
    font-size: 25px;
    line-height: 5px;
    font-weight: 300;
    text-transform: inherit;
    color: #282a2c
}

.platform-sec-main-dv .row,section.compaign-assets-sec-main .comapign-assets-inner-warp .row,section.partnership-sec-portfolio-dv .partnership-sec-inner-wrap .row,section.premium-plus-sec-main .premium-plus-sec-inner-wrap .row,section.sill-sec-port-main .still-sec-port-inner-wrap .row {
    align-items: center
}

section.platform-sec-main-dv .platfrom-sec-content-dv h2 {
    font-size: 37px;
    text-transform: inherit;
    line-height: 44px;
    color: #282a2c
}

section.platform-sec-main-dv .platfrom-sec-content-dv p {
    font-size: 19px;
    line-height: 26px;
    padding-right: 13%
}

.platform-sec-main-dv .platfrom-sec-content-dv .website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center
}

.platform-sec-main-dv .platfrom-sec-content-dv .website-main-buttons button {
    background: #7614fe;
    color: #fff;
    border: none;
    border-radius: 50px
}

.platform-sec-main-dv .platform-sec-img:before {
    background: url(../images/study-object.png) center center/contain no-repeat;
    content: "";
    position: absolute;
    width: 500px;
    min-height: 500px;
    max-height: 500px;
    z-index: -1;
    left: 200px;
    bottom: 0;
    top: -20px;
    right: 0
}

section.banner-main-sec-illustration {
    background: url(../images/Soluion-main-banner.jpg) 100% 100%/contain no-repeat;
    left: 0;
    position: relative;
    padding-top: 300px;
    padding-bottom: 80px
}

.slider-inner-wraps-illustrations .slide-illustration-title-dv h2 {
    font-size: 39px;
    text-transform: uppercase;
    color: #683ef2;
    font-weight: 600;
    line-height: 46px
}

.slider-inner-wraps-illustrations .slide-illustration-title-dv {
    text-align: center;
    margin-bottom: 30px
}

.slider-inner-wraps-illustrations .slide-illustration-title-dv p {
    font-size: 23px;
    line-height: 30px;
    color: #505050
}

section.comparison-sec-main .comparison-content-dv ul,section.premium-plus-sec-main .premium-plus-img-dv img,section.slider-sec-illustration .slick-slide img {
    width: 90%
}

section.slider-sec-illustration ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

section.slider-sec-illustration .slick-dots {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center
}

section.slider-sec-illustration .slick-dots li {
    margin: 0 5px
}

section.slider-sec-illustration .slick-dots li button {
    font-size: 0;
    background: 0 0;
    border: none
}

section.slider-sec-illustration .slick-dots li button::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    height: 10px;
    width: 10px;
    background: #7b7b7b;
    border: 1px solid #7b7b7b;
    border-radius: 100%;
    display: block
}

section.slider-sec-illustration .slick-dots li.slick-active button::before {
    background: #221c33;
    border: 1px solid #221c33
}

section.how-work-wrap.elevate-sec-main {
    background-color: #f7f7f7
}

section.how-work-wrap.elevate-sec-main .how-work-content h2 {
    color: #299adf;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 20px
}

section.how-work-wrap.elevate-sec-main .how-work-content p {
    color: #505050;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 50px
}

section.how-work-wrap.elevate-sec-main .work-box-content p {
    color: #505050;
    font-size: 18px;
    line-height: 25px;
    padding-right: 145px
}

section.children-sec-main {
    background-color: #131e30;
    padding: 50px 0
}

.inner-freelance-hide-main .inner-freelane-total-wrap p,section.children-sec-main .child-help-sec-content {
    width: 65%;
    margin: 0 auto
}

section.children-sec-main .child-help-sec-content h2 {
    font-size: 55px;
    line-height: 62px;
    font-weight: 600;
    color: #683ef2;
    text-transform: uppercase
}

section.children-sec-main .child-help-sec-content p {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px
}

section.children-sec-main .child-help-sec-content span {
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #fff
}

section.children-sec-main .child-help-sec-content .website-main-buttons a.read-more-btn {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #673df1;
    color: #673df1;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 15px
}

section.children-sec-main .child-help-sec-content .website-main-buttons a.read-more-btn i {
    margin-left: 6px
}

section.comparison-sec-main .com-title-dv h2 {
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}

section.comparison-sec-main .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6:nth-child(2) .comparison-content-dv {
    border-right: 3px solid #299adf
}

section.comparison-sec-main .comparison-content-dv img {
    width: auto;
    margin: 0 auto 20px;
    display: flex
}

section.comparison-sec-main .comparison-content-dv ul li {
    color: #131e30;
    font-size: 18px;
    display: flex;
    line-height: 25px;
    margin-bottom: 15px;
    gap: 20px;
    align-items: center
}

section.comparison-sec-main .comparison-content-dv ul li i {
    color: #6d45f2;
    font-size: 30px
}

section.comparison-sec-main .com-para-dv {
    text-align: center;
    margin-top: 30px
}

section.comparison-sec-main .com-para-dv p {
    color: #131e30;
    width: 60%;
    margin: 0 auto 25px;
    font-size: 19px;
    line-height: 26px
}

section.comparison-sec-main .com-para-dv h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

section.comparison-sec-main .com-para-dv h4 span {
    color: #683ef2;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px
}

section.premium-plus-sec-main {
    background: #131e30;
    padding: 50px 0
}

.presentation-plus-img,section.premium-plus-sec-main .premi-plus-img {
    padding-left: 0
}

.banner-main-graphic-img img,.premium-plus-sec-main .premium-plus-content-dv,.team-sc-slide-content .testi-slide-content,.testi-main-power .testi-slide-box .testi-slide-content {
    width: 100%;
}

.premium-plus-sec-main .premium-plus-content-dv h2 {
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px
}

.premium-plus-sec-main .premium-plus-content-dv h2 span {
    color: #987bf6
}

.premium-plus-sec-main .premium-plus-content-dv p {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300
}

.premium-plus-sec-main .premium-plus-content-dv .website-main-buttons a {
    background: #7614fe;
    color: #fff;
    width: 300px
}

.auto-inner-content .website-main-buttons button.popup-btn i,.premium-plus-sec-main .premium-plus-content-dv .website-main-buttons a i,section.graphic-team-sec-main .graph-team-content-dv .website-main-buttons a i,section.power-plan-pric-main .expert-develop-box button.popup-btn i,section.testi-power-main-sec .website-main-buttons button.popup-btn i {
    margin-left: 10px
}

section.custom-illustration-communi {
    background: #707070
}

section.banner-main-sec-presentation {
    background: url(../images/Soluion-main-banner.jpg) 100% 100%/contain no-repeat;
    left: 0;
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px
}

.banner-main-sec-presentation .banner-main-presentation-img img {
    width: 100%;
    /* animation: 5s linear infinite rotateY-anim; */
}

section.presentation-testimonais-slide {
    padding: 50px 0;
    background-color: #000
}

.inner-box-feature-wrap .website-main-buttons,.presentation-testimonais-slide .row,section.exper-dev-pricing-main .expert-develop-box .website-main-buttons,section.form-contact-sec-main .row,section.lat-present-design-sec-main .lat-present-design-inner-wrap .website-main-buttons,section.main-banner-power .inner-pow-banner-head .website-main-buttons,section.partnership-sec-portfolio-dv .website-main-buttons,section.price-sec-main .website-main-buttons,section.second-port-tab-main .second-port-tab-btn .website-main-buttons,section.testi-power-main-sec .website-main-buttons {
    justify-content: center;
}

section.presentation-testimonais-slide .testi-reviews-dv i {
    color: #299adf
}

section.presentation-testimonais-slide .testi-slide-content p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400
}

section.presentation-testimonais-slide .testi-title-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: 40px
}

section.presentation-testimonais-slide .testi-title-dv p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700
}

section.presentation-testimonais-slide .testi-title-dv a {
    color: #299adf;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700
}

section.focus-wrap {
    background-color: #f7f7f7;
    padding: 50px 0
}

.focus-wrap .focus-content h2 {
    color: #299adf;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 20px
}

.focus-wrap .focus-content p {
    color: #505050;
    font-size: 19px;
    width: 85%;
    line-height: 26px
}

.focus-wrap .focus-content img {
    width: 72%
}

.focus-wrap .focus-content .website-main-buttons a {
    box-shadow: none;
    background-color: #299adf;
    color: #fff
}

.focus-box .focus-box-content h3 {
    color: #505050;
    font-size: 27px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px
}

.focus-box .focus-box-content p {
    color: #505050;
    font-size: 15px;
    line-height: 25px;
    padding-right: 145px
}

.focus-wrap .focus-content .website-main-buttons a i,section.present-design-sec-main .present-content-dv .website-main-buttons a i {
    margin-left: 4px
}

section.lat-present-design-sec-main .lat-present-design-inner-head {
    text-align: center;
    margin-bottom: 50px
}

section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
    text-transform: uppercase;
    font-size: 30px;
    width: 60%;
    line-height: 37px;
    font-weight: 700;
    margin: 0 auto 10px
}

section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #000
}

.present-port-dv-img.imglist {
    position: relative;
    overflow: hidden
}

.present-port-dv-img.imglist:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 2px;
    height: 2px;
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: .5;
    transition: .5s linear .3s;
    transform: scale(0)
}

.present-port-dv-img.imglist:hover:before {
    transform: scale(400);
    transition-delay: 0s
}

.present-port-dv-img.imglist:hover .plus-icon-dv {
    transform: scale(1);
    transition-delay: 0.2s
}

.present-port-dv-img.imglist .plus-icon-dv {
    position: absolute;
    top: 45%;
    left: 45%;
    color: #fff;
    z-index: 2;
    transform: scale(0);
    transition: .3s linear
}

.present-port-dv-img.imglist .plus-icon-dv i {
    font-size: 35px;
    line-height: 42px
}

section.lat-present-design-sec-main .lat-present-design-inner-wrap .present-port-dv-img img {
    width: 100%;
    height: 496px;
    object-fit: cover;
    border-radius: 35px;
    padding: 9px 7px
}

section.lat-present-design-sec-main .lat-present-design-inner-wrap .website-main-buttons a {
    background-color: #7614fe;
    color: #fff;
    width: 250px
}

section.lat-present-design-sec-main .lat-present-design-inner-wrap .website-main-buttons a i {
    margin-left: 10px;
    font-size: 20px
}

section.present-design-sec-main {
    background: #f7f7f7;
    padding: 50px 0;
    position: relative;
    z-index: 1
}

section.present-design-sec-main:before {
    content: "";
    background: url(../images/presentation/presentation-design-before.png) 100% 0 no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1
}

.present-des-sec-inner-head .present-content-dv {
    margin-bottom: 60px
}

section.present-design-sec-main .present-content-dv h2 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #683ef2;
    text-transform: inherit
}

section.present-design-sec-main .present-content-dv p {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    padding-right: 50px;
    font-weight: 400
}

.bandown-brands-inner.brand-power-inner h3,.present-des-sec-inner-head .present-content-dv .website-main-buttons {
    margin-top: 60px
}

section.present-design-sec-main .present-content-dv .website-main-buttons a {
    box-shadow: none;
    border: 4px solid #673df1;
    color: #673df1;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 50px
}

.present-des-sec-inner-wrap .present-box-card-dv {
    background-color: #000;
    color: #fff;
    padding: 30px 25px;
    min-height: 350px;
    border-radius: 20px;
    margin-bottom: 20px
}

.present-des-sec-inner-wrap .present-box-card-dv h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.present-des-sec-inner-wrap .present-box-card-dv p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400
}

.graph-testi {
    display: flex!important;
    gap: 50px
}

.graphic-box .focus-content .website-main-buttons a {
    background-color: #683ef2;
    box-shadow: inset 0 0 0 0 #cf14bd,inset 0 -17px 15px -10px #cf14bd
}

.graphic-box .focus-box .focus-box-icon img {
    width: auto
}

section.graphic-team-sec-main .graph-team-content-dv h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 600;
    color: #683ef2
}

section.graphic-team-sec-main .graph-team-content-dv p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #505050
}

section.graphic-team-sec-main .graph-team-content-dv .website-main-buttons a {
    width: 250px;
    background-color: #7614fe;
    color: #fff
}

.comparison-table-right table tbody tr td .table-list-text,.footer-bottom .footer-copyright,section.how-work-wrap.elevate-sec-main .how-work-content {
    text-align: left
}

section.banner-main-sec-presentation.main-motion-design {
    /* padding-top: 200px; */
}

.main-motion-design .comapign-videos-sec-dv img.video-poster,.sill-sec-port-main .still-sec-image img,.testi-power-main-sec .inner-test-power-wrap .test-power-img img {
    width: 70%
}

section.motion-sec-design-main {
    background-color: #212121;
    padding: 50px 0
}

section.motion-sec-design-main .what-can-sec-head h2 {
    color: #fff;
    width: 50%;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 40px;
    text-transform: inherit
}

section.motion-sec-design-main .motion-cards-dv h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 500
}

section.motion-sec-design-main .motion-cards-dv p {
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px
}

section.motion-sec-design-main .motion-cards-dv a {
    border: 2px solid #fff;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600
}

section.motion-sec-design-main .motion-cards-dv a i {
    margin-left: 5px
}

section.why-choose-motion-main-sec {
    margin: 50px 0;
    position: relative;
    z-index: 1
}

section.why-choose-motion-main-sec:after {
    content: "";
    background: url(../images/motion/why-cgoose-after-image.png) 100%/contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0
}

section.why-choose-motion-main-sec .y-chose-heading-dv {
    width: 60%;
    padding-left: 40px;
    margin-bottom: 50px
}

section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 35px;
    font-weight: 600;
    color: #683ef2;
    line-height: 45px;
    margin-bottom: 30px
}

section.why-choose-motion-main-sec .y-chose-heading-dv p {
    font-size: 19px;
    color: #000;
    line-height: 26px
}

section.why-choose-motion-main-sec .why-chose-crd-dv {
    background-color: #000;
    padding: 35px 20px;
    border-radius: 20px;
    color: #fff;
    min-height: 320px;
    max-height: 320px
}

section.motion-faqs-sec-wrap::after,section.motion-faqs-sec-wrap::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px)
}

section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600
}

section.why-choose-motion-main-sec .why-chose-crd-dv p {
    width: 80%;
    font-size: 17px;
    line-height: 24px
}

section.motion-faqs-sec-wrap {
    padding: 50px 0;
    position: relative
}

section.motion-faqs-sec-wrap::after {
    background: #6855d454;
    left: 0;
    top: 0;
    z-index: -1
}

section.motion-faqs-sec-wrap::before {
    background: #ffeb3b36;
    right: 0;
    bottom: 9px
}

section.motion-faqs-sec-wrap .motion-faqs-sec-head h2 {
    text-align: center;
    color: #7661f1;
    font-size: 45px;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase
}

.motion-faqs-sec-wrap .motion-faq-dv,section.portfolio-tab-section-main .portfolio-tab-inner-wrap {
    margin-top: 50px
}

.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv {
    margin-top: 30px;
    height: 200px;
    margin-bottom: 60px
}

.motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
    height: 300px
}

.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv h2.accordion-heading {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv span.dvider-fq {
    width: 25px;
    margin-top: 30px;
    display: block;
    border: 2px solid #7661f1
}

.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv p.accordion-text {
    font-size: 17px;
    font-weight: 300;
    color: #666;
    margin-top: 30px;
    line-height: 23px;
    width: 75%;
    position: relative;
    z-index: 2
}

section.form-contact-sec-main {
    padding-top: 180px;
    padding-bottom: 90px;
    background: url(../images/contact-us-banner.png) center/cover no-repeat;
    width: 100%;
    height: 100%
}

section.form-contact-sec-main .contact-form-dv {
    background-color: #ecedf8;
    padding: 20px 60px;
    opacity: .9
}

section.form-contact-sec-main .contact-form-dv h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    color: #000
}

section.form-contact-sec-main .contact-form-dv p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000
}

.contact-form-main label {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    padding-left: 6px
}

.contact-form-main input {
    border: 2px solid #5b61ab;
    margin-bottom: 15px;
    border-radius: 10px
}

section.form-contact-sec-main .contact-form-dv .from-text p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-top: -10px;
    padding-left: 7px
}

.contact-form-main .website-main-buttons {
    margin-top: 10px
}

.contact-form-main button.btn.popup-btn {
    width: 24%;
    background: #7614fe;
    color: #fff;
    border-radius: 50px;
    border: none;
    margin: 0 auto
}

section.cont-info-det .crd-sec-dv h3 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    color: #7614fe;
    margin-bottom: 15px
}

section.cont-info-det .crd-sec-dv p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    width: 70%
}

section.cont-info-det .crd-sec-dv .cont-btn a {
    font-size: 17px;
    text-transform: uppercase;
    color: #7614fe;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    /*position: absolute;*/
    bottom: 0;
}

section.cont-info-det .crd-sec-dv .cont-btn a i {
    color: #000;
    font-size: 25px;
    font-weight: 400
}

section.reviws-sec-contact {
    background-color: #000000d6;
    padding: 50px 0
}

section.cta-sec-contact {
    background-color: #000;
    padding: 150px 0 80px
}

section.cta-sec-contact .cta-sec-content-dv {
    text-align: center;
    width: 70%;
    margin: 0 auto
}

section.portfolio-ban-sec:after,section.portfolio-ban-sec:before {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0
}

section.cta-sec-contact .cta-sec-content-dv h2 {
    color: #fff;
    font-size: 46px;
    line-height: 53px;
    font-weight: 600;
    text-transform: inherit
}

section.cta-sec-contact .cta-sec-content-dv .website-main-buttons {
    justify-content: center;
    gap: 40px
}

section.cta-sec-contact .cta-sec-content-dv .website-main-buttons button.btn-contact {
    padding: 7px 50px;
    background-color: #3b168a;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500
}

section.cta-sec-contact .cta-sec-content-dv .website-main-buttons button.btn-contact.cta-btn-2 {
    background-color: #fff;
    color: #000
}

section.portfolio-ban-sec {
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1
}

section.portfolio-ban-sec:before {
    background: url(../images/portfolio-banner-before.png) 0 0/15% no-repeat;
    top: 33%
}

section.portfolio-ban-sec:after {
    background: url(../images/portfolio-banner-after.png) 100%/15% no-repeat;
    right: 0;
    top: 10%;
    bottom: 0
}

section.portfolio-ban-sec .portfolio-main-content-dv h1 {
    font-size: 75px;
    line-height: 82px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: transparent;
    -webkit-text-stroke: 2.7px #835df7
}

section.portfolio-ban-sec .portfolio-main-content-dv h3 {
    color: #302357;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 63px
}

section.portfolio-ban-sec .portfolio-main-content-dv p {
    font-size: 25px;
    line-height: 32px;
    color: #b0b0b0;
    font-weight: 500;
    width: 50%;
    margin: 0 auto
}

section.auto-pro-sec-main,section.portfolio-tab-section-main {
    padding: 0 0 50px
}

section.portfolio-tab-section-main .port-tab-title-dv {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

section.portfolio-tab-section-main .port-tab-title-dv h3 {
    color: #302357;
    font-size: 29px;
    line-height: 36px;
    font-weight: 500
}

section.portfolio-tab-section-main .port-tab-title-dv .website-main-buttons {
    margin: 0;
    z-index: 1
}

section.portfolio-tab-section-main .port-tab-title-dv .website-main-buttons button.popup-btn {
    box-shadow: none;
    background: #b0b0b0;
    color: #fff;
    border: none;
    width: auto;
    padding: 4px 15px;
    height: auto
}

.portfolio-publish-tablist-item img {
    padding: 0 7px;
    width: 100%;
    height: 400px;
    object-fit: contain;
}

section.compaign-assets-sec-main {
    background: #f4f4f4;
    padding: 50px 0
}

section.compaign-assets-sec-main .compaign-assets-content-dv h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    line-height: 46px
}

section.compaign-assets-sec-main .compaign-assets-content-dv p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400
}

section.compaign-assets-sec-main .compaign-assets-content-dv .website-main-buttons button.popup-btn {
    box-shadow: none;
    color: #673df1;
    border: 2px solid #673df1;
    border-radius: 50px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600
}

section.compaign-videos-sec-main {
    padding: 50px 0;
    background-color: #7715f1
}

.compaign-videos-sec-main .compaign-videos-inner-wrap:before {
    content: "";
    background: url(../images/faq-sol-before.png) left/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: -110px;
    z-index: -1;
    bottom: 0
}

section.compaign-videos-sec-main .compaign-vids-content-dv h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 45px;
    font-weight: 500
}

section.compaign-videos-sec-main .compaign-vids-content-dv p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400
}

section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons button.popup-btn {
    box-shadow: none;
    background-color: #fff;
    color: #7715f1;
    border: 3px solid #fff;
    border-radius: 50px;
    font-weight: 500
}

section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons button.popup-btn:nth-child(2) a,section.power-plan-pric-main .expert-develop-box button.popup-btn a,section.price-sec-main .website-main-buttons button.popup-btn a,section.rev-pric-sec-main .rev-pric-content p {
    color: #fff
}

.inner-video img.video-poster {
    width: 100%;
    height: 358px;
    object-fit: fill
}

.inner-video video {
    box-shadow: -15px -15px 0 0 #ff3e3f;
    width: 100%
}

section.compaign-videos-sec-main .col-xl-4 .comapign-videos-sec-dv .inner-video img.video-poster {
    height: auto
}

section.compaign-videos-sec-main .col-xl-4 .comapign-videos-sec-dv .inner-video .video {
    height: 235px
}

section.second-port-tab-main .second-port-content-dv h3 {
    font-size: 37px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7715f1;
    margin: 0
}

section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    font-weight: 500
}

section.partnership-sec-portfolio-dv .website-main-buttons button.popup-btn,section.second-port-tab-main .second-port-tab-btn .website-main-buttons button.popup-btn {
    box-shadow: none;
    background-color: #500eb0;
    color: #fff;
    border: none;
    border-radius: 50px
}

section.partnership-sec-portfolio-dv {
    background-color: #f4f4f4;
    padding: 50px 0 0
}

section.partnership-sec-portfolio-dv .partnership-content-dv p {
    color: #6d6d6d;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400
}

section.partnership-sec-portfolio-dv .partnership-content-dv p:nth-child(2) {
    color: #000;
    font-weight: 600;
    margin-top: 20px
}

section.partnership-sec-portfolio-dv .partnership-image-dv img {
    width: 100%;
    animation: 3s linear infinite rotateY-anim
}

.sill-sec-port-main .still-sec-content-dv h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1455d7
}

.sill-sec-port-main .still-sec-content-dv p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #000
}

.inner-calculator-wrap .calculator-head-wrap h2 {
    text-align: center;
    font-size: 48px;
    font-family: Poppins;
    line-height: 59px;
    margin-bottom: 30px;
    color: #212529;
    font-weight: 700
}

.inner-calculator-wrap .cal-btn-img-dv {
    display: grid;
    justify-content: center
}

.inner-calculator-wrap .cal-btn-img-dv a.calculate-btn {
    color: #000;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    line-height: 30px;
    font-weight: bolder;
    text-transform: uppercase
}

.calculator-bottom-wrap {
    margin-top: 70px;
    text-align: center
}

.calculator-bottom-wrap p,.comparison-table-right table tbody tr td .table-list-text p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600
}

.inner-freelance-hide-main .inner-freelane-total-wrap,section.price-sec-main {
    padding: 50px 0;
    text-align: center
}

.iner-head-pricing h3,.inner-freelance-hide-main .inner-freelane-total-wrap h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    text-transform: inherit
}

section.price-sec-main .iner-head-pricing p {
    width: 90%;
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 27px
}

.inner-features-wrap .feature-box-content hr {
    width: 40px;
    opacity: 1;
    border-top: 3px solid #683ef2
}

.inner-features-wrap .feature-box-content h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px
}

.inner-features-wrap .feature-box-content p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    width: 100%
}

.inner-free-from-wrap a.calculate-btn {
    color: #683ef2;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400
}

.inner-free-from-wrap a.calculate-btn i {
    margin-right: 10px;
    font-size: 18px
}

.inner-free-from-wrap h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    width: 70%;
    margin-top: 20px;
    color: #000
}

.inner-free-from-wrap .inner-price-range-dv h3 {
    font-size: 19px;
    line-height: 26px
}

.inner-free-from-wrap .inner-input-dv {
    display: grid;
    margin-top: 30px;
    width: 60%
}

.inner-free-from-wrap .inner-input-dv input {
    border: 0;
    border-bottom: 1px solid grey;
    padding: 10px 0
}

.inner-free-from-wrap .inner-input-dv button {
    border: 0;
    background-color: #683ef2;
    color: #fff;
    padding: 9px 0;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 65%;
    font-size: 18px;
    line-height: 25px
}

.inner-freelance-hide-main .row {
    padding: 70px 0 0;
    align-items: center
}

.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 60px auto
}

.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell {
    flex-grow: 1;
    padding-top: 30px;
    padding-bottom: 15px;
    width: 50%
}

.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell:first-child {
    padding-right: 10px;
    border-right: 2px solid #683ef2
}

.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell .calc-cost-number {
    font-size: 38px;
    line-height: 1.2;
    font-family: montserrat,sans-serif;
    font-weight: 800;
    margin-bottom: 15px
}

.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell .calc-cost-text {
    font-size: 26px;
    line-height: 33px;
    font-weight: 900
}

.inner-features-wrap .inner-box-feature-wrap {
    margin-top: 40px
}

.select-country-wrap select {
    width: 50%;
    padding: 7px 5px
}

#freelancer-wrap,#inhouse-wrap {
    display: none
}

.range-slider {
    position: relative;
    width: 100%;
    height: 50px
}

.range-slider_input {
    position: absolute;
    z-index: 3;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    opacity: 0;
    margin: 0
}

.range-slider_input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0
}

.range-slider_input::-moz-range-thumb {
    width: 14vmin;
    height: 14vmin;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0
}

.range-slider_thumb {
    width: 45px;
    height: 45px;
    border: 2px solid #303030;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: #303030;
    z-index: 2
}

.range-slider_line {
    height: .5vmin;
    width: 100%;
    background-color: #e1e1e1;
    left: 0;
    position: absolute;
    z-index: 1
}

.range-slider_line-fill {
    position: absolute;
    height: .5vmin;
    width: 0;
    background-color: #303030
}

section.main-banner-power {
    background: #fff;
    padding: 150px 0 50px;
    position: relative;
    z-index: 1
}

section.main-banner-power .inner-pow-banner-head h1 {
    font-size: 140px;
    line-height: 150px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins;
    margin-bottom: 20px;
    text-align: center
}

section.main-banner-power .inner-pow-banner-head h1:before {
    content: "";
    background: url(../images/power-plans/power-pickle.png) left/contain no-repeat;
    width: 10%;
    height: 10%;
    position: absolute;
    top: 15px;
    left: 85px;
    z-index: -1;
    bottom: 0;
    right: 0
}

section.main-banner-power .video-sec-banner-dv img {
    width: 100%;
    overflow: hidden
}

.inner-pow-banner-head .video-sec-banner-dv {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-pow-banner-head .video-sec-banner-dv .video-dv-banner {
    position: absolute;
    top: 1.7%;
    left: 13.7%;
    right: 0;
    bottom: 0;
    width: 72.5%;
    z-index: 1;
    height: 528px;
    object-fit: cover
}

section.main-banner-power .inner-pow-banner-head p {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    margin-top: 40px
}

section.design-output .des-out-inner-wrap {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 50px 30px
}

section.design-output .des-out-inner-wrap .des-out-content-wrap h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600
}

section.design-output .des-out-inner-wrap .des-out-content-wrap .des-out-lst-dv .des-out-lst-content {
    display: flex;
    margin-top: 30px;
    gap: 20px;
    align-items: baseline
}

section.design-output .des-out-inner-wrap .des-out-content-wrap .des-out-lst-dv .des-out-lst-content img {
    width: 30px
}

section.design-output .des-out-inner-wrap .des-out-content-wrap .des-out-lst-dv .des-out-lst-content .des-out-lst h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500
}

section.packages-tab-slide-main img {
    width: 98%;
    border-radius: 49px
}

.pack-tab-slider-content .website-main-buttons {
    margin: 0 0 40px;
    justify-content: center
}

.pack-tab-slider-content .website-main-buttons button.popup-btn {
    background: #7614fe;
    color: #fff;
    width: 250px;
    border: none
}

.pack-tab-slider-content .website-main-buttons button.popup-btn i {
    margin-left: 8px
}

.package-slide-content-main,section.rev-pric-sec-main .rev-pric-inner-head,section.team-scale-main-sec .team-scale-inner-head {
    margin-bottom: 50px
}

.package-slide-content-main .tabs-slide-content-dv h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px
}

.package-slide-content-main .tabs-slide-content-dv p.pack-bld-txt {
    margin-top: 20px;
    color: grey
}

.package-slide-content-main .tabs-slide-content-dv ul.pack-list-dv {
    list-style: disc;
    padding-left: 20px
}

.package-slide-content-main .tabs-slide-content-dv ul.pack-list-dv li {
    color: #000;
    margin-bottom: 10px
}

.package-slide-content-main .tabs-slide-content-dv ul.pack-list-dv li::marker {
    color: #7614fe
}

.package-slide-content-main .tabs-slide-content-dv p.pack-ital-txt {
    margin-top: 30px;
    color: grey
}

.pack-tab-slider-content .slick-dots {
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center
}

.pack-tab-slider-content .slick-dots li button::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 100%;
    display: block;
    opacity: 1
}

section.comparison-table-wrap {
    padding: 30px 0
}

.comparison-table-wrap .comparison-table-head {
    text-align: center;
    margin: 0 auto 30px
}

.comparison-table-head h2 {
    color: #0a2840;
    margin: 0 0 10px
}

.comparison-table-wrap .comparison-table-inner {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
    padding: 30px
}

.comparison-table-left ul li {
    width: 100%;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comparison-table-left ul li h4 {
    color: #0a2840;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase
}

.comparison-table-inner .comparison-table-right {
    position: relative;
    border-radius: 0;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #fff
}

.comparison-table-right.table-responsive::-webkit-scrollbar-track {
    background: #b2b2b2;
    -webkit-box-shadow: inset 0 0 0 transparent;
    border-radius: 20px
}

.comparison-table-right.table-responsive::-webkit-scrollbar {
    height: 3px;
    background: #b2b2b2;
    border-radius: 20px
}

.comparison-table-right.table-responsive::-webkit-scrollbar-thumb {
    background-color: #0a2840;
    border-radius: 20px
}

.comparison-table-right table thead {
    vertical-align: top
}

.comparison-table-right table tbody tr,.comparison-table-right table thead tr {
    background: #fff
}

.comparison-table-right table thead tr th {
    padding: 0;
    text-align: center;
    border-bottom: inherit;
    width: 25%
}

.comparison-table-right table thead tr th:nth-child(2) {
    border-radius: 50px 0 0
}

.comparison-table-right table thead tr th:first-child {
    background-color: transparent
}

.comparison-table-right table thead tr th p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    line-height: 22px;
    margin-top: 20px
}

.comparison-table-right table thead tr th h5 {
    color: #fff;
    font-size: 24px;
    padding: 8px 5px;
    background-color: #673df1;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0
}

.comparison-table-right table thead tr th:nth-child(2) h5 {
    border-radius: 15px 0 0;
    background-color: #7614fe
}

.comparison-table-right table thead tr th:nth-child(3) h5 {
    background-color: #000
}

.comparison-table-right table thead tr th:nth-child(4) h5 {
    border-radius: 0 15px 0 0
}

.comparison-table-right table thead tr th .table-web-logo {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto
}

.comparison-table-right table thead tr th .table-web-logo img {
    width: 150px;
    object-fit: scale-down
}

.comparison-table-right table tbody {
    vertical-align: middle
}

.comparison-table-right table tbody tr:nth-child(odd) {
    background: #f3fcff
}

.comparison-table-right table tbody tr td {
    padding: 10px;
    text-align: center;
    border-bottom: inherit;
    width: 25%;
    height: 60px
}

.comparison-table-right table tbody tr td:last-child {
    border-right: inherit
}

.comparison-table-right table tbody tr td .table-list-icon.table-listicon-flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.comparison-table-right table tbody tr td .table-list-icon i {
    font-size: 25px;
    font-weight: 600
}

.comparison-table-right table tbody tr td .table-list-icon i.fas.fa-times {
    color: red
}

.comparison-table-right table tbody tr td .table-list-icon i.fa-check {
    color: green
}

.comparison-table-right table tbody tr td .table-list-icon p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500
}

.comparison-table-right table tbody tr td .table-list-icon.table-listicon-flex i,.comparison-table-right table tbody tr td .table-list-icon.table-listicon-flex img {
    margin: 0 2px
}

.comparison-table-right table tbody tr td .table-list-icon img {
    width: 15px;
    height: 15px
}

.comparison-table-right table tbody tr td .table-list-logo img {
    width: 100px
}

.comparison-table-right table tbody tr td .table-list-text span {
    font-family: Poppins;
    color: #686a6e;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    display: block;
    font-weight: 500
}

.comparison-table-right table tbody tr td:last-child .table-list-text span {
    color: #72c2db
}

.testi-power-main-sec .inner-test-power-wrap {
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
    border-radius: 30px
}

.testi-main-power .testi-slide-content h4 {
    font-size: 25px;
    line-height: 35px
}

.testi-main-power .testi-slide-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0
}

.testi-main-power .testi-slide-content .test-auth-dv p {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.team-sc-slide-content .slick-dots li button::before,.testi-main-power .slick-dots li button::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 100%;
    display: block;
    opacity: 1
}

.test-power-content:before {
    content: "";
    background: url(../images/power-plans/green-quotes.svg) center center/50% 17% no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -280px;
    left: -280px;
    right: 0;
    z-index: 1;
    bottom: 0
}

section.team-scale-main-sec .team-scale-inner-head h3 {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    font-weight: 600
}

.team-sc-slide-content .testi-slide-content img {
    width: 120px;
    margin-bottom: 20px
}

.test-team-sec-img img {
    width: 100%;
    height: 450px;
    object-fit: contain
}

.team-sc-slide-content .testi-slide-box {
    margin-top: 30px;
    margin-bottom: 50px
}

.team-sc-slide-content .testi-slide-box .testi-slide-content h4 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px
}

section.auto-pro-sec-main .auto-inner-content h3 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 500
}

section.auto-pro-sec-main .auto-inner-content p {
    width: 86%;
    font-size: 18px;
    line-height: 25px
}

section.main-bann-sec-pricing {
    background: url(../images/pricing/pricing-banner.png) center center/cover no-repeat;
    padding: 98px 0;
    margin-top: 70px
}

section.main-bann-sec-pricing .banner-head-content-pric {
    text-align: center;
    color: #fff
}

section.main-bann-sec-pricing .banner-head-content-pric h1 {
    font-size: 80px;
    line-height: 87px;
    font-weight: 700
}

section.main-bann-sec-pricing .banner-head-content-pric p {
    width: 50%;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 auto 20px
}

section.main-bann-sec-pricing .banner-head-content-pric .hgh-dem-pri h3 {
    text-shadow: 1px 3px 0 #000;
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

section.main-bann-sec-pricing .banner-head-content-pric .hgh-dem-pri h3:before {
    content: "";
    background: url(../images/pricing/pricing-banner-before.png) 50% 50%/contain no-repeat;
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    right: 140px
}

section.main-bann-sec-pricing .banner-head-content-pric .hgh-dem-pri h3:after {
    content: "";
    background: url(../images/pricing/pricing-banner-after.png) 50% 50%/contain no-repeat;
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    left: 140px
}

section.exper-dev-pricing-main {
    margin-top: -180px
}

section.exper-dev-pricing-main .expert-develop-box,section.power-plan-pric-main .expert-develop-box {
    background-color: #fff
}

section.exper-dev-pricing-main .pric-head p {
    font-size: 15px;
    line-height: 22px;
    color: #8c8e93;
    margin-bottom: 20px;
    font-weight: 400
}

section.exper-dev-pricing-main .pricing-num {
    padding-bottom: 20px;
    border-bottom: 1px solid #8c8e93
}

section.exper-dev-pricing-main .pricing-num p {
    display: flex;
    justify-content: center;
    font-size: 45px;
    align-items: baseline;
    line-height: 52px;
    margin-bottom: 0;
    color: #683ef2;
    font-weight: 800
}

section.exper-dev-pricing-main .pricing-num p span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: #8c8e93
}

section.exper-dev-pricing-main .price-feat-list li {
    font-size: 14px;
    line-height: 24px
}

section.exper-dev-pricing-main .price-feat-list li.cross-list,section.exper-dev-pricing-main .price-feat-list li.cross-list i {
    color: grey;
    opacity: .6
}

section.exper-dev-pricing-main .price-feat-list li p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    text-align: left;
    margin: 15px 0
}

section.exper-dev-pricing-main .price-feat-list li i {
    margin-right: 10px;
    color: #683ef2
}

section.power-plan-pric-main {
    padding-bottom: 50px;
}

section.power-plan-pric-main .expert-develop-box .card-box-sec h3 {
    text-align: justify;
    color: #683ef2;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px
}

section.power-plan-pric-main .expert-develop-box .card-box-sec h3 span {
    color: #000;
    text-align: left;
    font-weight: 700
}

section.power-plan-pric-main .expert-develop-box .card-box-sec p {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    width: 93%;
    color: #505050;
    font-weight: 400
}

section.power-plan-pric-main .expert-develop-box button.popup-btn {
    background: #7614fe;
    color: #fff;
    border: none;
    font-weight: 700;
    box-shadow: none;
    border-radius: 50px
}

section.power-plan-pric-main .get-start-text-dv p {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700
}

section.power-plan-pric-main .get-start-text-dv p a {
    color: #7614fe;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700
}

section.rev-pric-sec-main {
    background-color: #282b30;
    padding: 50px 0
}

section.rev-pric-sec-main .rev-pric-inner-head h5 {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300
}

section.rev-pric-sec-main .rev-pric-inner-head h3 {
    color: #683ef2;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700
}

section.rev-pric-sec-main .rev-pric-content {
    border-radius: 10px;
    width: 85%;
    border: 1px solid #959699;
    padding: 30px 20px
}

section.rev-pric-sec-main .rev-pric-content a {
    color: #683ef2;
    margin-left: 20px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600
}

.rev-pric-inner-btn {
    display: flex;
    justify-content: end;
    margin-top: 30px
}

.rev-pric-inner-btn a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 100px
}

.footer-main-sec .footer-top {
    padding: 50px 0;
    border-bottom: 2px solid #424242
}

.footer-links-area ul.footer-info-list li,.footer-logo-area .footer-logo {
    margin: 0 0 20px
}

.footer-logo-area .footer-logo img {
    width: 150px
}

.footer-logo-area P {
    text-align: left;
    color: #fff
}

.footer-links-area h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 10px;
    padding: 0 0 20px;
    text-transform: uppercase;
    position: relative
}

.footer-links-area h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #a4a4a4
}

.footer-links-area ul.footer-info-list,.footer-links-area ul.footer-nav-links {
    padding: 10px;
    border: 1px solid #5a5a5a;
    min-height: 250px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px
}

.footer-links-area ul.footer-nav-links a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    display: block;
    text-transform: uppercase;
    transition: .3s ease-in-out
}

.footer-links-area ul.footer-info-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: block;
    transition: .3s ease-in-out
}

.footer-links-area ul.footer-info-list li p {
    color: #fff;
    font-weight: 500;
    margin: 0
}

.footer-links-area .newsletter-form {
    padding: 20px;
    border: 1px solid #5a5a5a;
    min-height: 250px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.newsletter-form p {
    color: #fff;
    margin: 0 0 20px
}

.newsletter-form form .form-group {
    display: flex;
    align-items: center;
    position: relative
}

.newsletter-form form .form-group input {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px 10px 20px;
    height: 60px;
    border: none;
    border-bottom: 2px solid #a4a4a4;
    border-radius: 0;
    box-shadow: none
}

.newsletter-form form .form-group input::placeholder {
    color: #e0e0e0
}

.newsletter-form form .form-group button.submit-btn {
    background: #fff;
    color: #000;
    font-size: 22px;
    width: 90px;
    height: 45px;
    border: 2px solid #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out
}

.newsletter-form form .form-group button.submit-btn:hover {
    background: 0 0;
    color: #fff
}

.footer-main-sec .footer-bottom {
    padding: 20px 0
}

.footer-bottom a {
    color: #fff;
    text-align: right;
    display: block;
    margin: 0 10px
}

.footer-copyright p {
    color: #fff;
    margin: 0
}

ul.footersocialicons {
    display: flex;
    align-items: center
}

ul.footersocialicons li {
    margin: 0 4px!important
}

.footersocialicons li a {
    line-height: 55px!important;
    font-family: visbycf-demibold;
    background: linear-gradient(180deg,#96d0cd 0,#6f90c9 50%,#e1abcf 100%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    display: block;
    transition: .3s ease-in-out
}

.float-btn {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999;
    display: none;
}
.float-btn .tphov {
    position: fixed;
    right: -9px;
}
.float-btn a.hovfunc:first-child {
    top: 0;
}
.float-btn a.hovfunc {
    display: block;
    background: linear-gradient(to bottom right, #e4eef7, #ffffff);
    height: 50px;
    position: absolute;
    right: -171px;
    width: 230px;
    top: 55px;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 10px #00000026 !important;
}
.float-btn a.hovfunc img {
    padding: 15px 20px 20px 18px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(1612%) hue-rotate(347deg) brightness(104%) contrast(101%);
}
.float-btn a.hovfunc span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 0 15px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.float-btn a.hovfunc {
    display: block;
    background: #683ef2;
    height: 50px;
    position: absolute;
    right: -206px;
    width: 267px;
    top: 55px;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 10px #00000026 !important;
}
.float-btn a.hovfunc img {
    /* padding: 15px 20px 20px 18px; */
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(95%) sepia(75%) saturate(0%) hue-rotate(25deg) brightness(107%) contrast(102%);
}

.float-btn .clickfunc {
    position: relative;
    background: #683ef2;
    width: 50px;
    height: 220px;
    margin-top: 110px;
    cursor: pointer;
    box-shadow: 0 0 10px #00000026 !important;
}
.float-btn .clickfunc a.openform {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -50px;
    white-space: pre;
    top: 100px;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.side-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    right: -420px;
    position: fixed;
    top: 18%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
span.closingmodal {
    position: absolute;
    right: 0;
    top: 0;
    background: #683ef2;
    color: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.side-form .clickfunc {
    position: absolute;
    background: #683ef2;
    width: 50px;
    height: 220px;
    cursor: pointer;
    left: -50px;
    top: 110px;
}
.side-form .clickfunc a.closeform {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -50px;
    white-space: pre;
    top: 100px;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
section.banner h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    line-height: 41px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}
.side-form input, .side-form textarea {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: none;
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #ebebeb;
}
input.submit-btn {
    background: #683ef2;
    color: #fff;
    height: 55px;
}
.float-btn a.hovfunc:hover {
    right: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.float-btn a.hovfunc:first-child {
    top: 0;
}
.side-form.active {
    right: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


section.Packages-wrap {
    padding: 7rem 0;
    position: relative;
    z-index: 1;
  }
  
  section.Packages-wrap h3 {
      font-size: 36px;
      margin: 0 0 17px 0;
  }
  
  .Packages-wrap .Packages-head {
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
  }
  
  .Packages-head .heading-two {
    color: #181223;
    margin: 0 0 10px;
  }
  
  .Packages-head p {
    color: #181223;
    font-size: 20px;
    width: 90%;
    font-weight: 400;
    margin: auto;
  }
  
  .Packages-inner .Packages-buttons {
    margin: 0 0 30px;
  }
  
  .Packages-buttons ul {
    justify-content: center;
    align-items: center;
    border-bottom: none;
  }
  
  .Packages-buttons ul li{
    margin: 0 1px 9px;
  }
  
  .Packages-buttons ul li button.nav-link {
    border-radius: 30px;
    padding: 9px 12px;
    text-align: center;
    display: block;
    background-color: white;
    font-size: 14px;
    color: #231c23;
    transition: all 0.3s ease-out;
    cursor: pointer;
    min-width: 170px;
    border: 1px solid #a8a8a8;
    margin: 0px 2px;
  }
  
  .Packages-buttons ul li button.nav-link.active,
  .Packages-buttons ul li button.nav-link:hover {
    background: #7614fe;
    color: #fff;
    box-shadow: inset 0 0 0 0 #cf14bd, inset 0 -17px 15px -10px #cf14bd;

  }
  section.Packages-wrap .Packages-inner {
  }
  
  .Packages-inner .Packages-tabitems-main {
  }
  
  .Packages-inner .Packages-tabitem {
  }
  
  .Packages-tabitem .boxpackages {
    transition: all 0.6s ease;
    z-index: 0;
    border-radius: 22px;
    background: #fff;
    /* border-radius: 15px; */
    position: relative;
    padding: 20px 16px 30px;
    margin: 0 0;
    float: left;
    width: 100%;
    box-shadow: -2px 10px 40px -10px #00000059;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 20px;
    /* border-image: linear-gradient(to right, #ff6712 0%, #f1334c 100%) 1; */
    /* border-radius: 0px; */
    /* border-width: 1px; */
    /* border-style: solid; */
    border: 1px solid #7614fe;
  }
  .Packages-tabitem .boxpackages:hover {
    transform: scale(1.07);
    border: 1px solid #7614fe;
    /* background: linear-gradient(45deg, #FF5722, #E91E63); */
  }
  
  .Packages-tabitem .boxpackages .packag-tit {
    border-bottom: 1px solid #d1d7e3;
  }
  
  .packag-tit .heading-five {
    text-transform: uppercase;
    left: 0;
    font-size: 21px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0;
    padding: 9px 0px;
    top: 0px;
    text-align: center;
    display: flex;
    width: 100%;
    transition: all 0.6s ease;
    justify-content: center;
   box-shadow: inset 0 0 0 0 #cf14bd, inset 0 -17px 15px -10px #cf14bd;
   background:#7614fe;
  }
  
  .packag-tit p {
    font-weight: 600;
    font-size: 13px;
    color: #242424;
    min-height: 37px;
    padding-top: 37px;
  }
  
  .Packages-tabitem .boxpackages .pack-detail-pri {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 0 0;
  }
  .Packages-tabitem .boxpackages .pack-detail-pri .pack-det-left {
  }
  .boxpackages .pack-detail-pri .pack-det-left .heading-three {
    transition: all 0.6s ease;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    padding: 6px 25px;
    margin: 0;
    background: #000;
    border-radius: 49px;
    transition: all 0.6s ease;
  }
  
  .boxpackages .pack-detail-pri .pack-det-left .heading-three sup {
    font-size: 24px;
    font-weight: 600;
  }
  
  .Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right {
    position: absolute;
    right: 0;
    background-color: #7f7f7f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 0;
    display: none;
  }
  
  .Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right:before {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0;
  }
  
  .Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
  }
  
  .Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 span.sale {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff;
  }
  
  .Packages-tabitem .boxpackages:hover .pack-det-right {
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
    right: 1px;
  }
  
  .Packages-tabitem .boxpackages:hover .pack-det-right:before {
    border-left-color: #1eadf1;
  }
  
  .Packages-tabitem .boxpackages .package-list {
    margin-top: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d7e3;
  }
  
  .Packages-tabitem .boxpackages .package-list {
    min-height: 215px;
    max-height: 215px;
    overflow-y: scroll;
    padding-right: 20px;
    overflow-x: hidden;
  }
  .Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  
  .Packages-tabitem .boxpackages .package-list::-webkit-scrollbar {
    width: 3px;
    background: none;
    border-radius: 0;
  }
  
  .Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
  }
  
  .Packages-tabitem .boxpackages .package-list h4 {
    /* width: fit-content; */
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    border-top: 1px solid #d1d7e3;
    background: #000;
    color: #fff;
    padding: 3px 13px;
    text-transform: uppercase;
    border-radius: 7px;
  }
  
  .Packages-tabitem .boxpackages .package-list ul {
    /* border-bottom: 1px solid #000; */
    /* margin-bottom: 12px; */
    padding-left: 0;
    /* padding-bottom: 9px; */
  }
  
  .Packages-tabitem .boxpackages .package-list ul li {
    position: relative;
    padding: 5px 25px;
    font-size: 14px;
    color: #455164;
    padding-right: 0;
  }
  
  .Packages-tabitem .boxpackages .package-list ul li:before {
    font-size: 16px;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: bold;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #7614fe;
  }
  
  .Packages-tabitem .boxpackages .package-list ul li:after {
    content: "";
    right: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
  }
  .Packages-tabitem .boxpackages .package-list ul li:nth-last-child(1)::after {
    display: none;
  }
  
  .Packages-tabitem .boxpackages:hover .package-list ul li::before {
    color: #fff;
  }
  .Packages-tabitem .boxpackages .botarea-pack {
  }
  
  .botarea-pack .view-details-text {
    text-align: center;
    margin-bottom: 12px;
  }
  
  .botarea-pack .view-details-text a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: #a09e9e;
    font-weight: 600;
  }
  
  .Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .botarea-pack .btn-pack-lst-col .bottom-btn-order {
  }
  
  .botarea-pack .btn-pack-lst-col .bottom-btn-order button.btn-orders {
    border: 1px solid  #7614fe;
    border-radius: 30px;
    padding: 8px 18px;
    color:  #7614fe;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    background:#fff;
  }
  
  .botarea-pack .btn-pack-lst-col .botom-live-cht {
  }
  
  .botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span {
    font-size: 10px;
    color: #242424;
    position: relative;
  }
  
  .botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx .heading-five {
    font-weight: 700;
    color: #111;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
  
  .botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span:before {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: 900;
    content: "\f4ad";
    position: absolute;
    right: -25px;
    top: -4px;
    color: #7614fe;
    font-size: 16px;
  }
  .Packages-tabitem .boxpackages:hover .botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span:before{
      color:#fff;
  }
  
  .Packages-tabitem
    .boxpackages:hover
    .botarea-pack
    .btn-pack-lst-col
    .bottom-btn-order
    a.btn-orders {
       box-shadow: inset 0 0 0 0 #cf14bd, inset 0 -17px 15px -10px #cf14bd;
    background: #7614fe;
    border: 1px solid #000;
     color:#fff;
  }
  
  .Packages-tabitem .boxpackages:hover .botarea-pack .view-details-text a {
    color: #fff;
  }
  
  .Packages-tabitem
    .boxpackages:hover
    .botarea-pack
    .btn-pack-lst-col
    .botom-live-cht
    .liovechats-bx
    .heading-five {
    color: #fff;
    background: transparent;
  }
  .Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col .btn-md-spc {
    border: 1px solid #e2e5ec;
    height: 35px;
  }
  .package-btn-dv a {
    border: 1px solid #cbcbcb;
    color: #7614fe;
    transition: width 0.3s linear, color 0.3s linear;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 55px;
    width: auto !important;
    display: inline-block;
    padding: 12px 40px;
  }
  
  .package-btn-dv {
    display: flex;
    justify-content: center;
  }
  
  .package-btn-dv a:hover {
    box-shadow: inset 0 0 0 0 #cf14bd, inset 0 -17px 15px -10px #cf14bd;
    background: #7614fe;
    color:#fff;
  }
  .Packages-tabitem .boxpackages:hover h5 {
    background:#7614fe;
    transition: all 0.6s ease;
    color: #fff;
}

.Packages-tabitem .boxpackages:hover .heading-three {
    transition: all 0.6s ease;
    color: #fff;
    box-shadow: inset 0 0 0 0 #cf14bd, inset 0 -17px 15px -10px ba#cf14bd;
    background: #7614fe;
    border:1px solid #000;
}

.Packages-tabitem .boxpackages:hover p {
    color: #fff;
}

.Packages-tabitem .boxpackages:hover ul li {
    color: #fff;
}

.Packages-tabitem .boxpackages:hover .view-details-text a {
    /* background: #fff; */
    color: #fff;
}

.Packages-tabitem .boxpackages:hover .botom-live-cht .liovechats-bx span {
    color: #fff;
}
.Packages-tabitem .boxpackages:After {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background:#7614fe;
    top: 50%;
    z-index: -1;
    right: 41%;
    transition: all 0.6s ease;
}

.Packages-tabitem .boxpackages:hover:After {
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}



@media only screen and (min-width: 1400px) and (max-width: 1599px){

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Service Info Section Responsive Css Start Here*/
.service-info-wrap .service-info-inner{
    min-height: inherit;
    max-height: inherit;
    margin: 0 0 20px;
}
.service-info-inner .service-info-bg{
    height: inherit;
}
.service-info-bg .service-info-content{
    margin: 0 0 20px;
    min-height: 500px;
    max-height: 500px;
    overflow-y: auto;
}
.service-info-bg.service-info-bg2 .service-info-content{
    margin: 0 auto 20px;
}
.service-info-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.service-info-content::-webkit-scrollbar{
    width: 10px;
    background: transparent;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.service-info-content::-webkit-scrollbar-thumb{
    background-color: #7fd043;
    border-radius: 10px;
}
/*Service Info Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ------------- Service Page Main Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Service Banner Section Responsive Css Start Here */
.service-banner-wrap .service-banner-bg{
    height: 100vh;
}
.service-banner-wrap .service-banner-content{
    height: 100vh;
}
/* Service Banner Section Responsive Css End Here */

/**************************************************************************
 ------------- Service Page Main Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ------------- About Page Main Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-about h1 span {
    display: inline-grid;
}

/**************************************************************************
 ------------- About Page Main Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ------------- illustration Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

section.banner-main-sec-illustration {
    padding-top: 200px;
}

/**************************************************************************
 ------------- illustration Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
.banner-sec {
    padding: 9rem 2rem 0rem;
}
.banner-slider{
    top:-4rem;
}
/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 62px;
    line-height: 70px;
}
h2{
    font-size: 52px;
    line-height: 60px;
}
h3{
    font-size: 26px;
    line-height: 36px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    /* width: 150px; */
    padding: 10px 10px;
    margin: 0 10px 0 0;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 10px 0;
}
header nav.navbar .navbar-buttons button.popup-btn{
    width: 200px;
    padding: 10px 5px;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

.design-service-head p {
    padding-right: 50px;
}
.banner-main-content h1 span {
    font-size: 35px;
    line-height: 45px;
}
.banner-main-content h1 {
    font-size: 45px;
    line-height: 55px;
}
.banner-main-img img {
    margin-left: 80px;
}
.design-service-wrap .design-service-box {
    min-height: 450px;
    max-height: 450px;
}
section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 40px;
    line-height: 50px;
}
section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv p {
    width: 70%;
}
section.home-sec-why.why-choose-motion-main-sec:after {
    height: 80%;
}
section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
    min-height: 340px;
    max-height: 340px;
}
.trending-design-head h2 {
    font-size: 42px;
    line-height: 48px;
}
.design-process-content h2 {
    font-size: 35px;
    line-height: 45px;
}

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-about h1 {
    font-size: 60px;
    line-height: 70px;
}
.banner-main-about h1 span {
    font-size: 40px;
    line-height: 47px;
}
.count-main .count-content-main h2 {
    font-size: 40px;
    line-height: 47px;
}
section.work-better-sec-main .better-work-cont-main h2 {
    font-size: 40px;
    line-height: 50px;
}
section.main-our-core .our-core-cont-main h2 {
    font-size: 40px;
    line-height: 47px;
}

/**************************************************************************
 --------------- About Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- Solution Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
.banner-main-solution {
    padding-bottom: 50px;
}
.endless-content-dv h2 , .faq-sec-solutions-main .faq-content-heading-dv h2{
    font-size: 35px;
    line-height: 42px;
}
.endless-content-dv p , .faq-sec-solutions-main .faq-content-heading-dv p{
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0;
}
.platform-sec-main-dv .platform-sec-img:before {
    top: -90px;
    left: 100px;
}
.banner-main-solution h1 {
    font-size: 35px;
    line-height: 42px;
}
.banner-main-solution h1 span {
    font-size: 25px;
    line-height: 32px;
}
.banner-main-solution p {
    font-size: 20px;
    line-height: 27px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 {
    font-size: 37px;
    line-height: 43px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 span {
    display: unset;
}
section.file-revission-sec-main .file-revission-heading-dv p {
    font-size: 18px;
    line-height: 25px;
}
.file-revis-tabs .accordion-item .tabs-content-dv h3 {
    font-size: 31px;
    line-height: 38px;
}
.file-revis-tabs .accordion-item .tabs-content-dv p {
    font-size: 17px;
    line-height: 24px;
}

/**************************************************************************
 --------------- Solution Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ---------------- Contact Main Page Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Contact Us Form Section Responsive Css Start Here */
.contctus-info-left .contactus-info-head{
    width: 75%;
    margin: 0 auto 50px;
}
.contactus-info-head h2{
    width: 70%;
}
.contctus-info-left ul.contactus-info-list{
    width: 75%;
    margin: 0 auto 50px;
}
/* Contact Us Form Section Responsive Css End Here */

/**************************************************************************
 ----------------- Contact Main Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Presentation Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

.present-foc .focus-box .focus-box-icon img {
    width: 60px;
}
.present-foc .focus-box .focus-box-content h3 {
    font-size: 23px;
    line-height: 30px;
}
.present-foc .focus-box .focus-box-content p {
    padding: 0;
}
.present-foc.focus-wrap .focus-content h2 {
    font-size: 25px;
    line-height: 32px;
}
.present-foc.focus-wrap .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.focus-wrap.present-foc {
    padding-bottom: 0;
}
section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.present-design-sec-main .present-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.present-design-sec-main:before {
    right: -100px;
    opacity: 0.4;
}
section.present-design-sec-main .present-content-dv p {
    padding-right: 110px;
}
section.premium-plus-sec-main .premium-plus-sec-inner-wrap .row {
    padding: 20px 0px;
}
.premium-plus-sec-main .premium-plus-content-dv h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 15px;
}
.premium-plus-sec-main .premium-plus-content-dv p {
    font-size: 20px;
    line-height: 27px;
}
/**************************************************************************
 -----------------Presentation Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------illustration Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.banner-main-sec-illustration {
    padding-top: 180px;
}
section.how-work-wrap.elevate-sec-main .how-work-content p {
    font-size: 19px;
    line-height: 26px;
}
section.how-work-wrap.elevate-sec-main .work-box-content p {
    padding: 0;
}

/**************************************************************************
 -----------------illustration Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Motion Design Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.why-choose-motion-main-sec:after {
    left: 150px;
}
section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 22px;
    line-height: 29px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv {
    max-height: 370px;
    min-height: 370px;
}
section.motion-faqs-sec-wrap {
    padding-top: 0;
}
section.motion-sec-design-main .motion-cards-dv h4 {
    font-size: 24px;
    line-height: 31px;
}
.focus-box .focus-box-content p {
    padding: 0;
}
.focus-box .focus-box-icon img {
    width: 70px;
}
.motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
    height: 170px;
}
/**************************************************************************
 -----------------Motion Design Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-links-area ul.footer-nav-links{
    min-height: 300px;
    max-height: 300px;
}
/* Footer Responsive Css End Here */
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .banner-slider {
    top: -2rem;
  }
  .banner-sec {
    padding: 11rem 2rem 2rem;
}
    .professional-web h1 {
    font-size: 44px;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 11px;
}
.professional-web ul li {
    font-size: 16px;
}
.btns a {
    width: 153px;
}
/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 52px;
    line-height: 60px;
}
h2{
    font-size: 42px;
    line-height: 50px;
}
h3{
    font-size: 36px;
    line-height: 44px;
}
/*Heading & Para Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar{
    padding: 10px 20px;
}
header nav.navbar .navbar-brand .logo{
    width: 100px;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 0 10px;
}
header .navbar-collapse .navbar-top-nav{
    margin: 0;
}
header .navbar-top-nav a.link-anchor{
    font-size: 14px;
    line-height: 20px;
    margin: 0px 10px;
}
header .navbar-top-nav .top-nav-contact{
    margin: 0 10px;
}
.navbar-top-nav .top-nav-contact .top-contact-number span{
    font-size: 16px;
}
header .navbar-top-nav .top-nav-email{
    margin: 0 10px;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0 5px;
    gap: 20px;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 5px 0;
}
header nav.navbar .navbar-buttons button.popup-btn{
    width: 200px;
    padding: 10px 5px;
    margin: 0;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
.banner-main-content h1 span {
    font-size: 30px;
    line-height: 40px;
}
.banner-main-content h1 {
    font-size: 40px;
    line-height: 50px;
}
.banner-inner-content p{
    font-size: 18px;
    line-height: 24px;
}
/*Banner Main Section Responsive Css End Here*/

/*Service Info Section Responsive Css Start Here*/
.service-info-wrap .service-info-inner{
    min-height: inherit;
    max-height: inherit;
    margin: 0 0 30px;
}
.service-info-inner .service-info-bg{
    height: inherit;
}
.service-info-bg .service-info-content{
    padding: 0 20px;
    margin: 0 0 20px;
    width: 90%;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}
.service-info-bg.service-info-bg2 .service-info-content{
    margin: 0 auto 20px;
}
.service-info-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.service-info-content::-webkit-scrollbar{
    width: 10px;
    background: transparent;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
}
.service-info-content::-webkit-scrollbar-thumb{
    background-color: #7fd043;
    border-radius: 10px;
}
.design-service-head h2 {
    font-size: 36px;
    line-height: 44px;
}
section.design-service-wrap {
    background-position: 50% 20%;
}
.design-service-wrap .design-service-box {
    min-height: 500px;
    max-height: 500px;
}
.easy-communi-wrap .easy-communi-inner {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.easy-communi-box h2 {
    font-size: 40px !important;
    line-height: 47px !important;
}
.case-study-content h3 {
    font-size: 25px;
    line-height: 32px;
}
.case-study-img::after {
    right: -110px;
    top: -130px;
}
section.banner-design-wrap {
    padding-top: 0;
}
.banner-design-box2 .design-box2-text {
    left: -45%;
}
.banner-main-sec::before {
    right: -500px;
}
.banner-main-img img {
    margin-left: 60px;
}
.banner-design-head h2 {
    font-size: 40px;
    line-height: 47px;
}
.simplify-design-content h2 {
    font-size: 30px;
    line-height: 40px;
}
.expert-develop-head h2 , .design-process-content h2{
    font-size: 36px;
    line-height: 43px;
}
.design-service-box h4 {
    font-size: 19px;
    line-height: 26px;
}
section.home-sec-why.why-choose-motion-main-sec:after {
    height: 60%;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 20px;
    line-height: 30px;
}
section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
    min-height: 400px;
    max-height: 400px;
}
.how-work-content h2 {
    font-size: 25px;
    line-height: 32px;
}
.banner-design-wrap .website-main-buttons a.read-more-btn {
    width: 100%;
}
.trending-design-head h2 , .faqs-sec-head h2 {
    font-size: 40px;
    line-height: 47px;
}
.trending-box-content h4 {
    font-size: 18px;
    line-height: 25px;
}
/*Service Info Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-about h1 {
    font-size: 70px;
    line-height: 77px;
}
.banner-main-about h1 span {
    font-size: 27px;
    line-height: 34px;
}
.banner-main-about p {
    font-size: 17px;
    line-height: 25px;
}
section.work-better-sec-main .better-work-cont-main h2 , .count-main .count-content-main h2{
    font-size: 37px;
    line-height: 44px;
}
.banner-main-about {
    width: 100%;
    margin: auto;
}
.count-main .count-content-main {
    width: 100%;
}
.count-main .count-content-main h2 {
    font-size: 35px;
    line-height: 42px;
}
.count-main .count-content-main p.count-content {
    font-size: 16px;
    line-height: 23px;
    width: 70%;
    margin: 0 auto;
}
section.work-better-sec-main .better-work-cont-main h2 {
    font-size: 30px;
    line-height: 37px;
}
section.main-our-core .our-core-cont-main h2 {
    font-size: 40px;
    line-height: 47px;
}
section.main-our-core .our-core-cont-main .inner-cont-our-core h3 {
    font-size: 25px;
    line-height: 35px;
}
section.main-our-core .our-core-cont-main .inner-cont-our-core p {
    font-size: 17px;
    line-height: 24px;
}
section.our-why-sec-main .our-why-content-main {
    width: 70%;
}
section.our-how-sec-main .our-how-content-main h2 {
    font-size: 40px;
    line-height: 47px;
}
section.our-how-sec-main .our-how-content-main p {
    font-size: 18px;
    line-height: 25px;
}
section.our-how-sec-main .our-how-content-main {
    width: 90%;
}
/**************************************************************************
 --------------- About Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- Solution Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
.banner-main-solution {
    padding-bottom: 30px;
}
.banner-main-solution h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
.banner-main-solution h1 span {
    font-size: 21px;
    line-height: 29px;
}
.banner-main-solution p {
    font-size: 18px;
    line-height: 25px;
}
.banner-main-solution .website-main-buttons {
    margin-top: 20px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 {
    font-size: 40px;
    line-height: 47px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 span{
    display: unset;
}
section.file-revission-sec-main .file-revission-heading-dv p {
    width: 100%;
}
.file-revis-tabs ul {
    column-gap: 10px;
}
.file-revis-tabs ul li button.nav-link {
    padding: 10px 5px;
}
.file-revis-tabs .accordion-item .row {
    align-items: center;
}
.file-revis-tabs .accordion-item .tabs-content-dv {
    padding-right: 30px;
}
.file-revis-tabs .accordion-item .tabs-content-dv h3 {
    font-size: 25px;
    line-height: 32px;
}
.file-revis-tabs .accordion-item .tabs-content-dv p {
    font-size: 16px;
    line-height: 23px;
}
.endless-content-dv h2 {
    font-size: 20px;
    line-height: 27px;
}
.endless-content-dv p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
}
section.card-sol-design-main-sec .card-sol-design {
    height: 220px;
}
section.card-sol-design-main-sec .card-sol-design p {
    font-size: 16px;
    line-height: 23px;
}
.platform-sec-main-dv .platform-sec-img:before {
    width: 400px;
    top: -120px;
    left: 120px;
}
section.platform-sec-main-dv .platfrom-sec-content-dv p {
    padding: 0;
    font-size: 20px;
    line-height: 27px;
}
.faq-sec-solutions-main .faq-content-heading-dv h2 {
    font-size: 30px;
    line-height: 37px;
}
.faq-sec-solutions-main .faq-content-heading-dv p {
    font-size: 17px;
    line-height: 24px;
}
.faqs-sec-item-solution .accordion-item button.accordion-button.collapsed {
    font-size: 16px;
    line-height: 23px;
}
/**************************************************************************
 --------------- Solution Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ---------------- Contact Main Page Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

section.form-contact-sec-main .contact-form-dv .from-text p {
    font-size: 16px;
    line-height: 26px;
}
section.cont-info-det .crd-sec-dv p {
    font-size: 16px;
    line-height: 23px;
}
section.reviws-sec-contact .reviews-log-img-dv img {
    width: 250px;
    height: 100px;
    object-fit: contain;
}
section.form-contact-sec-main .contact-form-dv p {
    font-size: 18px;
    line-height: 25px;
}
section.cta-sec-contact .cta-sec-content-dv h2 {
    font-size: 35px;
    line-height: 42px;
}

/**************************************************************************
 ----------------- Contact Main Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Presentation Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

.present-foc .focus-box .focus-box-icon img {
    width: 60px;
}
.present-foc .focus-box .focus-box-content h3 {
    font-size: 23px;
    line-height: 30px;
}
.present-foc .focus-box .focus-box-content p {
    padding: 0;
}
.present-foc.focus-wrap .focus-content h2 {
    font-size: 25px;
    line-height: 32px;
}
.present-foc.focus-wrap .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.focus-wrap.present-foc {
    padding-bottom: 0;
}
section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.present-design-sec-main .present-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.present-design-sec-main:before {
    right: -100px;
    opacity: 0.4;
}
section.present-design-sec-main .present-content-dv p {
    padding-right: 110px;
}
section.premium-plus-sec-main .premium-plus-sec-inner-wrap .row {
    padding: 20px 0px;
}
.premium-plus-sec-main .premium-plus-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.premium-plus-sec-main .premium-plus-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv h3 {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv p {
    font-size: 16px;
    line-height: 23ox;
}
.present-foc.focus-wrap .focus-box {
    margin-bottom: 20px;
}
/**************************************************************************
 -----------------Presentation Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Graphic Design Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

.graphic-box .focus-box .focus-box-content p {
    padding: 0;
}
.graphic-box .focus-box .focus-box-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.graphic-box .focus-box .focus-box-content h3 {
    font-size: 23px;
    line-height: 30px;
}
section.focus-wrap.graphic-box {
    padding-bottom: 0;
}
section.graphic-team-sec-main .graph-team-content-dv h2 {
    font-size: 29px;
    line-height: 36px;
}
section.graphic-team-sec-main .graph-team-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.graph-team-img-dv img {
    width: 60%;
}
.graph-team-img-dv {
    justify-content: center;
}

/**************************************************************************
 -----------------Graphic Design Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------illustration Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.banner-main-sec-illustration {
    padding-top: 180px;
}
section.how-work-wrap.elevate-sec-main .how-work-content p {
    font-size: 19px;
    line-height: 26px;
}
section.how-work-wrap.elevate-sec-main .work-box-content p {
    padding: 0;
}
section.children-sec-main .child-help-sec-content h2 {
    font-size: 45px;
    line-height: 52px;
}
section.comparison-sec-main .com-title-dv h2 {
    font-size: 34px;
    line-height: 41px;
}
section.comparison-sec-main .com-para-dv p {
    width: 100%;
}
section.comparison-sec-main .comparison-content-dv ul li {
    font-size: 17px;
    line-height: 24px;
}

/**************************************************************************
 -----------------illustration Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Motion Design Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.why-choose-motion-main-sec:after {
    left: 250px;
}
section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 22px;
    line-height: 29px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv {
    max-height: 420px;
    min-height: 420px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv p {
    width: 100%;
}
section.motion-faqs-sec-wrap {
    padding-top: 0;
}
section.motion-sec-design-main .motion-cards-dv h4 {
    font-size: 24px;
    line-height: 31px;
}
.focus-box .focus-box-content p {
    padding: 0;
}
.focus-box .focus-box-icon img {
    width: 70px;
}
.motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
    height: 170px;
}
section.motion-sec-design-main .what-can-sec-head h2 {
    width: 100%;
}
.motion-faqs-sec-wrap .motion-faq-dv {
    margin-top: 20px;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv p.accordion-text {
    width: 100%;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv {
    height: 250px;
}
/**************************************************************************
 -----------------Motion Design Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/


/* Footer Responsive Css Start Here */
.footer-links-area ul.footer-nav-links{
    min-height: 300px;
    max-height: 300px;
}
/* Footer Responsive Css End Here */
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.bandown-brands-inner h3 {
    font-size: 33px;
    line-height: 46px;
}
.banner-design-box1 img {
    min-height: 261px;
    max-height: 261px;
    object-fit: fill;
}
.banner-design-box2 img {
    min-height: 709px;
    max-height: 708px;
    object-fit: fill;
}
.laptop {
    right: 47%;
    bottom: 6%;
}
laptop:after {

    left: 27%;
}
    .banner-sec {
    padding: 9rem 10px 3rem;
}
.professional-web h1 {
    font-size: 35px;
    line-height: 40px;
}
.professional-web ul li {
    font-size: 12px;
    display: flex;
}
.owl-theme .owl-dots, .owl-theme .owl-nav{
    display:none;
}
/*Website Custom Style Responsive Css For Single Items Start Here*/
.btns a {

    display: none;
}
/*Heading & Para Style Responsive Css*/
h1{
    font-size: 52px;
    line-height: 60px;
}
h2{
    font-size: 38px;
    line-height: 46px;
}
h3{
    font-size: 36px;
    line-height: 44px;
}
h4{
    font-size: 22px;
    line-height: 28px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar{
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
}
header nav.navbar .navbar-brand .logo{
    width: 100px;
}
header .navbar-toggler{
    display: block;
    position: absolute;
    right: 4%;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 0 0;
    background: #121212;
    width: 100%;
}
header .navbar-collapse .navbar-top-nav{
    display: none;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    padding: 10px 0px;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    position: unset;
    width: 100%;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    display: none;
}
header .navbar-nav .nav-item a.nav-link.dropdown-toggle.show ul.dropdown-menu{
    display: block;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show{
    display: block;
}
header.sticky nav.navbar .navbar-buttons{
    padding: 10px 0;
}
header nav.navbar .navbar-buttons button.popup-btn{
    margin: 0;
}
header .navbar-expand-lg .navbar-collapse.collapse.show ul li a.nav-link, header .navbar-expand-lg .navbar-collapse.collapsing ul li a.nav-link {
    color: white;
}

/* Custom Menu Area Responsive Css Start */
header .navbar-main-nav .custom-menu-area{
    display: none;
}
/* Custom Menu Area Responsive Css End */

/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/
.banner-main-content h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
}
.banner-main-content h1 span {
    font-size: 40px;
}
.banner-main-content p {
    font-size: 20px;
    line-height: 29px;
}
.banner-main-img img {
    width: 70%;
    margin-left: 200px;
    margin-top: 0px;
}
.expert-develop-wrap .expert-develop-head {
    margin-bottom: 20px;
}
.expert-develop-head h2 {
    font-size: 42px;
    line-height: 53px;
    width: 100%;
    margin: 0;
}
.expert-develop-box h3 {
    font-size: 20px;
    line-height: 30px;
}
.simplify-design-content h2 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 10px;
}
.simplify-design-content p {
    font-size: 16px;
    line-height: 25px;
}
.simplify-design-content::after {
    bottom: -70px;
}
.design-service-head h2 {
    font-size: 34px;
    line-height: 41px;
}
section.design-service-wrap {
    padding: 50px 0px;
    background-position: center;
}
.easy-communi-wrap .easy-communi-inner .easy-communi-box h2 {
    font-size: 30px;
    line-height: 37px;
}
.case-study-wrap .case-study-content {
    width: 100%;
}
.case-study-img::after {
    right: -20px;
    top: -150px;
}
.case-study-content h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}
.design-service-wrap .design-service-head {
    width: 100%;
}
.design-service-wrap .design-service-box {
    min-height: 450px;
    max-height: 450px;
}
.design-service-box h4 {
    font-size: 19px;
    line-height: 26px;
}
.case-study-content p {
    font-size: 18px;
    line-height: 25px;
}
section.case-study-wrap {
    padding: 50px 0px;
}
section.banner-design-wrap {
    padding: 0px 0px 50px;
}
.banner-design-head h2 {
    font-size: 38px;
    line-height: 45px;
}
.banner-design-wrap .banner-design-head {
    margin-bottom: 30px;
}
.banner-design-box2 .design-box2-text h4 {
    font-size: 20px;
    line-height: 0px;
}
.banner-design-box2 .design-box2-text {
    top: 10%;
    left: 10%;
}
.banner-design-box3 .design-box3-text h4 {
    font-size: 19px;
    line-height: 26px;
}
.banner-design-box3 .design-box3-text h4 span {
    font-size: 35px;
    line-height: 45px;
}
.banner-design-wrap .website-main-buttons a.read-more-btn {
    font-size: 21px;
    line-height: 28px;
    width: 100%;
}
.how-work-content h2 {
    font-size: 27px;
    line-height: 34px;
}
.how-work-content p {
    font-size: 18px;
    line-height: 24px;
}
.work-box-content h3 {
    font-size: 19px;
    line-height: 26px;
}
.work-box-content p {
    font-size: 16px;
    line-height: 23px;
}
.work-box-icon img {
    width: 55px;
}
.how-work-wrap .how-work-box {
    margin-bottom: 15px;
    gap: 10px;
}
section.testi-main-wrap {
    padding: 50px 0px;
}
.testi-main-content h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
}
.testi-slide-content h4 {
    font-size: 24px;
    line-height: 31px;
}
section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 32px;
    line-height: 39px;
}
section.why-choose-motion-main-sec:after {
    display: none;
}
section.why-choose-motion-main-sec .y-chose-heading-dv {
    width: 100%;
    padding-left: 0;
}
section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
    margin-bottom: 20px;
}
.trending-design-head h2 {
    font-size: 30px;
    line-height: 37px;
}
.trending-design-wrap .trending-design-head {
    margin-bottom: 30px;
}
.trending-design-box .trending-box-img {
    margin-top: 20px;
}
.trending-box-content h4 {
    font-size: 17px;
    line-height: 27px;
}
.design-process-content h2 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
}
.design-process-content p {
    font-size: 18px;
    line-height: 25px;
}
.faqs-sec-head h2 {
    font-size: 36px;
    line-height: 46px;
}
.faqs-sec-wrap .faqs-sec-head {
    margin: 0;
    width: 100%;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 22px;
    line-height: 29px;
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 17px;
    line-height: 24px;
}

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

section.work-better-sec-main .better-work-cont-main h2 , .count-main .count-content-main h2{
    font-size: 37px;
    line-height: 44px;
}
.banner-main-about {
    width: 100%;
    margin: auto;
}
.banner-main-about h1 span {
    font-size: 35px;
    line-height: 42px;
}
.banner-main-about h1 {
    font-size: 70px;
    line-height: 77px;
}
.count-main .count-content-main {
    width: 100%;
}
.count-main .count-content-main h2 {
    font-size: 35px;
    line-height: 42px;
}
.count-main .count-content-main p.count-content {
    font-size: 16px;
    line-height: 23px;
}
section.work-better-sec-main .better-work-cont-main h2 {
    font-size: 40px;
    line-height: 47px;
}
section.work-better-sec-main:before {
    display: none;
}
section.work-better-sec-main:after {
    display: none;
}
section.work-better-sec-main .better-work-content-card {
    min-height: auto;
}
.better-work-card-2 {
    margin-top: 0;
}
.better-work-card-4 {
    margin-top: 0;
}
.our-core-img-main img {
    width: 40%;
}
section.our-why-sec-main .our-why-content-main {
    width: 100%;
}
section.our-how-sec-main .our-how-content-main {
    width: 100%;
    margin-bottom: 20px;
}
section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv p {
    width: 100%;
}
section.our-how-sec-main:after {
    left: 0;
}
/**************************************************************************
 --------------- About Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/


/**************************************************************************
 --------------- Portfolio Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

section.portfolio-ban-sec {
    padding-bottom: 50px;
}
section.portfolio-ban-sec:before {
    top: 43%;
}
section.portfolio-ban-sec .portfolio-main-content-dv h1 {
    font-size: 55px;
    line-height: 65px;
}
section.portfolio-ban-sec .portfolio-main-content-dv h3 {
    font-size: 45px;
    line-height: 52px;
}
section.portfolio-ban-sec .portfolio-main-content-dv p {
    width: 75%;
    font-size: 25px;
    line-height: 32px;
}
section.portfolio-tab-section-main .portfolio-tab-inner-wrap {
    margin-top: 0;
} 
section.portfolio-tab-section-main .portfolio-tab-inner-wrap .portfolio-publish-tablist-item img {
    height: auto;
}
section.portfolio-tab-section-main .portfolio-tab-inner-wrap:nth-child(2) .port-tab-title-dv, section.portfolio-tab-section-main .portfolio-tab-inner-wrap:nth-child(3) .port-tab-title-dv {
    margin-top: 20px;
}
section.compaign-assets-sec-main .comapign-assets-inner-warp .compaign-assets-content-dv {
    margin-bottom: 20px;
}
section.compaign-videos-sec-main .compaign-vids-content-dv {
    margin-bottom: 20px;
}
section.second-port-tab-main .second-port-content-dv h3 {
    font-size: 25px;
    line-height: 32px;
}   
section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
    font-size: 21px;
    line-height: 28px;
}
section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main img {
    height: auto;
}
section.partnership-sec-portfolio-dv .partnership-content-dv p {
    font-size: 17px;
    line-height: 24px;
}
.sill-sec-port-main .still-sec-content-dv h2 {
    font-size: 33px;
    line-height: 40px;
}
.sill-sec-port-main .still-sec-content-dv p {
    font-size: 19px;
    line-height: 26px;
}

/**************************************************************************
 --------------- Portfolio Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- Solution Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-solution {
    width: 100%;
    padding: 0 50px;
    margin: 0;
}
section.file-revission-sec-main .file-revission-heading-dv p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 {
    font-size: 35px;
    line-height: 42px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 span {
    display: inline;
}
.file-revis-tabs ul {
    justify-content: center;
    row-gap: 15px;
}
.file-revis-tabs .accordion-item .accordion-collapse {
    display: block !IMPORTANT;
}
.file-revis-tabs .accordion-item .tabs-content-dv h3 {
    font-size: 31px;
    line-height: 38px;
}
.file-revis-tabs .accordion-item .tabs-content-dv p {
    font-size: 17px;
    line-height: 24px;
}
.file-revis-tabs .accordion-item .tabs-content-dv {
    padding: 0;
    margin-bottom: 30px;
}
.banner-main-solution h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}   
.banner-main-solution h1 span {
    font-size: 30px;
    line-height: 37px;
}
.banner-main-sec-solution .banner-main-about-img {
    margin-bottom: 20px;
    justify-content: left;
}
section.Endless-sec-main {
    padding: 50px 0px;
}
section.Endless-sec-main .endless-content-dv {
    margin-top: 20px;
}
section.Endless-sec-main .endless-content-dv h2 {
    font-size: 30px;
    line-height: 37px;
}
section.Endless-sec-main .endless-content-dv p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
section.card-sol-design-main-sec {
    padding: 50px 0px;
}
section.card-sol-design-main-sec .card-sol-design {
    margin-bottom: 20px;
}
section.faq-sec-solutions-main {
    padding: 00px 0px 50px;
}
.faq-sec-solutions-main .faq-content-heading-dv h2 {
    font-size: 30px;
    line-height: 37px;
}
.faq-sec-solutions-main .faq-content-heading-dv p {
    font-size: 18px;
    line-height: 26px;
}
.faq-sec-solutions-main .faq-sec-image {
    justify-content: center;
    margin-top: 20px;
}
.easy-communi-wrap .easy-communi-inner {
    display: grid;
    grid-template-columns: 50% 50%;
}
.easy-communi-inner .easy-communi-box {
    margin-bottom: 20px;
}
section.platform-sec-main-dv .platform-sec-img img {
    width: 40%;
}
.platfrom-sec-content-dv {
    margin: 20px 0px;
}
section.platform-sec-main-dv .platfrom-sec-content-dv p {
    padding: 0;
    font-size: 20px;
    line-height: 27px;
}
/**************************************************************************
 --------------- Solution Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- Blog Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.multi-color-border.mlti-blog-lst {
    width: 50%;
    margin: 0 auto;
}
.blog-newsletter-form .form-group button.submit-btn {
    width: 160px;
}

/**************************************************************************
 --------------- Blog Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ---------------- Contact Main Page Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

section.cont-info-det .crd-sec-dv p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
section.cont-info-det .crd-sec-dv h3 {
    font-size: 22px;
    line-height: 29px;
}
section.reviws-sec-contact .reviews-log-img-dv img {
    width: 150px;
    height: 110px;
    object-fit: contain;
}
section.cta-sec-contact .cta-sec-content-dv h2 {
    font-size: 30px;
    line-height: 37px;
}
section.cta-sec-contact .cta-sec-content-dv {
    width: 100%;
}
section.form-contact-sec-main .contact-form-dv p {
    font-size: 18px;
    line-height: 25px;
}
/**************************************************************************
 ----------------- Contact Main Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Presentation Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

.present-foc .focus-box .focus-box-icon img {
    width: 60px;
}
.present-foc .focus-box .focus-box-content h3 {
    font-size: 21px;
    line-height: 28px;
}
.present-foc .focus-box .focus-box-content p {
    padding: 0;
}
.present-foc.focus-wrap .focus-content h2 {
    font-size: 22px;
    line-height: 29px;
}
.present-foc.focus-wrap .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.focus-wrap.present-foc {
    padding-bottom: 0;
}
section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
    width: 100%;
}
section.present-design-sec-main .present-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.present-design-sec-main:before {
    right: -100px;
    opacity: 0.4;
}
section.present-design-sec-main .present-content-dv p {
    padding-right: 110px;
}
section.premium-plus-sec-main .premium-plus-sec-inner-wrap {
    padding: 0px 0px 20px;
}
.presentation-plus-img-dv img {
    width: 100%;
}
.presentation-plus-img {
    margin: 0;
}
.premium-plus-sec-main .premium-plus-content-dv {
    width: 100%;
    margin-top: 20px;
}
.premium-plus-sec-main .premium-plus-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.premium-plus-sec-main .premium-plus-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv h3 {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv p {
    font-size: 16px;
    line-height: 23px;
}
.present-foc.focus-wrap .focus-box {
    margin-bottom: 20px;
}
.banner-main-sec-presentation .banner-main-presentation-img img {
    width: 50%;
}
.banner-main-sec-presentation .banner-main-presentation-img {
    margin: 60px 0px 0px;
    justify-content: flex-start;
}
/**************************************************************************
 -----------------Presentation Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Graphic Design Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

.graphic-box .focus-box .focus-box-content p {
    padding: 0;
}
.graphic-box .focus-box .focus-box-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.graphic-box .focus-box .focus-box-content h3 {
    font-size: 21px;
    line-height: 28px;
}
section.focus-wrap.graphic-box {
    padding-bottom: 0;
}
section.graphic-team-sec-main .graph-team-content-dv h2 {
    font-size: 29px;
    line-height: 36px;
}
section.graphic-team-sec-main .graph-team-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.graph-team-img-dv img {
    width: 40%;
}
.graph-team-img-dv {
    justify-content: center;
}
section.graphic-team-sec-main {
    padding-top: 0;
}
.graphic-box .focus-content h2 {
    font-size: 22px;
    line-height: 29px;
}
.graphic-box .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.lat-present-design-sec-main {
    padding-top: 0px;
}
.banner-main-graphic-img img {
    width: 50%;
    margin-top: 30px;
}
section.presentation-testimonais-slide .testi-slide-content p {
    font-size: 17px;
    line-height: 24px;
}
/**************************************************************************
 -----------------Graphic Design Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------illustration Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.banner-main-sec-illustration {
    padding-top: 180px;
}
section.how-work-wrap.elevate-sec-main .how-work-content p {
    font-size: 19px;
    line-height: 26px;
}
section.how-work-wrap.elevate-sec-main .work-box-content p {
    padding: 0;
    font-size: 17px;
    line-height: 24px;
}
section.children-sec-main .child-help-sec-content h2 {
    font-size: 35px;
    line-height: 42px;
}
section.comparison-sec-main .com-title-dv h2 {
    font-size: 30px;
    line-height: 37px;
}
section.comparison-sec-main .com-para-dv p {
    width: 100%;
}
section.comparison-sec-main .comparison-content-dv ul li {
    font-size: 17px;
    line-height: 24px;
}
section.how-work-wrap.elevate-sec-main .how-work-content h2 {
    font-size: 30px;
    line-height: 37px;
}
section.comparison-sec-main .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6:nth-child(2) .comparison-content-dv {
    border: none;
}
section.premium-plus-sec-main .premium-plus-img-dv img {
    width: 100%;
    padding-left: 15px;
}
/**************************************************************************
 -----------------illustration Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -----------------Motion Design Page Responsive Css Start Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

section.why-choose-motion-main-sec:after {
    left: 250px;
}
section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 22px;
    line-height: 29px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv {
    max-height: 330px;
    min-height: 340px;
    margin-bottom: 20px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv p {
    width: 100%;
}
section.motion-faqs-sec-wrap {
    padding-top: 0;
}
section.motion-sec-design-main .motion-cards-dv h4 {
    font-size: 24px;
    line-height: 31px;
}
.focus-box .focus-box-content p {
    padding: 0;
}
.focus-box .focus-box-icon img {
    width: 70px;
}
.motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
    height: 170px;
}
section.motion-sec-design-main .what-can-sec-head h2 {
    width: 100%;
}
.motion-faqs-sec-wrap .motion-faq-dv {
    margin-top: 20px;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv p.accordion-text {
    width: 100%;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv {
    height: 170px;
}
.focus-wrap .focus-content h2 br {
    display: none;
}
.focus-box .focus-box-content h3 {
    font-size: 21px;
    line-height: 28px;
}
.motion-premium .row {
    flex-direction: column-reverse;
}
section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap {
    padding-bottom: 0;
}
section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap img {
    padding: 20px 0px 0px;
}
/**************************************************************************
 -----------------Motion Design Page Responsive Css End Here --------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-links-area h4 {
    text-align: left;
}
footer.footer-main-sec .footer-links-area {
    margin-top: 20px;
}

.banner-slider {
    top: -2rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
       .banner-slider {
    top: 0rem;
}
    .btns a{
    display:none;
}
header .navbar-toggler {
        position: relative;
        left: 10rem;
    }
.professional-web h3 {
    font-size: 12px !important;

}
.professional-web h1 {
    font-size: 44px;
    line-height: 54px;
}
.banner-sec {
    padding: 7rem 10px 0;
}
p {
        font-size: 14px !important;
        line-height: 26px ! IMPORTANT;
    }
.professional-web ul li {
    font-size: 16px;
    display: flex;
}
.professional-web a {
        text-align: center;

    width: 100%;
    margin: 8px 0;
}
.laptop img {
    width: 454px;
    margin: 0 auto;
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    display:flex;
    justify-content:center;
}
    section.affiliate_services ul img {
    
        padding: 10px 0;
        }
        .inner-freelance-hide-main .inner-freelane-total-wrap p, section.children-sec-main .child-help-sec-content {
        width: 84%;
    }
        .inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell .calc-cost-text {
        font-size: 17px;
    }
    .inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box {
        width: 100%;
    }
    .inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell {
        padding-top: 5px;
        padding-bottom: -3px;
        width: 106%;
    }
    .inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box {
    
        width: 100%;
    }
    .auto-inner-content {
        text-align: center;
    }
    .iner-head-pricing h3, .inner-freelance-hide-main .inner-freelane-total-wrap h3 {
        font-size: 30px;
    }
    .inner-free-from-wrap h2 {
        font-size: 29px;
        line-height: 37px;
        width: 100%;
    }
    .inner-free-from-wrap .inner-input-dv ,.select-country-wrap select{
        width: 100%;
    }
    section.auto-pro-sec-main .auto-inner-content p {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .team-sc-slide-content .testi-slide-box .testi-slide-content h4 {
    
        text-align: left;
    }
    section.team-scale-main-sec .team-scale-inner-head h3 {
        font-size: 28px;
    }
    section.main-banner-power .inner-pow-banner-head h1 {
        font-size: 57px;
        line-height: 70px;
    
    }
    iframe{
            /*height: 26%;*/
    
    }
    .comparison-table-right table thead tr th h5 {
        font-size: 16px;
        padding: 6px 1px;
      
    }
    .comparison-table-right table tbody tr td .table-list-text span {
    
        font-size: 12px;
        line-height: 19px;
    
    }
    .brands-item-img img {
        height: 22px;
    }
    .tabs-slide-content-dv{
        padding:20px 0;
    }
    .pack-tab-slider-content .website-main-buttons button.popup-btn {
    
        display: none;
    }
    .des-out-content-wrap .des-out-lst-dv .des-out-lst-content .des-out-lst h3 {
        font-size: 21px !Important;
     
     }
    section.design-output .des-out-inner-wrap .des-out-content-wrap h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .inner-calculator-wrap {
        margin: 0 1rem;
    }
        section.affiliate_services ul {
        /* flex-direction: column; */
    }
        section.affiliate_services {
        padding: 22px 0;
    }
    .float-btn {
     
        display: none;
    }
    section.main-bann-sec-pricing .banner-head-content-pric h1 {
        font-size: 44px;
        line-height: 51px;
    }
    section.main-bann-sec-pricing .banner-head-content-pric p {
        width: 100%;
        font-size: 15px;
    }
    section.main-bann-sec-pricing {
        padding: 46px 0 200px;
    }
    /*Website Custom Style Responsive Css For Single Items Start Here*/
    
    /*Heading & Para Style Responsive Css*/
    h1{
        font-size: 36px;
        line-height: 44px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    h3{
        font-size: 32px;
        line-height: 40px;
    }
    h4{
        font-size: 20px !important;
        line-height: 27px;
    }
    p{
        font-size: 16px !important;
        line-height: 31px !IMPORTANT;
        text-align: left;
    }
    li{
        font-size: 14px;
        line-height: 20px;
    }
    /*Heading & Para Style Responsive Css*/
    
    /*Buttons Style Responsive Css*/
    .website-main-buttons{
        margin: 20px 0 0;
        justify-content: center;
    }
    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn{
        padding: 10px 5px;
        margin: 0 auto 9px;
        width: 100%;
    }
    /*Buttons Style Responsive Css*/
    
    /*Website Custom Style Responsive Css For Single Items End Here*/
    
    /*Header Responsive Css Start Here*/
    header nav.navbar{
        padding: 10px 10px;
        align-items: center;
        justify-content: space-between;
    }
    header nav.navbar .navbar-brand .logo{
        width: 100px;
    }
    header .navbar-toggler{
        display: block;
    }
    header .navbar-expand-lg .navbar-collapse{
        margin: 10px 0 0;
        background: #121212;
        width: 100%;
    }
    header .navbar-collapse .navbar-top-nav{
        display: none;
    }
    header .navbar-collapse .navbar-main-nav{
        flex-direction: column;
    }
    header .navbar-main-nav ul.navbar-nav{
        margin: 0;
    }
    header .navbar-main-nav ul.navbar-nav li.nav-item{
        border-bottom: 1px solid #fff;
    }
    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
        padding: 10px 0px;
    }
    header .navbar-nav .nav-item ul.dropdown-menu{
        position: unset;
        width: 100%;
        box-shadow: none;
        padding: unset;
        opacity: unset;
        visibility: unset;
        transform: inherit;
        display: none;
    }
    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
        transform: inherit;
        opacity: inherit;
        visibility: inherit;
        display: block !IMPORTANT;
        background: #ffffff;
    }
    header .navbar-nav .nav-item a.nav-link.dropdown-toggle.show ul.dropdown-menu{
        display: block;
    }
    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
        display: none;
    }
    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show{
        display: block;
    }
    header.sticky nav.navbar .navbar-buttons{
        padding: 10px 0;
    }
    header nav.navbar .navbar-buttons button.popup-btn{
        margin: 0;
    }
    header .navbar-expand-lg .navbar-collapse.collapse.show ul li a.nav-link, header .navbar-expand-lg .navbar-collapse.collapsing ul li a.nav-link {
        color: white;
    }
    /* Custom Menu Area Responsive Css Start */
    header .navbar-main-nav .custom-menu-area{
        display: none;
    }
    /* Custom Menu Area Responsive Css End */
    
    /*Header Responsive Css End Here*/
    
    /**************************************************************************
     --------------- Home Page Folds Responsive Css Start Here ----------------
     --------------------------------------------------------------------------
    **************************************************************************/
    .banner-main-content h1 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 15px;
        text-align: left;
    }
    .banner-main-content h1 span {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-main-content h1::after {
        margin: 0 auto;
        display: none;
    }
    .banner-main-content p {
        font-size: 20px;
        line-height: 29px;
        text-align: left;
    }
    .banner-main-img img {
        margin-left: 0;
        margin-top: 20px;
    }
    .bandown-brands-inner h3 {
        font-size: 19px;
        line-height: 26px;
    }
    section.expert-develop-wrap {
        padding: 50px 0px;
    }
    .expert-develop-wrap .expert-develop-head {
        margin-bottom: 20px;
    }
    .expert-develop-head h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .expert-develop-head h2 span {
        display: unset;
    }
    .expert-develop-inner span {
        font-size: 22px;
        line-height: 29px;
    }
    .expert-develop-inner p br {
        display: none;
    }
    section.simplify-design-wrap {
        padding: 50px 0px;
    }
    .simplify-design-content h2 {
        font-size: 17px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 10px;
    }
    .simplify-design-content p {
        font-size: 17px;
        line-height: 24px;
        text-align: center;
    }
    .simplify-design-content::after {
        display: none;
    }
    .simplify-design-img img {
        margin-top: 40px;
    }
    .design-service-wrap .design-service-head {
        width: 100%;
    }
    .design-service-head h2 {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }
    .design-service-head p{
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    .design-service-box h4 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    .design-service-box p {
        text-align: center;
    }
    section.design-service-wrap {
        padding: 50px 0px;
        background-position: center;
    }
    .easy-communi-wrap .easy-communi-inner {
        display: block;
    }
    .easy-communi-inner .easy-communi-box{
        margin-bottom: 20px;
    }
    .easy-communi-wrap .easy-communi-inner .easy-communi-box h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .case-study-wrap .case-study-content{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .case-study-img::after {
        display: none;
    }
    .case-study-content h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .case-study-content p {
        font-size: 18px;
        line-height: 25px;
    }
    section.case-study-wrap {
        padding: 30px 0px;
    }
    section.banner-design-wrap {
        padding: 0px 0px 50px;
    }
    .banner-design-wrap .banner-design-head {
        margin-bottom: 30px;
        width: 100%;
    }
    .banner-design-head h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-design-head h2 br {
        display: none;
    }
    .banner-design-box2 .design-box2-text h4 {
        font-size: 20px;
        line-height: 0px;
    }
    .banner-design-box2 .design-box2-text {
        top: 10%;
        left: -40px;
    }
    .banner-design-box3 .design-box3-text h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .banner-design-box3 .design-box3-text h4 span {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-design-wrap .website-main-buttons a.read-more-btn {
        font-size: 21px;
        line-height: 28px;
        width: 100%;
    }
    .how-work-wrap .how-work-content{
        margin-bottom: 20px;
    }
    .how-work-content span {
        text-align: center;
    }
    .how-work-content h2 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
        margin-top: 10px;
    }
    .how-work-content p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .work-box-content h3 {
        font-size: 19px;
        line-height: 26px;
    }
    .work-box-content p {
        font-size: 16px;
        line-height: 23px;
    }
    .work-box-icon img {
        width: 55px;
        margin-bottom: 20px;
    }
    .how-work-wrap .how-work-box {
        margin-bottom: 15px;
        gap: 10px;
    }
    .testi-main-wrap .testi-main-content{
        width: 100%;
        margin-bottom: 20px;
    }
    section.testi-main-wrap {
        padding: 50px 0px;
    }
    .testi-main-content h2 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
        margin-bottom: 10px;
    }
    .testi-main-content p{
        text-align: center;
    }
    .testi-slide-content h4 {
        font-size: 24px;
        line-height: 31px;
    }
    .trending-design-wrap .trending-design-head {
        margin-bottom: 30px;
        width: 100%;
    }
    .trending-design-head h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .trending-design-inner .trending-design-box {
        margin-bottom: 20px;
    }
    .trending-box-content h4 {
        font-size: 17px;
        line-height: 27px;
    }
    section.design-process-wrap .row{
        flex-direction: column-reverse;
    }
    .design-process-content h2 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 15px;
    }
    .design-process-content p {
        font-size: 18px;
        text-align: center;
        line-height: 25px;
    }
    .faqs-sec-head h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .faqs-sec-wrap .faqs-sec-head {
        margin: 0;
        width: 100%;
    }
    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 15px;
        line-height: 22px;
    }
    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 15px;
        line-height: 22px;
    }
    .expert-develop-box.expert-box-lst {
        width: 100%;
    }
    .design-service-wrap .design-service-box {
        min-height: 400px;
        max-height: 400px;
    }
    section.why-choose-motion-main-sec .y-chose-heading-dv {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    section.why-choose-motion-main-sec::after {
        display: none;
    }
    section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv h2 {
        font-size: 20px;
        line-height: 30px;
    }
    section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
        max-height: 300px;
        min-height: 300px;
        margin-bottom: 20px;
    }
    .expert-develop-box h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .banner-design-box2 img {
        margin-bottom: 30px;
        min-height: auto;
        max-height: max-content;
    }
    .banner-design-box3 img {
        min-height: auto;
        max-height: max-content;
    }
    .how-work-wrap .how-work-box {
        display: block;
        text-align: center;
    }
    section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }
    /**************************************************************************
     --------------- Home Page Folds Responsive Css End Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     --------------- About Page Folds Responsive Css Start Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    .banner-main-about {
        width: 100%;
        margin: auto;
    }
    section.banner-main-sec-about {
        padding-top: 130px;
    }
    .banner-main-about h1 span {
        font-size: 25px;
        line-height: 32px;
    }
    .banner-main-about h1 {
        font-size: 32px;
        line-height: 42px;
        text-align: left;
        margin-bottom: 20px;
    }
    .banner-main-about h1::after {
        margin: 0 auto;
    }
    .banner-main-about p {
        text-align: left;
        font-size: 15px;
        line-height: 27px;
    }
    .count-main .count-content-main {
        width: 100%;
    }
    .count-main .count-content-main h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .count-main .count-content-main p.count-content {
        font-size: 16px;
        line-height: 23px;
    }
    .count-num-main span {
        font-size: 35px;
        line-height: 42px;
        color: #b1b1b1;
        font-weight: 700;
    }
    .count-num-main .counter, .count-num-main span:nth-child(3) {
        color: #000;
        font-size: 40px;
        line-height: 47px;
    }
    .count-num-main .counter, .count-num-main span:nth-child(3) {
        color: #000;
        font-size: 40px;
        line-height: 47px;
    }
    .better-work-cont-main {
        text-align: center;
        margin-bottom: 20px;
    }
    section.work-better-sec-main .better-work-cont-main h2 {
        font-size: 25px;
        line-height: 32px;
    }
    section.work-better-sec-main:before {
        display: none;
    }
    section.work-better-sec-main:after {
        display: none;
    }
    section.work-better-sec-main .better-work-content-card {
        min-height: auto;
    }
    section.work-better-sec-main .better-work-content-card .better-card-content h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .better-work-card-2 {
        margin-top: 0;
    }
    .better-work-card-4 {
        margin-top: 0;
    }
    .our-core-cont-main {
        text-align: center;
    }
    section.main-our-core .our-core-cont-main h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    section.main-our-core .our-core-cont-main .inner-cont-our-core h3 {
        font-size: 22px;
        line-height: 29px;
    }
    section.main-our-core .our-core-cont-main .inner-cont-our-core p {
        font-size: 17px;
        line-height: 24px;
    }
    .our-core-img-main {
        display: flex;
        justify-content: center;
    }
    .our-core-img-main img {
        width: 40%;
    }
    section.our-why-sec-main .our-why-content-main {
        width: 100%;
    }
    section.our-why-sec-main .our-why-content-main h3 {
        font-size: 30px;
        line-height: 37px;
    }
    section.our-why-sec-main .our-why-content-main p {
        text-align: center;
        font-size: 16px;
        line-height: 23px;
    }
    section.our-how-sec-main {
        padding: 50px 0px;
    }
    section.our-how-sec-main .our-how-content-main {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    section.our-how-sec-main .our-how-content-main h2 {
        font-size: 30px;
        line-height: 37px;
    }
    section.our-how-sec-main .our-how-content-main p {
        font-size: 16px;
        line-height: 23px;
    }
    section.our-how-sec-main .our-how-icon-main .our-how-icon-content img {
        width: 40px;
        height: 40px;
    }
    section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv h4 {
        font-size: 22px;
        line-height: 29px;
    }
    section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv p {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
    }
    section.our-how-sec-main:after {
        display: none;
    }
    /**************************************************************************
     --------------- About Page Folds Responsive Css End Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     --------------- Solution Page Folds Responsive Css Start Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    .banner-main-solution {
        text-align: center;
        width: 100%;
    }
    .banner-main-solution h1 {
        font-size: 22px;
        line-height: 29px;
    }
    .banner-main-solution h1 span {
        font-size: 16px;
        line-height: 23px;
    }
    section.file-revission-sec-main .file-revission-heading-dv h2 {
        font-size: 25px;
        line-height: 32px;
    }
    section.file-revission-sec-main .file-revission-heading-dv p {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }
    .file-revis-tabs {
        padding: 30px;
    }
    .file-revis-tabs ul {
        justify-content: center;
    }
    .file-revis-tabs ul li.nav-item {
        margin-bottom: 15px;
    }
    .file-revis-tabs .accordion-item .tabs-content-dv {
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .file-revis-tabs .accordion-item .tabs-content-dv h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .file-revis-tabs .accordion-item .tabs-content-dv p {
        font-size: 17px;
        line-height: 24px;
    }
    section.Endless-sec-main {
        padding: 50px 0px;
    }
    .testi-solutions-slides .testi-slide-box .testi-slide-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .endless-content-dv h2 {
        font-size: 22px;
        line-height: 29px;
        margin-top: 20px;
        text-align: center;
    }
    .endless-content-dv p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    .endless-content-dv .endless-btn-dv a {
        width: 100%;
        display: block;
        text-align: center;
    }
    section.card-sol-design-main-sec .card-sol-design p {
        font-size: 16px;
        line-height: 23px;
    }
    section.card-sol-design-main-sec .card-sol-design {
        margin-top: 20px;
    }
    section.faq-sec-solutions-main {
        padding-top: 0;
        text-align: center;
    }
    .faq-sec-solutions-main .faq-content-heading-dv h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .faq-sec-solutions-main .faq-content-heading-dv p {
        font-size: 17px;
        line-height: 24px;
    }
    .faqs-sec-item-solution .accordion-item {
        width: 100%;
    }
    .faqs-sec-item-solution .accordion-item button.accordion-button.collapsed {
        font-size: 16px;
        line-height: 23px;
    }
    .faq-sec-solutions-main .faq-sec-image {
        justify-content: center;
    }
    .faq-sec-solutions-main .faq-sec-image img {
        width: 90%;
    }
    section.platform-sec-main-dv .platfrom-sec-content-dv h2 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
        margin-top: 20px;
    }
    section.platform-sec-main-dv .platfrom-sec-content-dv p {
        padding: 0;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }
    .platform-sec-main-dv .platfrom-sec-content-dv .website-main-buttons {
        margin: 20px 0px;
    }
    .platform-sec-main-dv .platform-sec-img:before {
        display: none;
    }
    
    /**************************************************************************
     --------------- Solution Page Folds Responsive Css End Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     --------------- Portfolio Page Folds Responsive Css Start Here ----------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    section.portfolio-ban-sec {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    section.portfolio-ban-sec:after , section.portfolio-ban-sec:before {
        display: none;
    }
    section.portfolio-ban-sec .portfolio-main-content-dv h1 {
        font-size: 28px;
        line-height: 35px;
    }
    section.portfolio-ban-sec .portfolio-main-content-dv h3 {
        font-size: 24px;
        line-height: 30px;
    }
    section.portfolio-ban-sec .portfolio-main-content-dv p {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }
    section.portfolio-tab-section-main .port-tab-title-dv {
        display: block;
        text-align: center;
    }
    section.portfolio-tab-section-main .portfolio-tab-inner-wrap {
        margin-top: 10px;
    }
    section.portfolio-tab-section-main .port-tab-title-dv {
        display: block;
        text-align: center;
    }
    section.portfolio-tab-section-main .port-tab-title-dv h3 {
        font-size: 22px;
        line-height: 29px;
        margin: 0;
    }
    .portfolio-publish-tablist-item img {
        height: auto;
        margin-bottom: 20px;
    }
    section.compaign-assets-sec-main .compaign-assets-content-dv h2 {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }
    section.compaign-assets-sec-main .compaign-assets-content-dv p {
        font-size: 17px;
        line-height: 23px;
        text-align: center;
    }
    section.compaign-assets-sec-main .compaign-assets-content-dv {
        margin-bottom: 20px;
    }
    .compaign-videos-sec-main .compaign-videos-inner-wrap:before {
        display: none;
    }
    .inner-video img.video-poster {
        height: auto;
    }
    .compaign-videos-sec-main .compaign-videos-inner-wrap .compaign-vids-content-dv {
        margin-bottom: 20px;
    }
    section.compaign-videos-sec-main .compaign-vids-content-dv h2 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
    }
    section.compaign-videos-sec-main .compaign-vids-content-dv p {
        text-align: center;
        font-size: 17px;
        line-height: 24px;;
    }
    section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons {
        display: block;
    }
    section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons button.popup-btn {
        margin-bottom: 20px;
    }
    section.second-port-tab-main .second-port-content-dv h3 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
    }
    section.partnership-sec-portfolio-dv .partnership-content-dv p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }
    section.partnership-sec-portfolio-dv {
        padding-top: 20px;
    }
    section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }
    section.sill-sec-port-main {
        padding-bottom: 20px;
    }
    .sill-sec-port-main .still-sec-content-dv h2 {
        font-size: 25px;
        line-height: 32px;
        margin-top: 20px;
        text-align: center;
    }
    .sill-sec-port-main .still-sec-content-dv p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    /**************************************************************************
     --------------- Portfolio Page Folds Responsive Css End Here ----------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     --------------- Blog Page Folds Responsive Css Start Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    .blog-banner-content h1 {
        font-size: 100px;
        line-height: 110px;
    }
    section.blog-banner-wrap {
        padding-top: 120px;
        text-align: center;
        padding-bottom: 50px;
    }
    .blog-banner-wrap .blog-banner-content {
        margin-bottom: 20px;
    }
    .banner-box-content span.tag-date {
        margin-top: 0;
    }
    .blog-items-content .tag-date {
        margin-top: 0;
    }
    .blog-items-box .blog-items-content {
        text-align: center;
    }
    .blog-newsletter-content h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .blog-newsletter-content span {
        font-size: 20px;
        line-height: 27px;
    }
    .blog-newsletter-content p {
        font-size: 17px;
        line-height: 24px;
    }
    .blog-newsletter-box .blog-newsletter-form {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }
    .blog-newsletter-form h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .blog-newsletter-form .form-group button.submit-btn {
        width: 100%;
    }
    .blog-items-inner .blog-newsletter-box {
        display: block;
        margin: 0px 0px 50px;
    }
    .blog-newsletter-box .multi-color-border {
        width: 100%;
        text-align: center;
        background: transparent;
        min-height: auto;
        max-height: fit-content;
    }
    .blog-items-content h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .easy-communi-wrap.easy-communi-blog {
        padding-top: 0;
    }
    /**************************************************************************
     --------------- Blog Page Folds Responsive Css End Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /*Footer Contact Form Section Responsive Css Start Here*/
    section.footer-contact-wrap{
        padding: 30px 0;
    }
    .footer-contact-wrap .footer-contact-form-head{
        margin: 0 0 30px;
    }
    .footer-contact-form form{
        flex-direction: column;
    }
    .footer-contact-form .form-group{
        margin: 0 auto 10px;
        width: 90%;
        text-align: center;
    }
    .footer-contact-form .form-group button.submit-btn{
        margin: 0 auto;
    }
    /*Footer Contact Form Section Responsive Css End Here*/
    
    /**************************************************************************
     --------------- Home Page Folds Responsive Css End Here ------------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     ---------------- About Main Page Responsive Css Start Here ---------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /* About Info Section Responsive Css Start Here */
    .about-info-wrap .about-info-head{
        margin: 0 0 20px;
    }
    .about-info-wrap .about-info-content{
        text-align: center;
    }
    /* About Info Section Responsive Css End Here */
    
    /**************************************************************************
     ----------------- About Main Page Responsive Css End Here ----------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     ---------------- Contact Main Page Responsive Css Start Here -------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    section.form-contact-sec-main .contact-form-dv p {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    section.form-contact-sec-main .contact-form-dv h2 {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
    }
    section.form-contact-sec-main .contact-form-dv .from-text p br {
        display: none;
    }
    section.form-contact-sec-main .contact-form-dv .from-text p {
        font-size: 16px;
        line-height: 23px;
    }
    .crd-sec-dv {
        text-align: center;
        margin-bottom: 22px;
    }
    section.cont-info-det .crd-sec-dv p {
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }
    section.cta-sec-contact .cta-sec-content-dv h2 {
        font-size: 21px;
        line-height: 28px;
    }
    section.cta-sec-contact .cta-sec-content-dv {
        width: 100%;
    }
    section.cta-sec-contact .cta-sec-content-dv .website-main-buttons button.btn-contact {
        padding: 7px 25px;
        width: 100%;
        margin-bottom: 20px;
    }
    section.cont-info-det .crd-sec-dv .cont-btn a {
        justify-content: center;
        right: 0;
        left: 0;
        /*display: none;*/
    }
    section.reviws-sec-contact .reviews-log-img-dv img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    section.cta-sec-contact {
        padding: 50px 0px;
    }
    section.form-contact-sec-main .contact-form-dv {
        padding: 20px;
    }
    .contact-form-main .website-main-buttons {
        display: block;
    }
    .contact-form-main button.btn.popup-btn {
        margin-bottom: 15px;
        width: 100%;
    }
    section.cont-info-det .crd-sec-dv h3 {
        font-size: 32px;
        line-height: 28px;
    }
    section.cta-sec-contact .cta-sec-content-dv .website-main-buttons {
        display: block;
    }
    /**************************************************************************
     ----------------- Contact Main Page Responsive Css End Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     -----------------Presentation Page Responsive Css Start Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    .present-foc .focus-box .focus-box-icon img {
        width: 60px;
    }
    .present-foc .focus-box .focus-box-content h3 {
        font-size: 19px;
        line-height: 26px;
        margin-top: 20px;
    }
    .present-foc .focus-box .focus-box-content p {
        padding: 0;
    }
    .present-foc.focus-wrap .focus-content h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .present-foc.focus-wrap .focus-content p {
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
    section.focus-wrap.present-foc {
        padding-bottom: 0;
    }
    section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }
    .present-des-sec-inner-head .present-content-dv {
        text-align: center;
        margin-bottom: 0;
    }
    section.present-design-sec-main .present-content-dv h2 {
        font-size: 21px;
        line-height: 28px;
    }
    section.present-design-sec-main:before {
        right: -100px;
        opacity: 0.4;
    }
    section.present-design-sec-main .present-content-dv p {
        padding-right: 0px;
    }
    .present-des-sec-inner-head .present-content-dv .website-main-buttons {
        margin-top: 20px;
    }
    .present-des-sec-inner-wrap .present-box-card-dv {
        min-height: 250px;
        text-align: center;
        padding: 30px 15px;
    }
    section.premium-plus-sec-main .premium-plus-sec-inner-wrap {
        padding: 0px 0px 20px;
    }
    .presentation-plus-img-dv img {
        width: 100%;
    }
    .presentation-plus-img {
        margin: 0;
    }
    .premium-plus-sec-main .premium-plus-content-dv {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .premium-plus-sec-main .premium-plus-content-dv h2 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .premium-plus-sec-main .premium-plus-content-dv p {
        font-size: 18px;
        line-height: 25px;
    }
    .present-des-sec-inner-wrap .present-box-card-dv h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .present-des-sec-inner-wrap .present-box-card-dv p {
        font-size: 16px;
        line-height: 23px;
    }
    .present-foc.focus-wrap .focus-box {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .banner-main-sec-presentation .banner-main-presentation-img img {
        width: 100%;
    }
    .banner-main-sec-presentation .banner-main-presentation-img {
        margin: 60px 0px 0px;
        justify-content: center;
    }
    .focus-content {
        text-align: center;
        margin-bottom: 20px;
    }
    .banner-main-solution h1::after {
        margin: 0 auto;
    }
    .testi-slide-box {
        text-align: center;
    }
    section.presentation-testimonais-slide .testi-slide-content p {
        font-size: 17px;
        line-height: 24px;
    }
    section.presentation-testimonais-slide .testi-title-dv {
        display: block;
        margin-top: 20px;
    }
    section.presentation-testimonais-slide .testi-title-dv p {
        font-size: 17px;
        line-height: 24px;
    }
    section.presentation-testimonais-slide .testi-title-dv p br , .present-foc.focus-wrap .focus-content h2 br{
        display: none;
    }
    /**************************************************************************
     -----------------Presentation Page Responsive Css End Here --------------
     --------------------------------------------------------------------------
     **************************************************************************/
    
     /**************************************************************************
     -----------------Graphic Design Page Responsive Css Start Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    .graphic-box .focus-box .focus-box-content p {
        padding: 0;
    }
    .graphic-box .focus-box .focus-box-icon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .graphic-box .focus-box .focus-box-content h3 {
        font-size: 21px;
        line-height: 28px;
    }
    section.focus-wrap.graphic-box {
        padding-bottom: 0;
    }
    section.graphic-team-sec-main .graph-team-content-dv h2 {
        font-size: 21px;
        line-height: 28px;
    }
    section.graphic-team-sec-main .graph-team-content-dv p {
        font-size: 18px;
        line-height: 25px;
    }
    .graph-team-img-dv img {
        width: 40%;
    }
    .graph-team-img-dv {
        justify-content: center;
    }
    section.graphic-team-sec-main {
        padding-top: 0;
    }
    .graphic-box .focus-content h2 {
        font-size: 22px;
        line-height: 29px;
    }
    .graphic-box .focus-content p {
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
    section.lat-present-design-sec-main {
        padding-top: 0px;
    }
    .banner-main-graphic-img img {
        width: 100%;
        margin-top: 30px;
    }
    section.focus-wrap.graphic-box .focus-box {
        display: block;
        text-align: center;
    }
    section.presentation-testimonais-slide .testi-slide-content p {
        font-size: 17px;
        line-height: 24px;
    }
    .graph-testi {
        display: block !important;
        text-align: center;
    }
    .graph-testi .testi-author-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .graph-team-content-dv {
        text-align: center;
        margin-bottom: 20px;
    }
    section.premium-plus-sec-main .premium-plus-img-dv img {
        width: 100%;
    }
    section.premium-plus-sec-main .premi-plus-img {
        padding: 15px;
    }
    /**************************************************************************
     -----------------Graphic Design Page Responsive Css End Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     -----------------illustration Page Responsive Css Start Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    section.banner-main-sec-illustration {
        padding-top: 130px;
        padding-bottom: 0;
    }
    .banner-main-sec-illustration .banner-main-illustration-img {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    section.how-work-wrap.elevate-sec-main .how-work-content p {
        font-size: 19px;
        line-height: 26px;
    }
    section.how-work-wrap.elevate-sec-main .work-box-content p {
        padding: 0;
        font-size: 17px;
        line-height: 24px;
    }
    section.children-sec-main .child-help-sec-content h2 {
        font-size: 25px;
        line-height: 32px;
    }
    section.comparison-sec-main .com-title-dv h2 {
        font-size: 20px;
        line-height: 27px;
    }
    section.comparison-sec-main .com-para-dv p {
        width: 100%;
    }
    section.comparison-sec-main .comparison-content-dv ul li {
        font-size: 17px;
        line-height: 24px;
    }
    section.how-work-wrap.elevate-sec-main .how-work-content h2 {
        font-size: 25px;
        line-height: 32px;
    }
    section.comparison-sec-main .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6:nth-child(2) .comparison-content-dv {
        border: none;
    }
    section.premium-plus-sec-main .premium-plus-img-dv img {
        width: 100%;
        padding-left: 15px;
    }
    .slider-inner-wraps-illustrations .slide-illustration-title-dv h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .slider-inner-wraps-illustrations .slide-illustration-title-dv p {
        font-size: 18px;
        line-height: 24px;
    }
    section.slider-sec-illustration {
        padding-bottom: 0;
    }
    section.how-work-wrap.elevate-sec-main .how-work-content h2 br {
        display: none;
    }
    section.children-sec-main .child-help-sec-content {
        width: 100%;
        text-align: center;
    }
    section.children-sec-main .child-help-sec-content span {
        font-size: 18px;
        line-height: 25px;
    }
    /**************************************************************************
     -----------------illustration Page Responsive Css End Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /**************************************************************************
     -----------------Motion Design Page Responsive Css Start Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    section.why-choose-motion-main-sec:after {
        left: 250px;
    }
    section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
        font-size: 19px;
        line-height: 26px;
    }
    section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
        font-size: 22px;
        line-height: 29px;
    }
    section.why-choose-motion-main-sec .why-chose-crd-dv {
        max-height: 370px;
        min-height: 370px;
        margin-bottom: 20px;
        text-align: center;
    }
    section.why-choose-motion-main-sec .why-chose-crd-dv p {
        width: 100%;
    }
    section.motion-faqs-sec-wrap {
        padding-top: 0;
    }
    section.motion-sec-design-main .motion-cards-dv h4 {
        font-size: 24px;
        line-height: 31px;
    }
    .focus-box .focus-box-content p {
        padding: 0;
    }
    .focus-box .focus-box-icon img {
        width: 70px;
    }
    .motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
        height: 230px;
    }
    section.motion-sec-design-main .what-can-sec-head h2 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .motion-faqs-sec-wrap .motion-faq-dv {
        margin-top: 20px;
    }
    .motion-faqs-sec-wrap .motion-faq-dv .accordion-dv p.accordion-text {
        width: 100%;
    }
    .motion-faqs-sec-wrap .motion-faq-dv .accordion-dv {
        height: 300px;
        text-align: center;
    }
    .focus-wrap .focus-content h2 br {
        display: none;
    }
    .focus-box .focus-box-content h3 {
        font-size: 21px;
        line-height: 28px;
        margin-top: 20px;
    }
    .motion-premium .row {
        flex-direction: column-reverse;
    }
    section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap {
        padding-bottom: 0;
    }
    section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap img {
        padding: 20px 0px 0px;
    }
    .focus-wrap .focus-content p {
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }
    section.motion-sec-design-main .motion-cards-dv {
        text-align: center;
    }
    section.motion-faqs-sec-wrap .motion-faqs-sec-head h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .motion-faqs-sec-wrap .motion-faq-dv .accordion-dv span.dvider-fq {
        margin: 0 auto;
    }
    section.premium-plus-sec-main.motion-premium .premi-plus-img {
        padding: 0;
    }
    .focus-wrap .focus-content h2 {
        font-size: 21px;
        line-height: 28px;
    }
    
    .focus-wrap .focus-box {
        display: block;
        text-align: center;
    }
    
    .motion-faqs-sec-wrap .motion-faq-dv .accordion-dv h2.accordion-heading {
        font-size: 17px;
        line-height: 24px;
    }
    /**************************************************************************
     -----------------Motion Design Page Responsive Css End Here --------------
     --------------------------------------------------------------------------
    **************************************************************************/
    
    /* Footer Responsive Css Start Here */
    .footer-top .footer-links-area{
        text-align: center;
    }
    .footer-links-area ul.footer-nav-links{
        flex-wrap: inherit;
        min-height: inherit;
        max-height: inherit;
        margin: 0 0 20px;
    }
    .footer-top .footer-disclaimer-area{
        text-align: center;
    }
    .footer-top .footer-disclaimer-area ul.social-list{
        justify-content: center;
    }
    .footer-bottom .footer-copyright{
        text-align: center;
        margin: 0 0 10px;
    }
    .footer-bottom-links ul{
        justify-content: center;
    }
    .footer-bottom-links ul li{
        margin: 0 10px 0 0;
    }
    .footer-links-area .newsletter-form {
        text-align: left;
    }
    .newsletter-form form .form-group {
    }
    .newsletter-form form .form-group button.submit-btn {
        position: unset;
        width: 100%;
        margin-top: 20px;
    }
    .footer-links-area h4 , .footer-links-area ul.footer-nav-links a , .footer-links-area ul.footer-info-list li{
        text-align: left;
    }
    footer.footer-main-sec .footer-links-area {
        margin-top: 20px;
    }
    /* Footer Responsive Css End Here */
    }

@media only screen and (min-width: 300px) and (max-width: 575px){
    .banner-slider {
    top: 0rem;
}
    section.affiliate_services ul img {

    padding: 10px 0;
    }
    .inner-freelance-hide-main .inner-freelane-total-wrap p, section.children-sec-main .child-help-sec-content {
    width: 84%;
}
.thankyoucontent h1 {
    font-size: 62px;
    padding: 19px 0 0 0;
}
    .inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell .calc-cost-text {
    font-size: 17px;
}
.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box {
    width: 100%;
}
.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box .calc-cost-cell {
    padding-top: 5px;
    padding-bottom: -3px;
    width: 106%;
}
.inner-freelance-hide-main .inner-freelane-total-wrap .calc-cost-box {

    width: 100%;
}
.auto-inner-content {
    text-align: center;
}
.iner-head-pricing h3, .inner-freelance-hide-main .inner-freelane-total-wrap h3 {
    font-size: 30px;
}
.inner-free-from-wrap h2 {
    font-size: 29px;
    line-height: 37px;
    width: 100%;
}
.inner-free-from-wrap .inner-input-dv ,.select-country-wrap select{
    width: 100%;
}
section.auto-pro-sec-main .auto-inner-content p {
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.team-sc-slide-content .testi-slide-box .testi-slide-content h4 {

    text-align: left;
}
section.team-scale-main-sec .team-scale-inner-head h3 {
    font-size: 28px;
}
section.main-banner-power .inner-pow-banner-head h1 {
    font-size: 57px;
    line-height: 70px;

}
/*iframe{*/
/*        height: 26% !important ;*/

/*}*/
.comparison-table-right table thead tr th h5 {
    font-size: 16px;
    padding: 6px 1px;
    
}
.comparison-table-right table tbody tr td .table-list-text span {

    font-size: 12px;
    line-height: 19px;

}
.brands-item-img img {
    height: 22px;
}
.tabs-slide-content-dv{
    padding:20px 0;
}
.pack-tab-slider-content .website-main-buttons button.popup-btn {

    display: none;
}
.des-out-content-wrap .des-out-lst-dv .des-out-lst-content .des-out-lst h3 {
    font-size: 21px !Important;
    
    }
section.design-output .des-out-inner-wrap .des-out-content-wrap h2 {
    font-size: 26px;
    line-height: 42px;
}
.inner-calculator-wrap {
    margin: 0 1rem;
}
    section.affiliate_services ul {
    /* flex-direction: column; */
}
    section.affiliate_services {
    padding: 22px 0;
}
.float-btn {
    
    display: none;
}
section.main-bann-sec-pricing .banner-head-content-pric h1 {
    font-size: 44px;
    line-height: 51px;
}
section.main-bann-sec-pricing .banner-head-content-pric p {
    width: 100%;
    font-size: 15px;
}
section.main-bann-sec-pricing {
    padding: 46px 0 200px;
}
/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 36px;
    line-height: 44px;
}
h2{
    font-size: 32px;
    line-height: 40px;
}
h3{
    font-size: 32px;
    line-height: 40px;
}
h4{
    font-size: 20px !important;
    line-height: 27px;
}
p{
    font-size: 17px !important;
    line-height: 31px !IMPORTANT;
    text-align: left;
}
li{
    font-size: 14px;
    line-height: 20px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    margin: 0 auto 9px;
    width: 100%;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar{
    padding: 10px 10px;
    align-items: center;
    justify-content: space-between;
}
header nav.navbar .navbar-brand .logo{
    width: 100px;
}
header .navbar-toggler{
    display: block;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 0 0;
    background: #121212;
    width: 100%;
}
header .navbar-collapse .navbar-top-nav{
    display: none;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    padding: 10px 0px;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    position: unset;
    width: 100%;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    display: block !IMPORTANT;
    background: #ffffff;
}
header .navbar-nav .nav-item a.nav-link.dropdown-toggle.show ul.dropdown-menu{
    display: block;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.show{
    display: block;
}
header.sticky nav.navbar .navbar-buttons{
    padding: 10px 0;
}
header nav.navbar .navbar-buttons button.popup-btn{
    margin: 0;
}
header .navbar-expand-lg .navbar-collapse.collapse.show ul li a.nav-link, header .navbar-expand-lg .navbar-collapse.collapsing ul li a.nav-link {
    color: white;
}
/* Custom Menu Area Responsive Css Start */
header .navbar-main-nav .custom-menu-area{
    display: none;
}
/* Custom Menu Area Responsive Css End */

/*Header Responsive Css End Here*/
.count-num-main span {
    font-size: 21px;
    line-height: 42px;
    color: #b1b1b1;
    font-weight: 700;
}
.count-num-main .counter, .count-num-main span:nth-child(3) {
    color: #000;
    font-size: 26px !important;
    line-height: 47px !important;
}
/**************************************************************************
    --------------- Home Page Folds Responsive Css Start Here ----------------
    --------------------------------------------------------------------------
**************************************************************************/
.banner-main-content h1 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: left;
}
.banner-main-content h1 span {
    font-size: 20px;
    line-height: 30px;
}
.banner-main-content h1::after {
    margin: 0 auto;
    display: none;
}
.banner-main-content p {
    font-size: 20px;
    line-height: 29px;
    text-align: left;
}
.banner-main-img img {
    margin-left: 0;
    margin-top: 20px;
}
.bandown-brands-inner h3 {
    font-size: 19px;
    line-height: 26px;
}
section.expert-develop-wrap {
    padding: 50px 0px;
}
.expert-develop-wrap .expert-develop-head {
    margin-bottom: 20px;
}
.expert-develop-head h2 {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    margin: 0;
}
.expert-develop-head h2 span {
    display: unset;
}
.expert-develop-inner span {
    font-size: 22px;
    line-height: 29px;
}
.expert-develop-inner p br {
    display: none;
}
section.simplify-design-wrap {
    padding: 50px 0px;
}
.simplify-design-content h2 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 10px;
}
.simplify-design-content p {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}
.simplify-design-content::after {
    display: none;
}
.simplify-design-img img {
    margin-top: 40px;
}
.design-service-wrap .design-service-head {
    width: 100%;
}
.design-service-head h2 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
.design-service-head p{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.design-service-box h4 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.design-service-box p {
    text-align: center;
}
section.design-service-wrap {
    padding: 50px 0px;
    background-position: center;
}
.easy-communi-wrap .easy-communi-inner {
    display: block;
}
.easy-communi-inner .easy-communi-box{
    margin-bottom: 20px;
}
.easy-communi-wrap .easy-communi-inner .easy-communi-box h2 {
    font-size: 30px;
    line-height: 37px;
}
.case-study-wrap .case-study-content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.case-study-img::after {
    display: none;
}
.case-study-content h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.case-study-content p {
    font-size: 18px;
    line-height: 25px;
}
section.case-study-wrap {
    padding: 30px 0px;
}
section.banner-design-wrap {
    padding: 0px 0px 50px;
}
.banner-design-wrap .banner-design-head {
    margin-bottom: 30px;
    width: 100%;
}
.banner-design-head h2 {
    font-size: 24px;
    line-height: 32px;
}
.banner-design-head h2 br {
    display: none;
}
.banner-design-box2 .design-box2-text h4 {
    font-size: 20px;
    line-height: 0px;
}
.banner-design-box2 .design-box2-text {
    top: 10%;
    left: -40px;
}
.banner-design-box3 .design-box3-text h4 {
    font-size: 17px;
    line-height: 24px;
}
.banner-design-box3 .design-box3-text h4 span {
    font-size: 30px;
    line-height: 40px;
}
.banner-design-wrap .website-main-buttons a.read-more-btn {
    font-size: 21px;
    line-height: 28px;
    width: 100%;
}
.how-work-wrap .how-work-content{
    margin-bottom: 20px;
}
.how-work-content span {
    text-align: center;
}
.how-work-content h2 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-top: 10px;
}
.how-work-content p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.work-box-content h3 {
    font-size: 19px;
    line-height: 26px;
}
.work-box-content p {
    font-size: 16px;
    line-height: 23px;
}
.work-box-icon img {
    width: 55px;
    margin-bottom: 20px;
}
.how-work-wrap .how-work-box {
    margin-bottom: 15px;
    gap: 10px;
}
.testi-main-wrap .testi-main-content{
    width: 100%;
    margin-bottom: 20px;
}
section.testi-main-wrap {
    padding: 50px 0px;
}
.testi-main-content h2 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
}
.testi-main-content p{
    text-align: center;
}
.testi-slide-content h4 {
    font-size: 24px;
    line-height: 31px;
}
.trending-design-wrap .trending-design-head {
    margin-bottom: 30px;
    width: 100%;
}
.trending-design-head h2 {
    font-size: 26px;
    line-height: 33px;
}
.trending-design-inner .trending-design-box {
    margin-bottom: 20px;
}
.trending-box-content h4 {
    font-size: 17px;
    line-height: 27px;
}
section.design-process-wrap .row{
    flex-direction: column-reverse;
}
.design-process-content h2 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 15px;
}
.design-process-content p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.faqs-sec-head h2 {
    font-size: 20px;
    line-height: 27px;
}
.faqs-sec-wrap .faqs-sec-head {
    margin: 0;
    width: 100%;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 15px;
    line-height: 22px;
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 15px;
    line-height: 22px;
}
.expert-develop-box.expert-box-lst {
    width: 100%;
}
.design-service-wrap .design-service-box {
    min-height: 400px;
    max-height: fit-content;
}
section.why-choose-motion-main-sec .y-chose-heading-dv {
    width: 100%;
    text-align: center;
    padding-left: 0;
}
section.why-choose-motion-main-sec::after {
    display: none;
}
section.home-sec-why.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 20px;
    line-height: 30px;
}
section.home-sec-why.why-choose-motion-main-sec .why-chose-crd-dv {
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 20px;
}
.expert-develop-box h3 {
    font-size: 17px;
    line-height: 27px;
}
.banner-design-box2 img {
    margin-bottom: 30px;
    min-height: auto;
    max-height: max-content;
}
.banner-design-box3 img {
    min-height: auto;
    max-height: max-content;
}
.how-work-wrap .how-work-box {
    display: block;
    text-align: center;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 20px;
    line-height: 27px;
}
/**************************************************************************
    --------------- Home Page Folds Responsive Css End Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    --------------- About Page Folds Responsive Css Start Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

.banner-main-about {
    width: 100%;
    margin: auto;
}
section.banner-main-sec-about {
    padding-top: 130px;
}
.banner-main-about h1 span {
    font-size: 25px;
    line-height: 32px;
}
.banner-main-about h1 {
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 20px;
}
.banner-main-about h1::after {
    margin: 0 auto;
}
.banner-main-about p {
    text-align: left;
    font-size: 15px;
    line-height: 27px;
}
.count-main .count-content-main {
    width: 100%;
}
.count-main .count-content-main h2 {
    font-size: 22px;
    line-height: 32px;
}
.count-main .count-content-main p.count-content {
    font-size: 16px;
    line-height: 23px;
}
.better-work-cont-main {
    text-align: center;
    margin-bottom: 20px;
}
section.work-better-sec-main .better-work-cont-main h2 {
    font-size: 25px;
    line-height: 32px;
}
section.work-better-sec-main:before {
    display: none;
}
section.work-better-sec-main:after {
    display: none;
}
section.work-better-sec-main .better-work-content-card {
    min-height: auto;
}
section.work-better-sec-main .better-work-content-card .better-card-content h3 {
    font-size: 20px;
    line-height: 27px;
}
.better-work-card-2 {
    margin-top: 0;
}
.better-work-card-4 {
    margin-top: 0;
}
.our-core-cont-main {
    text-align: center;
}
section.main-our-core .our-core-cont-main h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
}
section.main-our-core .our-core-cont-main .inner-cont-our-core h3 {
    font-size: 22px;
    line-height: 29px;
}
section.main-our-core .our-core-cont-main .inner-cont-our-core p {
    font-size: 17px;
    line-height: 24px;
}
.our-core-img-main {
    display: flex;
    justify-content: center;
}
.our-core-img-main img {
    width: 40%;
}
section.our-why-sec-main .our-why-content-main {
    width: 100%;
}
section.our-why-sec-main .our-why-content-main h3 {
    font-size: 30px;
    line-height: 37px;
}
section.our-why-sec-main .our-why-content-main p {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}
section.our-how-sec-main {
    padding: 50px 0px;
}
section.our-how-sec-main .our-how-content-main {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
section.our-how-sec-main .our-how-content-main h2 {
    font-size: 30px;
    line-height: 37px;
}
section.our-how-sec-main .our-how-content-main p {
    font-size: 16px;
    line-height: 23px;
}
section.our-how-sec-main .our-how-icon-main .our-how-icon-content img {
    width: 40px;
    height: 40px;
}
section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv h4 {
    font-size: 22px;
    line-height: 29px;
}
section.our-how-sec-main .our-how-icon-main .our-how-icon-content .icon-content-dv p {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
}
section.our-how-sec-main:after {
    display: none;
}
/**************************************************************************
    --------------- About Page Folds Responsive Css End Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    --------------- Solution Page Folds Responsive Css Start Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

.banner-main-solution {
    text-align: center;
    width: 100%;
}
.banner-main-solution h1 {
    font-size: 22px;
    line-height: 29px;
}
.banner-main-solution h1 span {
    font-size: 16px;
    line-height: 23px;
}
section.file-revission-sec-main .file-revission-heading-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
section.file-revission-sec-main .file-revission-heading-dv p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.file-revis-tabs {
    padding: 30px;
}
.file-revis-tabs ul {
    justify-content: center;
}
.file-revis-tabs ul li.nav-item {
    margin-bottom: 15px;
}
.file-revis-tabs .accordion-item .tabs-content-dv {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}
.file-revis-tabs .accordion-item .tabs-content-dv h3 {
    font-size: 25px;
    line-height: 32px;
}
.file-revis-tabs .accordion-item .tabs-content-dv p {
    font-size: 17px;
    line-height: 24px;
}
section.Endless-sec-main {
    padding: 50px 0px;
}
.testi-solutions-slides .testi-slide-box .testi-slide-content p {
    font-size: 15px;
    line-height: 22px;
}
.endless-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    margin-top: 20px;
    text-align: center;
}
.endless-content-dv p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.endless-content-dv .endless-btn-dv a {
    width: 100%;
    display: block;
    text-align: center;
}
section.card-sol-design-main-sec .card-sol-design p {
    font-size: 16px;
    line-height: 23px;
}
section.card-sol-design-main-sec .card-sol-design {
    margin-top: 20px;
}
section.faq-sec-solutions-main {
    padding-top: 0;
    text-align: center;
}
.faq-sec-solutions-main .faq-content-heading-dv h2 {
    font-size: 25px;
    line-height: 32px;
}
.faq-sec-solutions-main .faq-content-heading-dv p {
    font-size: 17px;
    line-height: 24px;
}
.faqs-sec-item-solution .accordion-item {
    width: 100%;
}
.faqs-sec-item-solution .accordion-item button.accordion-button.collapsed {
    font-size: 16px;
    line-height: 23px;
}
.faq-sec-solutions-main .faq-sec-image {
    justify-content: center;
}
.faq-sec-solutions-main .faq-sec-image img {
    width: 90%;
}
section.platform-sec-main-dv .platfrom-sec-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
}
section.platform-sec-main-dv .platfrom-sec-content-dv p {
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.platform-sec-main-dv .platfrom-sec-content-dv .website-main-buttons {
    margin: 20px 0px;
}
.platform-sec-main-dv .platform-sec-img:before {
    display: none;
}

/**************************************************************************
    --------------- Solution Page Folds Responsive Css End Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    --------------- Portfolio Page Folds Responsive Css Start Here ----------------
    --------------------------------------------------------------------------
**************************************************************************/

section.portfolio-ban-sec {
    padding-top: 120px;
    padding-bottom: 30px;
}
section.portfolio-ban-sec:after , section.portfolio-ban-sec:before {
    display: none;
}
section.portfolio-ban-sec .portfolio-main-content-dv h1 {
    font-size: 28px;
    line-height: 35px;
}
section.portfolio-ban-sec .portfolio-main-content-dv h3 {
    font-size: 24px;
    line-height: 30px;
}
section.portfolio-ban-sec .portfolio-main-content-dv p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
section.portfolio-tab-section-main .port-tab-title-dv {
    display: block;
    text-align: center;
}
section.portfolio-tab-section-main .portfolio-tab-inner-wrap {
    margin-top: 10px;
}
section.portfolio-tab-section-main .port-tab-title-dv {
    display: block;
    text-align: center;
}
section.portfolio-tab-section-main .port-tab-title-dv h3 {
    font-size: 22px;
    line-height: 29px;
    margin: 0;
}
.portfolio-publish-tablist-item img {
    height: auto;
    margin-bottom: 20px;
}
section.compaign-assets-sec-main .compaign-assets-content-dv h2 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
section.compaign-assets-sec-main .compaign-assets-content-dv p {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
}
section.compaign-assets-sec-main .compaign-assets-content-dv {
    margin-bottom: 20px;
}
.compaign-videos-sec-main .compaign-videos-inner-wrap:before {
    display: none;
}
.inner-video img.video-poster {
    height: auto;
}
.compaign-videos-sec-main .compaign-videos-inner-wrap .compaign-vids-content-dv {
    margin-bottom: 20px;
}
section.compaign-videos-sec-main .compaign-vids-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
}
section.compaign-videos-sec-main .compaign-vids-content-dv p {
    text-align: center;
    font-size: 17px;
    line-height: 24px;;
}
section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons {
    display: block;
}
section.compaign-videos-sec-main .compaign-vids-content-dv .website-main-buttons button.popup-btn {
    margin-bottom: 20px;
}
section.second-port-tab-main .second-port-content-dv h3 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
}
section.partnership-sec-portfolio-dv .partnership-content-dv p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
section.partnership-sec-portfolio-dv {
    padding-top: 20px;
}
section.second-port-tab-main .second-port-tab-inner-warps .sec-port-dv-content-main h3 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
section.sill-sec-port-main {
    padding-bottom: 20px;
}
.sill-sec-port-main .still-sec-content-dv h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
    text-align: center;
}
.sill-sec-port-main .still-sec-content-dv p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
/**************************************************************************
    --------------- Portfolio Page Folds Responsive Css End Here ----------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    --------------- Blog Page Folds Responsive Css Start Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

.blog-banner-content h1 {
    font-size: 100px;
    line-height: 110px;
}
section.blog-banner-wrap {
    padding-top: 120px;
    text-align: center;
    padding-bottom: 50px;
}
.blog-banner-wrap .blog-banner-content {
    margin-bottom: 20px;
}
.banner-box-content span.tag-date {
    margin-top: 0;
}
.blog-items-content .tag-date {
    margin-top: 0;
}
.blog-items-box .blog-items-content {
    text-align: center;
}
.blog-newsletter-content h3 {
    font-size: 22px;
    line-height: 29px;
}
.blog-newsletter-content span {
    font-size: 20px;
    line-height: 27px;
}
.blog-newsletter-content p {
    font-size: 17px;
    line-height: 24px;
}
.blog-newsletter-box .blog-newsletter-form {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
}
.blog-newsletter-form h4 {
    font-size: 20px;
    line-height: 27px;
}
.blog-newsletter-form .form-group button.submit-btn {
    width: 100%;
}
.blog-items-inner .blog-newsletter-box {
    display: block;
    margin: 0px 0px 50px;
}
.blog-newsletter-box .multi-color-border {
    width: 100%;
    text-align: center;
    background: transparent;
    min-height: auto;
    max-height: fit-content;
}
.blog-items-content h4 {
    font-size: 20px;
    line-height: 27px;
}
.easy-communi-wrap.easy-communi-blog {
    padding-top: 0;
}
/**************************************************************************
    --------------- Blog Page Folds Responsive Css End Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

/*Footer Contact Form Section Responsive Css Start Here*/
section.footer-contact-wrap{
    padding: 30px 0;
}
.footer-contact-wrap .footer-contact-form-head{
    margin: 0 0 30px;
}
.footer-contact-form form{
    flex-direction: column;
}
.footer-contact-form .form-group{
    margin: 0 auto 10px;
    width: 90%;
    text-align: center;
}
.footer-contact-form .form-group button.submit-btn{
    margin: 0 auto;
}
/*Footer Contact Form Section Responsive Css End Here*/

/**************************************************************************
    --------------- Home Page Folds Responsive Css End Here ------------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    ---------------- About Main Page Responsive Css Start Here ---------------
    --------------------------------------------------------------------------
**************************************************************************/

/* About Info Section Responsive Css Start Here */
.about-info-wrap .about-info-head{
    margin: 0 0 20px;
}
.about-info-wrap .about-info-content{
    text-align: center;
}
/* About Info Section Responsive Css End Here */

/**************************************************************************
    ----------------- About Main Page Responsive Css End Here ----------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    ---------------- Contact Main Page Responsive Css Start Here -------------
    --------------------------------------------------------------------------
**************************************************************************/

section.form-contact-sec-main .contact-form-dv p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
section.form-contact-sec-main .contact-form-dv h2 {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
}
section.form-contact-sec-main .contact-form-dv .from-text p br {
    display: none;
}
section.form-contact-sec-main .contact-form-dv .from-text p {
    font-size: 16px;
    line-height: 23px;
}
.crd-sec-dv {
    text-align: center;
    margin-bottom: 22px;
}
section.cont-info-det .crd-sec-dv p {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
}
section.cta-sec-contact .cta-sec-content-dv h2 {
    font-size: 21px;
    line-height: 28px;
}
section.cta-sec-contact .cta-sec-content-dv {
    width: 100%;
}
section.cta-sec-contact .cta-sec-content-dv .website-main-buttons button.btn-contact {
    padding: 7px 25px;
    width: 100%;
    margin-bottom: 20px;
}
section.cont-info-det .crd-sec-dv .cont-btn a {
    justify-content: center;
    right: 0;
    left: 0;
    font-size: 15px;
}
section.reviws-sec-contact .reviews-log-img-dv img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
section.cta-sec-contact {
    padding: 50px 0px;
}
section.form-contact-sec-main .contact-form-dv {
    padding: 20px;
}
.contact-form-main .website-main-buttons {
    display: block;
}
.contact-form-main button.btn.popup-btn {
    margin-bottom: 15px;
    width: 100%;
}
section.cont-info-det .crd-sec-dv h3 {
    font-size: 32px;
    line-height: 28px;
}
section.cta-sec-contact .cta-sec-content-dv .website-main-buttons {
    display: block;
}
/**************************************************************************
    ----------------- Contact Main Page Responsive Css End Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    -----------------Presentation Page Responsive Css Start Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

.present-foc .focus-box .focus-box-icon img {
    width: 60px;
}
.present-foc .focus-box .focus-box-content h3 {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
}
.present-foc .focus-box .focus-box-content p {
    padding: 0;
}
.present-foc.focus-wrap .focus-content h2 {
    font-size: 20px;
    line-height: 27px;
}
.present-foc.focus-wrap .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.focus-wrap.present-foc {
    padding-bottom: 0;
}
section.lat-present-design-sec-main .lat-present-design-inner-head .lat-present-desi-content-dv h2 {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}
.present-des-sec-inner-head .present-content-dv {
    text-align: center;
    margin-bottom: 0;
}
section.present-design-sec-main .present-content-dv h2 {
    font-size: 21px;
    line-height: 28px;
}
section.present-design-sec-main:before {
    right: -100px;
    opacity: 0.4;
}
section.present-design-sec-main .present-content-dv p {
    padding-right: 0px;
}
.present-des-sec-inner-head .present-content-dv .website-main-buttons {
    margin-top: 20px;
}
.present-des-sec-inner-wrap .present-box-card-dv {
    min-height: 250px;
    text-align: center;
    padding: 30px 15px;
}
section.premium-plus-sec-main .premium-plus-sec-inner-wrap {
    padding: 0px 0px 20px;
}
.presentation-plus-img-dv img {
    width: 100%;
}
.presentation-plus-img {
    margin: 0;
}
.premium-plus-sec-main .premium-plus-content-dv {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.premium-plus-sec-main .premium-plus-content-dv h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.premium-plus-sec-main .premium-plus-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv h3 {
    font-size: 18px;
    line-height: 25px;
}
.present-des-sec-inner-wrap .present-box-card-dv p {
    font-size: 16px;
    line-height: 23px;
}
.present-foc.focus-wrap .focus-box {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.banner-main-sec-presentation .banner-main-presentation-img img {
    width: 100%;
}
.banner-main-sec-presentation .banner-main-presentation-img {
    margin: 60px 0px 0px;
    justify-content: center;
}
.focus-content {
    text-align: center;
    margin-bottom: 20px;
}
.banner-main-solution h1::after {
    margin: 0 auto;
}
.testi-slide-box {
    text-align: center;
}
section.presentation-testimonais-slide .testi-slide-content p {
    font-size: 17px;
    line-height: 24px;
}
section.presentation-testimonais-slide .testi-title-dv {
    display: block;
    margin-top: 20px;
}
section.presentation-testimonais-slide .testi-title-dv p {
    font-size: 17px;
    line-height: 24px;
}
section.presentation-testimonais-slide .testi-title-dv p br , .present-foc.focus-wrap .focus-content h2 br{
    display: none;
}
/**************************************************************************
    -----------------Presentation Page Responsive Css End Here --------------
    --------------------------------------------------------------------------
    **************************************************************************/

    /**************************************************************************
    -----------------Graphic Design Page Responsive Css Start Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

.graphic-box .focus-box .focus-box-content p {
    padding: 0;
}
.graphic-box .focus-box .focus-box-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.graphic-box .focus-box .focus-box-content h3 {
    font-size: 21px;
    line-height: 28px;
}
section.focus-wrap.graphic-box {
    padding-bottom: 0;
}
section.graphic-team-sec-main .graph-team-content-dv h2 {
    font-size: 21px;
    line-height: 28px;
}
section.graphic-team-sec-main .graph-team-content-dv p {
    font-size: 18px;
    line-height: 25px;
}
.graph-team-img-dv img {
    width: 40%;
}
.graph-team-img-dv {
    justify-content: center;
}
section.graphic-team-sec-main {
    padding-top: 0;
}
.graphic-box .focus-content h2 {
    font-size: 22px;
    line-height: 29px;
}
.graphic-box .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.lat-present-design-sec-main {
    padding-top: 0px;
}
.banner-main-graphic-img img {
    width: 100%;
    margin-top: 30px;
}
section.focus-wrap.graphic-box .focus-box {
    display: block;
    text-align: center;
}
section.presentation-testimonais-slide .testi-slide-content p {
    font-size: 17px;
    line-height: 24px;
}
.graph-testi {
    display: block !important;
    text-align: center;
}
.graph-testi .testi-author-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.graph-team-content-dv {
    text-align: center;
    margin-bottom: 20px;
}
section.premium-plus-sec-main .premium-plus-img-dv img {
    width: 100%;
}
section.premium-plus-sec-main .premi-plus-img {
    padding: 15px;
}
/**************************************************************************
    -----------------Graphic Design Page Responsive Css End Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    -----------------illustration Page Responsive Css Start Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

section.banner-main-sec-illustration {
    padding-top: 130px;
    padding-bottom: 0;
}
.banner-main-sec-illustration .banner-main-illustration-img {
    margin-top: 50px;
    margin-bottom: 30px;
}
section.how-work-wrap.elevate-sec-main .how-work-content p {
    font-size: 19px;
    line-height: 26px;
}
section.how-work-wrap.elevate-sec-main .work-box-content p {
    padding: 0;
    font-size: 17px;
    line-height: 24px;
}
section.children-sec-main .child-help-sec-content h2 {
    font-size: 25px;
    line-height: 32px;
}
section.comparison-sec-main .com-title-dv h2 {
    font-size: 20px;
    line-height: 27px;
}
section.comparison-sec-main .com-para-dv p {
    width: 100%;
}
section.comparison-sec-main .comparison-content-dv ul li {
    font-size: 17px;
    line-height: 24px;
}
section.how-work-wrap.elevate-sec-main .how-work-content h2 {
    font-size: 25px;
    line-height: 32px;
}
section.comparison-sec-main .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6:nth-child(2) .comparison-content-dv {
    border: none;
}
section.premium-plus-sec-main .premium-plus-img-dv img {
    width: 100%;
    padding-left: 15px;
}
.slider-inner-wraps-illustrations .slide-illustration-title-dv h2 {
    font-size: 21px;
    line-height: 28px;
}
.slider-inner-wraps-illustrations .slide-illustration-title-dv p {
    font-size: 18px;
    line-height: 24px;
}
section.slider-sec-illustration {
    padding-bottom: 0;
}
section.how-work-wrap.elevate-sec-main .how-work-content h2 br {
    display: none;
}
section.children-sec-main .child-help-sec-content {
    width: 100%;
    text-align: center;
}
section.children-sec-main .child-help-sec-content span {
    font-size: 18px;
    line-height: 25px;
}
/**************************************************************************
    -----------------illustration Page Responsive Css End Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
    -----------------Motion Design Page Responsive Css Start Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

section.why-choose-motion-main-sec:after {
    left: 250px;
}
section.why-choose-motion-main-sec .y-chose-heading-dv h2 {
    font-size: 19px;
    line-height: 26px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv h3 {
    font-size: 22px;
    line-height: 29px;
}
section.why-choose-motion-main-sec .why-chose-crd-dv {
    max-height: 370px;
    min-height: 370px;
    margin-bottom: 20px;
    text-align: center;
}
section.why-choose-motion-main-sec .why-chose-crd-dv p {
    width: 100%;
}
section.motion-faqs-sec-wrap {
    padding-top: 0;
}
section.motion-sec-design-main .motion-cards-dv h4 {
    font-size: 24px;
    line-height: 31px;
}
.focus-box .focus-box-content p {
    padding: 0;
}
.focus-box .focus-box-icon img {
    width: 70px;
}
.motion-faqs-sec-wrap .motion-faq-dv .motion-faqs-sec-item .accordion-dv:nth-child(3) {
    height: 230px;
}
section.motion-sec-design-main .what-can-sec-head h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
}
.motion-faqs-sec-wrap .motion-faq-dv {
    margin-top: 20px;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv p.accordion-text {
    width: 100%;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv {
    height: 300px;
    text-align: center;
}
.focus-wrap .focus-content h2 br {
    display: none;
}
.focus-box .focus-box-content h3 {
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
}
.motion-premium .row {
    flex-direction: column-reverse;
}
section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap {
    padding-bottom: 0;
}
section.premium-plus-sec-main.motion-premium .premium-plus-sec-inner-wrap img {
    padding: 20px 0px 0px;
}
.focus-wrap .focus-content p {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}
section.motion-sec-design-main .motion-cards-dv {
    text-align: center;
}
section.motion-faqs-sec-wrap .motion-faqs-sec-head h2 {
    font-size: 23px;
    line-height: 30px;
}
.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv span.dvider-fq {
    margin: 0 auto;
}
section.premium-plus-sec-main.motion-premium .premi-plus-img {
    padding: 0;
}
.focus-wrap .focus-content h2 {
    font-size: 21px;
    line-height: 28px;
}

.focus-wrap .focus-box {
    display: block;
    text-align: center;
}

.motion-faqs-sec-wrap .motion-faq-dv .accordion-dv h2.accordion-heading {
    font-size: 17px;
    line-height: 24px;
}
/**************************************************************************
    -----------------Motion Design Page Responsive Css End Here --------------
    --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-top .footer-links-area{
    text-align: center;
}
.footer-links-area ul.footer-nav-links{
    flex-wrap: inherit;
    min-height: inherit;
    max-height: inherit;
    margin: 0 0 20px;
}
.footer-top .footer-disclaimer-area{
    text-align: center;
}
.footer-top .footer-disclaimer-area ul.social-list{
    justify-content: center;
}
.footer-bottom .footer-copyright{
    text-align: center;
    margin: 0 0 10px;
}
.footer-bottom-links ul{
    justify-content: center;
}
.footer-bottom-links ul li{
    margin: 0 10px 0 0;
}
.footer-links-area .newsletter-form {
    text-align: left;
}
.newsletter-form form .form-group {
}
.newsletter-form form .form-group button.submit-btn {
    position: unset;
    width: 100%;
    margin-top: 20px;
}
.footer-links-area h4 , .footer-links-area ul.footer-nav-links a , .footer-links-area ul.footer-info-list li{
    text-align: left;
}
footer.footer-main-sec .footer-links-area {
    margin-top: 20px;
}
.btns a{
    display:none;
}
header .navbar-toggler {
        position: relative;
        left: 4rem;
    }
.professional-web h3 {
    font-size: 12px !important;

}
.professional-web h1 {
    font-size: 26px;
    line-height: 35px;
}
.banner-sec {
    padding: 7rem 10px 0;
}
p {
        font-size: 14px !important;
        line-height: 26px ! IMPORTANT;
    }
.professional-web ul li {
    font-size: 12px;
    display: flex;
}
.professional-web a {
        text-align: center;

    width: 100%;
    margin: 8px 0;
}
.laptop img {
    width: 402px;
}
.owl-carousel.owl-drag .owl-item {
    display:flex;
    justify-content:center;
}
}
.get_quote {
    display: none; /* Hide by default */
    position: fixed;
    bottom: 59px;
    left: 41px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgb(247 194 14 / 9%);
    z-index: 9999;
    border: 2px solid #f8c311;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: capitalize;
}

.get_quote a {
    display: block;
    color: #000000;
    text-decoration: none;
    background: #d5d5d5c7;
    padding: 12px 39px;
    border-radius: 5px;
    margin: 6px 0;
    text-align: center;
}

.get_quote_btn {
    /* display: none; */ /* Hide by default */
    position: fixed;
    bottom: 15px;
    left: 14px;
    background: #683de8;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
}