@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; border-radius: 0px; }
::-webkit-scrollbar { width: 5px; background-color: #F5F5F5; }
::-webkit-scrollbar-thumb { border-radius: 0px; background: #302652; }
body { background: #fff; font-size: 16px; color: #000; }
body, h1, h2, h3, h4, h5, h6, p, a, li, span, strong { font-family: 'Roboto', sans-serif; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
p { line-height: normal; padding: 0; margin: 0px; }
a { text-decoration: none; color: #fff }
a:hover { text-decoration: none; color: unset; }
a:focus { outline: none; text-decoration: none; }
figure { margin-bottom: 0 }
img { border: 0px; outline: none; max-width: 100% }
ul { padding: 0px; margin: 0px }
ul, li { list-style-type: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.sec-pad { padding: 40px 0; }

/* Btn Sizes and styles */
ul.btn-wrap { }
ul.btn-wrap li { margin-right: 20px; font-size: 0; }
ul.btn-wrap li:last-child { margin-right: 0; }.btn-size {padding: 8px 15px;transition: all 0.5s ease;font-size: 18px;font-weight: 400;line-height: 20px;color: #fff;backdrop-filter: blur(160.066px);border-radius: 16px 0px;display: block;}
.btn-size i { transform: rotate(38.66deg); margin-left: 15px; transition: all 0.4s ease; }
.btn-size:hover { color: #fff; border-radius: 0 16px; transform: translateY(-10px); }
.btn-size:hover i { transform: rotate(90deg); }
.btn-white { background-color: #fff; color: #2E2350; }
.btn-white:hover { color: #2E2350; }
.btn-pink { background: #fea900; }
.btn-pink:hover { }
.btn-purple { background-color: #2E2350; color: #fff }
.btn-purple:hover { }
.bullets { text-align: center; }
.bullets li { display: block; position: relative; font-size: 20px; line-height: 30px; width: max-content; margin: auto; padding-left: 40px; }
.bullets li:before { content: "\f058"; position: absolute; font-family: 'Font Awesome 5'; left: 0; color: #00912e; }
.c-white { color: #fff }
.c-pera-dark { color: #fff }
.c-pink { color: #fea900 }
.c-purple { color: #2E224F }
.c-dark { color: #3C3C3C }
.main-heading { font-size: 40px; font-weight: 400; line-height: 52px; }
.main-heading span { font-weight: 700; }
.main-pera {font-size: 16px;font-weight: 400;line-height: 1.5;}
.my-tabs { display: none; }
.my-tabs.current { display: block; }
header.header { position: relative; top: 0; left: 0; width: 100%; height: auto; z-index: 9999; margin: 0 auto; background-color: transparent; padding: 10px 0; }
header.header.darkHeader { position: fixed; background: #ffffffeb; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
header.header.darkHeader img { width: 150px; }
.wrapper { display: flex; align-items: center; justify-content: space-between; }
.menu-item { position: relative; display: inline-block; margin-right: 1.5rem; }
.menu-link {display: flex;justify-content: center;align-items: center;-moz-column-gap: 0.25rem;column-gap: 0.25rem;cursor: pointer;transition: all 0.3s ease-in-out;font-style: normal;font-weight: 500;font-size: 20px;line-height: 20px;    /* identical to box height */color: rgba(0, 0, 0, 0.81);}
.menu-link > i.bx { font-size: 1.35rem; line-height: 1.5; color: inherit; }
.menu-link:hover {outline: none;color: #2e2350;}
.submenu {position: absolute;top: 2rem;left: -2rem;min-width: 13rem;height: auto;padding: 0 1rem 1rem;opacity: 0;visibility: hidden;transform: translateY(1rem);border-radius: 0 0 0.25rem 0.25rem;border-top: 5px solid #2e2350;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);background-color: #ffffff;transition: all 0.3s ease-in-out;}
.submenu li { display: block; margin-top: 0.75rem; }
.submenu-link { cursor: pointer; transition: all 0.35s ease;  font-weight: 500; font-size: 13px; line-height: 20px; color: rgba(0, 0, 0, 0.81); }
.submenu-link:hover { color: #000; }
.burger { position: relative; display: none; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 1.6rem; height: 1.15rem; opacity: 0; visibility: hidden; background: transparent; }
.burger-line { position: absolute; display: block; right: 0; width: 100%; height: 2.1px; opacity: 1; border: none; outline: none; border-radius: 1rem; background: #060709; }
.burger-line:nth-child(1) { top: 0px; }
.burger-line:nth-child(2) { top: 0.5rem; width: 70%; }
.burger-line:nth-child(3) { top: 1rem; }
.overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 9; opacity: 0; visibility: hidden; transition: all 0.35s ease-in-out; background-color: rgba(0, 0, 0, 0.65); }
.header .navbar { display: contents; }
.navbar ul#menu { }
.navbar ul#menu li.menu-item:last-child { margin-right: 0; }
.header .brand { width: max-content; }
.header .brand img {width: 200px;    transition: 0.4s linear; }
.navbar ul.header-button { }
.navbar ul.header-button li a.btn-size {box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);padding: 8px 15px;font-size: 16px;line-height: 20px;font-weight: 400;}
li.menu-item.active { }
li.menu-item.active .menu-link { color: #fea900; }

.about-banner {
    padding: 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.about-banner .content {
    width: 65%;
    margin: auto;
}

.about-banner .content h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
}

.about-banner .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    padding-top: 20px;
}
.client-logos {
    position: relative;
    height: 140px;
    margin-top: -60px;
    z-index: 1;
    margin-bottom: -80px;
}

.client-logos:before {
    content: '';
    position: absolute;
    background: #fea900;
    border-radius: 9.03081px 0px 36.03px;
    width: 90%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: unset;
    box-shadow: 0 4px 6px -1px rgb(0 0 0), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.client-logos ul {
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    text-align: center;
    margin: auto;
}

.client-logos ul li {
}

.client-logos ul li img {
    width: 75%
}


.sec2 {
    position: relative;
    background-image: url(../images/sec2-bg.png);
    padding: 200px 0 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec2 .col-md-6:first-child {
    padding-left: 50px;
}

.sec2 h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    color: #EDEDED;
}

.sec2 h3 span {
    font-weight: 700;
    display: block;
}

.sec2 .heading2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
    color: #EDEDED;
}

.sec2 .heading2 span {
    font-weight: 700;
    display: block;
}

.sec2 p.main-pera {
    color: #EDEDED;
    padding: 30px 0;
    width: 95%;
}

.sec2 .btn-wrap {
}

.sec2 .img-wrap {
    position: relative;
    margin: auto;
}

.sec2 .img-wrap:before {
    content: '';
    position: absolute;
    width: 321px;
    height: 321px;
    top: -30px;
    right: 120px;
    pointer-events: none;
    background: transparent;
    border-radius: 50%;
    border: 30px solid #42326c;
}
.sec2 .img-wrap img {
    position: relative;
    z-index: 1;
}

.sec5 {
    padding: 120px 0 60px;
    position: relative;
}

.sec5:before {
    content: '';
    position: absolute;
    background-image: url(../images/sec5-bg-shape.png);
    width: 291px;
    height: 704px;
    top: -410px;
    left: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1
}

.sec5:after {
    content: '';
    position: absolute;
    background-image: url(../images/laptop-boy.png);
    width: 255px;
    height: 250px;
    bottom: -20px;
    left: 150px;
    margin: auto;
    pointer-events: none;
    z-index: 111;
}

.sec5 p.main-pera {
    color: #575757;
    padding-top: 15px;
}

.sec5 ul.boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    margin: 40px 0 100px 0;
    justify-content: center;
}

.sec5 ul.boxes li {
    position: relative;
    flex: 0 0 30%;
}

.sec5 ul.boxes li .box-wrap {
    background: #ffffff99;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7px);
    border-radius: 20px 0px;
    padding: 30px 20px;
    height: 500px;
    width: auto;
    overflow: auto;
}

.sec5 ul.boxes li .box-wrap h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    margin: 10px 0;
    display: block;
}

.sec5 ul.boxes li .box-wrap h5 a:hover {
    color: #fea900;
}

.sec5 ul.boxes li .box-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.sec5 ul.boxes li:nth-child(even) {
    top: 0px;
}

.sec5 ul.boxes li:before {
    content: '';
    position: absolute;
    margin: auto;
    pointer-events: none;
    animation: cube 3s linear infinite;
}

.sec5 ul.boxes li.shape-1:before {
    background-image: url(../images/sec5-shape-01.png);
    width: 63px;
    height: 63px;
    bottom: 20px;
    right: -30px;
}

.sec5 ul.boxes li.shape-2:before {
    background-image: url(../images/sec5-shape-02.png);
    width: 70px;
    height: 70px;
    top: -30px;
    left: 50px;
}

.sec5 ul.boxes li.shape-3:before {
    background-image: url(../images/sec5-shape-03.png);
    width: 69px;
    height: 69px;
    bottom: -30px;
    right: 30px;
}

.sec5 ul.boxes li.shape-4:before {
    background-image: url(../images/sec5-shape-01.png);
    width: 63px;
    height: 63px;
    bottom: 20px;
    right: -30px;
}

.pink-cta{
    position: relative;
    background: #2e2350;
    height: 465px;
    color: #FFFFFF;
    z-index: 11;
}

.pink-cta:before {
    content: '';
    position: absolute;
    background-image: url(../images/review-shape-02.png);
    width: 23px;
    height: 23px;
    bottom: 80px;
    pointer-events: none;
    right: 200px;
    left: 0;
    margin: auto;
    animation: cube 3s linear infinite;
}

.pink-cta h2 {
    font-size: 37px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
}

.pink-cta .main-pera {
    padding: 20px 0;
}

.pink-cta ul.btn-wrap {
}

.pink-cta .img-wrap {
    position: absolute;
    top: -20px;
}

.pink-cta .img-wrap:before {
    content: '';
    position: absolute;
    background-image: url(../images/pink-cta-shape-01.png);
    width: 67px;
    height: 67px;
    top: 100px;
    left: 100px;
    margin: auto;
    pointer-events: none;
    z-index: 1;
    animation: cube 3s linear infinite;
}

.pink-cta .img-wrap img {
}


.footer-form {
    padding: 80px 0;
}

.footer-form .main-heading {
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #2e2350;
}

.footer-form form {
    position: relative;
    z-index: 1;
    width: 90%;
}

.footer-form form ul {
    margin-top: 40px;
}

.footer-form form ul li {
    position: relative;
    margin-bottom: 40px;
}

.footer-form form ul li i {
    position: absolute;
    bottom: 15px;
    font-size: 15px;
    color: #fff;
}

.footer-form form ul li label {
    position: absolute;
    left: 10px;
    pointer-events: none;
    bottom: 10px;
}

.footer-form form ul li label span {
    display: inline-block;
    color: #2e2350;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.footer-form form ul li input:focus+label span, .footer-form form ul li input:valid+label span {
    color: #ffffff;
    transform: translateY(-30px);
}

.footer-form form ul li input, .footer-form form ul li textarea {
    border: 0;
    border-bottom: 1px solid rgb(46 35 80);
    background: transparent;
    padding-left: 10px;
    color: #2e2350;
    padding-bottom: 5px;
    width: 100%;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.footer-form form ul li input:focus {
}

.footer-form form ul li:last-child {
    margin-bottom: 0;
}

.footer-form form ul li textarea {
    padding-bottom: 20px;
}

.footer-form form ul li button {
    background: #2e2350;
    border: 0;
    outline: 0;
    padding: 12px 24px;
    transition: all 0.4s ease;    
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    backdrop-filter: blur(160.066px);
    border-radius: 16px 0px;
    display: block;
}

.footer-form form ul li button b {
    font-weight: unset;
}

.footer-form form ul li button span {
    transform: rotate(38.66deg);
    margin-left: 15px;
    transition: all 0.4s ease;
}

.footer-form form ul li button span i {
    transform: rotate(38.66deg);
    position: unset;
}

.footer-form form ul li button:hover {
    color: #fff;
    border-radius: 0 16px;
    transform: translateY(-10px);
}

.footer-form form ul li button:hover i {
    transform: rotate(90deg);
}

.footer-form .contact-info {
    position: relative;
    width: 70%;
    margin: auto;
}

.footer-form .contact-info:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/form-info-bg.png);
    width: 436px;
    height: 446px;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.footer-form .contact-info:after {
    content: '';
    position: absolute;
    background-image: url(../images/pink-cta-shape-01.png);
    width: 67px;
    height: 67px;
    top: -60px;
    right: -30px;
    margin: auto;
    pointer-events: none;
    z-index: 1;
    animation: cube 3s linear infinite;
}

.footer-form .contact-info h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 56px;
    text-align: center;
    color: #fff;
}

.footer-form .contact-info .wrap {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-form .contact-info .img-wrap {
    margin-right: 10px;
}

.footer-form .contact-info .img-wrap img {
    animation: shake 22s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite
}

.footer-form .contact-info .content-wrap {
}

.footer-form .contact-info .content-wrap a {
    font-weight: 600;
    font-size: 25px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-form .contact-info .content-wrap a:hover {
    color: #000000;
}

.footer-form .contact-info .content-wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-bottom: 5px;
    color: #fff;
}

.footer-form .contact-info .content-wrap h6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
}

.footer-form .contact-info * {
    position: relative;
}

.footer-form .contact-info ul {
    margin-top: 30px;
}

.footer-form .contact-info ul li {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.footer-form .contact-info ul li:last-child {
    margin-bottom: 0;
}

.footer-form .contact-info ul li:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 70%;
    height: 1px;
    left: 10px;
    bottom: -10px;
}

.footer-form .contact-info ul li:last-child:before {
    display: none;
}
footer {
    padding: 20px 0;
    background: #f2f2f2;
}

footer .footer-logo {
}

footer .footer-logo p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #575757;
    padding: 20px 0;
    width: 80%;
}

footer h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

footer ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

footer ul.social-icons li {
}

footer ul.social-icons li a {
}

footer ul.social-icons li a i {
    color: #302652;
}

footer ul.social-icons li a:hover i {
    color: #000;
}

footer ul.footer-menu {
}

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

footer ul.footer-menu li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #000000b3;
    transition: 0.4s linear;
}

footer ul.footer-menu li a:hover {
    color: #302652;
    margin-left: 10px;
}

.copy-rights {
}

.copy-rights p {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.7);
}

.copy-rights ul.terms {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.copy-rights ul.terms li {
}

.copy-rights ul.terms li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #000000b3;
}

.copy-rights ul.terms li a:hover {
    color: #302652;
}

.about-banner.inner-banner {
    background: #2e2350;
    padding: 80px 0;
}
.about-banner.inner-banner  p{color: #fff}

.content-sec{padding: 80px 0;background: #f2f2f2;}
.content-sec .main-pera{font-size: 18px}

.services-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 120px 0;
    position: relative;
}
.services-banner:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
      /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
}

.services-banner .content {
    position: relative;
    z-index: 1;
}

.services-banner .content h3 {
    font-size: 35px;
    color: #fff;
}

.services-banner .content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
}


.content-sec-inner{padding: 120px 0 80px;}
.content-sec-inner .main-heading{font-weight: 700;padding: 30px 0 10px 0}
.content-sec-inner .main-pera{font-weight: 500;padding-top: 10px;line-height: 1.8;}



.inner-banner-form-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.inner-banner-form-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
}
.inner-banner-form-sec .content {
    padding: 100px 0 200px 0;
}

.inner-banner-form-sec .content h3 {
    font-weight: 700;
    font-size: 59px;
    line-height: 85px;
}

.inner-banner-form-sec .content .heading1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
}

.inner-banner-form-sec .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255 255 255 / 72%);
    width: 80%;
}

.inner-banner-form-sec .content ul.banner-bullets {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.inner-banner-form-sec .content ul.banner-bullets li {
    position: relative;
    padding-left: 30px;
    flex: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgb(255 255 255 / 72%);
}

.inner-banner-form-sec .content ul.banner-bullets li:before {
    content: '\f2f8';
    position: absolute;
    font-family: 'Font Awesome 5';
    left: 0;
    color: #fea900;
}

.inner-banner-form-sec .banner-form {
    background: rgba(46, 35, 80, 0.94);
    box-shadow: -11px 12px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(1px);
    border: 2px solid;
    border-image-source: radial-gradient(79.89% 79.89% at 48.55% 91.58%, #F13277 65.02%, rgba(241, 50, 119, 0) 97.46%);
    border-bottom-left-radius: 80px;
    padding-top: 40px;
}

.inner-banner-form-sec .banner-form .head {
    display: flex;
}

.inner-banner-form-sec .banner-form .head .wrap {
    position: relative;
}

.inner-banner-form-sec .banner-form .head .wrap h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
}

.inner-banner-form-sec .banner-form .head .wrap span {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    text-align: end;
    position: relative;
    line-height: normal;
}

.inner-banner-form-sec .banner-form .head .wrap span b {
    display: block;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
}

.inner-banner-form-sec .banner-form .head .wrap p {
    font-weight: 700;
    font-size: 27.5884px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: 70%;
}

.inner-banner-form-sec .banner-form .head .wrap:first-child {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-right: 50px;
}

.inner-banner-form-sec .banner-form .head .wrap:first-child:before {
    content: '';
    position: absolute;
    background: #fea900;
    box-shadow: 13.6154px 4.53846px 18.1538px rgba(0, 0, 0, 0.14);
    border-radius: 0px 1134.62px 1134.62px 0px;
    width: 120px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
}

.inner-banner-form-sec .banner-form form {
    padding: 35px;
}

.inner-banner-form-sec .banner-form form input, .inner-banner-form-sec .banner-form form textarea {
    width: 100%;
    background: #FFFFFF;
    backdrop-filter: blur(160.066px);
    border-radius: 15.8552px 0px;
    border: 0;
    outline: none;
    margin-bottom: 20px;
    height: 37px;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #454444;
    padding-left: 15px;
}

.inner-banner-form-sec .banner-form form textarea {
    height: 85px;
}

.inner-banner-form-sec .banner-form form button {
    background: #fea900;
    border: 0;
    outline: 0;
    padding: 12px 24px;
    transition: all 0.4s ease;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    backdrop-filter: blur(160.066px);
    border-radius: 16px 0px;
    display: block;
    margin: auto;
}

.inner-banner-form-sec .banner-form form button b {
    font-weight: unset;
}

.inner-banner-form-sec .banner-form form button span {
    transform: rotate(38.66deg);
    margin-left: 15px;
    transition: all 0.4s ease;
}

.inner-banner-form-sec .banner-form form button span i {
    transform: rotate(38.66deg);
    position: unset;
}

.inner-banner-form-sec .banner-form form button:hover {
    color: #fff;
    border-radius: 0 16px;
    transform: translateY(-10px);
}

.inner-banner-form-sec::-webkit-input-placeholder {
    color: #454444;
    opacity: 0.8
}

.inner-banner-form-sec:-ms-input-placeholder {
    color: #454444;
    opacity: 0.8
}

.inner-banner-form-sec::placeholder {
    color: #454444;
    opacity: 0.8
}


.about-banner .content h4 {
    font-size: 25px;
    margin: 20px 0;
}

.sec5 ul.boxes li .box-wrap ul {
    margin-top: 20px;
}

.sec5 ul.boxes li .box-wrap ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 20px;
}
section.privacy-sec {
    background: #f2f2f2;
    padding: 100px 0;
}
section.privacy-sec h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.privacy-sec p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}