/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');
body * {
    font-family: 'Montserrat', sans-serif;
}
html, body {
    overflow-x: hidden;
}
:root {
    --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */
  
    --swiper-width: 50%;
    --swiper-inactive-scale: .85; /* makes the other slide smaller */
    
    /* responsive settings */
    --swiper-mobile-width: 90%;
    --swiper-mobile-inactive-scale: .95;
}
a {
    text-decoration: unset;
}
a button.w-btn {
    border-radius: 11px;
    background: #5445F8;
    border: 1px solid #5445F8;
    padding: 21px 45px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0px;
    transition: all 0.4s linear;
}
a button.w-btn:hover {
    background-color: transparent;
}
img {
    width: 100%;
}
@keyframes cursor {
	0%, 100% { 
    border-color: #fff; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 60%; 
  }
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* Header Css */
header.header-row {
    position: absolute;
    width: 100%;
    z-index: 11;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 15px;
}
/* Banner Css */
section.banner-row {
    background-color: #080b0b;
    padding: 220px 0 230px;
    position: relative;
    z-index: 1;
}
section.banner-row:after {
    content: "";
    background-image: url(../images/banner-shape.png);
    width: 100%;
    height: 25%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}
section.banner-row:before {
    z-index: -1;
    content: "";
    background-image: url(../images/banner-img.png);
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 100;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-sec h1 span {
    font-weight: 600;
}
.banner-sec h1 b {
    color: #6E29F7;
    font-weight: 600;
    width: 60%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid #fff;
    animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
}
.banner-sec a button.w-btn {
    margin-bottom: 62px;
}
.banner-sec .col-lg-4 {
    display: flex;
    align-items: center;
}
.banner-sec .col-lg-4:after {
    content: "";
    width: 3px;
    height: 106px;
    background: #5445F8;
    margin-left: 35px;
}
.banner-cont p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.banner-cont .counter {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.banner-cont .counter:after {
    content: "%";
}
.banner-sec .col-lg-5 .counter:after {
    content: "+";
}
/* About Css */
section.about-row {
    padding: 82px 0 120px;
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.about-row:after {
    content: "";
    background-image: url(../images/about-after.png);
    width: 306px;
    height: 304px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 150px;
    bottom: 180px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.about-lft {
    margin-bottom: 440px;
}
.about-lft h2 {
    color: #484848;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 60px;
}
.about-lft h2 span {
    font-weight: 700;
}
.about-lft h2 b {
    color: #5445F8;
    font-weight: 700;
}
.about-rgt h3 {
    color: #6E29F7;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}
.about-rgt p {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-rgt ul {
    padding: 0;
    margin: 0;
}
.about-rgt ul li {
    display: inline-block;
    padding: 21px 45px;
    border-radius: 11px;
    border: 1px solid #6E29F7;
    margin-right: 26px;
    margin-bottom: 15px;
    transition: all 0.4s linear;
}
.about-rgt ul li:hover {
    background-color: #6E29F7;
    cursor: pointer;
}
.about-rgt ul li:hover a {
    color: #fff;
}
.about-rgt ul li a {
    color: #5445F8;
    font-size: 16px;
    font-weight: 700;
}
.about-rgt ul li:last-child {
    width: 100%;
}
.about-rgt ul li:last-child {
    width: 69%;
    text-align: center;
}
/* Choose Css */
section.choose-row {
    padding: 120px 0 0;
}
.choose-lft {
    margin-top: 80px;
}
.choose-lft h2 {
    text-align: center;
    color: #484848;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.choose-lft h2 span {
    font-weight: 300;
}
.choose-rgt p {
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    width: 85%;
    margin-bottom: 44px;
}
.choose-rgt ul {
    padding: 0;
    margin: 0;
}
.choose-rgt ul li {
    display: flex;
    align-items: center;
    list-style: none;
    color: #484848;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 50px;
}
.choose-rgt ul li:before {
    content: "";
    background-image: url(../images/check-icon.png);
    width: 43px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 28px;
}
/* Cta Css */
section.cta-row {
    background: #6C2AF8;
    padding: 100px 0;
}
section.cta-row p {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
    width: 92%;
}
section.cta-row a button.btn {
    background-color: #fff !important;
}
section.cta-row a button.w-btn {
    background-color: #fff;
    color: #6C2AF8;
}
section.cta-row a button.w-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
/* Company Css */
section.company-row {
    background-image: url(../images/company-bg.jpg);
    padding: 128px 0 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.compnay-sec h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.compnay-sec h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.compnay-sec h2 span {
    font-weight: 700;
}
.compnay-sec ul {
    padding: 0;
    margin-bottom: 60px;
}
.compnay-sec ul li {
    list-style: none;
    color: rgba(0, 0, 0, 0.42);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 27px;
    transition: all 0.4s linear;
}
.compnay-sec ul li:hover {
    color: #000;
    cursor: pointer;
    margin-left: 30px;
}
.compnay-sec ul li i {
    color: #000;
    margin-left: 20px;
    display: none;
}
.compnay-sec ul li:hover i {
    display: inline-block;
}
section.cta-row a button.w-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
/* Work Css */
section.work-row {
    background-image: url(../images/work-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.work-head {
    text-align: center;
    margin-bottom: 70px;
}
.work-head h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-head h2 span {
    font-weight: 700;
}
.work-head p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #99A9B5;
}
section.work-row .col-lg-6 {
    padding: 0;
}
.work-inner img {
    width: 100%;
}
section.work-row .col-lg-6 .row .col-lg-6 img {
    height: 292.67px;
    object-fit: cover;
}
.work-inner-4, .work-inner-7 {
    margin-left: 12px;
}
.work-inner-5,.work-inner-8 {
    margin-right: 12px;
}
.work-inner-1 img {
    height: 624px;
}
.work-inner-2 {
    margin-left: 13px;
}
.work-inner-3 {
    margin-right: 12px;
}
.load-btn {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-btn:before {
    content: "";
    background-image: url(../images/before-border.png);
    width: 475.89px;
    height: 4px;
    display: block;
    margin-right: 20px;
}
.load-btn:after {
    content: "";
    background-image: url(../images/after-border.png);
    width: 475.89px;
    height: 4px;
    display: block;
    margin-left: 20px;
}
.load-btn a button.tran-btn {
    background-color: transparent;
    border-radius: 25px;
    border: 1px solid #FFF;
    padding: 1px 22.631px 1px 25.569px;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.95px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s linear;
}
.load-btn a button.tran-btn:hover {
    background-color: #5445f8;
    border-color: #5445f8;
}
/* Testimonials Css */
section.testimonials-row {
    background-image: url(../images/testimonials-bg.jpg);
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.testimonials-sec img {
    width: 5% !important;
    height: 35px;
    object-fit: scale-down;
    margin: auto;
    border-radius: 50px;
}
.testimonials-sec img.avatar {
    width: 5% !important;
    height: 90px;
}
.testi-head {
    text-align: center;
    margin-bottom: 60px;
}
.testi-head h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 53px;
    color: #fff;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.testi-head h2 span {
    color: #6E29F7;
}
.testimonials-sec {
    position: relative;
    padding-top: 150px;
}
.testimonials-sec:before {
    content: "";
    background-image: url(../images/client-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 508px;
    height: 315px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.testimonials-sec img.avatar {
    margin-bottom: 20px;
}
.testimonials-sec h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px !important;
}
.testimonials-sec h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #99A9B5;
    margin-bottom: 40px;
}
.testimonials-sec p {
    color: #F0F3F2;
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    bottom: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    color: #fff;
}
/* Ux Css */
section.ux-row {
    padding: 150px 0;
    position: relative;
}
section.ux-row:after {
    content: "";
    background-image: url(../images/ux-img.png);
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ux-sec h2 {
    color: #484848;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.ux-sec h2 span {
    font-weight: 700;
}
.ux-sec p {
    color: #484848;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.ux-sec img {
    width: 80%;
}
/* Contact Css */
section.contact-row {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.contact-head {
    margin-bottom: 40px;
}
.contact-head h2 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.contact-head p {
    color: #fff;
    width: 80%;
    margin: auto;
}

.contact-sec {
    text-align: left;
}
.contact-head h2 span {
    font-weight: 700;
}
.contact-sec .form-check {
    padding: 0;
    margin-bottom: 38px;
}
.contact-sec input, .contact-sec textarea {
    padding: 14px 40px 15px 20px;
    background-color: #181828;
    border: 0;
    border-radius: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #99A9B5;
}
.contact-sec input::placeholder, .contact-sec textarea::placeholder {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #99A9B5;
}
.contact-sec textarea {
    height: 270px;
    margin-bottom: 0px;
}
.contact-sec button[type="submit"].btn {
    display: block;
    width: 100%;
    background-color: transparent;
    border-color: #99A9B5;
    border-radius: 25px;
    padding: 11px 464.779px 11px 467.221px;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #99A9B5;
    transition: all 0.4s linear;
    margin-top: 30px;
}
.contact-sec button[type="submit"].btn:hover {
    background-color: #5445f8;
    border-color: #5445f8;
    color: #fff;
}
/* About Page Css */
section.inner-banner {
    padding: 175px 0 140px;
    background-image: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.inner-banner:after {
    content: "";
    background-image: url(../images/banner-shape.png);
    width: 100%;
    height: 22%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
section.inner-banner h1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 100;
    line-height: 65px; /* 109.167% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.inner-banner h1 span {
    font-weight: 700;
}
section.inner-banner p {
    color: #FFF0F0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    width: 81%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
.about-banner-sec p {
    margin-bottom: 260px !important;
}
section.inner-banner a {
    margin: auto;
    display: block;
    text-align: center;
}
section.transforming-row {
    padding: 80px 0;
}
.transform-sec .first .col-lg-4:first-child .counter:after {
    content: "%";
}
.transform-sec .last .col-lg-4:first-child .counter:before {
    content: "+";
}
.transform-sec h2 {
    color: #484848;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.transform-sec h2 span {
    color: #5445F8;
    font-weight: 300;
}
.transform-sec h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.transform-sec img {
    width: 85%;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.transform-sec .counter {
    background-image: url(../images/circle-bg.png);
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
    line-height: 250px;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    margin: auto;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.transform-sec h3 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.transform-sec p {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 23.5px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
section.expectation-row {
    background-image: url(../images/expectation-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 99px 0;
}
.expectation-sec {
    background: rgba(30, 30, 30, 0.50);
    backdrop-filter: blur(8.5px);
    padding: 30px 0;
}
.expectation-sec h3 {
    color: #6E29F7;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.expectation-sec h2 {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.expectation-sec h2 span {
    font-weight: 300;
    color: #6E29F7;
}
.expectation-sec img {
    width: 55%;
    margin-bottom: 30px;
}
.expectation-sec p {
    color: #FFFEFE;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
}
.expectation-sec p:last-child {
    width: 71%;
}
/* Services Page Css */
section.services-banner {
    background-image: url(../images/service-bg.jpg);
    padding: 300px 0 250px;
}
section.services-banner p {
    width: 65%;
}
section.services-row {
    padding: 50px 0;
}
.services-head {
    margin-bottom: 72px;
}
.services-head h3 {
    color: #6E29F7;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.services-head h2 {
    color: #484848;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.services-head h2 span {
    color: #5721C1;
    font-weight: 300;
}
section.services-row .row {
    margin-bottom: 70px;
}
section.services-row .row:last-child {
    margin-bottom: 0;
}
.services-sec h2 {
    color: #484848;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.services-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.services-sec a button.w-btn:hover {
    color: #5445F8;
}
.service-rgt img {
    width: 95%;
    margin: auto;
    display: block;
    margin-right: 0;
}
section.services-row .row-reverse .service-rgt img {
    margin-left: 0;
}
/* Case Page Css */
section.case-banner {
    background-image: url(../images/case-bg.jpg);
    padding: 300px 0 250px;
}
section.case-row {
    padding: 67px 0 120px;
}
.case-head h2 {
    color: #484848;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.case-head h2 span {
    color: #5721C1;
    font-weight: 300;
}
.swiper {
    position: relative;
    width: 100%;
    height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
    overflow: hidden;
}
.swiper-backface-hidden .swiper-slide {
    transform: scale(.84) translateZ(0);
    position: relative;
    top: -15px;
}
.swiper-slide {
    position: relative;
    width: var(--swiper-width);
    opacity: .5;
    transform: scale(.84);
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 0.4285rem;
}
.swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1) translateZ(0) !important;
    top: 0;
}
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev {
    padding: 8px;
    width: 50px;
    height: 50px;
    margin-top: 0;
    background-color: rgb(84 69 248);
    border-radius: 50%;
    top: 90px;
}
.swiper-button-prev {
    transform: translate(-50%, -50%);
    left: 47%;
}
.swiper-button-next {
    transform: translate(50%, -50%);
    right: 47%;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.case-sec {
    position: relative;
    width: 100%;
    padding-top: 180px !important;
}
.case-sec img {
    margin-bottom: 20px;
}
.case-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-flex h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.case-flex a {
    color: #6E29F7;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.5%;
    text-transform: uppercase;
}
.case-flex a i {
    padding-left: 12px;
    vertical-align: baseline;
}
.case-sec p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
/* Portfolio Page Css */
section.portfolio-banner {
    background-image: url(../images/portfolio-bg.jpg);
    padding: 300px 0 250px;
}
section.portfolio-banner h1 {
    width: 90%;
    margin: auto;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 60px;
}
section.portfolio-row {
    padding-top: 42px;
}
section.portfolio-row .container-fluid {
    padding: 0 57px;
}
.portfolio-sec ul#pills-tab {
    margin-bottom: 70px;
}
.portfolio-sec ul#pills-tab .nav-link {
    padding: 10px 24px;
    margin: 0 27px;
    border: 1px solid #000;
    border-radius: 0;
    color: #6E29F7;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.portfolio-sec ul#pills-tab .nav-link.active {
    background: #6E29F7;
    color: #fff;
    border-color: transparent;
}
.portfolio-inner {
    margin-bottom: 30px;
}
.portfolio-inner img {
    width: 100%;
    height: 442px;
    object-fit: cover;
}
div#pills-web .portfolio-inner img {
    object-position: top;
}
/* Contact Page Css */
section.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    padding: 300px 0 250px;
}
.contact-details-sec h2 {
    color: #5445F8;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-details-sec h2 span {
    color: #484848;
    font-weight: 700;
}
.contact-details-sec ul {
    padding: 0;
    margin: 0;
}
.contact-details-sec ul li {
    list-style: none;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.contact-details-sec ul li a {
    color: #000;
}
.contact-details-sec ul li:before {
    content: "\f041";
    font-family: 'FontAwesome';
    color: #6E29F7;
    width: 38px;
}
.contact-details-sec ul li:nth-child(2):before {
    content: "\f0e0";
}
.contact-details-sec ul li:last-child:before {
    content: "\f095";
}
/* Popup Form Css */
.popupform ul li {
	text-align: left;
	position: relative;
	width: 100%;
	margin: 8px 0px;
	display: block;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform select, .popupform ul li textarea {
	background: #ffffff;
	border: #dedede 2px solid;
	padding: 10px 10px 10px 34px;
	width: 100%;
	border-radius: 6px;
	font-size: 14px;
	color: #8b758b;
	box-shadow: none !important;
	outline: none 0px !important;
}
.popupform ul li i {
	position: absolute;
	top: 15px;
	left: 14px;
	color: #5445F8;
}
.popupform ul li textarea {
	height: 161px;
}
.popupform ul li.last {
	text-align: center;
}
.popupform p.form_tagline {
    font-size: 14px;
}
.popupform ul li input[type="submit"] {
	background: #5445F8;
	color: #fff;
	font-size: 18px;
	border: #5445F8 1px solid;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 10px;
	letter-spacing: 1px;
	outline: 0px none;
	border-radius: 50px;
	width: 195px;
}
.popupform ul li input[type="submit"]:hover {
	background: #5445F8;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
	border: #b9bbbd 2px solid !important;
}
.popupform {
	width: 436px;
	border-radius: 23px;
	padding: 31px 20px;
	overflow: visible;
	border-bottom: #5445F8 5px solid;
}
.popupform h2 {
	font-size: 30px;
	color: #5445F8;
	font-weight: 700;
	padding-left: 15px;
	border-left: #5445F8 6px solid;
	margin-bottom: 12px;
	line-height: 35px;
	margin-top: 0;
}
.popupform h2+p {
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 12px;
}
.popupform .fancybox-close-small {
	border: #5445F8 3px solid;
	background: #fff;
	border-radius: 72px;
	text-align: center;
	box-shadow: #000 0 0 10px;
	right: -14px;
	top: -13px;
	overflow: visible;
	opacity: 1;
}
.popupform .fancybox-close-small:after {
	color: #5445F8;
	font-size: 25px;
	right: 4px;
}
.popupform ul {
    margin: 0;
    padding: 0;
}
label.error {
    color: red;
    font-size: 14px;
    font-weight: 600;
}
p.sucess-msg {
    color: green;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    margin-bottom: 0 !important;
    font-weight: 600;
    margin-top: 20px;
}
/* Footer Css */
footer.footer-row {
    background: #181828;
    padding: 110px 0 46px;
}
.footer-lft img {
    width: 25%;
    margin-bottom: 30px;
}
.footer-lft p {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 92%;
    margin-bottom: 30px;
}
.footer-lft ul {
    padding: 0;
    margin: 0;
}
.footer-lft ul li {
    display: inline-block;
    color: #717171;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px; /* 317.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 50px;
}
.footer-lft ul li:first-child {
    margin-right: 70px;
}
.footer-lft ul li i {
    color: #fff;
}
footer.footer-row .col-lg-6:first-child:after {
    content: "";
    width: 1px;
    height: 535px;
    background: #D9D9D9;
    position: absolute;
    top: -110px;
    left: 0;
}
footer.footer-row .col-lg-6:last-child {
    position: relative;
    padding-left: 90px;
}
.copyright-row {
    border-top: 1px solid #D9D9D9;
    padding-top: 38px;
}
.footer-lft {
    padding-bottom: 60px;
}
footer.footer-row h4 {
    color: #717171;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px; /* 317.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer.footer-row .col-lg-6:last-child .row .col-lg-6:first-child {
    width: 35%;
}
footer.footer-row .col-lg-6:last-child .row .col-lg-6:last-child {
    width: 65%;
    padding-right: 0;
}
.footer-links ul {
    padding-left: 30px;
    margin: 0;
}
.footer-links ul li {
    color: #BABABA;
    margin-bottom: 20px;
}
.footer-links ul li a {
    color: #BABABA;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-details ul {
    padding: 0;
    margin: 0;
}
.footer-details ul li {
    list-style: none;
    margin-bottom: 20px;
}
.footer-details ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.news-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 2px;
}
.news-form input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    color: #FFDFDF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.news-form input::placeholder {
    color: #FFDFDF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.news-form input:focus {
    border: 0 !important;
    box-shadow: unset;
    background-color: transparent;
    color: #fff;
}
.news-form button[type="submit"] {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.news-form button[type="submit"] i {
    color: #fff;
}
.copyright-row p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}
.copyright-row ul {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.copyright-row ul li {
    color: #fff;
    height: 17.206px;
    display: inline-block;
    line-height: 18px;
    margin-left: 7px;
}
.copyright-row ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}
/* Policy Css */
section.policy-banner {
    background-image: url(../images/policy-banner.jpg);
    padding: 300px 0 250px;
    position: relative;
    z-index: 1;
}
section.policy-banner:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.policy-banner h1 {
    font-weight: 700;
}
section.policy-row {
    padding: 50px 0;
}
.policy-sec h2 {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}
.policy-sec p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}
.revision-sec h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.revision-sec p {
    margin-bottom: 30px;
}
.revision-sec p.short {
    margin-bottom: 10px;
}
.revision-sec ul {
    margin-bottom: 30px;
}
.policy-sec a {
    color: #5445f8;
    text-decoration: underline;
    font-weight: 500;
}
.policy-sec ol, .policy-sec ul {
    margin-bottom: 20px;
}
.policy-sec ol li, .policy-sec ul li {
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.policy-sec ol li b {
    color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    @keyframes text {
        0% { 
        width: 0; 
      }
        100% { 
        width: 93%; 
      }
    }
    .popupform .fancybox-close-small {
        top: 0;
        right: 0;
    }
    /*section.banner-row:before {*/
    /*    display: none;*/
    /*}*/
    section.banner-row:before {
        display: block;
        background-position: center;
    }
    section.banner-row {
        text-align: center;
        padding: 150px 0 50px;
    }
    .navbar-toggler {
        border-color: #fff;
        margin-right: 20px;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        color: #fff;
        font-family: 'FontAwesome';
        vertical-align: sub;
    }
    div#navbarSupportedContent {
        background-color: #fff;
        padding: 0px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        padding: 10px 10px;
        border-bottom: 1px solid;
        font-size: 14px;
        font-weight: 500;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    header.header-row .container {
        padding: 0;
    }
    .navbar-brand {
        padding-left: 20px;
    }
    .banner-sec h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .banner-sec h1 br {
        display: none;
    }
    .banner-sec h1 b {
        width: 100%;
    }
    .banner-sec a button.w-btn {
        margin-bottom: 30px;
    }
    a button.w-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    .banner-sec .col-lg-4 {
        flex-direction: column;
    }
    .banner-sec .col-lg-4:after {
        margin: 10px 0;
        width: 100%;
        height: 3px;
    }
    .banner-cont .counter {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-cont p {
        font-size: 15px;
        margin-bottom: 0;
    }
    section.banner-row:after {
        display: none;
    }
    section.about-row {
        text-align: center;
        padding: 50px 0;
        background-position: 100%;
    }
    .about-lft h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .about-lft h2 br {
        display: none;
    }
    .about-lft {
        margin-bottom: 20px;
    }
    .about-rgt h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .about-rgt p {
        font-size: 14px;
        line-height: 24px;
    }
    section.about-row:after {
        display: none;
    }
    .about-rgt ul li {
        width: 100%;
        padding: 16px 45px;
        margin: 0 0 10px;
    }
    .about-rgt ul li:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    .about-rgt ul li a {
        font-size: 15px;
    }
    section.choose-row {
        padding-top: 50px;
        text-align: center;
    }
    .choose-lft {
        margin-top: 0;
    }
    .choose-lft h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .choose-lft img {
        margin-bottom: 20px;
    }
    .choose-rgt p {
        font-size: 14px;
        margin: auto;
        line-height: 24px;
        font-weight: 500;
        width: 97%;
        margin-bottom: 30px;
    }
    .choose-rgt ul li {
        margin-bottom: 15px;
        flex-direction: column;
        font-size: 20px;
    }
    .choose-rgt ul li:before {
        margin: 0;
        margin-bottom: 5px;
    }
    section.cta-row {
        text-align: center;
        padding: 50px 0;
    }
    section.cta-row p {
        font-size: 18px;
        width: 100%;
        line-height: 26px;
        margin-bottom: 20px;
    }
    section.cta-row a button.w-btn {
        float: unset !important;
    }
    section.company-row {
        margin-top: 40px;
        padding: 50px 0;
        text-align: center;
    }
    .compnay-sec h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .compnay-sec h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .compnay-sec h2 br {
        display: none;
    }
    .compnay-sec ul {
        text-align: left;
        margin-bottom: 20px;
    }
    .compnay-sec ul li {
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    section.work-row {
        padding: 50px 0;
    }
    .work-head h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .work-head p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .work-head {
        margin-bottom: 30px;
    }
    .work-inner img {
        height: auto;
    }
    .load-btn a button.tran-btn {
        font-size: 16px;
        line-height: 40px;
    }
    .load-btn:before, .load-btn:after {
        display: none;
    }
    .load-btn {
        margin-top: 30px;
    }
    section.testimonials-row {
        padding: 50px 0;
    }
    .testi-head h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .testi-head {
        margin-bottom: 20px;
    }
    .testimonials-sec:before {
        background-size: 82%;
        width: 100%;
        top: 0;
        height: 35%;
    }
    .testimonials-sec {
        padding-top: 30px;
    }
    .testimonials-sec img.avatar {
        width: 20% !important;
        height: 60px !important;
        margin-bottom: 10px;
    }
    .testimonials-sec h4 {
        margin-bottom: 0 !important;
    }
    .testimonials-sec h5 {
        margin-bottom: 30px;
    }
    .testimonials-sec p {
        font-size: 16px;
        width: 100%;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .testimonials-sec img {
        width: 25% !important;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        align-items: baseline;
        top: 30px;
    }
    section.ux-row {
        padding: 50px 0;
        text-align: center;
    }
    section.ux-row:after {
        display: none;
    }
    .ux-sec h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ux-sec p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .ux-sec img {
        width: 100%;
        margin: auto;
    }
    section.contact-row {
        padding: 50px 0;
    }
    .contact-head h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .contact-head {
        margin-bottom: 20px;
    }
    .contact-sec .form-check {
        margin-bottom: 10px;
    }
    .contact-sec input, .contact-sec textarea {
        font-size: 14px;
    }
    .contact-sec input::placeholder, .contact-sec textarea::placeholder {
        font-size: 14px;
    }
    .contact-sec textarea {
        height: 150px;
    }
    .contact-sec button[type="submit"].btn {
        padding: 10px 0;
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    section.inner-banner {
        padding: 150px 0 50px;
        background-color: #000;
    }
    section.about-banner {
        background-image: unset;
    }
    section.inner-banner h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    section.inner-banner h1 br {
        display: none;
    }
    section.inner-banner p {
        font-size: 14px;
        width: 100%;
        line-height: 24px;
        margin-bottom: 30px !important;
    }
    section.inner-banner p br {
        display: none;
    }
    .about-banner-sec p {
        margin-bottom: 0 !important;
    }
    section.inner-banner:after {
        display: none;
    }
    section.transforming-row {
        padding: 50px 0 30px;
    }
    .transform-sec h2 {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .transform-sec h2 br {
        display: none;
    }
    .transform-sec h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .transform-sec img {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .transform-sec .counter {
        font-size: 25px;
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin-bottom: 10px;
    }
    .transform-sec p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.expectation-row {
        padding: 50px 0;
    }
    .expectation-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .expectation-sec h2 {
        font-size: 21px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .expectation-sec img {
        width: 95%;
        margin-bottom: 20px;
    }
    .expectation-sec p {
        font-size: 14px;
        width: 100%;
        line-height: 24px;
    }
    .expectation-sec p:last-child {
        width: 100%;
    }
    .services-head h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .services-head h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .services-head h2 br {
        display: none;
    }
    .services-head {
        margin-bottom: 20px;
    }
    section.services-row {
        text-align: center;
        padding-bottom: 0;
    }
    .services-sec h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .services-sec p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .services-sec {
        margin-bottom: 30px;
    }
    .service-rgt img {
        width: 100%;
    }
    section.services-row .row-reverse {
        flex-direction: column-reverse;
    }
    section.services-row .row {
        margin-bottom: 10px;
    }
    section.case-row {
        padding: 50px 0;
    }
    .case-head h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .case-sec {
        padding-top: 100px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .swiper-button-prev {
        left: 43%;
    }
    .swiper-button-next {
        right: 43%;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 15px;
        position: relative;
    }
    .swiper-button-prev::after {
        left: -2px;
    }
    .swiper-button-next::after {
        right: -2px;
    }
    .swiper-slide {
        width: 100%;
        text-align: center;
    }
    .swiper-backface-hidden .swiper-slide {
        top: 0;
    }
    .case-sec img {
        margin-bottom: 10px;
    }
    .case-flex h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .case-sec p {
        font-size: 14px;
        line-height: 24px;
    }
    section.portfolio-banner h1 {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }
    section.inner-banner p br {
        display: none;
    }
    section.portfolio-row .container-fluid {
        padding: 0 10px;
    }
    .portfolio-sec ul#pills-tab li {
        display: inline-block;
        width: 46%;
        margin: 0 5px 15px;
    }
    .portfolio-sec ul#pills-tab .nav-link {
        font-size: 15px;
        padding: 10px 13px;
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
    }
    .portfolio-sec ul#pills-tab {
        margin-bottom: 30px;
    }
    .portfolio-inner img {
        height: 300px;
    }
    .portfolio-inner {
        margin-bottom: 10px;
    }
    section.contact-banner h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    section.contact-details-row {
        padding-top: 50px;
        text-align: center;
    }
    .contact-details-sec h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .contact-details-sec ul {
        text-align: left;
    }
    .contact-details-sec ul li {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 10px;
        align-items: baseline;
    }
    .contact-details-sec ul li:before {
        width: 23px;
    }
    section.policy-row {
        text-align: center;
        padding: 30px 0;
    }
    section.policy-banner:after {
        display: block;
        height: 8%;
    }
    .policy-sec h2 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .policy-sec p {
        font-size: 14px;
        line-height: 24px;
    }
    .policy-sec ol, .policy-sec ul {
        text-align: left;
        margin-bottom: 10px;
    }
    .policy-sec ol li {
        font-size: 14px;
        line-height: 24px;
    }
    .policy-sec ul li {
        font-size: 14px;
        line-height: 24px;
    }
    footer.footer-row {
        padding: 50px 0 20px;
        text-align: center;
    }
    .footer-lft img {
        width: 40%;
        margin-bottom: 15px;
    }
    .footer-lft p {
        font-size: 14px;
        width: 97%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .footer-lft ul li {
        display: block;
        margin: 0 0 15px;
    }
    .footer-lft ul li:first-child {
        margin: 0;
        margin-bottom: 15px;
    }
    .footer-lft ul li:last-child {
        margin-bottom: 0;
    }
    .footer-lft {
        padding-bottom: 40px;
    }
    footer.footer-row .col-lg-6:last-child {
        padding: 0;
    }
    footer.footer-row .col-lg-6:first-child:after {
        display: none;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:first-child {
        width: 100%;
    }
    footer.footer-row h4 {
        margin-bottom: 15px;
    }
    .footer-links ul {
        padding: 0;
    }
    .footer-links ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-links {
        margin-bottom: 25px;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:last-child {
        width: 100%;
    }
    .footer-details ul li a {
        font-size: 14px;
    }
    .footer-details ul li {
        width: 88%;
        margin: auto;
        margin-bottom: 10px;
    }
    .footer-details ul {
        margin-bottom: 20px;
    }
    .news-form input {
        font-size: 14px;
    }
    .news-form {
        width: 75%;
        margin: auto;
    }
    .footer-details {
        margin-bottom: 40px;
    }
    .news-form input::placeholder {
        font-size: 14px;
    }
    .copyright-row {
        padding-top: 20px;
    }
    .copyright-row p {
        margin-bottom: 10px;
    }
    .copyright-row ul {
        float: unset !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    @keyframes text {
        0% { width: 0; 
      }
        100% { 
        width: 40%; 
      }
    }
    section.banner-row:before {
        display: none;
    }
    section.banner-row {
        padding: 150px 0 100px;
    }
    .navbar-toggler {
        border-color: #fff;
        margin-right: 20px;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        color: #fff;
        font-family: 'FontAwesome';
        vertical-align: sub;
    }
    div#navbarSupportedContent {
        background-color: #fff;
        padding: 0px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
        padding: 10px 10px;
        border-bottom: 1px solid;
        font-size: 14px;
        font-weight: 500;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    header.header-row .container {
        padding: 0;
    }
    .navbar-brand {
        padding-left: 20px;
    }
    .banner-sec h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .banner-sec h1 br {
        display: none;
    }
    .banner-sec h1 b {
        width: 100%;
    }
    .banner-sec a button.w-btn {
        margin-bottom: 30px;
    }
    a button.w-btn {
        padding: 16px 30px;
        font-size: 16px;
    }
    .banner-cont .counter {
        font-size: 40px;
        line-height: 35px;
    }
    .banner-cont p {
        font-size: 16px;
        margin-bottom: 0;
    }
    section.about-row {
        padding: 50px 0;
        background-position: 29% 100%;
    }
    .about-lft {
        margin-bottom: 370px;
    }
    .about-lft h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-lft h2 br {
        display: none;
    }
    .about-rgt h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .about-rgt p {
        font-size: 14px;
        line-height: 24px;
    }
    section.about-row:after {
        display: none;
    }
    .about-rgt ul li {
        margin: 0;
        padding: 12px 32px;
        margin-bottom: 15px;
    }
    .about-rgt ul li:last-child {
        width: 100%;
        margin-bottom: 71px;
    }
    .about-rgt ul li a {
        font-size: 15px;
    }
    section.choose-row {
        padding-top: 50px;
    }
    .choose-lft h2 {
        font-size: 33px;
        margin-bottom: 20px;
    }
    .choose-rgt p {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        margin-bottom: 30px;
    }
    .choose-rgt ul li {
        margin-bottom: 15px;
        font-size: 20px;
    }
    section.cta-row {
        padding: 50px 0;
    }
    section.cta-row p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        margin-bottom: 20px;
    }
    section.company-row {
        margin-top: 40px;
        padding: 50px 0;
    }
    .compnay-sec h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .compnay-sec h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .compnay-sec h2 br {
        display: none;
    }
    .compnay-sec ul {
        text-align: left;
        margin-bottom: 20px;
    }
    .compnay-sec ul li {
        font-size: 16px;
        color: #000;
        line-height: 24px;
        margin-bottom: 15px;
    }
    section.work-row {
        padding: 50px 0;
    }
    .work-head h2 {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .work-head p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .work-head {
        margin-bottom: 30px;
    }
    .work-inner-1 img {
        height: 473px;
    }
    .load-btn a button.tran-btn {
        font-size: 16px;
        line-height: 40px;
    }
    .load-btn:before, .load-btn:after {
        display: none;
    }
    .load-btn {
        margin-top: 30px;
    }
    section.testimonials-row {
        padding: 50px 0;
    }
    .testi-head h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .testi-head {
        margin-bottom: 20px;
    }
    .testimonials-sec:before {
        background-size: 31%;
        width: 100%;
        top: 0;
        height: 58%;
    }
    .testimonials-sec {
        padding-top: 30px;
    }
    .testimonials-sec img.avatar {
        width: 20% !important;
        height: 60px !important;
        margin-bottom: 10px;
    }
    .testimonials-sec h4 {
        margin-bottom: 0 !important;
    }
    .testimonials-sec h5 {
        margin-bottom: 30px;
    }
    .testimonials-sec p {
        font-size: 16px;
        width: 100%;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .testimonials-sec img {
        width: 25% !important;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        align-items: baseline;
        top: 30px;
    }
    section.ux-row {
        padding: 50px 0;
        text-align: center;
    }
    section.ux-row:after {
        display: none;
    }
    .ux-sec h2 {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ux-sec p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .ux-sec img {
        width: 70%;
        margin: auto;
    }
    section.contact-row {
        padding: 50px 0;
    }
    .contact-head h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .contact-head {
        margin-bottom: 0px;
    }
    .contact-sec .form-check {
        margin-bottom: 10px;
    }
    .contact-sec input, .contact-sec textarea {
        font-size: 15px;
    }
    .contact-sec input::placeholder, .contact-sec textarea::placeholder {
        font-size: 15px;
    }
    .contact-sec textarea {
        height: 150px;
    }
    .contact-sec button[type="submit"].btn {
        padding: 10px 0;
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    section.inner-banner {
        padding: 150px 0 50px;
        background-color: #000;
    }
    section.about-banner {
        background-image: unset;
    }
    section.inner-banner h1 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    section.inner-banner h1 br {
        display: none;
    }
    section.inner-banner p {
        font-size: 15px;
        width: 100%;
        line-height: 26px;
        margin-bottom: 30px !important;
    }
    section.inner-banner p br {
        display: none;
    }
    .about-banner-sec p {
        margin-bottom: 0 !important;
    }
    section.inner-banner:after {
        display: none;
    }
    section.transforming-row {
        padding: 50px 0 30px;
    }
    .transform-sec h2 {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .transform-sec h2 br {
        display: none;
    }
    .transform-sec h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .transform-sec img {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .transform-sec .counter {
        font-size: 25px;
        width: 200px;
        height: 200px;
        line-height: 200px;
        margin-bottom: 10px;
    }
    .transform-sec p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.expectation-row {
        padding: 50px 0;
    }
    .expectation-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .expectation-sec h2 {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .expectation-sec img {
        width: 95%;
        margin-bottom: 20px;
    }
    .expectation-sec p {
        font-size: 14px;
        width: 92%;
        line-height: 24px;
    }
    .expectation-sec p:last-child {
        width: 92%;
    }
    .services-head h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .services-head h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .services-head h2 br {
        display: none;
    }
    .services-head {
        margin-bottom: 20px;
    }
    section.services-row {
        padding-bottom: 0;
    }
    .services-sec h2 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .services-sec p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .service-rgt img {
        width: 100%;
    }
    section.services-row .row {
        margin-bottom: 30px;
    }
    section.case-row {
        padding: 50px 0;
    }
    .case-head h2 {
        font-size: 32px;
        line-height: 30px;
    }
    .case-sec {
        padding-top: 100px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .swiper-button-prev {
        left: 45%;
    }
    .swiper-button-next {
        right: 48%;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 15px;
        position: relative;
    }
    .swiper-button-prev::after {
        left: -2px;
    }
    .swiper-button-next::after {
        right: -2px;
    }
    .swiper-slide {
        width: 100%;
        text-align: center;
    }
    .swiper-backface-hidden .swiper-slide {
        top: 0;
    }
    .case-sec img {
        margin-bottom: 15px;
    }
    .case-flex h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .case-sec p {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
    }
    section.portfolio-banner h1 {
        width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    section.inner-banner p br {
        display: none;
    }
    section.portfolio-row .container-fluid {
        padding: 0 10px;
    }
    .portfolio-sec ul#pills-tab li {
        display: inline-block;
        width: 30%;
    }
    .portfolio-sec ul#pills-tab .nav-link {
        margin: 0 !important;
        font-size: 16px;
        padding: 12px 29px;
    }
    .portfolio-sec ul#pills-tab {
        margin-bottom: 30px;
    }
    .portfolio-inner img {
        height: 300px;
    }
    .portfolio-inner {
        margin-bottom: 10px;
    }
    section.contact-banner h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    section.contact-details-row {
        padding-top: 50px;
    }
    .contact-details-sec h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .contact-details-sec ul {
        text-align: left;
    }
    .contact-details-sec ul li {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 10px;
        align-items: baseline;
    }
    .contact-details-sec ul li:before {
        width: 23px;
    }
    section.policy-row {
        padding: 30px 0 50px;
    }
    section.policy-banner:after {
        display: block;
        height: 20%;
    }
    .policy-sec h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .policy-sec p {
        font-size: 15px;
        line-height: 24px;
    }
    .policy-sec ol li, .policy-sec ul li {
        font-size: 15px;
        line-height: 24px;
    }
    footer.footer-row {
        padding: 50px 0 20px;
    }
    .footer-lft img {
        width: 40%;
        margin-bottom: 15px;
    }
    .footer-lft p {
        font-size: 14px;
        width: 97%;
        margin: auto;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .footer-lft ul li {
        margin-right: 10px;
    }
    .footer-lft ul li:first-child {
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .footer-lft ul li:last-child {
        margin-bottom: 0;
    }
    .footer-lft {
        padding-bottom: 40px;
    }
    footer.footer-row .col-lg-6:last-child {
        padding-left: 45px;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:last-child {
        padding: 0;
    }
    footer.footer-row .col-lg-6:first-child:after {
        top: -50px;
        height: 470px;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:first-child {
        width: 100%;
        padding-left: 0;
    }
    footer.footer-row h4 {
        margin-bottom: 15px;
    }
    .footer-links ul {
        padding: 0;
    }
    .footer-links ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-links {
        margin-bottom: 25px;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:last-child {
        width: 100%;
    }
    .footer-details ul li a {
        font-size: 14px;
    }
    .footer-details ul li {
        margin-bottom: 10px;
    }
    .footer-details ul {
        margin-bottom: 20px;
    }
    .news-form input {
        font-size: 14px;
    }
    .footer-details {
        margin-bottom: 40px;
    }
    .news-form input::placeholder {
        font-size: 14px;
    }
    .copyright-row {
        padding-top: 20px;
    }
    .copyright-row p {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    section.banner-row:before {
        background-size: 52%;
    }
    section.banner-row {
        padding: 150px 0;
    }
    .banner-sec h1 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    a button.w-btn {
        padding: 18px 30px;
        font-size: 16px;
    }
    .banner-sec a button.w-btn {
        margin-bottom: 30px;
    }
    .banner-cont .counter {
        font-size: 40px;
    }
    .banner-cont p {
        font-size: 16px;
    }
    .banner-sec .col-lg-4:after {
        margin-left: 20px;
    }
    section.about-row {
        padding: 40px 0 70px;
    }
    .about-lft h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .about-rgt p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .about-rgt h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .about-lft {
        margin-bottom: 360px;
    }
    section.about-row:after {
        bottom: 0;
        right: 0;
    }
    .about-rgt ul li {
        padding: 16px 35px;
        margin-right: 10px;
    }
    .about-rgt ul li:last-child {
        margin: 0;
        width: 79%;
    }
    .about-rgt ul li a {
        font-size: 15px;
    }
    section.choose-row {
        padding: 70px 0 0;
    }
    .choose-lft h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .choose-rgt p {
        font-size: 15px;
        width: 100%;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .choose-rgt ul li {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .choose-rgt ul li:before {
        margin-right: 20px;
    }
    .choose-lft {
        margin-top: 40px;
    }
    section.cta-row {
        padding: 50px 0;
    }
    section.cta-row p {
        font-size: 18px;
        width: 100%;
        line-height: 30px;
    }
    section.company-row {
        margin-top: 50px;
        padding: 70px 0 60px;
    }
    .compnay-sec h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .compnay-sec h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .compnay-sec ul li {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .compnay-sec ul {
        margin-bottom: 30px;
    }
    section.work-row {
        padding: 70px 0;
    }
    .work-head h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .work-head p {
        font-size: 15px;
        line-height: 24px;
    }
    .work-head {
        margin-bottom: 40px;
    }
    .work-inner-1 img {
        height: 534px;
    }
    .load-btn:before, .load-btn:after {
        width: 350px;
    }
    .load-btn a button.tran-btn {
        padding: 1px 20px;
        font-size: 16px;
        line-height: 40px;
    }
    section.testimonials-row {
        padding: 70px 0;
    }
    .testi-head {
        margin-bottom: 30px;
    }
    .testimonials-sec:before {
        width: 100%;
        height: 50%;
        background-size: contain;
    }
    .testimonials-sec {
        padding-top: 28px;
    }
    .testimonials-sec img.avatar {
        margin-bottom: 10px;
        height: 48px;
        width: 50px !important;
        border-radius: 50px;
    }
    .testimonials-sec h4 {
        margin-bottom: 0 !important;
    }
    .testimonials-sec h5 {
        margin-bottom: 20px;
    }
    .testimonials-sec p {
        font-size: 16px;
        width: 70%;
        line-height: 24px;
        margin-bottom: 10px;
    }
    section.ux-row {
        padding: 70px 0;
    }
    section.ux-row:after {
        right: 0;
        background-size: 55%;
    }
    .ux-sec h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .ux-sec p {
        font-size: 18px;
        width: 88%;
        line-height: 26px;
        margin-bottom: 10px;
    }
    section.contact-row {
        padding: 70px 0;
    }
    .contact-head h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .contact-head {
        margin-bottom: 20px;
    }
    .contact-sec .form-check {
        margin-bottom: 15px;
    }
    .contact-sec input, .contact-sec textarea {
        padding: 12px 40px 12px 20px;
        font-size: 15px;
    }
    .contact-sec input::placeholder, .contact-sec textarea::placeholder {
        font-size: 15px;
    }
    .contact-sec textarea {
        height: 190px;
    }
    .contact-sec button[type="submit"].btn {
        margin-top: 10px;
        padding: 10px 0;
        font-size: 16px;
    }
    section.inner-banner {
        padding: 130px 0 140px;
    }
    section.inner-banner h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    section.inner-banner p {
        font-size: 15px;
        width: 90%;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .about-banner-sec p {
        margin-bottom: 195px !important;
    }
    section.transforming-row {
        padding: 20px 0;
    }
    .transform-sec h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .transform-sec h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .transform-sec img {
        margin-bottom: 30px;
        width: 90%;
        margin-top: 20px;
    }
    .transform-sec .counter {
        width: 200px;
        height: 200px;
        line-height: 200px;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .transform-sec p {
        font-size: 15px;
        line-height: 22px;
    }
    section.expectation-row {
        padding: 50px 0;
    }
    .expectation-sec {
        padding: 20px 0;
    }
    .expectation-sec h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .expectation-sec h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .expectation-sec img {
        width: 75%;
        margin-bottom: 15px;
    }
    .expectation-sec p {
        font-size: 15px;
        width: 78%;
        line-height: 24px;
    }
    .expectation-sec p:last-child {
        width: 68%;
        margin-bottom: 0;
    }
    section.services-row {
        padding-bottom: 0;
    }
    section.services-row .row {
        margin-bottom: 30px;
    }
    .services-head h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .services-head h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .services-head {
        margin-bottom: 40px;
    }
    .services-sec h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .services-sec p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    section.case-row {
        padding: 40px 0 50px;
    }
    .case-head h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .case-sec {
        padding-top: 100px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 55px;
    }
    .case-sec img {
        margin-bottom: 10px;
    }
    .case-flex h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .case-sec p {
        font-size: 15px;
        line-height: 24px;
    }
    section.portfolio-banner h1 {
        width: 100%;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .portfolio-sec ul#pills-tab {
        margin-bottom: 40px;
    }
    .portfolio-sec ul#pills-tab .nav-link {
        margin: 0 20px;
        font-size: 16px;
    }
    section.portfolio-row .container-fluid {
        padding: 0 20px;
    }
    .portfolio-inner {
        margin-bottom: 15px;
    }
    .portfolio-inner img {
        height: 250px;
    }
    .contact-details-sec h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .contact-details-sec ul li {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .policy-sec h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .policy-sec p {
        font-size: 15px;
        line-height: 24px;
    }
    .policy-sec ol li, .policy-sec ul li {
        font-size: 15px;
        line-height: 24px;
    }
    footer.footer-row {
        padding: 50px 0 30px;
    }
    .footer-lft img {
        margin-bottom: 15px;
    }
    .footer-lft p {
        font-size: 15px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    .footer-lft ul li:first-child {
        margin-right: 20px;
    }
    .footer-lft ul li {
        font-size: 16px;
        margin-right: 10px;
    }
    footer.footer-row .col-lg-6:last-child {
        padding-left: 20px;
    }
    footer.footer-row h4 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 18px;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:last-child {
        width: 60%;
    }
    footer.footer-row .col-lg-6:last-child .row .col-lg-6:first-child {
        width: 40%;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-links ul li {
        margin-bottom: 15px;
    }
    .footer-links ul {
        padding-left: 25px;
    }
    .footer-details ul li {
        margin-bottom: 10px;
    }
    .footer-details ul li a {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.8px;
    }
    .footer-details ul {
        margin-bottom: 20px;
    }
    .news-form input {
        font-size: 14px;
    }
    .news-form input::placeholder {
        font-size: 14px;
    }
    .footer-lft {
        padding-bottom: 40px;
    }
    .copyright-row {
        padding-top: 20px;
    }
    footer.footer-row .col-lg-6:first-child:after {
        height: 382px;
        top: -50px;
    }
}