body {
    background: #212428;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.ml-auto {
    margin-left: auto;
}

.my-4 {
    margin: 3rem 0 !important;
}

.gx-4-5 {
    --bs-gutter-x: 2rem
}

a.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #a5a5a5;
    margin: 0 10px;
}

.active {
    color: #fff !important;
    font-weight: 600 !important;
}

nav {
    padding: 1rem 0 !important;
    transition: 0.3s ease;
    background: #212428;
}

.nav-style {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #212428b3;
    z-index: 999;
    box-shadow: 0px 0px 30px #1b1a1a;
    backdrop-filter: blur(10px);
    padding: 0.25rem 0 !important;
}



#bannerArea {
    padding: 2rem 0;
}

.cstm_pding_1 {
    padding: 0 2.25rem !important;
}

.cstm_pding {
    padding: 0 2.25rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.aic {
    align-items: center;
}

.jcsb {
    justify-content: space-between;
}

span.tag {
    color: #c4cfde;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.mt-4 {
    margin-top: 4rem !important;
}

span.heart {
    font-size: 13px !important;
    color: #c4cfde;
    letter-spacing: 1px;
}

span.tag-sm {
    font-size: 12px !important;
    margin: .75rem 0 !important;
}

span.tag-md {
    font-size: 14px !important;
    margin: .75rem 0 !important;
    letter-spacing: 3px;
}

h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 1.5rem;
}

p {
    color: #c4cfde;
    font-weight: 500;
    letter-spacing: 1px;
}

span.highlight {
    color: #11DBEF !important;
}

.typewriter-text {
    padding-right: 5px;
    border-right: solid #fff 2px;
    animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
    from {
        border-color: #fff;
    }

    to {
        border-color: transparent;
    }
}

#bannerArea .thumbnail {
    position: relative;
}

#bannerArea .thumbnail .inner {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#bannerArea .thumbnail .inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 130px);
    background: #1f2125;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0px -5px 50px 10px rgb(138 128 128 / 5%);
}

ul.socialAcc {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

ul.socialAcc li {
    margin-right: 1rem;
    position: relative;
}

ul.socialAcc li a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    box-shadow: -5px -5px 10px #2d2d2d, 5px 5px 10px #171717;
    overflow: hidden;
    transition: 0.3s ease;
}

ul.socialAcc li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

ul.socialAcc li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    color: #cfcfcf;
}

ul.socialAcc li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: auto;
}

ul.socialAcc li:hover a {
    margin-top: -5px;
}

ul.socialAcc li:hover a::before {
    opacity: 1;
}

.separator {
    width: 95%;
    height: 1px;
    background: #000;
    margin: 2.5rem auto;
}

#whatIdo,
#portfoliio,
#blog,
#resume,
#testimony,
#clients,
#contactus {
    padding: 1.5rem 0;
    position: relative;
}

h1.heading {
    color: #c4cfde;
    text-transform: capitalize;
}

.service-box {
    border-radius: 10px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    /*padding: 2rem 3rem;*/
    padding: 35px 50px 35px 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 2.5rem;
}

.service-box a.btnLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

.service-box:hover::before {
    opacity: 1;
}

.service-box .inner-content .icon {
    margin-bottom: 1.5rem;
}

.service-box .inner-content .icon svg {
    width: 50px;
    height: auto;
    color: #11DBEF;
    stroke-width: 1 !important;
}

.service-box .inner-content .main-content h3 {
    color: #c4cfde;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.service-box .inner-content .main-content p {
    margin-bottom: 1.5rem;
}

.service-box .inner-content .main-content .readmore i,
.service-box .inner-content .main-content .readmore img {
    color: #11DBEF;
    font-size: 2rem;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.service-box>* {
    transform: translateY(20px);
    transition: 0.3s ease;
}

.service-box:hover * {
    transform: translateY(0px);
}

.service-box:hover .inner-content .main-content .readmore i,
.service-box:hover .inner-content .main-content .readmore img {
    visibility: visible;
    opacity: 1;
}

.portfolio-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    margin-bottom: 2.5rem;
    padding: 2rem;
}

.portfolio-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

.portfolio-box:hover::before {
    opacity: 1;
}

.portfolio-box .thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-box .thumbnail a img {
    transition: 0.3s ease;
    object-fit: cover;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.portfolio-box:hover .thumbnail a img {
    transform: scale(1.125);
}

.portfolio-box .title {
    position: relative;
    display: inline-block;
}

.portfolio-box .title a {
    color: #c4cfde;
    text-decoration: none;
    line-height: 2rem;
    transition: 0.3s ease;
    display: block;
}

.portfolio-box .title:hover a {
    color: #11dbef;
}

.portfolio-box .title img {
    position: relative;
    transform: scale(0) rotate(-45deg);
    transition: 0.3s ease;
    transform-origin: left;
    bottom: -8px;
}

.portfolio-box .title:hover img {
    transform: scale(0.65) rotate(-45deg);
}

a.viewmore-btn {
    display: inline-block;
    text-decoration: none;
    color: #11dbef;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 5px;
    background: linear-gradient(135deg, #1e2024, #16181c);
    transition: 0.3s ease;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    position: relative;
}

a.viewmore-btn img {
    width: 0px;
    margin: -4px 0 0 0;
    transition: 0.3s ease;
    left: 0;
    height: auto;
    opacity: 0;
}

a.viewmore-btn:hover img {
    width: 25px;
    opacity: 1;
    margin: -4px 0 0px 8px;
}

#modalScrn {
    position: fixed;
    width: 100%;
    height: 0%;
    z-index: 9999;
    background: #212428;
    top: 0;
    left: 0;
    /*backdrop-filter: blur(10px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 0;
}

.main-content-area {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

#blg_popup {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    padding: 3rem;
    width: 70%;
    display: block;
    margin: 0 auto;
}

#blg_popup img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.5rem;
}

.on {
    height: 100% !important;
    opacity: 1 !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    background-color: #191b1e !important;
    border-radius: 6px;
    height: 55px;
    transition: 0.3s ease;
    border: 2px solid #191b1e !important;
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #c4cfde;
    ;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
    ;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

#blg_popup textarea {
    height: 195px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
    color: #E4E6EA !important;
    border-color: #11dbfe !important;
    box-shadow: none !important;
}

input[type=submit] {
    display: inline-block;
    text-decoration: none;
    color: #11dbef;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 5px;
    background: linear-gradient(135deg, #1e2024, #16181c);
    transition: 0.3s ease;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    position: relative;
    border: 0;
}

.modalBg {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    padding: 3rem;
    width: 90%;
    display: block;
    margin: 3rem auto;
}

.modal-segment {
    display: flex;
    flex-wrap: wrap;
}

.img-segment,
.txt-segment {
    flex: 0 0 50%;
    max-width: 50%;
}

.img-segment {
    border-radius: 10px;
    overflow: hidden;
}

.img-segment img {
    object-fit: cover;
    width: 100%;
}

.txt-area {
    padding: .75rem 2.5rem;
}

span.modal-tag {
    color: #878e99;
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
}

.txt-area p,
#blg_popup p {
    color: #878e99;
    font-size: 18px;
    margin-bottom: 1.5rem !important;
}

.txt-area h3,
#blg_popup h3 {
    color: #c4cfde;
    font-size: 2.125rem;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 2rem;
}

.closeBtn {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #22262a;
    border-radius: 50px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    box-shadow: 2px 5px 10px rgb(23 25 29), -2px -5px 10px rgb(143 143 143 / 10%);
}

.closeBtn i {
    color: #11dbfe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease;
}

.closeBtn:hover i {
    transform: translate(-50%, -50%) rotate(360deg);
}

ul.resume-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    margin-left: 20%;
    background: linear-gradient(145deg, #1e2024, #23272b);
    padding: 0;
    border-radius: 10px;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    margin-bottom: 3rem;
}

ul.resume-tabs li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}

ul.resume-tabs li a {
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #c4cfde;
    font-size: 18px;
    transition: 0.3s ease;
    padding: 1.5rem;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

ul.resume-tabs li.actvTab a {
    color: #11dbfe !important;
    background: linear-gradient(145deg, #1e2024, #23272b) !important;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
    border-radius: 10px !important;
}

ul.resume-tabs li:hover a {
    color: #11dbfe;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    border-radius: 10px;
}

h3.resumeHeading {
    font-size: 2rem;
    color: #c4cfde;
    font-weight: 700;
}

ul.timeline {
    position: relative;
    border-left: 5px solid #17191c;
    margin-top: 2rem;
    padding-left: 1.5rem;
}

ul.timeline li {
    position: relative;
}

ul.timeline li:hover::after {
    background: #11dbef;
}

ul.timeline li::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 25%;
    width: 50px;
    height: 5px;
    background: #17191c;
    transform: translate(0, -50%);
}

ul.timeline li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #222529;
    z-index: 1;
    border: 5px solid #17191c;
    border-radius: 50px;
    top: 25%;
    left: -36px;
    transition: 0.3s ease;
    transform: translate(0, -50%);
}

.timeline-box {
    border-radius: 10px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, 0px -6px 10px #262a2e;
    padding: 2rem;
    /*padding: 35px 50px 35px 50px;*/
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 2.5rem;
}

.timeline-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

.timeline-box:hover::before {
    opacity: 1;
}

.timeline-title {
    font-size: 24px;
    color: #c4cfde;
    font-weight: 600;
}

.txt-cap {
    text-transform: capitalize !important;
    color: #7c838e !important;
    letter-spacing: 0 !important;
}

span.rate {
    display: inline-block;
    color: #11dbfe;
    font-size: 14px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    border-radius: 6px;
    padding: .5rem 1rem;
    letter-spacing: 1px;
}

.bBtm {
    border-bottom: 1px solid #17191c;
    margin-bottom: 1.5rem !important;
}

.timeline-box p {
    color: #7c838e;
    font-size: 18px;
    letter-spacing: 0;
}

ul.skill-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

ul.skill-list li {
    display: block;
    margin-bottom: 2rem;
}

h4.skill-title {
    color: #c3cedd;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.skill-progress-bar {
    height: 13px;
    overflow: visible;
    font-size: 14px;
    border-radius: 10px;
    padding: 3px;
    background: #212428;
    box-shadow: inset 8px 8px 16px #00000075, inset -8px -8px 16px #383e4575;
    position: relative;
}

.skill-progress {
    overflow: visible;
    position: relative;
    border-radius: 14px;
    background: linear-gradient(145deg, #11dbfe 10%, #1527ff 60%);
    height: 100%;
    animation-duration: 1s;
    animation-name: fadeInLeft;
    opacity: 1;
}

span.skill-value {
    position: absolute;
    color: #c3cedd;
    font-size: 14px;
    letter-spacing: 2px;
    top: -37px;
    right: 0%;
}

.quote {
    width: 120px !important;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.tst-slide {
    position: relative;
}

.stars i {
    color: #ffab1a !important;
    font-size: 12px !important;
}

#testimony .portfolio-box {
    /*box-shadow: 10px 10px 19px #1c1e22 !important;*/
    margin-left: 1.5rem;
    margin-top: 1.5rem;
}

#testimony .portfolio-box a,
#contactus .portfolio-box a {
    cursor: auto !important;
}

#testimony .timeline-box {
    margin-right: 1.5rem;
}

#clients .portfolio-box img {
    width: auto !important;
    margin: 0 auto;
}

#clients .portfolio-box {
    margin: 1.5rem 1rem !important;
}

#clients .portfolio-box:hover img {
    transform: scale(1);
}

#clients .portfolio-box h4.title a {
    font-size: 1rem;
    text-align: center;
}

#clients .portfolio-box .title {
    display: block !important;
}

#clients .portfolio-box .thumbnail a {
    text-align: center;
}

.h-line {
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    margin: 1rem 0;
}

#testimony .owl-nav button {
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #1e2024, #23272b) !important;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease;
}

#testimony .owl-nav button:hover::before {
    opacity: 1;
}

#testimony .owl-nav {
    position: absolute;
    right: 20px;
    top: 25px;
}

#testimony .clients-review {
    position: relative;
}

#testimony .clients-review::before {
    position: absolute;
    content: '';
    left: -54px;
    top: 25%;
    width: 80px;
    height: 5px;
    background: #17191c;
    transform: translate(0, -50%);
}

.owl-theme .owl-dots .owl-dot span {
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 1px 4px 2px -3px rgb(0 0 0 / 70%) inset, -1px -3px 3px -2px rgb(255 255 255 / 20%) inset;
    transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #11dbef;
}

#testimony .owl-nav button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

#testimony .owl-nav button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#testimony .owl-nav button.owl-next::after {
    background: url(../img/right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#testimony .owl-nav button.owl-prev::after {
    background: url(../img/left-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.owl-nav button span {
    display: none;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#contactus .portfolio-box p {
    color: #878e99;
    letter-spacing: 0;
}

#contactus .portfolio-box p a {
    text-decoration: none;
    color: #c3cfde !important;
    font-size: 18px;
    cursor: pointer !important;
    position: relative;
    transition: 0.3s ease;
    display: inline-block;
    padding-bottom: 1px;
}

#contactus .portfolio-box::before {
    display: none;
}

#contactus .portfolio-box p a:hover {
    color: #11dbfe !important;
}

#contactus .portfolio-box p a:hover::before {
    width: 100%;
}

#contactus .portfolio-box p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #11dbfe;
    transition: 0.3s ease;
}

#contactus form {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    margin-bottom: 2.5rem;
    padding: 2rem;
}

#contactus label {
    font-size: 16px;
    color: #a0a8b3;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: left;
    display: block;
}

#contactus textarea {
    height: 250px;
}

#contactus input[type=submit] {
    width: 100%;
    text-align: center;
}

.copyrightarea {
    padding: 0 0 4rem 0 !important;
}

.copyrightarea p {
    margin: 0 !important;
}

.copyrightarea img {
    margin-bottom: 1.5rem;
}

#contactus .portfolio-box .title {
    margin: 1.5rem 0;
}

.toTop {
    position: fixed;
    background: #212428;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 999;
    bottom: -2%;
    right: 5%;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    opacity: 0;
}

.toTopOn {
    opacity: 1;
    bottom: 5%;
}

.toTop a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}

.toTop::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #212428, #16181c);
    z-index: -1;
    transition: 0.3s ease;
    opacity: 0;
}

.toTop:hover::before {
    opacity: 1;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

span.ham {
    position: relative;
    width: 40px;
    height: 30px;
    display: block;
    overflow: hidden;
}

span.ham .mid {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #11dbfe;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

span.ham::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #11dbfe;
    position: absolute;
    transition: 0.3s ease;
}

span.ham::after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #11dbfe;
    position: absolute;
    transition: 0.3s ease;
}

.navClose .mid {
    width: 0% !important;
}

.navClose::before {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50% !important;
    left: 50% !important;
}

.navClose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    bottom: 50% !important;
    left: 50% !important;
}

/*Responsive CSS Start*/
@media(min-width: 1500px) {
    .cstm_pding {
        padding: 0 12rem !important;
    }
}

@media(max-width: 1100px) {
    .cstm_pding {
        padding: 0 2.25rem !important;
    }

    .img-segment,
    .txt-segment {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .txt-area {
        padding: 2.5rem .75rem;
    }

    .quote {
        width: 70px !important;
        margin-bottom: 1rem;
    }

    #testimonial .owl-nav {
        top: 5px !important;
    }

    #testimony .fWrap {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }

    #blg_popup {
        padding: 3rem;
        width: 85%;
    }
}

@media(max-width: 768px) {
    .rev-col {
        flex-flow: column-reverse;
    }

    .main-content-area {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 2rem 0;
        overflow: scroll;
    }

    ul.resume-tabs {
        max-width: 100%;
        margin-left: 0;
    }

    ul.resume-tabs li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

}

@media(max-width: 576px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    .cstm_pding {
        padding: 0 1.5rem !important;
    }

    .modalBg {
        padding: 1.5rem;
    }

    ul.resume-tabs li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fWrap {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }

    .quote {
        position: absolute;
        z-index: 2;
        width: 100px !important;
        right: 5px;
        top: 44%;
        transform: translate(0, -50%);
    }

    #testimony .timeline-box {
        margin-right: 0 !important;
    }

    #testimony .portfolio-box {
        margin-left: 0 !important;
    }

    #testimony .owl-nav {
        position: relative;
        right: 0;
        margin-top: -1rem !important;
        margin-bottom: 1.5rem;
    }

    #testimony .clients-review::before {
        display: none;
    }

    .modalBg {
        margin: 1rem auto;
    }

    #blg_popup {
        padding: 1.25rem !important;
        width: 90% !important;
    }
}