@font-face {
    font-family: Inter;
    font-style: normal;
    src: url(../fonts/Inter/Inter.ttf) format("truetype")
}

@font-face {
    font-family: kimberley;
    font-style: normal;
    src: url(../fonts/kimberley/kimberley.otf) format("opentype")
}

@font-face {
    font-family: bigilla;
    font-style: normal;
    src: url(../fonts/bigilla/Bigilla.otf) format("opentype")
}

@font-face {
    font-family: bigilla-bold;
    font-style: normal;
    src: url(../fonts/bigilla/Bigilla-Bold.otf) format("opentype")
}

@font-face {
    font-family: Bosch;
    font-style: normal;
    src: url(../fonts/bosch-display-font/Bosch.otf) format("opentype")
}

@font-face {
    font-family: Breadley;
    font-style: normal;
    src: url(../fonts/breadley_sans/BreadleySans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: AestheticRomance;
    font-style: normal;
    src: url(../fonts/aesthetic_romance/AestheticRomance.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

.h1,
.title,
h1 {
    font-size: 64px;
    line-height: normal;
    font-family: kimberley
}

@media (min-width:768px) and (max-width:1023px) {

    .h1,
    .title,
    h1 {
        font-size: 42px
    }
}

@media (max-width:767px) {

    .h1,
    .title,
    h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-family: kimberley;
    font-size: 48px;
    line-height: normal
}

@media (min-width:768px) and (max-width:1023px) {

    .h2,
    h2 {
        font-size: 32px
    }
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 28px
    }
}

.h3,
h3 {
    font-size: 42px;
    font-family: kimberley;
    line-height: normal
}

@media (max-width:767px) {

    .h3,
    h3 {
        font-size: 24px
    }
}

.h4,
h4 {
    font-size: 38px;
    font-family: kimberley;
    line-height: normal
}

@media (max-width:767px) {

    .h4,
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

.h5,
h5 {
    font-size: 28px;
    font-family: kimberley;
    line-height: normal
}

@media (max-width:767px) {

    .h5,
    h5 {
        font-size: 22px;
        line-height: 26px
    }
}

.h6,
h6 {
    font-size: 20px;
    line-height: normal;
    font-family: kimberley;
    margin: 0
}

@media (max-width:767px) {

    .h6,
    h6 {
        font-size: 18px
    }
}

.subtitle {
    font-size: 16px;
    letter-spacing: 1.23px;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .subtitle {
        font-size: 14px
    }
}

p {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter
}

@media (max-width:767px) {
    p {
        font-size: 16px;
        line-height: 20px
    }
}

.btn {
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%);
    padding: 14px 25px;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease-in-out
}

.btn:hover {
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, .3)
}

.btn.btn-border {
    background: 0 0;
    border: 2px solid #f2adfa;
    color: #fff
}

.btn.btn-border:hover {
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%)
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99
}

@media (max-width:991px) {
    header {
        border-bottom: 1px solid #333;
        margin-bottom: 20px
    }
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0
}

header .header-wrapper .logo-wrapper .logo-img-wrap {
    display: inline-block;
    width: 70px
}

header .header-wrapper .logo-wrapper .logo-img-wrap img {
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper {
        display: none;
        position: absolute;
        top: 109px;
        width: 100%;
        left: 0;
        z-index: 1
    }

    header .header-wrapper .navbar-wrapper.open {
        display: block
    }
}

header .header-wrapper .navbar-wrapper .navbar {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar {
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 15px 5px
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item {
    margin-right: 58px
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar .navbar-link-item {
        width: 100%;
        margin-right: 0
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link {
    font-size: 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    position: relative
}

@media (max-width:991px) {
    header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link {
        color: #2d3748
    }
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link::after,
header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link::before {
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .3s ease 0s
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link::after {
    top: auto;
    bottom: 0
}

header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link.active::after,
header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link.active::before,
header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link:hover::after,
header .header-wrapper .navbar-wrapper .navbar .navbar-link-item .navbar-link:hover::before {
    width: 100%;
    left: 0
}

@media (max-width:991px) {
    header .header-contact-wrapper {
        order: 2
    }

    header .header-contact-wrapper .btn {
        padding: 12px;
        margin-right: -25px
    }
}

header .hamburger {
    position: relative;
    transition: all .3s ease-in-out;
    order: 3
}

@media (min-width:992px) {
    header .hamburger {
        display: none
    }
}

header .hamburger::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    border: 4px solid transparent;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    border-radius: 100%;
    transition: all .3s ease-in-out
}

header .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    transition: all .3s ease-in-out
}

header .hamburger.is-active {
    transform: rotate(45deg)
}

header .hamburger.is-active::before {
    border: 4px solid #fff
}

header .hamburger.is-active .line {
    width: 25px
}

header .hamburger.is-active .line:nth-child(1) {
    transform: translateY(13px)
}

header .hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

header .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-9px) rotate(93deg)
}

footer {
    padding: 40px 0
}

footer .container {
    display: flex
}

@media (max-width:991px) {
    footer .container {
        flex-direction: column
    }
}

footer .container h6 {
    margin-bottom: 20px
}

footer .container .footer-about {
    width: 30%;
    padding: 0 15px
}

@media (max-width:991px) {
    footer .container .footer-about {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .footer-about .footer-logo {
    width: 100px;
    margin-bottom: 20px
}

footer .container .footer-about .footer-logo img {
    width: 100%;
    height: 100%
}

footer .container .footer-about p {
    margin-bottom: 50px
}

footer .container .useful-links-wrapper {
    width: 20%;
    padding: 0 15px
}

@media (max-width:991px) {
    footer .container .useful-links-wrapper {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .useful-links-wrapper ul li a {
    padding: 10px 0;
    transition: all .3s ease-in-out
}

footer .container .footer-contact {
    width: 50%
}

@media (max-width:991px) {
    footer .container .footer-contact {
        width: 100%;
        margin-bottom: 50px
    }
}

footer .container .footer-contact .footer-call i,
footer .container .footer-contact .footer-contact-address i {
    margin-right: 12px
}

footer .container .footer-contact p {
    max-width: 400px
}

footer .container .footer-contact .footer-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 100px;
    width: 100%
}

footer .container .footer-contact .footer-social-links li a {
    background: #fff;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: none
}

footer .container .footer-contact .footer-social-links li a:hover {
    background: linear-gradient(225deg, #f76680 0, #57007b 100%);
    color: #fff
}

footer .footer-copyright {
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-top: 40px
}

footer .footer-copyright .container {
    justify-content: center
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #0c0f14;
    font-size: 18px;
    font-family: Inter;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    margin: 0;
    overflow: hidden;
    overflow-y: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #fff
}

.container {
    padding: 0 100px
}

@media (max-width:1400px) {
    .container {
        padding: 0 20px
    }
}

.theme-purple {
    color: #f2adfa
}

.theme-golden {
    color: #cfb070
}

.bg-item .item-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 565.5px;
    height: 514px;
    background: linear-gradient(180deg, #cfb070, rgba(9, 182, 162, 0));
    opacity: .8;
    filter: blur(150px)
}

.bg-item .item-2 {
    position: absolute;
    bottom: -452px;
    left: -387px;
    width: 750px;
    height: 750px;
    border-radius: 750px;
    opacity: .3;
    background: #f2adfa;
    filter: blur(250px)
}

.font-inter {
    font-family: Inter
}

.font-Bigilla {
    font-family: bigilla
}

.font-Bigilla-bold {
    font-family: bigilla-bold
}

.font-Bosch {
    font-family: Bosch
}

.font-kimberley {
    font-family: kimberley
}

.font-Breadley {
    font-family: Breadley
}

.font-AestheticRomance {
    font-family: AestheticRomance
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.btn,
.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.font-black-bold {
    font-weight: 900
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links .contact-address i,
.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links a i,
.text-gradient,
footer .container .footer-contact .footer-call i,
footer .container .footer-contact .footer-call:hover,
footer .container .footer-contact .footer-contact-address i,
footer .container .useful-links-wrapper ul li a.active,
footer .container .useful-links-wrapper ul li a:hover {
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.inner-banner {
    position: relative;
    margin-bottom: 40px
}

.inner-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4274509804)
}

.inner-banner .inner-banner-img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

@media (max-width:991px) {
    .inner-banner .inner-banner-img {
        height: 280px
    }
}

.inner-banner h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.tech-buttons {
    width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tech-buttons .custom-checkbox {
    margin-right: 12px;
    margin-bottom: 12px
}

@media (max-width:991px) {
    .tech-buttons .custom-checkbox {
        margin-right: 8px
    }
}

.tech-buttons .custom-checkbox input {
    display: none
}

.tech-buttons .custom-checkbox input:checked+.checkbox-btn,
.tech-buttons .custom-checkbox input:hover+.checkbox-btn {
    background-color: #cfb070;
    border-color: #cfb070
}

.tech-buttons .custom-checkbox input:checked+.checkbox-btn h3,
.tech-buttons .custom-checkbox input:hover+.checkbox-btn h3 {
    color: #fff
}

.tech-buttons .checkbox-btn {
    width: fit-content;
    height: auto;
    border: 3px solid rgba(46, 2, 73, .3019607843);
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .3s ease-in
}

.tech-buttons .checkbox-btn .hobbies-icon {
    width: fit-content;
    position: relative;
    padding: 16px
}

@media (max-width:991px) {
    .tech-buttons .checkbox-btn .hobbies-icon {
        padding: 13px 8px
    }
}

.tech-buttons .checkbox-btn .hobbies-icon h3 {
    color: #f2adfa;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all .3s ease-in
}

@media (max-width:991px) {
    .tech-buttons .checkbox-btn .hobbies-icon h3 {
        font-size: 16px
    }
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0
}

.slick-dots li button {
    background: 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 50%;
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    margin-right: 12px;
    color: transparent;
    padding: 0;
    transition: all .3s ease-in-out;
    cursor: pointer !important
}

.slick-dots li button::before {
    display: none
}

.slick-dots li.slick-active button {
    background: linear-gradient(225deg, #cfb070 0, #f2adfa 100%);
    transform: scale(1.4)
}

.slick-arrow {
    bottom: 0;
    top: unset;
    z-index: 2;
    width: 30px;
    height: 30px
}

.slick-arrow::before {
    content: "";
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block
}

.slick-arrow.slick-next {
    right: 20px
}

.slick-arrow.slick-prev {
    left: 20px
}

.slick-arrow.slick-prev::before {
    transform: scaleX(-1)
}

.form-group {
    margin-bottom: 60px;
    overflow: hidden
}

.form-group .form-control {
    border: 0;
    border-bottom: 2px solid #cfb070;
    width: 100%;
    padding: 15px 10px;
    color: #2d3748;
    font-size: 18px;
    background-color: #fff;
    outline: 0
}

.submit-form {
    background: #cfb070;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 25px 60px;
    width: fit-content;
    border-radius: 12px;
    font-size: 22px;
    margin-bottom: 0;
    cursor: pointer !important
}

@media (max-width:991px) {
    .submit-form {
        padding: 15px 54px
    }
}

.submit-form i {
    margin-right: 12px;
    font-size: 22px
}

.submit-form input {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: 0;
    font-size: 22px
}

.submit-form:hover {
    background: linear-gradient(225deg, #f76680 0, #57007b 100%)
}

.terms h3 {
    margin-top: 80px;
    margin-bottom: 20px
}

.terms ul {
    list-style: disc
}

.terms ul li {
    margin-bottom: 20px
}

.banner-wrapper {
    padding-bottom: 100px;
    position: relative
}

@media (max-width:991px) {
    .banner-wrapper {
        padding-bottom: 50px
    }
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-wrapper .bg-item .item-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 565.5px;
    height: 514px;
    background: linear-gradient(180deg, #cfb070, rgba(9, 182, 162, 0));
    opacity: .8;
    filter: blur(150px)
}

.banner-wrapper .bg-item .item-2 {
    position: absolute;
    bottom: -452px;
    left: -387px;
    width: 750px;
    height: 750px;
    border-radius: 750px;
    opacity: .3;
    background: #f2adfa;
    filter: blur(250px)
}

.banner-wrapper .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    padding-top: 155px;
    overflow: hidden
}

@media (max-width:991px) {
    .banner-wrapper .container {
        flex-direction: column;
        padding-bottom: 10px
    }
}

.banner-wrapper .container .banner-left,
.banner-wrapper .container .banner-right {
    width: 50%;
    padding-top: 50px
}

@media (max-width:991px) {

    .banner-wrapper .container .banner-left,
    .banner-wrapper .container .banner-right {
        width: 100%
    }
}

.banner-wrapper .container .banner-left .banner-left-inner {
    max-width: 500px
}

@media (max-width:991px) {
    .banner-wrapper .container .banner-left .banner-left-inner {
        margin-bottom: 50px
    }
}

.banner-wrapper .container .banner-left .banner-left-inner h1 {
    margin-bottom: 28px
}

.banner-wrapper .container .banner-left .banner-left-inner p {
    margin-bottom: 75px;
    line-height: 30px
}

@media (max-width:991px) {
    .banner-wrapper .container .banner-left .banner-left-inner p {
        margin-bottom: 20px
    }
}

.banner-wrapper .container .banner-right {
    position: relative
}

.banner-wrapper .container .banner-right .item-3 {
    position: absolute;
    top: 0;
    right: -65px;
    width: 393px;
    height: 393px;
    border-radius: 393px;
    border: 3px dashed #fff;
    animation: rotate360 20s linear infinite;
    z-index: 0;
    opacity: .4
}

@media (max-width:991px) {
    .banner-wrapper .container .banner-right .item-3 {
        width: 200px;
        height: 200px
    }
}

.banner-wrapper .container .banner-right .item-4 {
    position: absolute;
    left: -58px;
    bottom: -10px;
    width: 393px;
    height: 393px;
    border-radius: 393px;
    border: 3px dashed hsla(0, 0%, 100%, .1);
    animation: rotate360 20s linear infinite;
    z-index: 0
}

@media (max-width:991px) {
    .banner-wrapper .container .banner-right .item-4 {
        width: 200px;
        height: 200px
    }
}

.banner-wrapper .container .banner-right img {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: to-top 5s linear infinite
}

@keyframes rotate360 {
    0% {
        transform: rotate(0) scale(1)
    }

    100% {
        transform: rotate(1turn)
    }
}

@keyframes to-top {

    0%,
    100% {
        transform: translateY(0);
        transition: all .3s ease
    }

    50% {
        transform: translateY(-15px);
        transition: all .3s ease
    }
}

.about-us-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden
}

.about-us-wrapper .container {
    display: flex
}

@media (max-width:991px) {
    .about-us-wrapper .container {
        flex-direction: column
    }
}

.about-us-wrapper .container .about-left-wrapper {
    width: 50%
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-left-wrapper {
        width: 100%
    }
}

.about-us-wrapper .container .about-left-wrapper .list-item li {
    margin-bottom: 18px
}

.about-us-wrapper .container .about-left-wrapper .list-item li i {
    margin-right: 8px;
    color: #cfb070
}

.about-us-wrapper .container .about-right-wrapper {
    width: 50%
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-right-wrapper {
        width: 100%
    }
}

.about-us-wrapper .container .about-right-wrapper .about-right {
    background: url(../images/about-bg.png) no-repeat center center/cover;
    background-size: 115% 100%;
    background-position-x: 28px;
    background-position-y: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-right-wrapper .about-right {
        background-size: cover;
        background-position-y: -62px;
        background-position-x: -38px
    }
}

.about-us-wrapper .container .about-right-wrapper .about-right .about-img-wrapper {
    position: relative
}

.about-us-wrapper .container .about-right-wrapper .about-right .about-img-wrapper img[alt=about_img2] {
    position: relative;
    top: -16px;
    width: 86%;
    left: 32px
}

.about-us-wrapper .container .about-right-wrapper .about-right .about-img-wrapper img[alt=about_img3] {
    position: absolute;
    top: -380px;
    left: 524px;
    width: 8%
}

.service-wrapper {
    padding: 80px 0;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .service-wrapper {
        padding: 30px 0
    }
}

.service-wrapper h2 {
    margin-bottom: 60px
}

.service-wrapper .container {
    position: relative;
    z-index: 9
}

.service-wrapper .service-list-wrapper {
    display: flex;
    margin: 0 -15px
}

@media (max-width:991px) {
    .service-wrapper .service-list-wrapper {
        flex-direction: column
    }
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper {
    padding: 0 15px;
    width: 33.33%
}

@media (max-width:991px) {
    .service-wrapper .service-list-wrapper .service-list-item-wrapper {
        width: 100%;
        margin-bottom: 15px
    }
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item {
    background-color: #000;
    border-radius: 8px;
    padding: 65px 25px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-repeat: no-repeat;
    background-position: top
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item .icon {
    font-size: 72px;
    line-height: 1;
    color: #0d0d0f;
    position: relative;
    display: inline-block;
    margin-bottom: 28px
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item .icon img {
    transition: all .8s ease-in-out;
    margin-bottom: 10px;
    margin-left: 8.8px;
    width: 75%;
    border: 1.9px solid #fff;
    padding: 6px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item .read-more-link {
    font-size: 28px;
    line-height: normal;
    margin-top: 15px
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item:hover {
    background-color: #2d3748;
    box-shadow: 0 0 19px 2px rgba(255, 239, 159, .4)
}

.service-wrapper .service-list-wrapper .service-list-item-wrapper .service-list-item:hover a {
    color: #cfb070
}

.service-wrapper .service-view-more {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px
}

@keyframes rotateme3 {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(360deg)
    }
}

.video-cta-wrapper {
    position: relative;
    background-attachment: fixed;
    padding: 120px 0 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.video-cta-wrapper::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background-color: #0c0f14;
    opacity: .7;
    background-blend-mode: multiply
}

.video-cta-wrapper .content-wrapper {
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.video-cta-wrapper .content-wrapper .video-play-btn {
    margin-bottom: 40px
}

.video-cta-wrapper .content-wrapper .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #fff;
    color: #0c0f14;
    line-height: 83px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 22px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(51, 51, 51, .04);
    box-shadow: 0 16px 32px 0 rgba(51, 51, 51, .04)
}

.video-cta-wrapper .content-wrapper .btn {
    margin-top: 40px
}

.fun-counter-wrapper {
    z-index: 11;
    position: relative;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .fun-counter-wrapper {
        padding-bottom: 40px
    }
}

.fun-counter-wrapper .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .fun-counter-wrapper .container {
        flex-direction: column
    }
}

.fun-counter-wrapper .single-fun-counter {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 40px;
    margin: 0 20px;
    margin-top: -50px
}

@media (max-width:991px) {
    .fun-counter-wrapper .single-fun-counter {
        margin: 0;
        margin-top: -80px;
        margin-bottom: 100px;
        padding: 20px
    }
}

.fun-counter-wrapper .single-fun-counter::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background-color: #3b2904;
    opacity: .5;
    background-blend-mode: multiply
}

.fun-counter-wrapper .single-fun-counter>* {
    position: relative;
    z-index: 1
}

.companies-trust-wrapper {
    padding: 100px 0;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden
}

@media (max-width:991px) {
    .companies-trust-wrapper {
        padding: 50px 0
    }
}

.companies-trust-wrapper::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 10%;
    background: linear-gradient(225deg, #f76680 0, #57007b 100%);
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.companies-trust-wrapper .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .companies-trust-wrapper .container {
        flex-direction: column
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper,
.companies-trust-wrapper .container .companies-trust-right-wrapper {
    width: 50%
}

@media (max-width:991px) {

    .companies-trust-wrapper .container .companies-trust-left-wrapper,
    .companies-trust-wrapper .container .companies-trust-right-wrapper {
        width: 100%
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left {
    max-width: 600px
}

@media (max-width:991px) {
    .companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left {
        margin-bottom: 50px
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left h2 {
    margin-bottom: 30px
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left p {
    margin-bottom: 50px
}

@media (max-width:991px) {
    .companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left p {
        margin-bottom: 20px
    }
}

.companies-trust-wrapper .container .companies-trust-left-wrapper .companies-trust-left a i {
    margin-left: 10px
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video {
    position: relative
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video .video-thumbnail {
    width: 100%;
    height: 100%
}

.companies-trust-wrapper .container .companies-trust-right-wrapper .trust-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.testimonials-wrapper {
    padding: 100px 0;
    position: relative;
    z-index: 99
}

@media (max-width:991px) {
    .testimonials-wrapper {
        padding: 50px 0
    }
}

.testimonials-wrapper .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .testimonials-wrapper .container {
        flex-direction: column
    }
}

.testimonials-wrapper .container .testimonials-left-wrapper,
.testimonials-wrapper .container .testimonials-right-wrapper {
    width: 50%
}

@media (max-width:991px) {

    .testimonials-wrapper .container .testimonials-left-wrapper,
    .testimonials-wrapper .container .testimonials-right-wrapper {
        width: 100%
    }
}

.testimonials-wrapper .container .testimonials-left-wrapper .testimonials-left {
    margin-top: -60px
}

.testimonials-wrapper .container .testimonials-left-wrapper .testimonials-left h2 {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonials-left-wrapper .testimonials-left h2 {
        margin-bottom: 50px
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .slick-list {
    padding-bottom: 60px !important
}

.testimonials-wrapper .container .testimonial-slider-wrapper .slick-arrow {
    bottom: -20px
}

.testimonials-wrapper .container .testimonial-slider-wrapper .slick-arrow.slick-prev {
    left: 40%
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .slick-arrow.slick-prev {
        left: 5%
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .slick-arrow.slick-next {
    right: 40%
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .slick-arrow.slick-next {
        right: 5%
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item {
    padding: 0 50px
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item {
        padding: 0 10px
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    flex-direction: column
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner {
        padding: 12px
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #0c0f14
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper {
    width: 100px;
    height: 100px;
    border: 6px solid #cfb070;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper {
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper .client-img {
    width: 80px;
    height: 80px;
    flex-wrap: wrap;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 2px solid #64cc91;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .img-wrapper .client-img {
        width: 60px;
        height: 60px
    }
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .client-info-card .client-details {
    margin-left: 20px
}

.testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .testimonials-slider-details {
    padding: 30px;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

@media (max-width:991px) {
    .testimonials-wrapper .container .testimonial-slider-wrapper .testimonial-slider-item .testimonial-slider-item-inner .testimonials-slider-details {
        border-radius: 0;
        padding: 0
    }
}

.testimonials-wrapper .container .testimonials-slider-details {
    color: #2d3748
}

.faq-section {
    position: relative;
    z-index: 99;
    padding: 80px 0 120px
}

.faq-section .container {
    display: flex
}

@media (max-width:991px) {
    .faq-section .container {
        flex-direction: column
    }
}

.faq-section .container .faq-left,
.faq-section .container .faq-right {
    width: 50%;
    position: relative
}

@media (max-width:991px) {

    .faq-section .container .faq-left,
    .faq-section .container .faq-right {
        width: 100%
    }
}

.faq-section .container .faq-left {
    padding-right: 120px
}

@media (max-width:991px) {
    .faq-section .container .faq-left {
        padding-right: 0;
        margin-bottom: 20px
    }
}

.faq-section .container .faq-right {
    background-color: #fff;
    border-radius: 10px
}

.faq-section .container .faq-right .acc {
    margin: 0 auto;
    max-width: 800px
}

.faq-section .container .faq-right .acc__card {
    position: relative
}

.faq-section .container .faq-right .acc__title {
    background: #fff;
    box-shadow: 0 0 20px rgba(242, 173, 250, .2);
    color: #525252;
    cursor: pointer;
    display: block;
    padding: 25px 1.5em;
    position: relative;
    text-align: left
}

.faq-section .container .faq-right .acc__title::after {
    width: 12px;
    height: 12px;
    border-right: 5px solid #f2adfa;
    border-bottom: 5px solid #f2adfa;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out
}

@media (max-width:991px) {
    .faq-section .container .faq-right .acc__title::after {
        right: 20px;
        top: 30px
    }
}

.faq-section .container .faq-right .acc__title.active::after {
    transform: rotate(45deg);
    transition: all .2s ease-in-out
}

.faq-section .container .faq-right .acc__panel {
    background: #fff;
    color: #0c0f14;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left
}

.transaction-details-wrapper {
    position: relative;
    padding-top: 80px
}

.transaction-details-wrapper .container {
    display: flex;
    position: relative;
    z-index: 999
}

@media (max-width:991px) {
    .transaction-details-wrapper .container {
        flex-direction: column
    }
}

.transaction-details-wrapper .container .transaction-details-left,
.transaction-details-wrapper .container .transaction-details-right {
    width: 50%
}

@media (max-width:991px) {

    .transaction-details-wrapper .container .transaction-details-left,
    .transaction-details-wrapper .container .transaction-details-right {
        width: 100%
    }
}

.transaction-details-wrapper .container .transaction-details-left {
    padding-right: 50px
}

@media (max-width:991px) {
    .transaction-details-wrapper .container .transaction-details-left {
        padding-right: 0
    }
}

.transaction-details-wrapper .container .transaction-details-left h2 {
    margin-bottom: 60px
}

@media (max-width:991px) {
    .transaction-details-wrapper .container .transaction-details-left h2 {
        margin-bottom: 30px
    }
}

.transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-first,
.transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-second {
    width: 50%
}

@media (max-width:991px) {

    .transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-first,
    .transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-second {
        width: 100%
    }
}

.transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-first span,
.transaction-details-wrapper .container .transaction-details-left .transaction-details-left-item .transaction-details-left-item-second span {
    margin-bottom: 8px;
    display: block
}

.transaction-details-wrapper .container .transaction-details-right {
    padding: 24px 48px;
    padding-right: 120px;
    background-color: rgba(255, 255, 255, .1019607843)
}

@media (max-width:991px) {
    .transaction-details-wrapper .container .transaction-details-right {
        padding: 12px
    }
}

.transaction-details-wrapper .container .transaction-details-right h2 {
    margin-bottom: 60px
}

.transaction-details-wrapper .container .transaction-details-right .form-group {
    margin-bottom: 32px
}

.transaction-details-wrapper .container .transaction-details-right .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.transaction-details-wrapper .container .transaction-details-right .form-group input {
    background-color: #fff;
    height: 62px;
    padding: 16px;
    border-radius: 12px;
    width: 100%
}

.transaction-details-wrapper .container .transaction-details-right .promocode-wrapper {
    background-color: #111;
    border: 1px dashed #e8bdf9;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    margin-bottom: 40px
}

.transaction-details-wrapper .container .transaction-details-right .promocode-wrapper span {
    margin-bottom: 8px
}

.transaction-details-wrapper .container .transaction-details-right .promocode-wrapper span:last-child {
    margin-bottom: 24px
}

.transaction-details-wrapper .container .transaction-details-right .promocode-wrapper h5 {
    color: #d199e7
}

.transaction-details-wrapper .container .transaction-details-right form .btn {
    background: linear-gradient(180deg, #e8bdf9 0, #d8ded6 100%);
    color: #000;
    width: 100%;
    border-radius: 10px
}

.transaction-terms-condition {
    margin: 50px 0
}

.transaction-terms-condition h6 {
    margin-bottom: 16px
}

.transaction-terms-condition p {
    font-size: 14px;
    margin-bottom: 8px
}

.about-us-wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    .about-us-wrapper {
        padding: 50px 0
    }
}

.about-us-wrapper .container {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .about-us-wrapper .container {
        flex-direction: column
    }
}

.about-us-wrapper .container .about-us-left-wrapper,
.about-us-wrapper .container .about-us-right-wrapper {
    width: 50%
}

@media (max-width:991px) {

    .about-us-wrapper .container .about-us-left-wrapper,
    .about-us-wrapper .container .about-us-right-wrapper {
        width: 100%
    }
}

.about-us-wrapper .container .about-us-left-wrapper .about-us-left {
    max-width: 600px
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-us-left-wrapper .about-us-left {
        margin-bottom: 50px
    }

    .about-us-wrapper .container .about-us-left-wrapper .about-us-left h2 {
        margin-bottom: 20px
    }
}

.about-us-wrapper .container .about-us-left-wrapper .about-us-left strong {
    color: #cfb070
}

.about-us-wrapper .container .about-us-right-wrapper .about-us-right {
    position: relative
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-us-right-wrapper .about-us-right {
        padding-top: 80px
    }
}

.about-us-wrapper .container .about-us-right-wrapper .about-us-right .info-box {
    background: #fff;
    padding: 20px 50px;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 5;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    text-align: center;
    animation: aniBnrMedia 2s infinite;
    color: #0c0f14
}

@media (max-width:991px) {
    .about-us-wrapper .container .about-us-right-wrapper .about-us-right .info-box {
        right: 0
    }
}

.about-us-wrapper .container .about-us-right-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px
}

@keyframes aniBnrMedia {
    0% {
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    100% {
        transform: rotate(1deg) translate(2px, 2px)
    }
}

.team-wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    .team-wrapper {
        padding: 50px 0
    }
}

.team-wrapper h2 {
    margin-bottom: 80px
}

.team-wrapper .slider-team .slick-list {
    padding-bottom: 80px
}

.team-wrapper .slider-team .slick-arrow {
    bottom: -20px
}

.team-wrapper .slider-team .slick-arrow.slick-prev {
    left: 40%
}

@media (max-width:991px) {
    .team-wrapper .slider-team .slick-arrow.slick-prev {
        left: 5%
    }
}

.team-wrapper .slider-team .slick-arrow.slick-next {
    right: 40%
}

@media (max-width:991px) {
    .team-wrapper .slider-team .slick-arrow.slick-next {
        right: 5%
    }
}

.team-wrapper .slider-team .team .pic {
    max-height: 300px;
    max-width: 300px;
    min-height: 300px;
    min-width: 300px;
    margin: 0 auto 30px
}

.team-wrapper .slider-team .team .pic img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.team-wrapper .slider-team .team span {
    padding-top: 10px;
    display: inline-block;
    width: 100%
}

.services-list-wrapper {
    position: relative;
    padding: 80px 0
}

@media (max-width:991px) {
    .services-list-wrapper {
        padding: 50px 0
    }
}

.services-list-wrapper .bg-item .item-2 {
    top: unset;
    bottom: 0
}

.services-list-wrapper .container {
    position: relative;
    z-index: 99
}

.services-list-wrapper .container .service-heading {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px
}

@media (max-width:991px) {
    .services-list-wrapper .container .service-heading {
        margin-bottom: 40px
    }
}

.services-list-wrapper .service-list {
    display: flex;
    flex-wrap: wrap
}

.services-list-wrapper .service-list .service-list-item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.33%
}

@media (max-width:991px) {
    .services-list-wrapper .service-list .service-list-item {
        width: 100%;
        padding: 0
    }
}

.services-list-wrapper .service-list .service-list-item .service-list-item-inner {
    padding: 20px 10px;
    background-color: rgba(207, 175, 112, .8156862745);
    border-radius: 10px
}

.services-list-wrapper .service-list .service-list-item .service-list-item-inner .service-list-img {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.services-list-wrapper .service-list .service-list-item .service-list-item-inner .service-list-img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain
}

.services-list-wrapper .service-list .service-list-item .service-list-item-inner .service-list-description {
    padding: 0 10px;
    text-align: center
}

.portfolio-list-wrapper .portfolio-btn-grp {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .portfolio-list-wrapper .portfolio-btn-grp {
        flex-direction: column
    }
}

.portfolio-list-wrapper .portfolio-btn-grp .btn {
    width: 50%;
    margin: 0 2px;
    text-align: center
}

@media (max-width:991px) {
    .portfolio-list-wrapper .portfolio-btn-grp .btn {
        width: 100%;
        margin-bottom: 8px
    }
}

.job-openings-wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    .job-openings-wrapper {
        padding: 40px 0
    }
}

.job-openings-wrapper .job-openings-title-wrapper {
    margin-bottom: 80px
}

@media (max-width:991px) {
    .job-openings-wrapper .job-openings-title-wrapper {
        margin-bottom: 40px
    }
}

.job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper {
    position: relative
}

.job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item {
    border-radius: 12px;
    border: 1px solid #cfb070;
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, .1);
    display: block;
    padding: 1.5vw 2.5vw;
    background: #fff;
    margin: 1.2vw 0 0;
    cursor: pointer
}

@media (max-width:991px) {
    .job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item {
        padding: 15px 10px;
        margin: 20px 0
    }
}

.job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item h2 {
    display: inline-block;
    color: #2d3748
}

.job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item p {
    color: #2d3748
}

.job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item .btn {
    float: right;
    position: relative;
    color: #fff
}

@media (max-width:991px) {
    .job-openings-wrapper .job-openings-listing-main .job-openings-listing-wrapper .job-openings-listing-item .btn {
        float: none;
        margin-top: 16px
    }
}

.contact-us-form-wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    .contact-us-form-wrapper {
        padding: 40px 0
    }
}

.contact-us-form-wrapper .container {
    display: flex
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container {
        flex-direction: column
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper,
.contact-us-form-wrapper .container .contact-form-right-wrapper {
    width: 50%
}

@media (max-width:991px) {

    .contact-us-form-wrapper .container .contact-form-left-wrapper,
    .contact-us-form-wrapper .container .contact-form-right-wrapper {
        width: 100%
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left h1 {
    max-width: 600px;
    margin-bottom: 90px
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left h1 {
        max-width: 100%;
        margin-bottom: 40px
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links {
    display: flex;
    flex-direction: column
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links a {
    margin-bottom: 10px;
    padding: 25px;
    border: 3px solid transparent;
    border-radius: 12px;
    width: 50%
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links a {
        width: 100%
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links a i {
    margin-right: 12px
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links a:hover {
    border: 3px solid #f2adfa;
    background-color: rgba(87, 10, 87, .5019607843)
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links .contact-address {
    margin-bottom: 20px;
    padding: 25px;
    border: 3px solid transparent;
    border-radius: 12px;
    width: 50%
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links .contact-address {
        width: 100%
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-form-links .contact-address i {
    margin-right: 12px
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links {
    display: flex;
    align-items: center;
    padding-top: 40px
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links {
        padding-top: 20px;
        margin-bottom: 50px
    }
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links li {
    margin: 0 10px
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links li a {
    width: 64px;
    height: 64px;
    background: 0 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links li a i {
    font-size: 22px
}

.contact-us-form-wrapper .container .contact-form-left-wrapper .contact-form-left .contact-social-links li a:hover {
    background: linear-gradient(225deg, #f76680 0, #57007b 100%)
}

.contact-us-form-wrapper .container .contact-form-right-wrapper .contact-form-right {
    background-color: #fff;
    border-radius: 24px;
    padding: 30px
}

@media (max-width:991px) {
    .contact-us-form-wrapper .container .contact-form-right-wrapper .contact-form-right {
        padding: 30px 15px
    }
}

.contact-us-form-wrapper .container .contact-form-right-wrapper .contact-form-right .form-title {
    color: #2d3748
}