/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
    overflow-x: hidden;
}
body {  
    background-color: #05060F;
}
body * {
    font-family: 'Inter', sans-serif;
}
img {
    width: 100%;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: unset;
}
/* Header Css */
header.header-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(5, 6, 15, 0.80);
}
.navbar-brand {
    width: 15%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 17px;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.w-btn {
    background: linear-gradient(180deg, #030B75 0%, #EC2089 100%);
    padding: 20px 45px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 35px;
    display: inline-block;
    transition: all 0.2s linear;
}
.w-btn:hover {
    color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.navbar-expand-lg .navbar-nav .nav-link.w-btn {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
}
/* Banner Css */
section.banner-row {
    text-align: center;
    padding: 140px 0 85px;
}
.banner-sec {
    position: relative;
}
.banner-sec:before {
    content: "";
    border-radius: 33554400px;
    opacity: 0.2;
    background: linear-gradient(180deg, #030B75 0%, #EC2089 100%);
    filter: blur(64px);
    width: 401px;
    height: 401px;
    position: absolute;
    left: 130px;
    top: 0;
}
.banner-sec:after {
    content: "";
    border-radius: 33554400px;
    opacity: 0.2;
    background: linear-gradient(180deg, #EC2089 0%, #030B75 100%);
    filter: blur(64px);
    width: 438px;
    height: 438px;
    position: absolute;
    right: 130px;
    top: 0;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 23px;
}
.banner-sec h1 span {
    background: linear-gradient(180deg, #030B75 0%, #EC2089 50%, #030B75 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-sec p {
    color: #B8B8C7;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.5px;
    width: 71%;
    margin: 0 auto 40px;
}
.ban-btn .w-btn {
    margin: 0 8px;
}
.ban-btn .trans-btn {
    border: 2px solid #EC2089;
    background: transparent;
}
.ban-btn {
    margin-bottom: 64px;
}
section.banner-row .row {
    padding: 0 120px;
}
.banner-text-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}
.banner-text-box img {
    width: 24px;
    margin-bottom: 8px;
}
.banner-text-box p {
    color: #B8B8C7;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
}
/* Trusted Css */
section.trusted-row {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 80px 0 0;
}
.trusted-head {
    margin-bottom: 48px;
}
.trusted-head h3 {
    color: #B8B8C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.trusted-head h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.trusted-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}
.trusted-box p {
    margin: 0;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
/* Services Css */
section.services-row {
    padding: 127px 0 100px;
}
.service-head {
    margin-bottom: 60px;
}
.w-head h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
.w-head h2 span {
    background: linear-gradient(180deg, #030B75 0%, #EC2089 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.w-head p {
    color: #B8B8C7;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.services-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
    margin-bottom: 30px;
}
.services-box img {
    width: 44px;
    height: 44px;
    object-fit: scale-down;
    margin-bottom: 18px;
}
.services-box h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}
.services-box p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
/* Agencies Css */
section.agencies-row {
    padding-bottom: 130px;
}
.agencies-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    padding: 25px;
    height: 100px;
    margin-bottom: 24px;
}
.agencies-box img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.agencies-box h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* Workflow Css */
section.workflow-row {
    padding-bottom: 142px;
}
.workflow-head {
    margin-bottom: 65px;
}
.workflow-main-sec {
    position: relative;
    padding: 0 161px;
}
.workflow-main-sec:before {
    content: "";
    background: linear-gradient(180deg, #030B75 0%, #EC2089 50%, #030B75 100%);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.workflow-sec {
    margin-bottom: 66px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
    text-align: right;
    width: 38%;
    position: relative;
}
.workflow-sec h3 {
    color: #EC2089;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 8px;
}
.workflow-sec h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}
.workflow-sec p {
    color: #B8B8C7;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.workflow-rgt-sec {
    margin: auto;
    margin-right: 0;
    text-align: left;
}
.workflow-sec:after {
    content: "";
    border-radius: 33554400px;
    border: 4px solid #05060F;
    background: linear-gradient(180deg, #030B75 0%, #EC2089 100%);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 477.8px;
    top: 96px;
}
.workflow-rgt-sec:after {
    left: -126px;
}
section.workflow-row p.tagline {
    border-radius: 33554400px;
    border: 1px solid rgba(236, 32, 137, 0.30);
    background: rgba(255, 255, 255, 0.05);
    display: table;
    margin: auto;
    padding: 14px 26px;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* Portfolio Css */
section.portfolio-row {
    padding-bottom: 140px;
}
section.inner-portfolio-row {
    padding-top: 70px;
}
.portfolio-head {
    margin-bottom: 65px;
}
.portfolio-tabs ul#pills-tab {
    margin-bottom: 48px;
}
.portfolio-tabs .nav-pills .nav-link {
    border-radius: 33554400px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    margin: 0 8px;
    padding: 9px 26px;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.portfolio-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(135deg, rgba(3, 11, 117, 0.20) 0%, rgba(236, 32, 137, 0.20) 100%);
    margin-bottom: 24px;
}
.portfolio-box img {
    height: 370px;
    object-fit: cover;
    object-position: top;
}
div#pills-ebook .portfolio-box img {
    height: 455px;
}
.portfolio-box video {
    width: 100%;
}
.portfolio-tabs div#pills-tabContent {
    margin-bottom: 25px;
}
section.portfolio-row .w-btn {
    display: table;
    margin: auto;
}
/* Packages Css */
section.packages-row {
    padding: 0 70px 128px;
}
section.packages-page-row {
    padding: 128px 70px;
}
.packages-head {
    margin-bottom: 65px;
}
.packages-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
}
.packages-box h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.packages-box p.price {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 29px;
}
.packages-box p b {
    color: #B8B8C7;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.packages-box ul {
    margin-bottom: 30px;
    min-height: 204px;
}
.packages-box ul li {
    color: #B8B8C7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    list-style: none;
    padding-left: 32px;
    position: relative;
}
.packages-box ul li:before {
    content: "";
    background-image: url(../images/check-icon.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}
.packages-box .w-btn {
    width: 100%;
    text-align: center;
}
.pkg-btn {
    color: #EC2089;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 48px;
}
.pkg-btn img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
p.pkg-btn {
    color: rgba(184, 184, 199, 1);
    margin-bottom: 16px;
}
.pkg-btn a {
    color: #ec0986;
    text-decoration: underline;
}
/* Reviews Css */
section.reviews-row {
    padding-bottom: 130px;
}
.reviews-head {
    margin-bottom: 65px;
}
.reviews-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
}
.reviews-box ul {
    margin-bottom: 16px;
}
.reviews-box ul li {
    display: inline-block;
}
.reviews-box ul li i {
    color: rgba(236, 32, 137, 1);
}
.reviews-box p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}
.reviews-box h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}
.reviews-box span {
    color: #B8B8C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/* CTA Css */
section.cta-row {
    padding: 0 0 128px;
}
.cta-box {
    background-image: url(../images/cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    border-radius: 24px;
}
.cta-box p {
    margin-bottom: 33px;
}
.cta-box .ban-btn {
    margin: 0;
}
/* Footer Css */
footer.footer-row {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: #05060F;
    padding: 65px 0 30px;
}
.footer-cont img {
    height: 60px;
    object-fit: scale-down;
    object-position: left;
    margin-bottom: 15px;
}
.footer-cont p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 96%;
    margin-bottom: 25px;
}
.footer-cont ul li {
    display: inline-block;
    margin-right: 8px;
}
.footer-cont ul li i {
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.05);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #B8B8C7;
    font-size: 18px;
}
footer.footer-row h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
footer.footer-row ul li {
    list-style: none;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
footer.footer-row ul li a {
    color: rgba(184, 184, 199, 1);
}
.footer-details ul li i {
    color: rgba(236, 32, 137, 1);
    margin-right: 12px;
}
/* Copyright Css */
.copyright-sec {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 33px;
}
.copyright-sec p {
    margin: 0;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* About Page Css */
section.inner-banner-row {
    padding: 70px 0 0;
}
section.inner-banner-row .banner-sec p {
    margin-bottom: 0;
}
section.about-row {
    padding: 98px 0 100px;
}
section.about-mv-row {
    padding-bottom: 100px;
}
.mv-sec {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
}
.mv-sec img {
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    margin-bottom: 15px;
}
.mv-sec h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
.mv-sec p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
section.about-value-row {
    padding-bottom: 100px;
}
.value-head {
    text-align: center;
    margin-bottom: 50px;
}
.value-head h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.abt-value-sec {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 32px;
}
.abt-value-sec img {
    width: 48px;
    margin-bottom: 16px;
}
.abt-value-sec h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}
.abt-value-sec p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 97%;
    margin: auto;
}
.abt-tool-head h2 {
    margin-bottom: 23px;
}
.value-head p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
section.abt-tools-row {
    padding-bottom: 100px;
}
.tool-sec {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    height: 153px;
}
.tool-sec h4 {
    margin: 0;
    line-height: 154px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
section.team-row {
    padding-bottom: 100px;
}
.team-head h2 {
    margin-bottom: 20px;
}
.team-sec {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
    text-align: center;
}
.team-sec img {
    margin-bottom: 16px;
    width: 96px;
}
.team-sec h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}
.team-sec p {
    color: #B8B8C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.value-head h2 span {
    background: linear-gradient(180deg, #030B75 0%, #EC2089 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.outsource-row {
    padding-bottom: 100px;
}
.outsource-sec {
    margin-bottom: 34px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
}
.outsource-sec h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}
.outsource-sec p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
/* Services Page Css */
section.services-page-row {
    padding: 0px 0 100px;
}
section.services-page-row .row {
    margin-top: 100px;
}
.service-page-sec img {
    width: 44px;
    height: 44px;
    object-fit: scale-down;
    margin-bottom: 16px;
}
.service-page-sec h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
}
.service-page-sec p {
    color: #B8B8C7;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
.service-page-sec h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}
.service-page-sec ul {
    margin-bottom: 33px;
}
.service-page-sec ul li {
    display: inline-flex;
    width: 49%;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.service-page-sec ul li:before {
    content: "";
    background-image: url(../images/check-icon.png);
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
.service-rgt-sec img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
/* Packages Page Css */
section.pricing-plan-row {
  padding-bottom: 100px;
}
.pricing-plan-head {
  margin-bottom: 50px;
}
.pricing-plan-sec {
    text-align: center;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 50px;
}
.pricing-table th,
.pricing-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pricing-table thead th {
  font-size: 16px;
  font-weight: 600;
  color: #aaa;
}
.pricing-table tbody td {
  font-size: 15px;
  color: #ddd;
}
/* Highlight middle column */
.pricing-table .highlight {
  background: linear-gradient(
    to bottom,
    rgba(255, 94, 0, 0.08),
    rgba(255, 94, 0, 0.02)
  );
}
.pricing-table th.highlight {
  color: #ff5e00;
}
/* Hover effect */
.pricing-table tbody tr:hover td {
  background: rgba(255,255,255,0.03);
}
section.faq-row {
    padding-bottom: 120px;
}
.faq-head {
    margin-bottom: 60px;
}
section.faq-row .accordion {
    width: 64%;
    margin: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 17px 33px 33px;
}
.accordion-button {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 16px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.accordion-item {
    background: transparent;
    border-radius: 0;
}
section.faq-row .accordion .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
}
.accordion-body {
    padding: 16px 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
/* FAQ Css */
section.faq-page-row {
    padding: 120px 0 60px;
}
.faq-inner-head {
    width: 64%;
    margin: 0 auto 33px;
}
.faq-inner-head h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
section.faq-page-row .accordion {
    margin-bottom: 60px;
}
/* Contact Page Css */
section.contact-row {
    padding: 130px 0;
}
.contact-sec {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
}
.contact-sec h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 31px;
}
.contact-sec .form-group {
    margin-bottom: 24px;
}
.contact-sec .form-group label {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 9px;
}
.contact-sec .form-group input, .contact-sec .form-group select, .contact-sec .form-group textarea {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    height: 50px;
    padding-left: 16px;
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.contact-sec .form-group input::placeholder, .contact-sec .form-group textarea::placeholder {
    color: rgba(184, 184, 199, 1);
    opacity: 1;
}
.contact-sec .form-group textarea {
    height: 170px;
    padding-top: 12px;
}
.contact-sec .w-btn {
    margin-top: 10px;
}
.contact-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
    text-align: center;
    margin-bottom: 24px;
}
.contact-box img {
    width: 64px;
    margin-bottom: 16px;
}
.contact-box h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px;
}
.contact-box p {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 17px;
}
.contact-box a {
    border-radius: 33554400px;
    border: 1px solid rgba(236, 32, 137, 0.30);
    background: rgba(255, 255, 255, 0.10);
    padding: 13px 25px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact-box2 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.contact-box2 img {
    width: 48px;
    margin-right: 16px;
}
.contact-box2 h4, .contact-social-box h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 3px;
}
.contact-box2 a {
    color: #B8B8C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contact-social-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 33px;
}
.contact-social-box h4 {
    margin-bottom: 16px;
}
.contact-social-box ul li {
    display: inline-block;
    margin-right: 12px;
}
.contact-social-box ul li i {
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.05);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #B8B8C7;
    font-size: 18px;
}
div#result {
    margin-top: 20px;
}
div#result span {
    border: 1px solid;
    display: block;
    padding: 6px 10px;
}