@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

.text-pink,
p>a,
p>a:hover {
    display: inline
}

#header, #DubaiHeader, #californiaHeader, .relative,
.tawk-container .chatAi {
    position: relative
}

:root {
    --theme-pink: #fb0e3f
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #000;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-display: swap
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
    display: inline-block
}

.r_content h5,
.social_nav li a:hover,
.text-pink,
.theme_pink,
a:focus,
a:hover,
p>a {
    color: var(--theme-pink)
}

.accordion-button:focus,
button:focus,
button:hover {
    outline: 0;
    box-shadow: none;
    border: 0
}

p>a:hover {
    color: #000;
    text-decoration: underline
}

.btn:first-child:active {
    border: 0;
    color: currentColor
}

.wrapper {
    overflow: hidden;
    margin-bottom: 20px
}

#header .wrapper, #DubaiHeader .wrapper, #californiaHeader .wrapper{
    margin-bottom: 12px
}

.list-styled {
    list-style: none;
    padding: 0;
    margin: 0
}

#header, #DubaiHeader, #californiaHeader {
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    transition: .3s linear;
    min-height: 110px;
}

#header.fixed-me, #DubaiHeader.fixed-me, #californiaHeader.fixed-me {
    top: 0;
    position: fixed;
    box-shadow: 0 2px 10px #00000021;
    left: 0;
    animation: .3s linear slideInheader;
    padding: 0
}

#header.fixed-me .wrapper, #DubaiHeader.fixed-me .wrapper, #californiaHeader.fixed-me .wrapper {
    border-radius: 0
}

@keyframes slideInheader {
    from {
        top: -128px
    }

    to {
        top: -2px
    }
}

/* main {
    padding: 110px 10px 0
} */

.sec_padding {
    padding: 40px;
}

.tawk-container {
    position: fixed;
    bottom: 0;
    right: 16px;
    z-index: 9999;
    border-radius: 9px 9px 0 0;
    width: 218px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    text-decoration: none;
    background-color: #f70d39
}

.cta-btn,
.team-btn {
    line-height: 200px;
    margin-left: var(--mr-left);
    text-align: center
}

.btn-wrap .btn .ms-btn--circle .circle-fill,
.btn-wrap.light .btn .ms-btn__border,
.form_footer button:hover,
.top-nav-sec {
    background: #0d005d;
}

.tawk-container span {
    color: #fff !important
}

.social_nav li a,
.tawk-container span:focus,
.tawk-container:hover span {
    color: #fff
}

.tawk-container .chatAi .tawk-badge {
    position: absolute;
    right: -20px;
    top: -5px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    background: #bf1212;
    color: #fff;
    border-radius: 50%
}

.top-nav-sec {
    padding: 5px 20px
}

.nav-collsaped,
nav {
    background-color: #fff
}

.top_links li {
    border-right: 1px solid #ffffff4a;
    margin-right: 20px;
    padding: 2px 15px 2px 0;
    font-size: 16px
}

.top_links li i {
    margin-right: 5px
}

.social_nav li {
    padding: 2px 0 2px 15px
}

nav {
    height: auto;
    padding: 0
}

nav .navigation-brand {
    line-height: 50px;
    margin-left: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    max-width: 250px
}

.d-flex.navigation {
    justify-content: space-between
}

nav .navigation-list {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

#cs-cursor_lg,
#cs-cursor_sm,
.overlay,
.sticky_contact,
nav .navigation-list li a.nav-btn.show_in-sidebar,
nav .toggle {
    display: none
}

nav .navigation-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 20px
}

nav .navigation-list li a {
    color: #000;
    transition: color 250ms cubic-bezier(.645, .045, .355, 1);
    padding: 10px 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

nav .navigation-list li a>i {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 2px;
    transition: .3s linear
}

nav .navigation-list li a span,
nav .navigation-list li>a::after {
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    will-change: transform
}

nav .navigation-list li a:hover i.fa-chevron-down {
    transform: rotate(-180deg);
    color: #fb0e3f
}

nav .navigation-list li a span {
    display: block;
    transform-origin: left bottom
}

nav .navigation-list li>a::after {
    content: attr(title);
    position: absolute;
    color: var(--theme-pink);
    top: 20px;
    left: 0;
    padding: 10px 6px;
    width: 100%;
    transform: translateY(100%) skewY(20deg);
    transform-origin: 0px 0px
}

/*nav .navigation-list li>a:hover span {
    transform: translateY(-190%) skewY(-20deg)
}*/

nav .navigation-list li>a:hover::after {
    transform: translateZ(0);
    top: 10px
}

.nav-collsaped {
    position: fixed !important;
    left: 0 !important;
    transition: .5s;
    top: 0
}

.overlay {
    z-index: -1;
    position: fixed;
    left: 0;
    top: 50px;
    background-color: rgba(0, 0, 0, 0);
    transition: 5s
}

.body-overlay {
    background-color: rgba(0, 0, 0, .5);
    display: inline !important;
    transition: 5s;
    position: absolute;
    top: 0
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 0);
    -moz-transform: rotate(-45deg) translate(-5px, 0);
    -o-transform: rotate(-45deg) translate(-5px, 0);
    -ms-transform: rotate(-45deg) translate(-5px, 0);
    transform: rotate(-45deg) translate(-5px, 0);
    width: 15px
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, 0);
    -moz-transform: rotate(45deg) translate(-5px, 0);
    -o-transform: rotate(45deg) translate(-5px, 0);
    -ms-transform: rotate(45deg) translate(-5px, 0);
    transform: rotate(45deg) translate(-5px, 0);
    width: 15px
}

nav .navigation-list li a.nav-btn {
    border: 2px solid var(--theme-pink);
    border-radius: 50px;
    padding: 8.5px 16px;
    background: var(--theme-pink);
    color: #fff;
    margin-right: -12px
}

nav .navigation-list li a.nav-btn::after {
    padding: 4.5px 16px;
    top: 4px;
    color: #fff
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    border-top: 1px solid #dadada;
    box-shadow: 0 5px 10px -5px #00000030;
    height: 0;
    transition: .3s linear;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

.breadcrumb,
.btn-wrap .btn,
.cta-btn {
    position: relative
}

nav .navigation-list li:hover .megamenu {
    height: 315px;
    padding: 40px;
    opacity: 1;
    visibility: visible
}

nav .navigation-list li:hover .megamenu.portfolio {
    height: 370px
}

ul.sub_menu {
    padding: 0 0 0 10px;
    max-width: 1140px;
    margin: auto auto auto 20px;
    border-left: 1px solid #c9c9c9;
    height: 100%
}

ul.sub_menu.without-lefttext {
    padding: 0;
    border-left: 0 solid #c9c9c9;
    margin: auto
}

ul.sub_menu li.sub_item {
    width: 100%;
    margin: 0
}

ul.sub_menu.column-4 li.sub_item {
    width: 24.5%;
    margin: 0
}

ul.sub_menu li.sub_item a {
    text-align: left;
    padding: 5px 5px;
    transition: .3s linear;
    color: #000
}

ul.sub_menu li.sub_item a:hover {
    text-decoration: underline;
    color: #fb0e3f
}

@media (min-width:1400px) {
    ul.sub_menu {
        max-width: 1300px;
        margin: auto auto auto 20px
    }
}

.btn-wrap .btn {
    padding: 0;
    color: #fff;
    margin-left: 18px;
    transition: margin-left .3s cubic-bezier(.49, 0, .01, 1)
}

.btn.btn-circle.btn--md:hover {
    margin-left: 38px !important
}

.btn-wrap .btn .ms-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path .5s cubic-bezier(.49, 0, .01, 1)
}

.btn.btn-circle.btn--md .circle {
    width: 45px;
    height: 45px
}

.btn-wrap .btn .ms-btn--circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform .5s cubic-bezier(.49, 0, .01, 1), background-color .5s cubic-bezier(.49, 0, .01, 1)
}

.btn-wrap .btn .ms-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #fff;
    stroke: #ffffff
}

.btn-wrap .btn .ms-btn--circle .circle-icon {
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: .5s cubic-bezier(.49, 0, .01, 1)
}

.btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #fff;
    fill: #000
}

.btn-wrap .btn .ms-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform .5s cubic-bezier(.49, 0, .01, 1)
}

.btn-wrap .btn .ms-btn--label {
    margin-left: 4pt;
    transition: transform .5s cubic-bezier(.49, 0, .01, 1)
}

.btn-wrap .btn .ms-btn__text {
    will-change: transform;
    transition: transform .5s cubic-bezier(.49, 0, .01, 1), color .5s cubic-bezier(.49, 0, .01, 1)
}

.btn-wrap.light .ms-btn__text,
.cta-btn:hover,
.scroll_form form.h_form button.team-btn:hover,
.team-btn:hover {
    color: #000
}

.btn-wrap.light .btn .ms-btn--circle .circle-outline {
    stroke: #000000
}

.btn-wrap.light .btn .ms-btn--circle .circle-icon .icon-arrow {
    fill: #fff
}

.btn-wrap .btn:hover .ms-btn__border {
    transform: scale(0, 1)
}

.btn-wrap .btn:hover .circle-icon {
    transform: translate(0, 0);
    opacity: 1
}

.btn.btn-circle.btn--md:hover .ms-btn--label {
    transform: translateX(18px)
}

.btn-wrap .btn:hover .circle {
    clip-path: circle(50% at 50% 50%)
}

.btn-wrap .btn:hover .circle-fill {
    transform: scale(1, 1)
}

.r_btn {
    background: var(--theme-pink);
    color: #fff;
    display: table;
    padding: 8px 24px;
    border-radius: 30px;
    margin-right: 30px;
    transition: .5s cubic-bezier(.49, 0, .01, 1);
    font-size: 18px
}

.footer .social_nav li a,
.wortitle {
    font-size: 20px
}

.r_btn.d-inline-block {
    padding: 15px 30px;
    text-align: center
}

.r_btn.d-inline-block svg {
    width: 18px;
    margin-left: 12px;
    margin-top: -2px
}

.r_btn:hover {
    background: #fff;
    color: var(--theme-pink);
    display: table
}

.r_btn.d-inline-block:hover {
    border: 1px solid var(--theme-pink)
}

.r_btn.d-inline-block:hover svg {
    fill: var(--theme-pink) !important
}

.cta-btn {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
    color: #000
}

.cta-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: .3s linear;
    background: #fad3d3;
    transform-origin: center;
    opacity: 0;
    z-index: -1
}

.cta-btn:hover::before,
.team-btn:hover::before {
    opacity: 1;
    width: 200px;
    height: 200px
}

.cta-btn .icon-arrow,
.text-link_1 .icon-arrow_1 {
    fill: #000;
    display: inline-block;
    width: 18px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: .3s linear
}

.cta-btn:hover svg,
.team-btn:hover svg,
.text-link_1:hover svg {
    fill: var(--theme-pink);
    transform: rotate(0deg)
}

.scroll_form form.h_form button.team-btn {
    width: 220px;
    height: 50px;
    line-height: 1;
    border-radius: 0;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff
}

.scroll_form form.h_form button.team-btn:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.breadcrumb {
    height: 300px
}

.breadcrumb video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.breadcrumb_content {
    padding: 10% 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 53%);
}

.breadcrumb_content h3,
.reach-btn {
    position: relative;
    color: #fff;
    overflow: hidden
}

.breadcrumb_content h3 {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    padding-left: 0
}

.breadcrumb_content h3 span {
    display: block;
    animation: 1.5s cubic-bezier(.77, 0, .175, 1) .1s reveal
}

.breadcrumb_content p {
    margin: 20px 0 0;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.4;
    color: #fff;
    font-weight: 300
}

.breadcrumb_content p span {
    display: block;
    animation: 1.9s cubic-bezier(.77, 0, .175, 1) .1s reveal
}

@keyframes reveal {
    0% {
        transform: translate(0, 100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

.reach-btn {
    width: 160px;
    height: 30px;
    border: none;
    background: 0 0;
    margin-top: 30px
}

.reach-btn>div,
.reach-btn>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex
}

.reach-btn:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(1) !important;
    transform-origin: bottom right;
    background: currentColor;
    transition: transform .3s ease-out
}

.reach-btn:hover:before {
    transform: scaleX(1);
    color: #fff;
    transform-origin: bottom left
}

.reach-btn .clone>*,
.reach-btn .text>* {
    opacity: 1;
    font-size: 16px;
    transition: .2s;
    margin-left: 4px;
    font-weight: 200;
    color: #fff
}

.reach-btn .clone>* {
    transform: translateY(60px)
}

.reach-btn:hover .clone>* {
    opacity: 1;
    transform: translateY(0);
    transition: .3s cubic-bezier(.215, .61, .355, 1)
}

.reach-btn:hover .text>* {
    opacity: 1;
    color: #fff;
    transform: translateY(-60px);
    transition: .3s cubic-bezier(.215, .61, .355, 1)
}

.reach-btn:hover .clone>:first-child {
    transition-delay: 0.15s
}

.reach-btn:hover .clone>:nth-child(2) {
    transition-delay: 0.2s
}

.reach-btn:hover .clone>:nth-child(3) {
    transition-delay: 0.25s
}

.reach-btn:hover .clone>:nth-child(4) {
    transition-delay: 0.3s
}

.reach-btn svg {
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-60%) rotate(-50deg);
    transition: .3s ease-out
}

.reach-btn:hover svg {
    transform: translateY(-60%) rotate(0);
    color: #fff
}

.scroll_form .sec1 {
    background: var(--bg-img) no-repeat center 15vh/60%;
    min-height: 100vh;
    padding-bottom: 50px
}

.clipped.text-center {
    background: linear-gradient(to right, #fff 20%, #0000 20%, #0000 80%, #fff 20%)
}

.sec1_content {
    z-index: 2;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.sec1_content h2 {
    font-size: 52px;
    font-weight: 800
}

.sec2 {
    height: 100vh
}

.GIT_form {
    position: absolute;
    right: 6%;
    top: 25%
}

.cta-btn-cmn,
.h_form .form-control,
.review_box,
.team-btn,
.wortitle {
    position: relative
}

.GIT_form h2 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px
}

form.h_form {
    border-radius: 12px;
    padding: 26px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 80px rgba(0, 0, 0, .2);
    overflow: hidden
}

form.h_form button.team-btn.btn {
    margin-left: 15px;
    display: inline-block
}

.form-control:focus,
input:focus {
    box-shadow: none;
    outline: 0
}

.form-control::placeholder,
input::placeholder {
    color: #b9b9b9
}

textarea:focus-visible {
    outline: 0
}

.h_form .row .col-md-12,
.h_form .row .col-md-6 {
    margin-bottom: 16px
}

.h_form .form-control {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0;
    padding: 14px 0;
    transition: .3s;
    outline: 0;
    z-index: 1;
    background: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.cta-btn-cmn:before,
.team-btn:before {
    position: absolute;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transition: .3s linear
}

.portfolio-img {
    margin-top: 30px;
    padding: 10px
}

.portfolio-img img {
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 100%
}

.wortitle {
    color: var(--theme-pink);
    font-weight: 700
}

@media (min-width:420px) and (max-width:768px) {
    .portfolio .col-lg-3 {
        width: 50%
    }

    .wortitle {
        font-size: 18px
    }
}

.team-btn {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #ffffff54;
    z-index: 1;
    color: #ffffffab
}

.team-btn:before {
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transform-origin: center
}

.reviw_img img,
.team-btn .icon-arrow {
    transform: rotate(-45deg)
}

.team-btn .icon-arrow {
    fill: #ffffffab;
    display: inline-block;
    width: 18px;
    margin-left: 10px;
    transition: .3s linear
}

.team-btn.dark {
    color: #000;
    border: 1px solid #00000054
}

.team-btn.dark .icon-arrow {
    fill: #000000ab
}

.team-btn.dark:before {
    background: #ffe7e7
}

.sec_title {
    color: #000;
    text-transform: none;
    font-size: 42px;
    font-weight: 700
}

.sub_title {
    color: var(--theme-pink);
    font-size: 16px
}

.footer {
    background: linear-gradient(to right, #121212 40%, #fff0 40%);
    margin-left: -15px !important
}

.footer .col-12 .row .inner {
    padding: 120px 20px 20px
}

.footer_bg {
    background: #121212
}

.footer a,
.footer li,
.footer p {
    font-size: 15px;
    color: #fff;
    font-weight: 300
}

.footer .social_nav li:first-child {
    padding-left: 0
}

.footer .social_nav li {
    margin-left: 10px
}

.footer h3 {
    font-size: 22px;
    line-height: 30px
}

.footer li a {
    padding: 6px 0
}

.complaint {
    padding: 15px 0;
    margin-top: 75px
}

.copyrights ul {
    opacity: .65
}

.copyrights ul li a {
    padding: 0 12px;
    border-right: 1px solid #fff
}

.copyrights ul li:last-child a {
    border-right: 0px solid #fff
}

.copyrights {
    padding: 40px 0;
    border-top: 1px solid #ffffff80
}

.form_footer input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    background-color: #1d1d1d;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 21px 50px 21px 15px;
    margin-bottom: 25px
}

.form_footer span.error {
    text-align: left;
    transform: translateY(-25px)
}

.form_footer button {
    background: var(--theme-pink);
    border-radius: 0;
    padding: 15px;
    width: 100%
}

.partners_logo {
    display: flex;
    justify-content: space-between
}

.p_logo {
    margin: 0 15px
}

.title-anim {
    perspective: 400px
}

#footer {
    min-height: 646px
}

.h-90 {
    height: 90% !important
}

.accordion {
    margin-top: 50px;
    --bs-accordion-active-color: #fb0e3f;
    --bs-accordion-active-bg: #f4f4f4
}

.accordion-button {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    padding: 25px 15px
}

.accordion-button::after {
    background: 0 0;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: 0 0
}

#c1,
#c2 {
    margin-top: 60px
}

.review_box {
    padding-left: 20px
}

.review_box i.fa-quote-left {
    font-size: 42px;
    display: inline-block;
    margin-left: -15px
}

.r_content {
    margin-top: 25px;
    margin-left: 30px
}

.testimonials .owl-theme .owl-nav {
    text-align: right
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 25px !important;
    line-height: 25px
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--theme-pink);
    border-color: #fff
}

.reviw_img {
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    margin: 45px 0;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(45deg) scale(.7);
    transition: .3s linear;
    border: 1px solid #fdd
}

.rc_trigger,
.request_callback {
    top: 50%;
    transition: .6s cubic-bezier(.51, .92, .24, 1.15)
}

.review_img.empty {
    max-width: 200px;
    height: 200px;
    margin: auto;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 40px 20px 0;
    overflow: hidden
}

.owl-item.active.center {
    z-index: 2;
    position: relative
}

.owl-item.active.center .reviw_img {
    background: #fff1f4;
    transform: rotate(45deg) scale(1);
    box-shadow: 24px 12px 46px -20px rgb(251 14 63 / 9%)
}

.testimonials .review_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%
}

.testimonials .r_content {
    margin-top: 25px;
    margin-left: 0
}

.testimonials .r_content p {
    font-weight: 400;
    font-size: 16px
}

.portfolio__service-list .portfolio__service-item.one::after {
    background: #003d4f !important
}

.portfolio__service-list .portfolio__service-item.two::after {
    background: #eb3232 !important
}

.portfolio__service-list .portfolio__service-item.three::after {
    background: #f84b68 !important
}

.portfolio__service-list .portfolio__service-item.four::after {
    background: #1f3e7b !important
}

.portfolio__service-list .portfolio__service-item.five::after {
    background: #1a7d55 !important
}

.portfolio__service-list .portfolio__service-item.six::after {
    background: #6836b3 !important
}

.portfolio__service-list .portfolio__service-item.seven::after {
    background: #f47d35 !important
}

.portfolio__service-list .portfolio__service-item.eight::after {
    background: #a030b5 !important
}

.portfolio__service-list .portfolio__service-item.nine::after {
    background: #2893bd !important
}

.bg-light-pink2 {
    background-color: #ed979729
}

.cta-content {
    padding: 70px 0
}

.amp-std p {
    font-size: 16px
}

.amp-std input {
    height: 50px;
    width: 100%;
    border: 1px solid #121212;
    outline: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: transparent;
    transition: .3s
}

.amp-std input::placeholder {
    color: #121212
}

.amp-std input:focus {
    background-color: #fff;
    border-color: #ff6c8a
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cta-btn-cmn {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #000;
    z-index: 1;
    margin-left: var(--mr-left);
    color: #000;
    cursor: pointer
}

.cta-btn-cmn:before {
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    color: #fff;
    background: #fc2453;
    transform-origin: center
}

.cta-btn-cmn:hover::before {
    opacity: 1;
    width: 200px;
    height: 50px;
    color: #fff
}

.cta-btn-cmn .icon-arrow {
    fill: #000;
    display: inline-block;
    width: 15px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: .3s linear
}

.cta-btn-cmn:hover {
    color: #ffff;
    border: none
}

.cta-btn-cmn:hover svg {
    fill: #fff;
    transform: rotate(0deg)
}

.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 50%;
    z-index: 9
}

.rc_trigger {
    background: var(--theme-pink);
    right: -39px;
    border-radius: 0;
    transform: rotate(90deg) translateY(-50%);
    color: #fff;
    border: 2px solid var(--theme-pink);
    z-index: 9
}

.rc_trigger:hover {
    background: #fff;
    border: 2px solid var(--theme-pink)
}

.rc_trigger.hide {
    right: -100px
}

.request_callback {
    position: fixed;
    background: #fff;
    box-shadow: 0 10px 24px 0 rgba(54, 61, 77, .15);
    padding: 35px;
    max-width: 360px;
    right: 20px;
    z-index: 9;
    transform: translateY(-45%)
}

.request_callback.collapsed {
    right: -400px
}

.request_callback .title {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.33333333;
    margin-bottom: 10px
}

.request_callback p {
    font-size: inherit;
    margin: 0 0 10px
}

.request_callback form label {
    margin: 0;
    display: block;
    font-size: 14px
}

.request_callback form .field+.field {
    margin: 15px 0 0
}

.request_callback form .input-field {
    padding: 0 0 11px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.3;
    width: 100%
}

.request_callback form .input-field::placeholder {
    color: #b1b1b1
}

.request_callback form .btn_submit {
    background-color: #fff;
    color: #0f0f0f;
    border: 3px solid #000;
    margin: 20px auto 10px;
    padding: 11px 32px;
    font-weight: 900;
    line-height: 1.55555556;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
    display: block;
    width: 80%;
    transition: .3s linear
}

.request_callback form .btn_submit:hover {
    background-color: #0f0f0f;
    color: #fff
}

.rc_close {
    background: #fff0;
    outline: 0;
    border: 0;
    padding: 10px 15px
}

.rc_close i {
    border: 2px solid #000;
    padding: 5px 8px 4px
}

span.error {
    display: block;
    color: red;
    font-size: 13px
}

@media screen and (max-width:1399px) {
    #header, #DubaiHeader, #californiaHeader {
        min-height: 108px
    }

    #footer {
        min-height: 660px
    }

    .amp-std .sec_title {
        font-size: 35px;
        font-weight: 600
    }

    .amp-std input {
        height: 45px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    ul.sub_menu li.sub_item a {
        padding: 15px 25px
    }
}

@media screen and (max-width:1200px) {
    nav .navigation-brand {
        max-width: 174px
    }

    nav .navigation-list li {
        margin: 0 8px;
        font-size: 15px
    }

    ul.sub_menu.without-lefttext {
        max-width: 960px
    }

    #header, #DubaiHeader, #californiaHeader {
        min-height: 108px
    }

    #footer {
        min-height: 660px
    }

    .amp-std .sec_title {
        font-size: 35px;
        font-weight: 600
    }

    .amp-std input {
        height: 45px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    ul.sub_menu li.sub_item a {
        padding: 15px 25px
    }

    .sec_title {
        font-size: 36px
    }

    .count_desc h3,
    .service_title,
    .third-text-section-box h2 {
        font-size: 23px !important;
        font-weight: 600
    }

    .bold_box h3 {
        font-size: 23px
    }

    .each_service .col-md-5 p {
        width: 100%
    }

    .wc-title {
        font-weight: 600 !important;
        font-size: 32px !important;
        margin: 20px 0 !important
    }

    .count-box .count_num {
        --box-size: 126px;
        font-size: 30px
    }

    .fifth .col-2_5 {
        padding: 2px 15px
    }

    .fifth .col-2_5 h3 {
        font-size: 16px;
        font-weight: 600;
        padding: 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav .navigation-brand {
        max-width: 180px
    }

    nav .navigation-list li {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
        line-height: 20px
    }

    nav .navigation-list li:hover .megamenu {
        height: 220px;
        padding: 15px
    }

    ul.sub_menu {
        max-width: 945px
    }

    ul.sub_menu li.sub_item a {
        padding: 15px 10px
    }

    .breadcrumb_content p,
    body {
        font-size: 15px
    }

    .sec_padding {
        padding: 50px 0 !important
    }
}

@media screen and (max-width:992px) {
    #header, #DubaiHeader, #californiaHeader {
        min-height: 70px
    }

    #header.fixed-me, #DubaiHeader.fixed-me, #californiaHeader.fixed-me {
        top: -2px;
        animation: .3s linear slideInheader
    }

    @keyframes slideInheader {
        from {
            top: -128px
        }

        to {
            top: -12px
        }
    }

    nav .navigation-list li a.nav-btn.show_in-sidebar {
        display: block;
        text-align: center;
        margin-top: 25px
    }

    .hide_in-sidebar,
    .top-nav-sec,
    nav .navigation-list.hide_in-sidebar {
        display: none
    }

    nav .toggle {
        display: inline-block;
        background-color: transparent;
        border: 1px solid transparent;
        outline: 0 !important;
        font-size: 33px;
        color: #000;
        font-family: serif;
        font-weight: 700;
        margin-right: 12px
    }

    nav .navigation-brand {
        margin-left: 4px;
        padding: 10px;
    }

    nav .toggle:focus,
    nav .toggle:hover {
        color: #d6d6d6
    }

    nav .toggle>div {
        width: 25px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: .3s;
        position: relative
    }

    nav .navigation-list {
        height: 100%;
        position: fixed;
        left: -75%;
        margin-top: 0;
        width: 75%;
        transition: .6s cubic-bezier(.42, 0, 0, .99);
        overflow-x: hidden;
        display: block
    }

    nav .navigation-list.nav-collsaped {
        box-shadow: 5px 0 12px #0000001f
    }

    nav .navigation-list li {
        display: block;
        border-bottom: 1px solid #e3e3e3;
        margin: 0;
        padding: 1px 10px
    }

    nav .navigation-list li.with_dropdown {
        display: block;
        border-bottom: 1px solid #e3e3e3;
        margin: 0;
        padding: 5px 10px 0
    }

    nav .navigation-list li:not(.sub_item):nth-last-child(-n+1) {
        border-bottom: 1px solid #fff
    }

    nav .overlay {
        width: 100%;
        height: 100%;
        opacity: 0
    }

    nav .navigation-list li a>i {
        margin-left: auto;
        position: relative;
        z-index: -1
    }

    .megamenu {
        position: static;
        width: calc(100% + 30px);
        box-shadow: none;
        margin: 0 -15px;
        background: #f5f5f5
    }

    nav .navigation-list li:hover .megamenu,
    nav .navigation-list li:hover .megamenu.portfolio {
        height: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden
    }

    nav .navigation-list li a:hover i.fa-chevron-down {
        transform: rotate(0);
        color: #000
    }

    nav .navigation-list li>a:hover::after {
        transform: translateY(100%) skewY(20deg);
        top: 20px
    }

    nav .navigation-list li>a.active::after {
        transform: translateZ(0);
        top: 10px
    }

    nav .navigation-list li>a:hover span {
        transform: none
    }

    /*nav .navigation-list li>a.active span {
        transform: translateY(-170%) skewY(-20deg)
    }*/

    nav .navigation-list li a.active i.fa-chevron-down {
        transform: rotate(-180deg);
        color: #fb0e3f
    }

    nav .navigation-list li a.active+.megamenu,
    nav .navigation-list li a.active+.megamenu.portfolio {
        height: auto;
        padding: 0;
        opacity: 1;
        visibility: visible
    }

    ul.sub_menu {
        padding: 0;
        border: 0;
        margin: 0
    }

    ul.sub_menu li.sub_item,
    ul.sub_menu.column-4 li.sub_item {
        width: 100%;
        margin: 0
    }

    ul.sub_menu li.sub_item>a {
        color: #000;
        padding: 8px 5px;
        font-size: 15px
    }

    ul.sub_menu li.sub_item>a:hover {
        color: #fb0e3f
    }

    main {
        margin-top: 0;
        padding: 0 12px
    }

    .menu_bar,
    .p-mob-0 {
        padding: 0
    }

    .sticky_contact {
        display: block;
        background: var(--theme-pink);
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        padding: 7px 2px
    }

    .sticky_contact ul.list-styled {
        justify-content: center
    }

    .sticky_contact ul.list-styled li {
        margin: 0 24px;
        padding: 3px 5px;
        border: 0;
        font-size: 16px;
        min-width: 108px;
        text-align: center
    }

    .sticky_contact ul.list-styled li:first-child {
        border-right: 1px solid #fff;
        padding-right: 30px;
        margin-right: 0
    }

    .breadcrumb {
        margin-top: 70px
    }

    .breadcrumb_content [class*=col-md-] {
        width: 80%
    }

    .breadcrumb_content p[class*=col-md-] {
        width: 100%
    }

    .breadcrumb_content p,
    body {
        font-size: 15px
    }
  
}

@media (min-width:768px) and (max-width:991px) {
    .footer {
        background: #121212;
        margin-left: -12px !important;
        margin-right: 0;
        width: 100vw;
        padding-top: 40px
    }

    .footer .container>.col-12>.row {
        flex-direction: column-reverse
    }

    .footer .col-12 .row .inner {
        padding: 40px 20px;
        width: 100%
    }

    .sec_padding {
        padding: 40px 0
    }

    .GIT_form,
    .sec1_content {
        position: static !important
    }

    .scroll_form .sec1 {
        background: var(--bg-img) no-repeat center 15vh/188%
    }

    .sec1_content {
        background: #fff;
        transform: translateX(0);
        margin-top: -80px;
        padding: 20px 0;
        margin-bottom: 36px
    }

    .sec1_content h2,
    .sec_title,
    .sec_title.large_text {
        font-size: 36px
    }

    .GIT_form h2 {
        font-size: 27px
    }

    form.h_form {
        padding: 15px
    }

    .scroll_form form.h_form {
        padding: 15px !important;
        background: rgb(0 0 0 / 35%);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        margin: 50px 15px 0
    }

    .h_form .form-control {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 15px
    }

    .service_title {
        text-transform: capitalize;
        font-size: 24px
    }
}

@media screen and (max-width:767px) {

    #c1,
    .tawk-container,
    .whatsapp {
        display: none
    }

    .faqs>.container,
    main {
        padding: 0
    }

    .testimonials .r_content p,
    body {
        font-size: 15px
    }

    .sec_padding {
        padding: 40px 0
    }

    #header, #DubaiHeader, #californiaHeader {
        min-height: 60px
    }

    #header .wrapper, #DubaiHeader .wrapper, #californiaHeader .wrapper {
        margin-bottom: 6px
    }

    main {
        margin-top: 35px
    }

    #header.fixed-me, #DubaiHeader.fixed-me, #californiaHeader.fixed-me {
        top: 0;
        padding: 0 10px
    }

    .navigation-brand img {
        width: 180px !important
    }

    nav .toggle {
        margin-top: 0;
        margin-right: 0
                padding: 10px 20px;
    }

    nav .navigation-list {
        width: 85%;
        left: -85%
    }

    .wrapper {
        margin-bottom: 5px;
        padding: 0 15px;
    }

    .testimonials {
        padding-bottom: 50px
    }

    #c1,
    #c2 {
        margin-top: 20px
    }

    .review_box i.fa-quote-left {
        font-size: 26px;
        color: var(--theme-pink)
    }

    .r_content h5 {
        font-size: 17px
    }

    .breadcrumb_content [class*=col-md-] {
        width: 100%
    }

    .breadcrumb {
        margin-top: 0;
        position: relative;
        height: 140px !important
    }

    .breadcrumb video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 85% 100% !important;
        border-radius: 10px !important
    }

    .breadcrumb_content h1,
    .breadcrumb_content h3 {
        font-size: 26px !important
    }

    .breadcrumb_content {
        padding: 2% 4% !important;
        background: linear-gradient(176deg, rgb(0 0 0 / 39%) 3%, rgb(0 0 0 / 89%) 100%) !important;
        border-radius: 10px !important
    }

    .breadcrumb_content p {
        margin-top: 10px !important;
        line-height: 1.3
    }

    .reach-btn {
        margin-top: 15px !important
    }

    .cta-content {
        padding: 50px 10px
    }

    .sec_title {
        font-size: 27px !important
    }

    .footer {
        background: #121212;
        margin-left: 0 !important;
        padding: 40px 14px
    }

    .footer .container>.col-12>.row {
        flex-direction: column-reverse
    }

    .footer .col-12 .row .inner {
        padding: 40px 20px
    }

    .complaint {
        padding: 15px 0;
        margin-top: 45px
    }

    .partners_logo {
        justify-content: center;
        flex-wrap: wrap
    }

    .p_logo {
        margin: 2%;
        width: 29%
    }

    .scroll_form .sec1 {
        background: var(--bg-img) no-repeat center 2vh/cover
    }

    .GIT_form,
    .sec1_content {
        position: static !important
    }

    .accordion-button,
    .team-btn {
        position: relative;
        font-size: 15px
    }

    .sec1_content {
        background: #fff;
        transform: translateX(0);
        margin-top: -30px;
        padding: 20px 0 60px
    }

    .sec1_content h2 {
        font-size: 30px
    }

    .GIT_form h2 {
        font-size: 27px
    }

    form.h_form {
        padding: 15px
    }

    .scroll_form form.h_form {
        padding: 15px !important;
        background: rgb(0 0 0 / 35%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        margin: 50px 15px 0
    }

    .h_form .form-control {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 15px
    }

    .accordion-button {
        color: #000;
        font-weight: 600;
        padding: 20px 35px 20px 14px;
        line-height: 1.4
    }

    .accordion-button::after {
        position: absolute;
        right: 9px;
        font-size: 12px
    }

    .team-btn {
        width: 220px;
        height: 50px;
        text-align: center;
        line-height: 47px;
        border-radius: 0;
        border: 1px solid #fff;
        z-index: 1;
        margin-top: 15px;
        color: #fff
    }

    .team-btn:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 0
    }

    .mt-5 {
        margin-top: 1rem !important
    }

    .mb-5 {
        margin-bottom: 1rem !important
    }

    .rc_trigger,
    .sub-text {
        font-size: 14px
    }

    .whatsapp {
        width: 45px
    }

    .copyrights ul {
        margin-bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .request_callback {
        position: fixed;
        background: #fff;
        box-shadow: 0 10px 24px 0 rgba(54, 61, 77, .15);
        padding: 35px;
        max-width: calc(100% - 24px);
        top: 12px;
        right: 12px;
        height: calc(100vh - 24px);
        z-index: 9;
        transform: none;
        display: flex;
        align-items: center
    }

    .request_callback.collapsed {
        right: -100%
    }

    .form_footer input {
        padding: 10px 15px 15px;
        margin-bottom: 15px
    }

    .mob-d-none{
        display: none;
    }
    
}

.top-nav-sec .fa-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7497 0H18.8179L12.1165 7.65754L20 18.0791H13.8288L8.99174 11.7601L3.46371 18.0791H0.391134L7.55758 9.88701L0 0H6.32768L10.6953 5.77575L15.7497 0ZM14.6719 16.2451H16.3711L5.402 1.73837H3.57671L14.6719 16.2451Z" fill="white"/></svg>');
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -1px
}

.footer .fa-twitter:before {
    content: url('data:image/svg+xml;utf8,<svg width="18" height="16" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7497 0H18.8179L12.1165 7.65754L20 18.0791H13.8288L8.99174 11.7601L3.46371 18.0791H0.391134L7.55758 9.88701L0 0H6.32768L10.6953 5.77575L15.7497 0ZM14.6719 16.2451H16.3711L5.402 1.73837H3.57671L14.6719 16.2451Z" fill="white"/></svg>');
    display: inline-block;
    margin-top: 4px;
    margin-bottom: -1px
}

.post-wrapper_1 {
    margin-top: 100px
}

.blog_wrap_1 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover
}

.blog_wrap_1.relative {
    padding-top: 170px
}

.bold_box_1 {
    background: #fff;
    padding: 20px;
    position: relative;
    width: 75%;
    z-index: 1;
    margin-left: auto;
    transition: .3s linear
}

.bold_box_1:hover {
    background: #f5f5f5
}

.bold_box_1 h3 {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    font-size: 20px
}

.text-link_1 {
    margin-top: 15px;
    position: relative
}

.text-link_1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 88px;
    height: 1px;
    background: #000;
    transform-origin: right center;
    transition: .3s cubic-bezier(.49, 0, .01, 1)
}

.text-link_1:hover::before {
    transform: scaleX(0)
}
@media (max-width: 767px) {
    nav .navigation-list li .megamenu {
        display: none;
        height: auto;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background: #f5f5f5;
    }

    nav .navigation-list li.submenu-open .megamenu {
        display: block !important;
        padding: 10px !important;
    }
}
