:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --orange-color: #000000;
    --lb-color: #353535;
    --gray-color: #898989;
}

body {
    font-family: poppins, sans-serif;
    font-size: 14px;
    color: var(--black-color);
}

a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}

section {
    padding: 40px 0;
    clear: both;
}

a:hover {
    text-decoration: none;
}

p {
    /* color: #959595; */
}

.h2-style,
h2 {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 700;
}

.h2-style span,
h2 span {
    color: var(--orange-color);
    vertical-align: baseline;
}

h2+h5 {
    font-size: 17px;
    /* color: #8a8a8a; */
    width: 67%;
    margin: 15px auto 40px;
    font-weight: 400;
    line-height: 26px;
}

img {
    max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}

header {
    padding: 0;
    position: relative;
}

header ul li {
    display: inline-block;
    margin-right: 30px;
}

header ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

header .second-menu {
    background: #5aa2bb;
    text-align: center;
    padding: 10px 0 12px;
    margin: 0;
    position: relative;
    z-index: 1;
}

header .second-menu li a {
    color: var(--black-color);
}

header .main-menu {
    margin: 5px 0 0 62px;
}

header ul.info {
    margin-top: 5px;
    /* position: absolute; */
    /* right: 0; */
    text-align: right;

}

a {
    color: var(--black-color);
}

header ul li:last-child {
    margin-right: 0;
}

header ul.info li {
    margin-right: 16px;
}

header ul.info li+li img {
    max-width: 12px;
}

header ul.info li a {
    font-size: 15px;
    font-weight: 600;
    vertical-align: baseline;
}

header ul.info li.chat a {
    font-size: 15px;
    font-weight: 700;
}

header ul.info li img {
    margin-right: 7px;
    max-width: 17px;
}

footer {
    background-size: cover;
    padding: 120px 0;
    width: 100%;
    color: #fff;
    background-color: var(--black-color);
}

footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

footer p {
    margin: 0;
    color: #f7f7f7;
    font-size: 12px;
    line-height: 19px;
    width: 100%;
    letter-spacing: 0.3px;
}

footer ul li a {
    color: #fff;
    font-size: 13px;
}

footer ul.links li {
    margin-bottom: 10px;
}

footer ul.links li:before {
    content: "";
    background: #ffc106;
    width: 6px;
    height: 3px;
    display: inline-block;
}

footer ul.address li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

footer ul.address li span {
    display: block;
    font-size: 12px;
    color: #858585;
    font-weight: 600;
}

footer ul.address li a {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
}
footer ul.address li a:hover {
    color: gray !important;
}

footer ul.links li a {
    padding-left: 12px;
    transition: all 0.4s ease 0s;
}
footer ul.links li a:hover {
    color: gray !important;
}

.our-banner {
    position: relative;
    margin-top: -44px;
    padding: 0;
    overflow: hidden;
}

.our-banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.our-banner p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
}

.our-banner .btn {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
}

.btn {
    padding: 6px 29px;
    border-radius: 9px;
    border: none;
    box-shadow: none;
    display: inline-block;
    border: 2px solid;
}

.btn-yellow {
    background: #ffa800;
    color: #000;
    border: 2px solid #ffa800;
}

.btn-transparent {
    border: 2px solid #fff;
    background: #ffffff3b;
    color: #fff;
}

.our-banner a span {
    position: relative;
}

.our-banner .absolute {
    position: absolute;
    top: 13px;
    right: -84px;
}

.our-banner.home-banner {
    align-items: center;
    clear: both;
}

.our-banner .absolute img {
    max-width: 90%;
}

.logo-bar {
    padding: 10px 0;
    border-bottom: 1px solid #eee4e4;
    border-top: 1px solid #eee4e4;
    position: relative;
}

.stragery-branding [class*="col-"] {
    padding: 0 15px;
    /* text-align: center; */
}

.stragery-branding h2 {
    color: var(--lb-color);
    font-size: 35px;
    font-weight: 600;
}

.stragery-branding h2 span {
    color: var(--orange-color);
}

.stragery-branding p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
}

.stragery-branding .row {
    margin: 0 -15px;
}

.explore {
    color: var(--orange-color);
    /* float: right; */
    position: relative;
    padding-right: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s all;
}

.explore:after {
    content: "";
    background: var(--orange-color);
    height: 2px;
    width: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
    transition: 0.5s all;
    right: -6px;
}

.explore:hover:after {
    width: 15px;
}

a:hover {
    color: var(--orange-color);
}

.explore:hover {
    letter-spacing: 0.5px;
}

.stragery-branding {
    position: relative;
    overflow: hidden;
}

.stragery-branding img {
    max-width: 100%;
    float: right;
}

.stragery-branding .absolute {
    position: absolute;
    right: -40px;
    top: 60px;
}

.our-banner img {
    width: 100%;
}

.bxslider {
    width: 100%;
}

.our-banner .caption {
    position: absolute !important;
    top: 50% !important;
    width: 100%;
    transform: translate(0px, -50%);
}

.bx-wrapper {
    border: 0;
    box-shadow: none;
    background: 0 0;
    width: 100%;
    margin: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: 0 0;
    border: 2px solid #fff;
}

.bx-wrapper .bx-controls-direction a {
    display: none !important;
}

.our-creative {
    background-size: cover;
    position: relative;
}

.our-creative:before {
    content: "";
    background: url(../images/capability-vec-1.webp) no-repeat;
    height: 55px;
    width: 42px;
    position: absolute;
    top: -30px;
    left: 150px;
}

.our-creative .container:after {
    content: "";
    background: url(../images/capability-vec-2.webp) no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    top: -10px;
    right: 80px;
}

.our-creative:after {
    content: "";
    background: url(../images/capability-vec-3.webp) no-repeat;
    height: 76px;
    width: 80px;
    position: absolute;
    bottom: 50px;
    right: 70px;
}

.our-creative .box {
    background: #fff;
    padding: 15px;
    float: left;
    margin-bottom: 12px;
    min-height: 214px;
    border: 3px solid #dedede3d;
    border-radius: 15px;
}

.our-creative .box h4 {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

.our-creative .box p {
    margin: 10px 0;
}

.our-creative .box .explore {
    font-size: 14px;
}

p {
    /* color: #8a8a8a; */
}

.our-creative .btn {
    display: table;
    margin: 10px auto 0;
    text-transform: uppercase;
}

.btn-red {
    background: var(--orange-color);
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.logo-bar:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    /*background: url(../images/logo-bar-after.webp) no-repeat;*/
    height: 173px;
    width: 91px;
}

button#showMore:hover {
    background: var(--black-color)d1;
    border: 3px solid #3d3a7e !important;
}

.stragery-branding:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: url(../images/stragery-branding-before.webp) no-repeat;
    height: 274px;
    width: 65px;
}

button#showMore {
    margin: 46px auto 0;
    display: table;
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
    text-transform: initial;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.new-pf {
    margin-top: 30px;
}

.element-item {
    color: #262524;
    margin-bottom: 0;
    height: 310px;
    padding: 0;
    margin-right: 0;
    border-radius: 10px;
    width: 390px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    position: relative;
    z-index: 1;
    object-fit: cover;
    border-radius: 0;
    padding: 0 0;
}

.grid .col-md-4:nth-child(3n) {
    /* margin-right: 0; */
}

.element-item:hover img {
    -ms-transform: scale(1.2);
}

.new-pf div#filters button {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    border-radius: 0;
    width: auto;
    outline: 0;
    border: none;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    font-weight: 600;
    color: #212121;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 13px 25px;
    margin: 0 10px;
    border-radius: 10px;
}

.new-pf div#filters {
    margin-top: 20px;   
    text-align: center; 
}

.new-pf div#filters .button.is-checked,
.new-pf div#filters button:active {
    color: #fff;
    background: #000000;
}

section.new-pf {
    padding: 40px 0;
}

.element-item.col-md-4.video {
    height: 253px !important;
}

.hidden {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.element-item:hover {
    z-index: 1;
}

.auto-margi-null {
    margin: 0 !important;
}

.width-auto {
    width: 100% !important;
}

.grid {
    overflow-y: hidden;
    margin-top: 30px;
}

.hidden {
    display: none !important;
}

.new-pf div#filters button:last-child {
    margin-right: 0;
}

.our-portfolio {
    position: relative;
}

.our-portfolio:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/circle-shape.webp) no-repeat;
    height: 562px;
    width: 566px;
    position: absolute;
    left: -60px;
    top: 210px;
    background-size: 80%;
}

.our-cta {
    background: url(https://thedesignlogix.com/assets/images/our-cta.webp) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
    display: none;
}

.our-cta h2 {
    color: var(--orange-color);
    font-size: 30px;
    margin: 0 0 20px;
}

.our-cta h2 span {
    color: #fff;
}

.our-cta ul li {
    display: inline-block;
    margin-right: 40px;
}

.our-cta ul li a {
    color: #fff;
    font-size: 28px;
}

.our-cta ul li.chat a {
    font-size: 22px;
    font-weight: 700;
}

.our-cta ul li img {
    margin-right: 8px;
}

.our-cta .container {
    position: relative;
}

.our-cta .container:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/our-cta-before.webp) no-repeat;
    height: 193px;
    width: 225px;
    position: absolute;
    left: -100px;
    top: -30px;
}

.our-cta .container:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/our-cta-after.webp) no-repeat;
    height: 210px;
    width: 205px;
    position: absolute;
    right: -60px;
    top: -30px;
}

.our-pricing {
    position: relative;
    background: url(../images/pricing-bg.webp) no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.our-pricing .pack {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    clip-path: polygon(50% 1%, 100% 0, 98% 50%, 100% 100%, 48% 99.5%, 0 100%, 2% 51%, 0 0);
    transition: 0.5s all;
    transform: scale(1);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    min-height: 504px;
    border: 3px solid #ccc;
}

.our-pricing .pack h4 {
    font-size: 20px;
    color: var(--black-color);
    display: inline-block;
    margin: 0;
}

.our-pricing .pack img {
    float: right;
}

.our-pricing .pack p {
    font-size: 15px;
    color: #000;
    margin: 10px 0;
}

.our-pricing .pack h3 {
    color: var(--orange-color);
    font-size: 65px;
    font-weight: 700;
    margin: 0;
}

.our-pricing .pack h3 sub {
    font-size: 22px;
    font-weight: 400;
    bottom: 0;
}

.our-pricing .pack h3 span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.our-pricing .pack h3 span strike {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--orange-color);
}

.our-pricing .pack ul li {
    color: #000;
    font-size: 13px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 12px;
}

.btn-blue {
    background: var(--black-color);
    color: #fff;
    text-transform: uppercase;
}

.our-pricing .pack .head {
    margin-bottom: 20px;
}

.our-pricing .content {
    overflow: auto;
    position: relative;
    padding: 20px 0;
    height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 15px);
    margin-left: -5px;
    display: flex;
}

.our-pricing .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.our-pricing .mCSB_scrollTools .mCSB_dragger {
    height: 30px !important;
}

.our-pricing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #6d6d6d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pack ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 2px;
    width: 7px;
    border-radius: 100%;
    content: "";
    bottom: 0;
    margin: auto;
}

.our-pricing .pack:hover {
    opacity: 1;
    transform: scale(1.02);
}

.our-pricing:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/pricing-after.webp) no-repeat;
    height: 533px;
    width: 249px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100%;
    opacity: 0.8;
}

.our-pricing:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/pricing-before.webp) no-repeat;
    height: 147px;
    width: 130px;
    position: absolute;
    left: 50px;
    top: 70px;
    display: none;
}

.comboPack {
    background: url(../images/combo-bg-blue.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    background-position: 100%;
}

.comboPack:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/combo-before.webp) no-repeat;
    height: 523px;
    width: 130px;
    position: absolute;
    bottom: 20px;
    left: 13px;
    display: none;
}

/* .comboPack:after {
    content: "";
    background: url(../images/combo-after.webp) no-repeat;
    height: 265px;
    width: 275px;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.comboPack ul {
    margin-bottom: 15px;
    width: 49%;
    float: left;
}

.comboPack ul li {
    margin-bottom: 5px;
}

.comboPack ul li span {
    color: #2ac7e2;
    font-weight: 600;
}

.comboPack h2 {
    color: #fff;
    font-size: 31px;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.comboPack h3 {
    font-weight: 500;
    margin-bottom: 0; 
}

.comboPack h3 span {
    display: block;
    font-size: 50px;
    color: #efda3f;
    font-weight: 700;
    line-height: 45px;
}

.comboPack h3 strong {
    display: block;
    font-weight: 600;
    /* color: var(--orange-color); */
    font-size: 60px;
    line-height: 55px;
    margin: 10px 0 0;
}

.cr-box > div {
    background-color: #00161875;
    border: 1px solid #fff;
    float: right;
    width: 100%;
    max-width: 80%;
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}

.comboPack h4 {
    font-size: 60px;
    /* color: #ffe159; */
    font-weight: 600;
    line-height: 40px;
    margin: 12px 0 40px;
}

.comboPack h4 small { 
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.comboPack .btn {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.comboPack .btn:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/comboPack-btn-after.webp) no-repeat;
    height: 98px;
    width: 235px;
    position: absolute;
    right: -250px;
    top: -50px;
    pointer-events: none;
    display: none;
}

.comboPack .btn:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/comboPack-btn-before.webp) no-repeat;
    height: 98px;
    width: 232px;
    position: absolute;
    top: -50px;
    left: -250px;
    pointer-events: none;
    display: none;
}

.our-testimonial {
    position: relative;
    background: #050620;
    overflow: hidden;
    padding: 100px 0 100px;
}

/* .our-testimonial:after,
.our-testimonial:before {
    content: "";
    background: url(../images/testimonial-before.webp);
    height: 341px;
    width: 341px;
    position: absolute;
    bottom: 0;
    left: 0;
} */

/* .our-testimonial:after {
    left: inherit;
    right: 0;
} */

.project-cta {
    /* background: var(--black-color); */
    /* background-image: url(../images/cta-bg.jpg); */
    background-image: url(../images/cta-bg-blue.jpg);
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}

.project-cta h2 {
    color: #191818;
    display: inline-block;
}

.project-cta .btn {
    margin-left: 40px;
    background: #efda3f;
    font-weight: 500;
    text-transform: uppercase;
}

.our-testimonial h2 {
    position: absolute;
    font-size: 200px;
    color: #fff;
    top: 0;
    left: 50%;
    margin-left: -663px;
}

.our-testimonial h3 {
    font-size: 22px;
    color: var(--black-color);
    font-weight: 600;
}

.our-testimonial p {
    font-size: 15px;
}

.our-testimonial h4 {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: inline-flex;
    margin-top: 10px;
    align-items: center;
}

.our-testimonial h4 img {
    margin-right: 10px;
}

.our-testimonial .item {
    background: #12132b;
    padding: 30px;
    color: #fff;
    border: 1px solid #3a3b4f;
    border-radius: 10px;
}

.contact-us {
    position: relative;
}

.contact-us:after {
    content: "";
    background: url(../images/contact-us-after.webp) no-repeat;
    height: 54px;
    width: 88px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-us h6 {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #e3e3e3;
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-us h6:after {
    content: "";
}

.contact-us ul.social li {
    margin-bottom: 10px;
    display: inline-flex;
    margin-right: 20px;
    border-bottom: 1px solid #ff4955;
}

.contact-us ul.social li a {
    font-size: 17px;
    color: #ff4955;
    font-weight: 600;
}

.contact-us p {
    margin-bottom: 20px;
}

.contact-us h5 {
    font-size: 22px;
    color: var(--black-color);
    font-weight: 700;
}

.contact-us h5 span {
    display: block;
}

.contact-us h5 small {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 700;
}

.our-experties {
    position: relative;
    padding: 60px 0 40px;
}

.our-experties:before {
    content: "";
    position: absolute;
    left: 0;
    top: 80px;
    background: url(https://thedesignlogix.com/assets/images/our-expert-before.webp) no-repeat;
    height: 484px;
    width: 340px;
    z-index: -1;
    opacity: 0.7;
}

.our-experties .container {
    position: relative;
}

.our-experties .container:after {
    content: "";
    background: url(../images/our-expert-after.webp) no-repeat;
    height: 275px;
    width: 131px;
    position: absolute;
    top: 10px;
    right: -80px;
}

.our-experties .col-md-6 {
    padding-right: 40px;
}

.our-experties .col-md-6+.col-md-6 {
    padding: 0;
}

.our-experties .col-md-6+.col-md-6 .col-md-6 {
    margin-bottom: 10px;
}

.our-experties .col-md-6+.col-md-6 .col-md-6+.col-md-6 {
    padding-left: 10px;
}

.our-experties h6 {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #e3e3e3;
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.our-experties h3 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
}

.contact-us .col-md-6 .row .col-md-6 {
    margin-bottom: 0;
}

.our-experties p {
    font-size: 13px;
}

.our-experties h2 {
    position: relative;
}

.our-experties h2:after {
    content: "";
    background: url(../images/our-expert-h2-after.webp) no-repeat;
    height: 190px;
    width: 89px;
    position: absolute;
    bottom: -287px;
    right: 0;
    left: 0;
    margin: auto;
}

section.marq {
    padding-bottom: 0;
}

.awards-won {
    padding-bottom: 20px;
}

.awards-won h6 {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #e3e3e3;
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.awards-won h2 {
    position: relative;
    padding-bottom: 50px;
}

.awards-won p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px;
}

.awards-won h2:after {
    content: "";
    height: 5px;
    width: 25px;
    background: #ff9d03;
    position: absolute;
    bottom: 0;
    left: 0;
}

body.error-body {
    background: #f86901;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

body.error-body p {
    color: #fff;
    font-size: 23px;
    margin: 40px 0 0;
}

body.error-body h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
}

.our-banner [class*="col-"] img {
    width: auto;
    float: right;
}

.logo-branding h5 {
    font-size: 20px;
    width: 100%;
    color: var(--black-color);
    font-weight: 600;
    margin: 0;
    line-height: 25px;
}

.designSolution {
    background-size: cover;
    padding: 40px 0 0;
    position: relative;
}

.designSolution:before {
    content: "";
    background: url(../images/capability-vec-1.webp) no-repeat;
    height: 55px;
    width: 42px;
    position: absolute;
    top: 40px;
    left: 150px;
}

.designSolution:after {
    content: "";
    background: url(../images/capability-vec-3.webp) no-repeat;
    height: 76px;
    width: 80px;
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.designSolution .box {
    background: #fff;
    color: #000;
    padding: 20px;
    transition: 0.5s all;
    transform: rotate3d(0, 0, 0, 45deg);
}

.designSolution .box img {
    max-height: 70px;
    margin: 0 auto 12px;
    display: table;
}

.designSolution .box h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.designSolution .box:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.designSolution h2 {
    font-size: 30px;
    margin: 0 0 30px;
    display: none;
}

.webDesign-ban {
    background: #26ccca;
}

.solid-color {
    padding: 100px 0 60px;
    position: relative;
    display: block !important;
}

.solid-color .caption {
    position: static;
}

.service-banner h1 {
    font-size: 40px;
}

.service-banner p {
    font-size: 18px;
}

.webDesign-ban h1 span {
    background: #ff4955;
    color: #fff;
    padding: 0 10px;
}

.webDesign-ban h1 {
    color: #FFF;
}

.webDesign-ban p {
    color: #fff;
}

.logoDesign-ban [class*="col-"] img {
    margin-top: 0;
}

.logoDesign-ban .row {
    align-items: center;
}

.solid-color .row {
    align-items: center;
}

.web-branding img {
    max-width: 100%;
}

.digital-ban img {
    height: 500px;
}

.digital-ban [class*="col-"] img {
    height: auto;
    margin-top: -70px;
}

.our-marketing {
    position: relative;
    overflow: hidden;
}

.our-marketing:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/circle-shape.webp) no-repeat;
    position: absolute;
    bottom: -60px;
    right: -240px;
    height: 562px;
    width: 566px;
    background-size: 80%;
    display: none;
}

.our-marketing:before {
    content: "";
    background: url(../images/capability-vec-1.webp) no-repeat;
    height: 55px;
    width: 42px;
    position: absolute;
    top: 40px;
    left: 170px;
}

.our-marketing .row {
    align-items: center;
}

.our-marketing h2 {
    font-size: 31px;
    margin: 0 0 14px;
}

.our-marketing p {
    line-height: 26px;
    margin: 0;
}

.our-marketing .row {
    margin-bottom: 60px;
}

.our-back {
    position: relative;
    overflow: hidden;
}

.our-back:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/pricing-after.webp) no-repeat;
    height: 533px;
    width: 249px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100%;
    opacity: 0.8;
}

.our-back .row {
    position: relative;
}

.our-back .row:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/pricing-before.webp) no-repeat;
    height: 147px;
    width: 130px;
    position: absolute;
    left: -70px;
    top: -70px;
    z-index: 1;
}

.our-back .box {
    background: #5293df;
    padding: 15px;
    margin-bottom: 20px;
}

.our-back .box h6 {
    margin: 0;
    color: #fff;
}

.our-back .box img {
    display: table;
    margin: 0 auto 20px;
}

.our-back .row {
    margin: 0 -10px;
}

.our-back [class*="col-"] {
    padding: 0 10px;
}

.our-back [class*="col-"]:nth-child(2) .box {
    background: #ebc532;
}

.our-back [class*="col-"]:nth-child(3) .box {
    background: #78d0f4;
}

.our-back [class*="col-"]:nth-child(4) .box {
    background: #3d444c;
}

.our-back [class*="col-"]:nth-child(5) .box {
    background: #028679;
}

.our-back [class*="col-"]:nth-child(6) .box {
    background: #f95b5b;
}

.service-banner h1 small {
    font-size: 20px;
}

.video-branding:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/video-animationBranding-after.webp) no-repeat;
    bottom: 50px;
    left: 160px;
    height: 115px;
    width: 244px;
    position: absolute;
}

.video-experties {
    padding: 80px 0;
}

.video-experties h3 {
    position: absolute;
    font-size: 210px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0.8;
    font-weight: 700;
}

.video-experties h2 {
    position: relative;
    z-index: 1;
    font-size: 45px;
}

.video-experties .box {
    background: #e9d454;
}

.popupform {
    width: 900px;
    border-radius: 0;
    padding: 0 !important;
    overflow: visible;
    background: #fff !important;
}

.popupform .modal-body {
    padding: 0;
}

.popup-bann {
    float: left;
    width: 40%;
    text-align: left;
    display: block;
    margin-left: -29px;
}

.popup-content {
    float: left;
    width: 60%;
    padding: 20px 0 0;
    text-align: left;
}

.popup-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 27px;
    margin-top: 12px;
    text-transform: capitalize;
    padding-right: 33px;
    text-align: left;
    position: relative;
    display: inline-block;
}

.popup-content h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #888;
    text-align: left;
    font-weight: 400;
}

.popup-content input[type="email"],
.popup-content input[type="tel"],
.popup-content input[type="text"],
.popup-content select,
.popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 9px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
    margin-bottom: 12px;
}

.blog-main-wrapper-categories .popup-content input[type="email"],
.blog-main-wrapper-categories .popup-content input[type="tel"],
.blog-main-wrapper-categories .popup-content input[type="text"],
.blog-main-wrapper-categories .popup-content select,
.blog-main-wrapper-categories .popup-content textarea {
    box-shadow: inset 2px 2px 3px 0px rgb(0 0 0 / 30%) !important;
}

.blog-pizza-hut {
    margin-top: 30px;
}

.popup-content textarea {
    height: 142px;
    resize: none;
}

p.form_tagline {
    font-size: 10px;
    margin: 0 0 10px;
}

.popup-content h2 img {
    position: absolute;
    top: -18px;
    right: -50px;
}

.step-logos {
    margin: 30px 0;
}

.thankyou {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100vh;
}

.thankyou h2 {
    margin: 20px 0 0;
}

.thankyou h2 span {
    color: inherit !important;
    font-weight: 400;
    font-style: italic;
    font-size: 34px;
    display: block;
    margin: 4px 0 20px;
}

.thankyou p {
    font-size: 16px;
}

.thankyou ul.info {
    margin-bottom: 30px;
}

.thankyou ul.info li {
    display: inline-block;
    margin-right: 20px;
}

.thankyou ul.info a {
    font-size: 18px;
    font-weight: 600;
}

.thankyou a.back-to-home {
    font-size: 18px;
    color: #050505;
}

.thankyou a.back-to-home img {
    margin-right: 12px;
}

.thankyou ul.info li img {
    margin-right: 10px;
}

.step2 h2>p {
    color: var(--black-color);
    font-size: 16px;
}

.step2 .form-wrapper h6 {
    font-size: 18px;
    color: #ff4955;
    font-weight: 500;
    margin: 0 0 20px;
}

.form-group.radiocheck>div label {
    margin: 0 10px;
    font-size: 12px;
}

.step2 .form-group {
    margin: 0 0 30px;
}

.step2 .form-group label {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 600;
}

.step2 .form-group .form-control {
    height: 42px;
    background: #f5f5f5;
    border-color: #dbdbdb;
}

.step2 .form-group textarea {
    resize: none;
    height: 200px !important;
}

.step-logos figure {
    position: relative;
    transition: 0.5s all;
    width: 88%;
}

.step-logos figure figcaption {
    position: absolute;
    top: 20px;
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: none;
}

.step-logos figure figcaption label {
    color: #fff;
    margin: 0 0 5px;
}

.step-logos figure figcaption textarea {
    resize: none;
    height: 100px;
    border-radius: 3px;
}

.step-logos figure figcaption .btn {
    margin: 14px 0 0;
    font-size: 14px;
    padding: 6px 40px;
}

.step-logos input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.color-pick {
    clear: both;
    margin: 30px 0;
}

.color-pick ul li img {
    width: 100%;
}

.color-pick ul li {
    width: 170px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-right: 7px;
    border: none !important;
    position: relative;
    transition: 0.5s all;
    margin: 0 13px 20px;
}

.color-pick ul li.transparent:after {
    content: "";
    background: #ababab;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.color-pick li input[type="checkbox"] {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.color-pick h4 {
    margin: 0 20px 15px;
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 700;
}

.step-logos figure.selected {
    transform: scale(1.1);
    margin-bottom: 30px;
}

.color-pick ul li.selected {
    transform: scale(1.1);
    margin-bottom: 30px;
}

.mCustomScrollBox {
    width: 100%;
}

.our-pricing .cus-price {
    background: gray;
    margin-left: -26px;
    width: calc(100% + 54px);
    padding: 5px 28px;
}

.our-pricing .cus-price p {
    margin: 0;
    font-size: 13px;
}

.our-pricing .listing {
    height: 249px;
}

.our-pricing .listing p {
    font-size: 13px;
}

header .top {
    padding: 3px 0 10px;
}

.nav-tabs {
    border: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: #212121;
    border: none;
    padding: 13px 25px;
    border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: 0 0;
    color: var(--white-color);
    background-color: var(--orange-color);
}

.our-pricing .row {
    justify-content: center;
}

.inner-portfolio .btn {
    margin: 20px auto 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.inner-portfolio .col-md-4 {
    margin-bottom: 12px;
}

.logo-branding .new-pf {
    margin-top: 0;
}

.inner-portfolio .new-pf {
    margin-top: 0;
}

.inner-portfolio .new-pf h2 {
    margin-bottom: 20px;
}

.btn-red:focus,
.btn-red:hover {
    outline: 0;
    color: #fff;
    background: #de3843;
}

header ul.info li.chat {
    position: relative;
    top: 2px;
}

header ul.info li.chat {
    position: relative;
    top: 0;
}

.comboPack .col-md-3.appended {
    padding-left: 40px;
    padding-top: 20px;
}

/*.about-banner .caption {*/
/*    top: 40%;*/
/*}*/
.webDesign-ban [class*="col-"] img {
    position: relative;
    margin-top: -44px;
}

.our-marketing p {
    position: relative;
    z-index: 1;
}

.thankyou-new {
    background: url(https://thedesignlogix.com/assets/images/logo-clock--thank.webp) no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
}

.thankyou-new h2 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 10px;
}

.thankyou-new h2 small {
    font-size: 27px;
    display: block;
}

.thankyou-new .btn {
    padding: 8px 40px;
}

.thankyou-new p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.contact-form input,
.contact-form select {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    resize: none;
    height: 150px;
}

.contact-form input[type="submit"] {
    display: inline-block;
    padding: 8px 36px;
    color: #fff;
    font-size: 15px;
    width: auto;
    font-weight: 600;
    height: auto;
    border-radius: 30px;
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
    text-transform: initial;
    letter-spacing: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 2px solid #e74028;
}

.contact-banner h1 {
    font-size: 60px;
}

/*.contact-banner .caption {*/
/*    top: 140px;*/
/*}*/
.contact-us .col-md-5.offset-1 {
    margin-left: 3%;
}

.contact-us h5 span.con-tel {
    color: #ff4955;
    font-size: 24px;
}

.mobile-second {
    display: none;
}

header .logo img {
    max-width: 170px;
    margin-top: 6px;
    width: 100%;
}

.filelabel {
    width: 120px;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 0.3s ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel .title,
.filelabel i {
    color: grey;
    transition: 0.2s color;
}

.filelabel:hover {
    border: 2px solid #1665c4;
}

.filelabel:hover .title,
.filelabel:hover i {
    color: #1665c4;
}

#FileInput {
    display: none;
}

.logo-cat h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    display: block;
    z-index: 2;
    color: #0a0a0a;
    padding: 10px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 700;
}

.logo-cat h5 {
    font-size: 12px;
    text-align: center;
}

img.stepimg {
    max-width: 370px;
    margin: 0 auto;
    display: block;
}

span.filepond--label-action {
    position: relative;
    top: -2px;
}

.form-group.radiocheck>div {
    position: absolute;
    right: 0;
    top: -10px;
    background: #e8e8e8;
    padding: 9px;
    border: 1px solid #ccc;
    box-shadow: #fff 0 0 0 2px;
}

.form-group.radiocheck {
    position: relative;
}

.form-group.radiocheck>div label:before {
    background: #ccc;
    box-shadow: inset 0 0 0 4px #fff;
}

.form-group.radiocheck>div input {
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 60px;
}

.form-group.radiocheck>div label:before {
    content: "";
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.form-group.radiocheck>div input:checked+.form-group.radiocheck>div label:before {
    background: red;
}

.form-group.radiocheck>div .radio-custom-label:checked+label:before {
    background: #ff4754;
}

.example_c {
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border: 3px solid var(--orange-color);
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    background: var(--orange-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.example_d {
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border: 3px solid #fff !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    background: #ffa80000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.example_c:hover {
    color: #fff;
    background: #ffaa07f2;
}

.bx-pager.bx-default-pager {
    position: absolute;
    bottom: 15px;
}

.example_d:hover {
    color: #ffffffe8;
}

section.our-creative h2 {
    font-size: 23px;
    text-transform: initial;
    font-weight: 700;
}

section.project-cta h5 br {
    display: none;
}

section.our-creative h2 span {
    font-size: 35px;
    display: block;
    font-weight: 700;
    text-transform: initial;
    position: relative;
    top: -5px;
}

.our-creative .container a.example_c {
    margin: 46px auto 0;
    display: table;
    background: var(--lb-color);
    border: 3px solid var(--lb-color) !important;
    text-transform: initial;
}

.our-creative a.example_c:hover {
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
}

section.project-cta a.example_c.various {
    background: var(--orange-color);
    border: 3px solid var(--orange-color);
    margin-top: 5px;
}

section.project-cta h2 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
}

section.project-cta h5 {
    font-size: 16px;
    width: auto;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.3px;
    width: 69%;
}

section.project-cta ul li {
    display: inline;
    color: #fff;
    margin-right: 10px;
}

section.project-cta ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

section.project-cta ul li img {
    max-width: 14px;
    margin-right: 5px;
}

section.project-cta ul {
    text-align: center;
    margin-top: 0;
}

section.project-cta .col-md-4 {
    text-align: center;
    padding-right: 8%;
}

section.project-cta h2 span {
    display: block;
    font-size: 34px;
}

section.project-cta .col-md-8 {
    padding-left: 7%;
}

span.textadd {
    display: block;
    margin-top: 20px;
}

footer .col-md-4+.col-md-4 {
    padding-left: 11%;
}

footer .col-md-3+.col-md-3 {
    padding-left: 7%;
}

footer .col-md-2.mob-2 {
    padding-left: 40px;
}

.our-pricing .pack a.btn {
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    background: var(--orange-color);
    border: 3px solid var(--orange-color) !important;
    text-transform: initial;
}

.comboPack h2 span {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 30px !important;
    display: block;
}

.comboPack ul ul {
    margin-top: 40px;
}

.comboPack .col-md-6.text-center {
    
}

.comboPack .col-md-6.text-center a.example_c {
    margin: 16px auto 0;
    display: table;
    background: var(--orange-color);
    border: 3px solid var(--orange-color) !important;
    text-transform: initial;
    /* color: #000; */
}

input.required.error,
select.required.error,
textarea.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

select#slect,
select#slect option {
    color: #626262d9;
}

.logo-branding {
    padding: 40px 200px 0;
}

a.btn.btn-red {
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border: 3px solid var(--orange-color);
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    background: var(--orange-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

a.btn.btn-red:hover {
    background: var(--black-color);
    border: 3px solid var(--black-color);
}

section.step-web-2 .form-group label {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

section.step-web-2 .form-group textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #dbdbdb;
    border-radius: 9px;
    background: #fcfcfc;
    padding: 10px;
}

section.step-web-2 .form-group input[type="text"] {
    width: 100%;
    height: 37px;
    border: 1px solid #dbdbdb;
    border-radius: 9px;
    background: #fcfcfc;
    padding: 10px;
}

section.step-web-2 .form-group .radioboxsec label {
    display: inline-block;
    margin: 0 10px 4px;
}

section.step-web-2 .card-header a.card-link {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #f0fff1 !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: block;
    border-left: 3px solid #2eff33;
    border-radius: 0 !important;
}

section.step-web-2 .card {
    margin-bottom: 20px;
    border-radius: 0;
    background: 0 0;
    background-color: inherit;
}

section.step-web-2 .card-header a.card-link.collapsed {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: block;
    border-left: 3px solid #c1c1c1;
    border-radius: 0 !important;
    background: #f4f4f4 !important;
}

section.step-web-2 .card-header {
    padding: 0;
    border: none;
    border-radius: 0 !important;
    background-color: inherit;
    background: 0 0;
}

ul.if-box {
    margin-top: 20px;
}

ul.if-box li {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

ul.if-box .radioboxsec {
    margin-bottom: 10px;
}

ul.if-box li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--black-color);
    font-size: 17px;
    font-weight: 700;
}

ul.if-checkbox li {
    display: inline-block;
    margin: 0 8px;
}

ul.if-checkbox li input {
    display: inline-block;
    margin-right: 10px;
}

section.step-web-2 .form-group ul.if-checkbox li label {
    display: inline-block;
}

section.step-web-2 h2+p strong {
    top: -0.8px;
    position: relative;
}

.logo-cat.video-catsec figure {
    background: #fafafa;
    text-align: center;
    padding: 20px;
    min-height: 130px;
}

.step-logos .video-catsec figure.selected {
    filter: inherit;
    transform: scale(0.8);
}

.step-logos .video-catsec figure.selected {
    transform: scale(1.1);
    border: 1px solid #dedede;
}

.logo-cat.video-catsec .col-md-2 {
    margin-right: 20px;
}

section.services_page_content p {
    font-size: 13px;
    line-height: 21px;
}

section.services_page_content ul {
    font-size: 13px;
    line-height: 21px;
    color: #8a8a8a;
    list-style: disc;
    padding-left: 17px;
}

section.services_page_content h4 {
    color: var(--orange-color);
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 19px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

section.services_page_content h4:after {
    content: "";
    background: var(--orange-color);
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    left: 0;
}

.step-logos figure.selected h5 {
    color: #fc395b;
}

.logo-cat {
    margin-top: 20px;
}

.color-pick ul li h5 {
    font-size: 12px;
    text-align: center;
}

section.step-web-2 .form-wrapper h2 {
    font-size: 25px;
}

a.hovered {
    color: #000;
    padding: 9px 0;
    position: absolute;
    left: 0;
    z-index: 999;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 150px;
    letter-spacing: 1px;
    bottom: 120px;
    transition: 0.3s linear;
    transition-delay: 0.4s;
    background: var(--orange-color);
    margin: auto;
    right: 0;
    opacity: 0;
}

.element-item.col-md-4.website {
    position: relative;
    transition: 0.5s all;
}

.element-item.col-md-4.website:hover a {
    opacity: 1;
}

.cites-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.cites-wrapper ul li {
    width: 25%;
    line-height: 2.5;
    font-size: 15px;
    font-weight: 500;
}

.caption h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.working-tab-wrapper {
    background: url(https://thedesignlogix.com/assets/images/working-first-tabs.webp);
    padding: 50px 0 130px 0;
    margin-top: 50px;
}

.working-text-wrap {
    margin-bottom: 100px;
}

.working-text-wrap h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.working-text-wrap h5 span {
    color: var(--orange-color);
}

.working-text-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
}

.working-page-tabs .nav a ul {
    display: flex;
}

.working-page-tabs .nav-pills .nav-link.active,
.working-page-tabs .nav-pills .show>.nav-link {
    padding: 30px 0 30px 30px;
    border-radius: 0;
    box-shadow: 0 25px 50px 0 rgb(0 0 0 / 55%);
    background-color: #fff;
    border: 8px solid #ffc106;
}

.working-page-tabs .nav-pills .nav-link ul li p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.working-page-tabs .nav-pills .nav-link ul li h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.working-page-tabs .nav .active ul li h6 {
    font-size: 72px;
    color: var(--orange-color);
    font-weight: 900;
}

.working-page-tabs .nav-link ul li h6 {
    font-size: 72px;
    color: var(--orange-color);
    font-weight: 900;
}

.working-page-tabs .nav a ul li:nth-of-type(2) {
    margin: 0 0 0 40px;
}

.working-page-tabs .nav-link ul li h6 {
    font-size: 72px;
    color: var(--orange-color);
    font-weight: 700;
}

.working-page-tabs .nav-pills .nav-link {
    padding: 30px 0 30px 30px;
}

.working-second-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.working-second-wrapper ul li {
    font-size: 16px;
    color: #8a9191;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 400;
    width: 25%;
}

.working-second-wrapper ul li::before {
    content: "";
    position: absolute;
    background-color: #e61d25;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    left: 0;
    top: 10px;
}

.working-second-wrapper ul li a {
    color: #8a9191;
}

.working-first-wrapper-text {
    margin-bottom: 40px;
}

.working-first-wrapper-text h5 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.working-first-wrapper-feild {
    position: relative;
}

.working-first-wrapper-feild input {
    width: 100%;
    border: none;
    padding: 15px 200px 15px 10px;
    font-size: 17px;
    color: #8a9191;
    font-style: italic;
    outline: 0;
    border-radius: 10px;
}

.working-first-wrapper-feild button {
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
    text-transform: initial;
    text-transform: capitalize;
    text-decoration: none;
    padding: 11px 40px;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0;
}

section.working-first-wrapper {
    background: url(https://thedesignlogix.com/assets/images/working-second.webp);
    padding: 50px 0 60px 0;
    background-position: center;
    background-size: cover;
}

.working-page-tabs .nav .active ul li h5 {
    color: var(--black-color);
}

.working-page-tabs .nav .active ul li p {
    color: #8a9191;
}

.tabs-image {
    margin-top: 40px;
}

.social-media h5 {
    font-size: 12px;
    color: #858585;
    font-weight: 600;
}

ul.social-media {
    display: flex;
}

ul.social-media li {
    margin-right: 12px;
}

ul.social-media li a {
    font-size: 24px;
}
ul.social-media li a:hover {
    color: gray !important;
}

.blog-wrapper {
    background-image: url(../images/images-blog-banner.jpg);
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.blog-wrapper h1,
.blog-wrapper h4 {
    font-size: 60px;
    text-transform: capitalize;
    color: var(--black-color);
    margin-bottom: 20px;
}

.blog-wrapper p {
    font-size: 15px;
    line-height: 2;
    color: #000;
    font-weight: 400;
}

.blog-main-box-text {
    padding: 20px;
}

.blog-main-box-text h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--black-color);
    line-height: 1.4;
}

.blog-main-box-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 2;
}

.blog-main-box-text-02 p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 2;
}

.blog-main-wrapper {
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 0.2);
    margin-bottom: 50px;
    transition: 0.5s linear;
}

.blog-main-wrapper:hover {
    box-shadow: none;
}

.blog-main-box-text {
    padding: 30px;
}

.blog-main-box-text p a {
    font-size: 16px;
}

.blog-main-box-text ul {
    display: flex;
    align-items: center;
}

.blog-main-box-text ul li {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.blog-main-box-text ul li a {
    font-size: 13px;
    color: #000;
}

.blog-main-box-text ul li i {
    font-size: 22px;
    color: var(--black-color);
    padding-right: 10px;
}

.blog-main-pic {
    position: relative;
}

.blog-main-box-text-02 ul {
    display: block;
    margin-bottom: 10px;
}

.blog-main-box-text-02 ul li {
    font-size: 15px;
    line-height: 2;
    padding: 0 0 0 15px;
    font-weight: 400;
    list-style: disc !important;
}

.blog-main-pic {
    background: url(../images/images-blog-01.jpg);
    height: 250px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    padding: 0;
    border: 5px solid #fff;
}

.blog-main-wrapper-categories h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 10px;
}

.blog-main-wrapper-categories {
    margin: 0 25px;
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 0.2);
    padding: 20px 20px;
}

.blog-main-wrapper-categories .tag-wrapper ul li {
    padding: 10px 0;
    border-bottom: 3px solid var(--black-color)12;
}

.recent-post-wrapper,
.tag-wrapper {
    margin-bottom: 50px;
}

.tag-wrapper ul li a {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

.tag-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.industry-wrapper ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #000;
}

.recent-post-wrapper p {
    color: #000;
}

.blog-detail {
    background: url(../images/images-blog-detail-banner.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
}

.blog-main-wrapper-chat input {
    width: 100%;
    padding: 8px;
    outline: 0;
    border: 1px solid var(--black-color);
    color: #000;
    margin-bottom: 15px;
}

.blog-main-wrapper-chat input::placeholder {
    color: #000;
}

.blog-main-wrapper-chat button {
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    background: var(--black-color);
    color: #fff;
    transition: 0.5s;
}

.blog-main-wrapper-chat button:hover {
    background: rgb(18 15 98 / 0.8);
}

.blog-comment-wrapper {
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 0.2);
    margin-bottom: 50px;
    transition: 0.5s linear;
    cursor: pointer;
    padding: 20px;
}

.blog-comment-wrapper h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--black-color);
    line-height: 1.4;
}

.blog-comment-wrapper p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 2;
}

.blog-comment-wrapper label {
    font-size: 18px;
}

.blog-comment-wrapper textarea {
    width: 100%;
    outline: 0;
    padding: 8px;
    outline: 0;
    border: 1px solid var(--black-color);
    color: #000;
    margin-bottom: 15px;
    height: 150px;
}

.blog-comment-wrapper input {
    width: 100%;
    outline: 0;
    padding: 8px;
    outline: 0;
    border: 1px solid var(--black-color);
    color: #000;
    margin-bottom: 15px;
}

.blog-comment-wrapper textarea::placeholder {
    color: #000;
}

.blog-comment-wrapper input::placeholder {
    color: #000;
}

.blog-comment-wrapper button {
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    background: var(--black-color);
    color: #fff;
    transition: 0.5s;
}

.blog-author-wrapper-img img {
    border-radius: 50%;
    border: 5px solid var(--black-color);
}

.blog-author-wrapper {
    display: flex;
    position: relative;
}

.blog-author-wrapper-text {
    box-shadow: 0 0 18px 2px rgb(0 0 0 / 0.2);
    transition: 0.5s linear;
    cursor: pointer;
    padding: 20px 20px 20px 70px;
    margin-bottom: 50px;
    margin-left: 5%;
}

.blog-author-wrapper-text h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-author-wrapper-img {
    position: absolute;
    left: -10px;
}

.blog-author-wrapper-text h4 {
    font-size: 20px;
    color: var(--black-color);
}

.blog-author-wrapper-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 2;
}

.working-second-portfolio-text {
    margin-bottom: 50px;
}

.working-second-portfolio-01 {
    margin-bottom: 15px;
}

.working-second-portfolio-01 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.working-second-portfolio-text h5 {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 700;
}

.working-second-portfolio-text h5 span {
    color: var(--orange-color);
}

.working-second-portfolio-01-btn {
    text-align: center;
    margin-top: 50px;
}

.working-second-portfolio-01-btn a {
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
    text-transform: initial;
    padding: 10px 25px;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.category-page-section {
    padding: 50px 0px 50px 0px;
}

.category-page-section-field-text h6 {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 700;
}

.category-page-section-field-text p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.category-page-section-field-text ul {
    display: flex;
    margin-bottom: 20px;
}

.category-page-section-field-text ul li a {
    font-size: 16px;
    margin-right: 5px;
    color: #ffc106;
    transition: 0.5s;
}

.category-page-section-field input {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    outline: none;
}

.category-page-section-field textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all 0.2s ease-in;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    outline: none;
}

.category-page-section-field-review ul {
    display: flex;
}

.category-page-section-field-review ul li h6 {
    background: #e61d25;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 0px;
    margin-right: 12px;
}

.category-page-section-field-review ul li span {
    display: flex;
    margin-top: 5px;
}

.category-page-section-field-text h6 span {
    color: #e61d25;
}

.category-page-section-field-review ul li span i {
    font-size: 16px;
    color: #ffc106;
    margin-right: 5px;
}

.category-page-section-field-review ul li h5 {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 500;
}

.category-page-section-field-review ul li p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.22px;
    font-style: italic;
    color: #8a8a8a;
}

.category-page-section-field-review-01 p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.22px;
    font-style: italic;
    color: #8a8a8a;
}

.category-page-section-field-slider {
    padding: 0px 20px;
}

.category-page-section-field-slide .owl-nav {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.category-page-section-field-slide .owl-nav button {
    font-size: 16px !important;
    width: 35px;
    height: 35px;
    border-radius: 50px !important;
    color: #FFF !important;
    background-color: #e61d25 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.category-page-section-field button {
    background: var(--black-color);
    border: 3px solid var(--black-color) !important;
    text-transform: initial;
    padding: 10px 25px;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.category-page-section-field-text [name=review_rating] {
    display: none;
}

.category-page-section-field-slider-text ul {
    display: flex;
    justify-content: center;
}

.category-page-section-field-slider-text ul li a {
    font-size: 22px;
    margin-right: 5px;
    color: #ffc106;
    transition: 0.5s;
}

.category-page-section-field-slider-text {
    margin-bottom: 40px;
}

.category-page-section-field-slider-text p {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.modal-2-custom .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

.modal-2-custom .modal-body {
    border-radius: 2px;
    outline: none;
    padding: 50px 0px;
    text-align: center;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 67%);
}

.modal-2-custom .modal-body h5 {
    font-size: 35px;
    width: 70%;
    margin: 20px auto 15px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--black-color);
}

.modal-2-custom .modal-body h5 span {
    color: #e61d25;
}

.modal-2-custom .modal-content {
    border: none;
    border-radius: 2px;
}

.modal-2-custom .modal-body i {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 28px;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #e61d25;
    color: #FFF;
}

.modal-2-custom .modal-body p {
    font-size: 16px;
    font-weight: 500;
}

.logo-maker-text h2 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
}

.logo-maker-section-1 {
    background: url(../images/images-logo-marker-1.jpg);
    width: 100%;
    padding: 50px 0px;

}

.logo-maker-section-1-text {
    margin-bottom: 85px;
}

.logo-maker-section-1-text h6 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.logo-maker-section-1-text h6 span {
    color: var(--orange-color);
}

.logo-maker-section-1-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0px auto 0px;
    line-height: 1.8;
}

.maker-pro-text h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange-color);
    margin-bottom: 15px;
}

.maker-pro-text p {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    width: 90%;
    margin: 0px auto 0px;
}

.logo-maker-section-1-pro {
    text-align: center;
    margin-bottom: 35px;
}

.logo-maker-section-2 {
    padding: 55px 0px;
    background-color: #fafcff;
}

.logo-maker-section-2-text h6 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.logo-maker-section-2-text h6 span {
    color: var(--orange-color);
}

.logo-maker-section-2-text p {
    color: #8a9191;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0px auto 0px;
    line-height: 1.8;
}

.logo-marker-consultation-text h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange-color);
}

.logo-marker-consultation-text p {
    font-size: 18px;
    font-weight: 400;
    color: #8a9191;
    line-height: 1.8;
    width: 95%;
}

.logo-marker-consultation-text {
    margin: 20px 0px 15px 0px;
}

.logo-maker-section-2-text {
    margin-bottom: 60px;
}

.logo-inner {
    margin-top: 60px;
}

.logo-inner-consultation-text h5 {
    font-size: 40px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.logo-inner-consultation-text p {
    font-size: 18px;
    color: #8a9191;
    font-weight: 400;
    line-height: 1.8;
}

.logo-inner-consultation-text {
    margin-bottom: 50px;
}

.logo-inner-consultation-text-01 h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange-color);
    margin-bottom: 15px;
}

.logo-inner-consultation-text-01 p {
    font-size: 18px;
    font-weight: 400;
    color: #8a9191;
}

.logo-inner-consultation-text-01 {
    margin-bottom: 45px;
}

.logo-inner-consultation-text-03 {
    margin-bottom: 0px;
}

.logo-maker-section-text-3 h5 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.logo-maker-section-text-3 h5 span {
    color: var(--orange-color);
}

.logo-maker-section-text-3 p {
    color: #8a9191;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0px auto 0px;
    line-height: 1.8;
}

.logo-maker-section-text-3 {
    margin-bottom: 55px;
}

.logo-maker-wrap-text-3 {
    text-align: center;
    margin: 0px 0px 80px 0px;
}

.logo-maker-wrap-text-4 h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--orange-color);
    margin-bottom: 15px;
}

.logo-maker-wrap-text-4 p {
    font-size: 18px;
    font-weight: 400;
    color: #8a9191;
    width: 60%;
    margin: 0px auto 0px;
}

.logo-maker-wrap-text-4 {
    margin-top: 35px;
    position: relative;
}

.logo-maker-section-3 {
    background-color: #fafcff;
}

.logo-maker-section-5 {
    padding: 55px 0px;
}

.logo-maker-section-5-text {
    margin-bottom: 65px;
}

.logo-maker-section-5-text h5 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.faq-wrapper-text {
    width: 80%;
    margin: 0px auto 0px;
}

.faq-wrapper-text-01 h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--black-color);
    margin-bottom: 15px;
}

.faq-wrapper-text-01 p {
    font-size: 18px;
    font-weight: 400;
    color: #8a9191;
}

.faq-wrapper-text-01 {
    margin-bottom: 38px;
}

.faq-wrapper-text-03 {
    margin-bottom: 0px;
}

.logo-maker-banner {
    text-align: center;
}

.logo-maker-banner h1 {
    font-size: 40px;
    text-align: center;
    width: 68%;
    margin: 0px auto 15px;
}

.custom-padding {
    padding: 0px 55px;
}

.logo-maker-text {
    padding: 55px 0px;
}

.logo-inner-consultation-img {
    display: block;
}

.logo-inner-consultation-text h5 {
    font-size: 30px;
}

.logo-inner-consultation-text p {
    font-size: 15px;
}

.logo-inner-consultation-text-01 p {
    font-size: 15px;
}

.logo-maker-section-text-3 h5 {
    font-size: 30px;
}

.f10 {
    font-size: 10px !important;
}

.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.f21 {
    font-size: 21px !important;
}

.f22 {
    font-size: 22px !important;
}

.f23 {
    font-size: 23px !important;
}

.f24 {
    font-size: 24px !important;
}

.f25 {
    font-size: 25px !important;
}

.f26 {
    font-size: 26px !important;
}

.f27 {
    font-size: 27px !important;
}

.f28 {
    font-size: 28px !important;
}

.f29 {
    font-size: 29px !important;
}

.f30 {
    font-size: 30px !important;
}

.f31 {
    font-size: 31px !important;
}

.f32 {
    font-size: 32px !important;
}

.f33 {
    font-size: 33px !important;
}

.f34 {
    font-size: 34px !important;
}

.f35 {
    font-size: 35px !important;
}

.f36 {
    font-size: 36px !important;
}

.f37 {
    font-size: 37px !important;
}

.f38 {
    font-size: 38px !important;
}

.f39 {
    font-size: 39px !important;
}

.f40 {
    font-size: 40px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

ul {
    padding: 0px;
}


section.our-banner.service-banner.pack-ban h1 {
    color: var(--black-color);
}

section.our-banner.service-banner.pack-ban p {
    color: #000;
}

section.first-fold ul li {
    position: relative;
    display: inline-block;
    width: 40%;
    margin: 5px 0;
    padding-left: 30px;
}

section.first-fold a {
    margin-top: 20px;
}

section.first-fold ul li:before {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/icon-arrow.webp);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

section.second-fold .con-wrap {
    position: relative;
    left: -100px;
    background-color: #fff;
    height: auto;
    bottom: -90px;
    padding: 20px 30px 30px;
}

section.second-fold h6 {
    color: #5fbefd;
    font-weight: 700;
}

section.second-fold a {
    color: #fe5462;
}

section.second-fold a {
    color: #fe5462;
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
}

section.third-fold {
    background: var(--black-color);
    color: #fff;
    padding: 0;
}

section.third-fold h2 {
    color: #fff;
    font-size: 70px;
}

section.third-fold p {
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
}

section.cta {
    padding-top: 30px;
}

section.cta p {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

section.cta h5 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
}

section.cta h5 img {
    width: 44px;
    margin: 0 10px;
}

a.border-btn.various {
    border: 2px solid #f1414d;
    padding: 13px 20px;
    border-radius: 6px;
    font-weight: 700;
}

section.our-banner.service-banner.pack-ban ul li img {
    float: left;
    margin-right: 10px;
}

section.our-banner.service-banner.pack-ban ul li {
    vertical-align: middle;
    display: inline-block;
}

section.our-banner.service-banner.pack-ban h6 {
    margin-top: 20px;
}

.formbg {
    /* position: relative; */
}

.formbg form {
    background: #fff;
    padding: 0px 30px 30px;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}

.formbg h4 {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 0;
    color: #000;
    width: 80%;
    margin: auto;
    font-size: 30px;
    text-align: center;
    z-index: 2;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.formbg form input,
.formbg form textarea,
.formbg form select {
    border: 1px solid #ebe5e5;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px;
    background: #f4f4f4;
    letter-spacing: 2px;
}

.formbg form input[type=submit] {
    background: #ff4955;
    color: #fff;
    border-radius: 4px;
    width: 50%;
    margin: auto;
    display: block;
    border: none !important;
}

section.our-banner.service-banner.pack-ban .caption {
    top: 16%;
}

.formbg:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 54px;
    bottom: 0;
    /* left: 60px; */
    width: 70%;
    background: var(--black-color);
    z-index: 0;
    height: 106%;
    border-radius: 0 10px 10px 0;
}

section.cate-sec p {
    margin-bottom: 30px;
}

section.cate-sec ul li {
    display: inline-block;
    width: 24%;
    /* margin: 6px; */
    padding: 15px;
    /* border: 1px solid #000; */
    overflow: hidden;
    margin-bottom: 10px;
}

section.cate-sec ul li:nth-child(4),
section.cate-sec ul li:nth-child(8),
section.cate-sec ul li:nth-child(12) {
    margin-right: 0px;
}

section.cate-sec ul li h4 {
    text-align: center;
    margin: 0;
    padding: 25px 0 0px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: #fff;
}

section.cate-sec ul li:hover img {
    transition: all ease-in-out 0.4s;
    transform: scale(1.5);
}

.cate-box {
    overflow: hidden;
    border-radius: 15px;
}

section.cate-sec ul li img {
    width: 100%;
}

section.our-banner.service-banner.pack-ban.cate-ban {
    height: 650px;
}

.sld-wrp {
    width: 100%;
    margin: 0 auto;
}

.slider-for {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.slide-container {
    height: 40vh;
    background-color: #fff;
    text-align: center;
    line-height: 40vh;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid #000;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.slide-btn {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ff4955;
    border: 2px solid #fff;
    cursor: pointer;
}

.slide-btn:hover {
    background-color: #000;
}

.formbg.detail-form form {
    /* box-shadow: 0px 10px 24px 5px rgb(0 0 0 / 17%); */
    width: 100%;
    padding: 15px;
}

.formbg.detail-form:before {
    display: none;
}

.slide-container img {
    height: 100%;
    width: 100%;
}

section.cate-sec.mate-sec ul li {
    width: 16.4%;
    margin: 0;
}

section.cate-sec.mate-sec h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

section.cate-sec.mate-sec ul li a p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.formbg.detail-form input,
.formbg.detail-form select,
.formbg.detail-form textarea {
    /* border: none; */
    /* border-bottom: 1px solid #000; */
    background: transparent;
    letter-spacing: 0;
    color: #a6a5ad;
}

.radio-input {
    visibility: hidden;
}

.radio-label {
    position: relative;
    padding-left: 30px;
    top: -12px;
    color: #757476;
    font-size: 11px;
}

.radio-label:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2px;
    top: 4px;
    border-radius: 50%;
}

.radio-border {
    width: 15px;
    height: 15px;
    display: inline-block;
    outline: solid 1px #a6a5ad;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 2px;
}

.radio-input:checked+.radio-label:after {
    transition: all 0.5s;
    background-color: #a6a5ad;
}

.formbg.detail-form h5 {
    margin-top: 10px;
    color: #a6a5ad;
    font-size: 18px;
}

.formbg.detail-form h4 {
    padding: 5px 0 20px;
    text-align: left;
    margin: 0;
}

.formbg.detail-form input[type="submit"] {
    margin: 15px 0 0;
    border-bottom: none;
}

.formbg.detail-form button {
    background: #ff4955;
    color: #fff;
    border-radius: 4px;
    width: 30%;
    display: block;
    border: none;
    padding: 10px 0;
}

section.second-fold {
    padding: 50px 0 80px;
}

.formbg.detail-form label.error {
    display: block !important;
}

.formbg form input,
.formbg form textarea {
    background: transparent;
    letter-spacing: 0px;
}

.set-space .radio-label {
    top: -40px;
}

.set-space {
    height: 30px;
}

.tp-wid {
    display: none !important;
}

.contact-banner img,
.about-banner img {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.our-pricing .nav-tabs {
    margin-top: 30px;
}

.our-pricing .nav-tabs a {
    font-size: 16px;
}

.p-btn a {
    margin: 0 !important;
    width: 50%;
}

.p-btn {
    display: flex;
    gap: 10px;
    margin: 10px 0 0;
}

.iti {
    width: 100%;
}

.grid .col-md-4 {
    margin: 0 0 15px !important;
    width: 33.333%;
}

.new-pf #showMore {
    display: none;
}

.terms-data ul {
    padding: 0 0 0px 30px;
    margin: 0 0 20px;
}

.terms-data li {
    list-style: disc;
    margin: 0 0 3px;
}

.terms-data ul ul li {
    list-style: circle;
}

.terms-data ul ul {
    padding-left: 30px;
    margin: 0px 0 15px;
}


.our-banner h1,
.thank img {
    -webkit-animation: updown 4s infinite linear;
}

.our-banner img {
    -webkit-animation: zoom 20s infinite linear;
}

.our-experties h2:after,
.our-experties .container:after {
    -webkit-animation: zoom 3s infinite linear;
}


.our-creative:before,
.our-creative:after,
.our-portfolio:before {
    -webkit-animation: swing 10s infinite linear;
}

.our-creative .container:after {
    -webkit-animation: bounce 2s infinite linear;
}

.stragery-branding:before {
    -webkit-animation: updown 4s infinite linear;
}

header ul.info li+li img,
section.project-cta ul li img,
header ul.info li img {
    -webkit-animation: blinks 1s infinite linear;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes blinks {
    0% {
        opacity: .2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.thank {
    position: relative;
    background: url(../images/pricing-bg.webp) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.thank:after {
    content: "";
    background: url(https://thedesignlogix.com/assets/images/pricing-after.webp) no-repeat;
    height: 533px;
    width: 249px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100%;
    opacity: 0.8;
}

.thank img {
    max-width: 250px;
}

.thank-hold {
    text-align: center;
}

.thank-hold>img {
    margin: 0 0 30px;
}

.thank-hold h1 {
    font-size: 60px;
    font-weight: 600;
}

.thank-hold .btn-box a {
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    background: var(--orange-color);
    border: 3px solid var(--orange-color) !important;
    text-transform: initial;
    margin: 12px 0 0;
}

.thank-hold .btn-box a:hover {
    background-color: #000;
    border-color: #000 !important;
}

.value-line {
    text-transform: uppercase;
    font-weight: 700;
}

.text-center {
    position: relative;
    z-index: 1;
}

.box img {
    max-width: 70px;
}

.ftr-form .popup-content {
    float: none;
}

.ftr-form .popup-content {
    width: 100%;
}

.ftr-form .img-side img {
    width: 100%;
}

.ftr-form {
    padding: 50px 0 0;
}

.ftr-form .container>div {
    align-items: center;
}

.ftr-form .form-side {
    padding-right: 15%;
}

.slide-05 h2+p {
    margin-bottom: 10px;
}

.slide-05 strong,
.slide-05 span {
    display: block;
    color: #fff;
}

.slide-05 h2 {
    font-size: 25px;
}

.slide-05 h2 strong {
    font-size: 32px;
    margin: 5px 0 5px;
}

.slide-05 h2 span {
    font-size: 28px;
}

.slider-txt strong {
    font-size: 22px;
}

.slider-txt {
    margin: 25px 0 0;
}

.nav-item .dropdown-item {
    color: #120f62;
    font-weight: 500;
}

.nmain-banner {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.nmain-banner .fimg {
    position: absolute;
}

.nmain-banner .fimg4 {
    right: 0;
    bottom: 0;
}

.nmain-banner .fimg3 {
    right: 0;
    top: 0;
}

.nmain-banner .fimg1 {
    bottom: 0;
    left: 0;
}

.nmain-banner .fimg1 {
    left: 0;
    bottom: 0;
}

.nmain-banner .img-holder>img {
    width: 100%;
}

.nmain-banner .img-holder {
    position: relative;
}

.nmain-banner .row {
    align-items: center;
}

.nmain-banner .float-logos img {
    position: absolute;
}

.nmain-banner .fimg2 {
    top: 0;
    left: 0;
}

.nmain-banner .float-logos .flogo1 {
    top: 8%;
    left: 2%;
    max-width: 220px;
}

.nmain-banner .float-logos .flogo2 {
    right: -40px;
    top: 50px;
    max-width: 250px;
}

.nmain-banner .float-logos .flogo3 {
    left: -9%;
    bottom: 4%;
    max-width: 250px;
}

.nmain-banner .float-logos .flogo4 {
    right: -7%;
    bottom: 17%;
    max-width: 200px;
}

.nmain-banner .content-side h1 {
    font-size: 42px;
    margin: 0 0 20px;
    font-weight: 600;
}

.nmain-banner .content-side h1 span:first-child {
    color: #000000;
}

.nmain-banner .content-side h1 span:last-child {
    color: #1a97ac;
}

.nmain-banner .content-side p {
    font-size: 17px;
    margin: 0 0 22px;
}

.nmain-banner .content-side ul {
    font-size: 17px;
    margin: 0 0 30px;
}

.nmain-banner .content-side ul li {
    position: relative;
    padding: 0 0 0 16px;
}

.nmain-banner .content-side ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: '*';
    color: #000000;
}

.btn-area .chat {
    color: #a13c18;
}

.nmain-banner .btn-area {
    font-size: 16px;
}

.btn-area i {
    font-size: 28px;
    position: relative;
    top: 4px;
    right: -5px;
    color: #000000;
}

.slide-services {
    margin: 40px 0 0;
}

.slide-services .slider-nav span {
    display: block;
    font-size: 17px;
    color: #391300;
    font-weight: 500;
}

.slide-services .slider-nav .slick-current span {
    color: #ffffff;    
}

.slide-services .slider-nav img {
    float: none;
    margin: 0 auto 6px;
    max-width: 75px;
}

.slide-services .slider-nav {
    text-align: center;
}

.sn-head {
    border: 2px solid #1a97ac;
    border-radius: 10px;
    margin: 0 10px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sn-head:hover {
    background-color: #1a97ac;
}
.slick-current .sn-head {
    background-color: #1a97ac;    
    border: 2px solid #1a97ac;
}

.ser-info * {
    text-align: left;
}

.ser-info h3 {
    color: #3e1b0a;
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 600;
}

.ser-info p {
    color: #391300;
}

.ser-info {
    margin: 50px 0 0;
}

.nsec-head h3 {
    font-size: 35px;
    color: #391300;
    font-weight: 600;
}

.nsec-head h3 span:first-child {
    color: #000000;
}

.nsec-head h3 span:last-child {
    color: #299cb0;
}

.ncen-head {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 20px;
}

.nport .element-item {
    padding: 0 10px !important;
}

.nport .element-item img {
    border-radius: 30px;
}

.our-testimonial .nsec-head h3 {
    color: #fff;
}

.our-testimonial .nsec-head {
    margin: 0 auto 50px;
}

.nstar i {
    font-size: 12px;
    color: #ffbd48;
}

.our-pricing .pack a.btn-cyan {
    background: #299cb0;
    border-color: #299cb0 !important;
}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  
  @keyframes tossing {
    0% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(4deg);
    }
    100% {
      transform: rotate(-4deg);
    }
  }
  
  @-webkit-keyframes tossing {
    0% {
      -webkit-transform: rotate(-4deg);
    }
    50% {
      -webkit-transform: rotate(4deg);
    }
    100% {
      -webkit-transform: rotate(-4deg);
    }
  }

  .updown{
    -webkit-animation: updown 3s infinite linear;
  }

  @-webkit-keyframes updown {
    0% {
      -webkit-transform: translateY(0px);
    }
  
    50% {
      -webkit-transform: translateY(15px);
    }
  
    100% {
      -webkit-transform: translateY(0px);
    }
  }
  

  .flogo {
    max-width: 180px;
    margin: 0 0 23px;
}


.web-p-setting img {
    object-position: top;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 62px;
}
@media (max-width: 768px) {
    .content-side-2 h1 span:last-child {
        color: black !important;
    }
}