@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    /* font-family: 'AsapRegular'; */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    height: auto !important;
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
select,
button {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

input:not(.input-file) {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background 5000s ease, color 5000s ease !important;
    transition-delay: background-color 5000s, color 5000s !important;
}

a,
button {
    text-decoration: none;
    text-decoration: none !important;
    cursor: pointer;
}

p {
    margin: 0;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 17px;
    color: #666666;
}

p:last-child {
    margin-bottom: 0px;
}

.transition,
:before,
:after,
a,
button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.container {
    max-width: 1530px;
    margin: 0 auto;
    width: 100%;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

select:focus::-ms-value {
    color: inherit;
    background: none;
}

* {
    outline: none !important;
}

b,
strong {
    /* font-family: 'AsapSemiBold'; */
    font-weight: normal;
    color: #000000;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

ul,
ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #606060;
    -moz-transition: all 0s ease;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

figure {
    margin: 0;
}

img.alignleft {
    margin: 0 30px 30px 0;
    float: left;
    max-width: 625px;
}

img.alignright {
    margin: 0 0 30px 30px;
    float: right;
    max-width: 500px;
}

.aligncenter {
    float: none;
    display: block;
    margin: 15px auto 0 auto
}

.noscript {
    background: #2e2a2b;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

p.noscript {
    margin: 0;
}

.warning-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 1;
    margin: 0 10px 0 0;
}

*::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

*:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

*::placeholder {
    color: inherit;
    opacity: 1;
}

svg {
    fill: #000000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /* font-family: 'OutfitSemiBold'; */
    line-height: normal;
    display: block;
    font-weight: 600;
    margin: 0 0 15px 0;
}

h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 29px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

a {
    color: #000000;
}

a:hover {
    color: #ec008c;
}

.m0 {
    margin: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.logged-in {
    margin-top: 32px;
}

section {
    width: 100%;
    float: left;
    padding: 70px 0;
    z-index: 3;
    position: relative;
}

.title_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.title_1>span {
    font-size: 15px;
    color: #ec008c;
    margin-bottom: 5px;
    /* font-family: 'OutfitSemiBold'; */
    text-transform: uppercase;
    display: inline-block;
}

.title_1:not(.text-left) p {
    text-align: center;
}

.title_1.text-left {
    text-align: left;
}



.title_1 .title_main {
    font-size: 45px;
    /* font-family: 'OutfitSemiBold'; */
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
}

.title_1 .btn {
    margin-top: 35px;
}

.title_1 p {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.title_1.text-left p {
    float: left;
    width: 100%;
}

.title_3 {
    margin-bottom: 20px;
    position: relative;
}

.title_3 .title_main {
    font-size: 45px;
}

.title_1 .title_main svg {
    height: 50px;
    line-height: normal;
    font-size: 0;
    margin-top: -18px;
    fill: #769868;
}


button {
    background: no-repeat;
    border: none;
    padding: 0;
    line-height: normal;
}

.btn,
.btn input,
.form-submit {
    min-width: 180px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* font-family: 'AsapBold'; */
    position: relative;
    z-index: 1;
    border-radius: 100px;
    padding: 11px 30px 10px 30px;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    color: #fff;
    overflow: hidden;
}

.btn.arrow:after {
    content: "";
    width: 9px;
    height: 15px;
    background: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 12px;
    display: inline-block;
    margin-left: 7px;
}

.btn br {
    display: none;
}

.submit_btn .btn span:after {
    left: 5px;
}

.submit_btn .btn span.wpcf7-spinner:after {
    display: none;
}

.btn svg {
    height: 19px;
    width: auto;
    margin-right: 5px;
}

.submit_btn .btn,
.form-submit {
    padding: 0;
}

.btn input,
.form-submit input {
    width: 100%;
    min-width: 100%;
    background: transparent;
    border: none;
    color: #000000;
    padding: 0 30px;
    height: 50px;
}

.btn.white input {
    color: #000000;
}


.btn-primary,
.es_subscription_form input[type=submit],
.form-submit {
    background-color: #ec008c !important;
    color: #ffffff;
    text-transform: uppercase;
}

.btn-primary input,
.form-submit input[type=submit] {
    color: #ffffff;
}

.btn-primary svg {
    fill: #000000;
}

.btn-primary.white {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.bordered {
    border: 2px solid #ec008c !important;
    color: #000000 !important;
    /* background: transparent !important; */
    background: #fff !important;
}

.btn-primary.bordered:hover,
.service_box:hover .btn-primary {
    background-color: #ec008c !important;
    color: #ffffff !important;
}

.btn-bordered.white {
    border: 1px solid #ffffff !important;
    color: #ffffff;
}



.btn:focus {
    outline: none;
}

.btn+.btn {
    margin-left: 17px;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**********************************/
.site_main {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

body.logged-in header {
    top: 32px;
}




.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
    clear: both;
}

.wsmenu img,
object,
embed,
video {
    border: 0 none;
    max-width: 100%;
}

.wsmenu a:focus {
    outline: none;
}

.wsmenu ul li:after {
    display: none;
}

.wsmenu:before,
.wsmenu:after {
    content: "";
    display: table;
}

.wsmenu:after {
    clear: both;
}

.wsmainfull {
    width: 100%;
    position: relative;
    margin-right: 50px;
}

.wsmenu {
    color: #fff;
    padding: 0;
    position: relative;
}

.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}


.wsmenu>.wsmenu-list>li>a {
    /* font-family: 'AsapMedium'; */
    font-size: 16px;
    float: left;
    position: relative;
    /* color: #ec008c !important; */
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li:last-child>a {
    border-right: 0px;
}


.wsmenu>.wsmenu-list>li ul.sub-menu {
    border-radius: 0px;
    position: absolute;
    z-index: 1000;
    margin: 0px;
    padding: 20px 15px;
    left: 0;
    min-width: calc(250px + 0px);
    background-color: #ffffff;
    top: 100%;
    white-space: nowrap;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    text-align: left;
    transition: all .2s ease;
    border: 0;
    box-shadow: 0px 0px 0px 9px rgb(255 255 255);
    margin-top: 10px;
    display: none;
    border-radius: 10px;
    border: 2px solid #ec008c;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inherit;
    float: left;
}

.wsmenu>.wsmenu-list li>ul.sub-menu>li:last-child a {
    border-bottom: none;
}



.wsmenu>.wsmenu-list>li>ul.sub-menu>li a {
    width: 100%;
    background-image: none;
    color: #000000;
    border-right: 0 none;
    text-align: left;
    display: inline-block;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    float: left;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li.selected .wsmenu-click02>i:before {
    border-color: #b69f61;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 270px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    list-style: none;
    margin-top: 0px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    list-style: none;
    padding: 0px;
    background-color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.wsmobileheader {
    display: none;
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}

.hometext {
    display: none;
}

.wsmenu .wsmenu-list {
    margin: 0;
    text-align: center;
    line-height: normal;
    font-size: 0;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 11px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

.input-box .input,
.select,
.input-label {
    color: #676767;
}

.input-box {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}

.woocommerce form .form-row label {
    line-height: normal;
}

.input-box .input,
.select,
.input-label {
    color: #676767;
}

.input-box {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
}

.input-box .input,
.select,
.woocommerce-address-fields .input-text,
.es_subscription_form input {
    width: 100%;
    box-shadow: none !important;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    /* height: 60px; */
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 10px 20px;
    /* font-family: inherit;
    font-family: 'AsapLight'; */
}

.es_subscription_form input {
    height: 45px;
    border: none;
}

.es_subscription_form input[type=submit] {
    border: none;
}

.woocommerce form .form-row label {
    line-height: normal;
}

.form-group em {
    font-size: 11px;
}

.input-box select option {
    color: #222222;
}

.input-box textarea.input {
    /* height: 252px; */
    resize: none;
    display: block;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 25px;
}

label.require {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 6px 0 0 0;
    display: block;
}

.input-label {
    position: absolute;
    top: 15px;
    left: 20px;
    pointer-events: none;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    z-index: 2;
    font-size: 14px;
    /* font-family: 'AsapLight'; */
}

.input-box.focus .input-label,
.input-box.filled .input-label,
.select-box.focus .input-label,
.select-box.filled .input-label {
    top: -20px;
    font-size: 12px;
    opacity: 1;
}

.select-box .input-label {
    opacity: 0
}

div span.wpcf7-not-valid-tip,
label.error {
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    z-index: 22;
    right: 0;
    top: 100%;
    margin: 0 0 0 0;
}

span.wpcf7-not-valid-tip:before,
label.error:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ff0000 transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}

div div.wpcf7-validation-errors,
div div.wpcf7-acceptance-missing {
    background-color: #ff0000;
}

div div.wpcf7-response-output {
    background-color: #ffffff;
    border: none;
    text-align: center;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 15px auto 0 auto !important;
    max-width: 575px;
    font-size: 13px;
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
}

.submit_btn {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto !important;
    z-index: 5555;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(177 177 177 / 25%) 25%, transparent 25%, transparent 50%, rgba(177 177 177 / 25%) 50%, rgba(177 177 177 / 25%) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    border-radius: 0px;
}

.wpcf7 .ajax-loader::before {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    left: auto !important;
    z-index: 22222222;
}

select {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-box svg {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 15px;
    fill: #333333;
    z-index: 22;
    pointer-events: none;
}

.form-group br {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: skew(0deg) !important;
}

.input-box.message-box.filled .input-label,
.input-box.message-box.focus .input-label {
    top: -25px;
}

select {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-box svg {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 15px;
    fill: #333333;
    z-index: 22;
    pointer-events: none;
}

.form-group br {
    display: none;
}

.wpcf7-spinner {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    transform: skew(0deg) !important;
}

.input-box.message-box.filled .input-label,
.input-box.message-box.focus .input-label {
    top: -25px;
}

.scroll-top {
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    background-color: #212121;
    position: fixed;
    right: 15px;
    bottom: -50px;
    z-index: 888;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top.visible {
    bottom: 80px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-top i {
    font-size: 25px;
    font-weight: 700;
}

.scroll-top:focus {
    outline: none;
}





header {
    width: 100%;
    float: left;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

header.sticky .main_header {
    height: 95px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 3px 28px 0 rgba(0, 0, 0, .12);
}

header.sticky .main_header .logo_wrapper {
    width: 90px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

header .top_header {
    width: 100%;
    float: left;
    background-color: #fef2f9;
    padding: 6px 0;
}

header .top_header p {
    font-size: 15px;
    color: #1c1c1c;
}

header .top_header ul {
    margin: 0;
}

header .top_header ul li {
    float: left;
    display: flex;
    align-items: center;
}

header .top_header ul li+li {
    margin-left: 30px;
}

header .top_header ul li a {
    font-size: 15px;
}

header .top_header ul li a svg {
    height: 15px;
    width: auto;
    margin-right: 10px;
    fill: #ec008c;
}



header .main_header {
    width: 100%;
    float: left;
    /* background-color: #fff; */
    background-color: #ec008c;
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

header .main_header .logo_wrapper {
    /* position: absolute; */
    display: inline-block;
    left: 0;
    right: 0;
    /* margin: auto; */
    width: 95px;
    top: 50%;
    /* transform: translate(0px, -50%); */
    border-radius: 100%;
    /* box-shadow: 6px 0px 21px rgb(0 0 0 / 30%); */
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

/* header .main_header .search_wrapper {
    width: 21%;
}

header .main_header .menu_wrapper {
    width: 58%;
}

header .main_header .sm_wrapper {
    width: 21%;
} */



header .main_header .search_wrapper .header_search form .input-box {
    margin: 0;
}

header .main_header .search_wrapper .header_search form .input-box input {
    height: 40px;
    border-radius: 100px;
    padding-right: 60px;
    font-size: 15px;
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}

header .main_header .search_wrapper .header_search form .input-box input:focus {
    border-color: #333333;
}

header .main_header .search_wrapper .header_search form .input-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

header .main_header .search_wrapper .header_search form .input-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

header .main_header .search_wrapper .header_search form .input-box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

header .main_header .search_wrapper .header_search form .input-box .btn_search {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 100px 100px 0;
}

header .main_header .search_wrapper .header_search form .input-box .btn_search svg {
    height: 23px;
    width: auto;
    fill: #ec008c;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

header .main_header .search_wrapper .header_search form .input-box .btn_search:hover {
    background-color: #333333;
}

header .main_header .search_wrapper .header_search form .input-box .btn_search:hover svg {
    fill: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


.social_media ol {
    margin: 0;
}

header .social_media ol {
    float: right;
}

.social_media ol li {
    float: left;
}

.social_media ol li+li {
    margin-left: 10px;
}

.social_media ol li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ec008c; */
    border-radius: 100px;
    border: 1px solid;
    color: #ec008c;
    font-size: 23px;
}

.social_media ol li a:hover {
    background-color: #333333;
}

header .social_media ol li a {
    background-color: #ffffff;
    color: #ec008c;
}


header .social_media ol li a:hover {
    background-color: #333333;
}

/* .wsmenu>.wsmenu-list>li:nth-child(4) {
    margin-left: 170px;
}

.wsmenu .wsmenu-list {
    margin-right: -125px;
} */







.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 2;
    opacity: 0.40;
}

.banner_figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 55;
    width: 100%;
}

.banner figcaption {
    padding-left: 160px;
}

.banner figcaption h2 {
    font-size: 60px;
    line-height: normal;
    color: #ffffff;
    /* font-family: 'AsapSemiBold'; */
    margin-bottom: 20px;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0;
}

.banner .swiper-slide-active figcaption h2 {
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    opacity: 1;
    transition: all 0.5s ease 1s;
    -moz-transition: all 0.5s ease 1s;
    -ms-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
}

.banner figcaption p {
    color: #ffffff;
    max-width: 470px;
    line-height: 1.3;
    /* font-family: 'AsapLight'; */
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0;
}

.banner .swiper-slide-active figcaption p {
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    opacity: 1;
    transition: all 0.5s ease 1.5s;
    -moz-transition: all 0.5s ease 1.5s;
    -ms-transition: all 0.5s ease 1.5s;
    -o-transition: all 0.5s ease 1.5s;
    -webkit-transition: all 0.5s ease 1.5s;
}

.banner figcaption .banner_btn {
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    opacity: 0;
}

.banner .swiper-slide-active figcaption .banner_btn {
    opacity: 1;
    transition: transform 0.5s ease 2s, color 0.5s ease, opacity 0.5s ease 2s;
    -moz-transition: transform 0.5s ease 2s, color 0.5s ease, opacity 0.5s ease 2s;
    -ms-transition: transform 0.5s ease 2s, color 0.5s ease, opacity 0.5s ease 2s;
    -o-transition: transform 0.5s ease 2s, color 0.5s ease, opacity 0.5s ease 2s;
    -webkit-transition: transform 0.5s ease 2s, color 0.5s ease, opacity 0.5s ease 2s;
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
}



.swiper-pagination-banner .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-banner {
    bottom: 15px !important;
    position: absolute;
    text-align: center;
    z-index: 22;
}

.swiper-pagination-bullet {
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-banner .swiper-pagination-bullet:after {
    display: none;
}

.swiper-pagination-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-pagination-bullet {
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
}

.swiper_main_slide {
    position: relative;
}

.our_services {
    background-color: #f5f5f5;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

/*.our_services .title_1 { margin-bottom: 0px;}*/
.our_services .swiper-slide {
    height: auto;
    padding: 35px 0 35px 0;
}

.service_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: 100%;
    border-radius: 20px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.service_box:hover {
    box-shadow: 3px 0px 39px rgb(0 0 0 / 20%);
}

.service_box .service_image {
    max-width: calc(100% - 20px);
    margin-top: 20px;
    border-radius: 0px 0px 20px 0px;
    overflow: hidden;
}

.service_box .service_image img {
    width: 100%;
}

.service_box figcaption {
    width: 100%;
    float: left;
    padding: 30px 20px 80px 20px;
}

.service_box figcaption .btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.service_box figcaption .service_icon {
    position: absolute;
    bottom: 0;
    right: -17px;
}

.service_box figcaption .service_icon svg {
    height: 100px;
    width: auto;
    opacity: 0.05;
}

.service_box figcaption h2 {
    font-size: 24px !important;
}

.service_box figcaption h2 a {
    color: #000000;
}

.service_box figcaption p {
    color: #666666;
    margin-bottom: 23px;
}







.sale_offer {
    padding-top: 40px;
}

.sale_offer .sale_main {
    width: 100%;
    float: left;
    height: 121px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.sale_offer .sale_main:after {
    position: absolute;
    content: "";
    pointer-events: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    border: 2px dashed #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sale_offer .sale_main:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 30%);
}

.sale_offer .sale_main .sale_text {
    width: 260px;
    background-color: #ec008c;
    height: 100%;
    padding: 25px 10px 15px 50px;
    position: relative;
}

.sale_offer .sale_main .sale_text:after {
    position: absolute;
    content: "";
    border-top: 121px solid #ec008c;
    border-right: 70px solid transparent;
    left: 100%;
    top: 0;
}

.sale_offer .sale_main .sale_text:before {
    position: absolute;
    content: "";
    height: 146px;
    width: 5px;
    background-color: #ec008c;
    left: calc(100% - -40px);
    transform: rotate(30deg);
    top: -13px;
}

.sale_offer .sale_main .sale_text span {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    /* font-family: 'OutfitSemiBold'; */
}

.sale_offer .sale_main .sale_text h2 {
    margin: 0;
    /* font-family: 'OutfitSemiBold'; */
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: normal;
}

.sale_rgt {
    width: calc(100% - 0px);
    padding: 10px 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale_rgt>* {
    width: 100%;
}



.sale_offer .sale_main .sale_rgt .sale_title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
}



.about_img_wrpr {
    position: relative;
}

.about_img_wrpr img {
    width: 100%;
}

.video_icon {
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1c1c;
}

.video_icon svg {
    height: 23px;
    width: auto;
    fill: #ffffff;
}

.video_icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #1c1c1c;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.about_cnt_rgt {
    padding-left: 40px;
}



.about_img_lft .row [class*="col-"]:nth-child(odd) {
    margin-top: 40px;
}

.img_radius img,
.div_radius {
    border-radius: 0px 20px 0px 0px;
}

.ourmission_cnt {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-color: #ec008c;
    padding: 50px 70px 50px 70px;
    color: #ffffff;
}

.ourmission_cnt .title_1 span,
.ourmission_cnt p {
    color: #ffffff;
}

.ourmission_img img {
    width: 100%;
}

.ourmission_cnt h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.ourmission_cnt span {
    font-size: 15px;
}

.image_wrapper {
    height: 100%;
    width: 100%;
    text-align: center;
}

.image_wrapper img {
    object-fit: cover;
    height: 100%;
}

.car_img {
    left: calc(100% - 316px);
    position: absolute;
    width: 100%;
    top: calc(100% - 250px);
}

.cta_section {
    position: relative;
    z-index: 2;
}

.cta_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 50%);
}

.cta_section .title_1 {
    margin-bottom: 0px;
}

.cta_section .title_1 span,
.cta_section .title_1 .title_main {
    color: #ffffff;
}

.cta_section .btn {
    float: right;
}

.why_choose_us {
    background-color: #f5f6fa;
}

.wcu_box {
    width: 100%;
    float: left;
    text-align: center;
}

.wcu_box .wcu_box_icn {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    border-radius: 100px;
    border: 2px solid #ec008c;
    position: relative;
}

.wcu_box .wcu_box_icn:after {
    position: absolute;
    content: "";
    width: calc(100% - -0px);
    height: calc(100% - -0px);
    border-radius: 100px;
    border: 2px solid #ec008c;
    opacity: 0;
}

.wcu_box:hover .wcu_box_icn:after {
    width: calc(100% - -24px);
    height: calc(100% - -24px);
    opacity: 1;
}

.wcu_box .wcu_box_icn svg {
    height: 60px;
    width: auto;
    fill: #ec008c;
}

.wcu_box figcaption h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

.wcu_box figcaption p {
    max-width: 320px;
    margin: 0 auto;
}


.home .our_gallery {
    background-color: #1c1c1c;
}

.home .our_gallery .title_1 .title_main {
    color: #ffffff;
}

.our_gallery .row [class*="col-"]:nth-child(2n + 1) img {
    margin-top: 20px;
    margin-bottom: -20px;
}

.our_gallery .row {
    margin-bottom: 20px;
}

.testi_box {
    width: 100%;
    float: left;
    padding: 40px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    height: 100%;
}

.testimonials_slider .swiper-slide {
    height: auto;
}

.testi_box .d-flex {
    margin-bottom: 35px;
}

.testi_box .testi_img {
    margin-right: 25px;
    position: relative;
}

.quote_icn svg {
    width: 33px;
    height: auto;
    fill: #ec008c;
}

.quote_icn {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.testi_box .testi_img img {
    border-radius: 100px;
}


.testi_box .testi_cnt h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.testi_box .testi_cnt span {
    font-size: 15px;
    /* font-family: 'OutfitLight'; */
    color: #666666;
}


.swiper-pagination-testi {
    text-align: center;
    margin-top: 40px;
}

.swiper-pagination-testi .swiper-pagination-bullet {
    background: #111111;
    width: 6px;
    height: 6px;
    opacity: 1 !important;
    position: relative;
}

.swiper-pagination-testi .swiper-pagination-bullet+.swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background-color: #cfcfcf;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.swiper-pagination-testi .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
    background-color: #000000;
}

.swiper-pagination-testi.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 35px;
}



footer {
    width: 100%;
    float: left;
    background-color: #1c1c1c;
}

footer .middle_content {
    width: 100%;
    float: left;
    padding: 70px 0;
}

footer .bottom_footer {
    width: 100%;
    float: left;
    padding: 17px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    text-align: center;
}

footer .bottom_footer p {
    font-size: 15px;
    color: #bbbbbb;
}


.footer_links_box h5 {
    color: #ffffff;
}

.footer_links_box .title {
    font-size: 22px;
    color: #ffffff;
    /* font-family: 'OutfitMedium'; */
    margin-bottom: 20px;
}

.footer_links_box ul {
    margin: 0;
}


.footer_links_box ul li+li {
    margin-top: 14px;
}

.footer_links_box ul li a,
.footer_links_box p {
    color: #bbbbbb;
    /* font-family: 'OutfitLight'; */
    font-size: 15px;
}

.footer_links_box ul li a:hover,
.footer_links_box ul li.selected a {
    color: #ffffff;
}

.footer_links_box .footer_logo {
    margin-bottom: 25px;
}


.footer_about p {
    max-width: 290px;
    line-height: 1.6;
}

.footer_links_box.services_links {
    padding-left: 70px;
}

.footer_links_box.contact_info ul li {
    display: flex;
    align-items: start;
}

.footer_links_box.contact_info ul li+li {
    margin-top: 40px;
}


.footer_links_box.contact_info ul li .fcontacticon svg {
    height: 25px;
    max-width: 18px;
    fill: #ffffff;
}

.footer_links_box.contact_info ul li .fcontactcnt {
    padding-left: 25px;
}

.footer_links_box.contact_info ul li .fcontactcnt span {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 3px;
    display: block;
}

.gjs-row input[type="email"] {
    width: 100%;
    box-shadow: none !important;
    border: none;
    border-radius: 0px;
    height: 40px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #ffffff !important;
    padding: 10px 20px;
    color: #666666;
    margin: 0;
    border-radius: 100px;
    font-size: 15px;
}

.gjs-row input[type="submit"] {
    height: 100%;
    width: 52px;
    position: absolute;
    background-color: #ae2d24;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 100px 100px 0 !important;
    padding: 0 !important;
    background-image: url(../images/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px auto;
}

.newsletter_form form {
    position: relative;
    width: 100%;
    float: left;
}

.newsletter_form {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0 !important;
}



















.inner_banner {
    height: 200px;
    display: flex;
    background-color: #1c1c1c !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

/* .inner_banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 60%);
} */

.inner_banner .inner_caption {
    position: relative;
    z-index: 333;
}

.inner_banner .inner_caption h1,
.inner_banner .inner_caption .h1,
.inner_banner .inner_caption span {
    font-size: 40px;
    margin: 0 0 15px 0;
    line-height: normal;
    color: #ffffff;
}

.inner_breadcrumb ol {
    text-align: center;
    /* display: inline-block; */
    display: none;
    padding: 0;
    background: no-repeat;
    margin: 0;
}

.inner_breadcrumb ol li {
    float: left;
    font-size: 14px;
    position: relative;
    line-height: normal;
    margin-top: 0px !important;
}

.inner_breadcrumb ol li+li:after {
    position: absolute;
    content: "/";
    left: -5px;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #ffffff;
}

.inner_breadcrumb ol li+li {
    margin-left: 10px;
    padding-left: 10px;
}

.inner_breadcrumb ol li a,
.inner_banner .inner_breadcrumb ol li {
    line-height: normal;
    color: #ffffff;
}


.cms_page ul:last-child,
.cms_page ol:last-child {
    margin-bottom: 0px;
}

.cms_page ul li,
.cms_page ol li {
    margin-bottom: 3px;
    padding-left: 28px;
    color: #666666;
    position: relative;
    display: table;
    margin: 0;
}

.cms_page ul li+li,
.cms_page ol li+li {
    margin-top: 6px;
}

.cms_page ul li:after {
    content: "";
    height: 16px;
    width: 18px;
    background-image: url(../images/check-mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    top: 4px;
    position: absolute;
    left: 0;
}

.col2 {
    column-count: 2;
}

.col3 {
    column-count: 3;
}

/*.our_events ul {
   width: 100%;
float: left;
}

.our_events ul li {margin:7px 0 !important;}
.our_events ul li:after {
background-size: auto 25px;
width: 25px;
height: 25px;
}*/
.our_events ul {
    width: 100%;
    float: left;
}

.our_events ul li {
    width: 33.33%;
    float: left;
}

.our_events .btn {
    margin-top: 20px;
}



.contact_info>ul {
    margin-bottom: 0px;
}

.contact_info>ul>li {
    display: flex;
}

.contact_info>ul>li+li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dddddd;
}

.contact_info>ul>li .contact_info_icon {
    min-width: 45px;
    width: 45px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-right: 30px;
    position: relative;
    border: 2px solid #ec008c;
}

.contact_info>ul>li .contact_info_icon svg {
    width: 25px;
    height: auto;
    fill: #ec008c;
}


.contact_info>ul>li .contact_info_cnt span {
    font-size: 22px;
    display: block;
    /* font-family: 'OutfitMedium'; */
    line-height: normal;
    margin-bottom: 5px;
}

.contact_info>ul>li .contact_info_cnt a,
.contact_info>ul>li .contact_info_cnt p {
    word-break: break-all;
}

.contact_info>ul>li .contact_info_cnt p {
    color: #000000;
}

.contact_info>ul>li .contact_info_cnt .social_media ol li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}


.map iframe {
    width: 100%;
    height: 400px;
}

.page_404 h1 {
    font-size: 85px;
    /* font-family: 'OutfitBold'; */
}





.sngl_srvs_cnt {
    background-color: #f5f5f5;
}



.overlay_hover span {
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #fff;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.overlay_hover {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: rgb(236 0 140 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.overlay_hover svg {
    width: 40px;
    fill: #FFFFFE;
}



.items_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 15px;
    background-color: #333333;
    height: 100%;
}

.items_box .items_box_icn {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px auto;
    border-radius: 100px;
    border: 2px solid #ec008c;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 8px #ffffff;
}

.items_box .items_box_icn svg {
    height: 50px;
    width: auto;
    fill: #ec008c;
    max-width: 50px;
}

.items_box h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    /* font-family: 'OutfitLight'; */
}


.es_subscription_message.success {
    color: #008000;
    font-size: 14px;
    background-color: #ffffff;
    padding: 15px;
    display: inline-block;
    border-radius: 10px;
}

form[data-form-id="1"] .es-form-field-container {
    padding: 0 !important;
}


.our-services-page .services {
    background-color: #f5f5f5;
}

header .header_search .social_media ol {
    float: left;
}




.grecaptcha-badge {
    opacity: 0;
}

.service_gallery {
    background-color: #f5f5f5;
}


.swiper-button-next svg,
.swiper-button-prev svg {
    height: 26px;
    width: auto;
    fill: #666666;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    fill: #000000;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev {
    left: -50px;
}



.banner .check_out_our_latest_project_with_mercedes_benz_australia [class*="col-"] {
    width: 100%;
}

.banner .check_out_our_latest_project_with_mercedes_benz_australia figcaption {
    text-align: center;
}

.banner .check_out_our_latest_project_with_mercedes_benz_australia figcaption {
    padding-left: 0px;
}

.banner_figcaption.check_out_our_latest_project_with_mercedes_benz_australia {
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
}







#sb_instagram .sbi_photo_wrap .sbi_link .sbi_hover_top p {
    color: #ffffff !important;
}

#sb_instagram .sbi_photo_wrap .sbi_link .sbi_hover_top {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
}

#sb_instagram .sbi_photo_wrap .sbi_link .sbi_hover_top p br {
    display: none;
}

.pdf_btn {
    margin: 30px 0 0px;
}





.pdf_sec {
    text-align: left;
    display: flex;
    background-size: cover !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 30px;
    color: #fff;
    position: relative;
    justify-content: space-between;
    margin: 40px 0 0;
}

/* 
.pdf_sec:before {
    content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.8);
z-index: 1;
} */

.pdf_sec p {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    width: 84%;
    line-height: 26px;
}

.pdf_sec h2 {
    position: relative;
    z-index: 1;
}

.don_ic {
    padding: 0 !important;
    min-width: inherit !important;
}

.download_icon {
    background: #ec008c;
    position: relative;
    z-index: 9;
    padding: 11px 13px;
    border-radius: 6px;
}

.download_icon i {
    font-size: 26px;
}

.open_pdf {
    font-size: 30px;
    margin-right: 14px;
}

.don_ic {
    margin-left: 10px !important;
}

.pdf_right {
    width: 31%;
    text-align: right;
}

.pdf_cover {
    width: 67%;
}



.banner_video iframe {
    width: 100%;
    height: 683.89px;
    display: block;
}


.banner_figcaption.watch_us_complete_a_full_ppf_wrap_on_this_rolls_royce_cullinan {
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    position: absolute;
    width: 100%;
}

.banner .watch_us_complete_a_full_ppf_wrap_on_this_rolls_royce_cullinan [class*="col-"] {
    width: 100%;
}

.banner_figcaption.watch_us_complete_a_full_ppf_wrap_on_this_rolls_royce_cullinan figcaption {
    width: 100%;
    padding: 0px;
    max-width: 100%;
}

.banner_figcaption.watch_us_complete_a_full_ppf_wrap_on_this_rolls_royce_cullinan figcaption h2 {
    text-align: center;
}

.banner_figcaption.watch_us_complete_a_full_ppf_wrap_on_this_rolls_royce_cullinan figcaption h2 {
    font-size: 45px;
}

.banner_video video {
    object-fit: cover;
    height: 683.89px;
    display: block;
    width: 100%;
}


.banner_video {
    position: relative;
    display: contents;
}

.banner_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-radius: 50%;
}

.banner_video a svg {
    fill: #fff;
    width: 50px;
    height: 50px;
}






/* 2/11/2023 */

.location-detail-page img.single_location_right_img {
    float: right;
    max-width: 30%;
    width: 30%;
    height: 400px;
    object-fit: cover;
    margin-left: 30px;
    margin-bottom: 30px;
}

.location-detail-page ul.single_location_col2 {
    display: flex;
    flex-wrap: wrap;
}

.location-detail-page ul li:after {
    content: "";
    height: 16px;
    width: 18px;
    background-image: url(../images/check-mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    top: 4px;
    position: absolute;
    left: 0;
}

.location-detail-page ul li {
    width: 33.33%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    color: #666666;
}

.location-detail-page ul.single_location_col1 li {
    width: 100%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    color: #666666;
}

.inner-page.location-detail-page p a {
    color: #ec008c;
    font-weight: 700;
}

.location-detail-page ul.single_location_col2 li {
    width: 33.33%;
}


.location_page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.location_page ul li {
    width: 14.28571428571429%;
    margin: 0px 15px;
    margin-bottom: 20px;
}

.location_page ul li a {
    color: #ec008c;
    font-weight: 600;
    background: #ffffff;
    font-size: 18px !important;
    padding: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 7%);
}

.location_page ul li a i {
    margin-right: 10px;
}

.location_page ul {
    margin-bottom: 0px;
}

.location_page ul li a:hover {
    color: #fff;
    background-color: #ec008c;
}











.branding_landing_banner {
    position: relative;
}

.branding_landing_banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.landing_banner_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.landing_banner_text p {
    max-width: 600px;
    color: #fff;
    line-height: 1.7;
}

.landing_banner_title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.landing_banner_text .banner_landing_button {
    border: 2px solid #fff;
    color: #ec008c;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 900;
}

.landing_banner_text .banner_landing_button:hover {
    background-color: transparent;
    color: #fff;
    transition: 1s;
}

.brand_score_section .form-group.input-box label {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control-wrap span.wpcf7-list-item input[type="radio"] {
    appearance: auto;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
    -webkit-appearance: auto;
    width: 15px;
    height: 15px;
    margin: 0px;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    margin: 0px;
    margin-right: 30px;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    line-height: initial;
    text-transform: capitalize;
}

.brand_score_section .form-group.input-box span.wpcf7-form-control.wpcf7-radio label input[type="radio"] {
    margin-right: 10px;
}

.brand_score_section .form-group {
    margin-bottom: 50px;
}

.score_form_title {
    font-size: 45px;
    /* font-family: 'OutfitSemiBold'; */
    margin-top: 0px;
    margin-bottom: 70px;
    position: relative;
    line-height: 1.2;
    text-align: center;
}

.brand_score_section .form-group.input-box label.error {
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block !important;
    width: auto;
}

.wpcf7-not-valid-tip {
    display: none !important;
}




/* 15/12/2023 */
.page-template-branding_score .site_main {
    padding-top: 46.5px;
}



.page-template-branding_score .site_logo {
    width: 80px;
    height: auto;
    display: inline-block;
}

.page-template-branding_score .site_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-template-branding_score .landing_banner_title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}



.page-template-branding_score,
.page-template-branding_score p,
.page-template-branding_score ul li a,
.page-template-branding_score h1,
.page-template-branding_score h2,
.page-template-branding_score h3,
.page-template-branding_score h4,
.page-template-branding_score h5,
.page-template-branding_score h6,
.page-template-branding_score span,
.page-template-branding_score .cta_section .title_1 .title_main {
    font-family: 'Montserrat', sans-serif !important;
}

.page-template-branding_score .cta_section .btn,
.score_form_title {
    font-family: 'Montserrat', sans-serif !important;
}

.score_form_title {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 70px;
    position: relative;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

.page-template-branding_score .landing_banner_title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page-template-branding_score .cta_section .title_1 .title_main {
    font-weight: 700;
    font-size: 36px;
}

.page-template-branding_score .cta_section .title_1 span {
    font-weight: 700;
}

.footer_links_box input::placeholder {
    font-family: 'montserrat';
    font-size: 13px;
}

.footer_links_box .small-text {
    font-size: 12px;
    font-weight: 700;
}

.score_form_title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.page-template-branding_score .landing_banner_title {
    text-transform: uppercase;
    font-size: 35px;
}

.page-template-branding_score .cta_section .btn {
    font-weight: 700;
}

.page-template-branding_score .cta_section .btn {
    font-weight: 700;
}

.page-template-branding_score .modal-dialog {
    width: calc(100% - 50%) !important;
    max-width: calc(100% - 50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px;
}






.page-template-branding_score .modal-body.form_popup {
    height: 700px;
    overflow-y: scroll;
}



.page-template-branding_score .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.page-template-branding_score .modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.page-template-branding_score .modal-body::-webkit-scrollbar-thumb {
    background-color: #ec008c;
    border-radius: 50px;
}



.page-template-branding_score .modal-header .score_form_title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
}

.page-template-branding_score .modal-header {
    background-color: #ec008c;
}

.page-template-branding_score .modal-header button.btn-close {
    color: #fff;
    background-color: #fff;
    opacity: 1;
}

.page-template-branding_score .modal-body.form_popup .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}

.page-template-branding_score .modal-body.form_popup .form-group .input {
    height: 50px;
    padding: 10px;
    border-radius: 0px;
    font-size: 14px;
}




.page-template-branding_score .modal-body.form_popup .form-group input[type="radio"] {
    appearance: auto;
    width: 15px;
    height: 15px;
    margin: 0px;
}




.page-template-branding_score .modal-body.form_popup-box span.wpcf7-form-control-wrap span.wpcf7-list-item input[type="radio"] {
    appearance: auto;
    -moz-appearance: initial;
    -ms-appearance: initial;
    -o-appearance: initial;
    -webkit-appearance: auto;
    width: 15px;
    height: 15px;
    margin: 0px;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    margin: 0px;
    margin-right: 30px;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    line-height: initial;
    text-transform: capitalize;
}

.page-template-branding_score .modal-body.form_popup span.wpcf7-form-control.wpcf7-radio label input[type="radio"] {
    margin-right: 10px;
}

.page-template-branding_score .modal.fade {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
}

.page-template-branding_score .site_logo {
    width: 100px;
    height: auto;
    display: inline-block;
}


.page-template-branding_score header .top_header {
    width: 100%;
    float: left;
    background-color: #fef2f9;
    padding: 12px 0;
}


/* 1/4/2024 */



.sidebar_demo_service {
    background-color: #ec008c;
    padding: 30px;
    border-radius: 10px;
}

.sidebar_demo_service .demo_services_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    /* font-family: 'OutfitSemiBold'; */
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.sidebar_demo_service ul {
    margin-bottom: 0px;
}

.sidebar_demo_service ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.sidebar_demo_service ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.sidebar_demo_service ul li:last-child {
    margin-bottom: 0px;
}

.sidebar_demo_service ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}


#contact_new_form {
    background-color: #1c1c1c;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}

#contact_new_form .right_side_form_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    /* font-family: 'OutfitSemiBold'; */
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#contact_new_form .input {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 15px;
    line-height: 38px;
    height: 50px;
    color: #fff;
    overflow: hidden;
}

#contact_new_form .input::placeholder {
    color: #fff;
    font-size: 14px;
}


.single_demo_right_content {
    display: block;
    padding-left: 75px;
}



.single_demo_left_content img.demo_single_left_img {
    float: left;
    width: 37%;
    margin-right: 25px;
    margin-bottom: 15px;
}

.single_demo_left_content img.demo_single_right_img {
    float: right;
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 30px 0px;
    margin-top: 10px;
}

.sidebar_cta {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.sidebar_cta .sidebar_cta_img {
    display: block;
    width: 100%;
}

.sidebar_cta .sidebar_cta_img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.sidebar_cta .sidebar_cta_content {
    background-color: #1c1c1c;
    padding: 30px;
    text-align: center;
}

.sidebar_cta .sidebar_cta_content .sidebar_cta_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    /* font-family: 'OutfitSemiBold'; */
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.sidebar_cta .sidebar_cta_content a {
    border: 2px solid #fff;
    color: #fff;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
}

.demo_gallery_box {
    display: block;
    width: 100%;
    margin-top: 30px;
}









.new_cta_box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.new_cta_section {
    background-color: #ec008c;
    padding: 25px 0px;
}

.new_cta_title {
    font-size: 30px;
    /* font-family: 'OutfitSemiBold'; */
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    margin-right: 50px;
    line-height: inherit;
}


.new_cta_btn a {
    border: 2px solid #fff;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 40px;
}

.new_cta_btn a:hover {
    background-color: #fff;
    color: #ec008c;
    transition: 0.6s;
}











.banner-form {
    background: #ec008c;
    padding: 0;
    margin: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    z-index: 4;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.banner-form ul li:before {
    display: none;
}

.banner-form ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0;
}

.banner-form ul li {
    padding: 0 15px 0 0;
}

.banner-form ul li:nth-child(2),
.banner-form ul li:nth-child(3),
.banner-form ul li:nth-child(4) {
    width: 18.3%;
}

.banner-form ul li:last-child {
    padding: 0;
}

.banner-form ul li:first-child {
    padding: 0;
}

.banner-form .main-title {
    background: #fff;
    margin: 0 55px 0 0;
    padding: 25px 80px;
    color: #000;
    border-bottom: 1px solid #ec008c;
}

.banner-form .main-title h2,
.banner-form .main-title h2 span {
    color: #ec008c;
    margin: 0;
    font-size: 24px;
    line-height: 35px;
}

.banner-form .input-box {
    margin: 0;
}

.banner-form .input-box input {
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 0;
    background: none;
}

.banner-form .main-title h2 span {
    display: block;
}

.banner-form .submit_btn .btn {
    padding: 6px 30px;
    background: #fff;
    border: 2px solid #fff !important;
}

.banner-form .submit_btn {
    margin-top: 0px;
}

.banner-form .submit_btn input[type="submit"] {
    text-transform: uppercase;
}

.banner-form .submit_btn input[type="submit"]:hover {
    color: #fff;
}

.banner-form .submit_btn .btn:hover {
    background: none;
}

.banner-form .submit_btn .btn input {
    text-transform: uppercase !important;
}


.new_cta {
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.cta_section.new_cta .btn {
    float: none;
}

.cta_section.new_cta .title_1 {
    margin-bottom: 30px;
}

.cta_section.new_cta:before {
    background-color: rgb(0, 0, 0, 0.8);
}


/* New Homepage */

section.newHome {
    font-family: "Montserrat", sans-serif !important;
    border-top: 2px solid #fff;
}

section.newBanner {
    background: url('../images/bannerBG.png') #E71D84;
    background-size: cover;
    background-position: center center;
    font-family: "Montserrat", sans-serif;
}

section.newBanner h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

section.newBanner h2 strong {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

section.newBanner .bannerContent img {
    width: 240px;
}

@media (min-width: 576px) {
    section.newBanner .bannerContent img {
        width: 350px;
    }
}

@media (min-width: 576px) {

    section.newHome .container,
    section.newHome .container-sm {
        max-width: 540px;
    }

    section.newBanner h2 {
        font-size: 50px;
    }
}

@media (min-width: 768px) {

    section.newHome .container,
    section.newHome .container-md,
    section.newHome .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    section.newHome .container,
    section.newHome .container-lg,
    section.newHome .container-md,
    section.newHome .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    section.newHome .container,
    section.newHome .container-lg,
    section.newHome .container-md,
    section.newHome .container-sm,
    section.newHome .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    section.newHome .container,
    section.newHome .container-lg,
    section.newHome .container-md,
    section.newHome .container-sm,
    section.newHome .container-xl,
    section.newHome .container-xxl {
        max-width: 1320px;
    }
}

section.newHome .container,
section.newHome .container-fluid,
section.newHome .container-lg,
section.newHome .container-md,
section.newHome .container-sm,
section.newHome .container-xl,
section.newHome .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


.subTitle {
    font-size: 24px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #E71D84;
}

.sectionSubTitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

@media (min-width: 576px) {
    .sectionSubTitle {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .sectionSubTitle {
        font-size: 28px;
    }
}

.sectionSubTitle.white {
    color: #fff;
}

.sectionTitle,
section.newHome h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;

}


@media (min-width: 768px) {

    .sectionTitle,
    section.newHome h2 {
        font-size: 37px;
    }
}

@media (min-width: 992px) {

    .sectionTitle,
    section.newHome h2 {
        font-size: 42px;
    }
}

@media (min-width: 1499px) {

    .sectionTitle,
    section.newHome h2 {
        font-size: 48px;
    }
}

.sectionTitle.white,
section.newHome h2.white {
    color: #fff;
}

section.newHome p {
    color: #1A1A1A;
}

section.newHomeAbout {
    background: url('../images/aboutBG.png');
    background-size: cover;
    background-position: left bottom;
}

section.newHome section.newHomeAbout .countWrapper .singleItem {
    display: flex;
    align-items: center;
}

section.newHome section.newHomeAbout .countWrapper .singleItem .countNo {
    color: #E71D84;
    font-weight: 700;
    font-size: 30px;
}

section.newHome section.newHomeAbout .countWrapper .singleItem .countText {
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}

.white {
    color: #fff !important;
}

section.newHome section.newHomeServices {
    background-color: #000;
}

section.newHome section.newHomeServices .singlePostsInner {
    padding: 25px;
    background-color: #000;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
}

section.newHome section.newHomeServices .singlePostsInner .content p {
    color: #fff;
}

section.newHome section.newHomeServices .singlePostsInner .indexNo {
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
}

section.newHome section.newHomeServices .singlePostsInner a {
    color: #E71D84;
}

section.newHome section.newHomeServices .singlePostsInner .title {
    font-size: 24px;
    font-weight: bold;
}

section.newHome section.newHomeServices .singlePostsInner .iconWrapper img {
    width: 65px;
    height: 65px;
}

section.newHome section.newHomeServices .singlePostsInner:hover {
    background-color: #202020;
    border-radius: 20px;
}

section.newHome section.newHomeServices .singlePostsInner:hover .indexNo {
    opacity: 1;
    visibility: visible;
}



section.newHome section.newHomeWhyUs .singleItem {
    background: #F6F6F6;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    height: 100%;
    transition: all 0.5s ease;
}

section.newHome section.newHomeWhyUs .singleItem .icon img {
    position: absolute;
    right: 25px;
    top: -30px;
    width: 65px
}


section.newHome section.newHomeWhyUs .singleItem .title {
    font-size: 24px;
    font-weight: bold;
    color: #1A1A1A;
    transition: all 0.5s ease;
}

section.newHome section.newHomeWhyUs .singleItem .content {
    color: #1A1A1A;
    transition: all 0.5s ease;
}

section.newHome section.newHomeWhyUs .singleItem:hover {
    background-color: #E71D84;
}

section.newHome section.newHomeWhyUs .singleItem:hover .title {
    color: #fff;
}

section.newHome section.newHomeWhyUs .singleItem:hover .content {
    color: #fff;
}

section.newHome section.newHomeWork {
    background-color: #000;
}

section.newHome section.newHomeWork .box {
    height: 100%;
}

section.newHome section.newHomeWork .box .btn-primary {
    border-radius: 10px;
    min-height: 100px;
    width: 100%;
    font-size: 20px;
}

section.newHome section.newHomeWork .box .btn-primary img {
    margin-left: 10px;
}

section.newHome section.newHomeAboutOwner .ownerInfo {
    background: url('../images/ownerBG.png');
    background-size: cover;
    background-position: left bottom;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 30px;
}

section.newHome section.newHomeTestimonial {
    background-color: #000;
    color: #fff;
}

section.newHome section.newHomeTestimonial .singleItem .content {
    background-color: #202020;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

section.newHome section.newHomeTestimonial .swiper-slide.singleItem.swiper-slide-active .content {
    background-color: #E12C8E;
}

section.newHome section.newHomeTestimonial .singleItem .content::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #202020;
    position: absolute;
    top: 100%;
    left: 35px;
    transition: all 0.5s ease;
}

section.newHome section.newHomeTestimonial .swiper-slide.singleItem.swiper-slide-active .content::before {
    border-top: 10px solid #E12C8E;
}

section.newHome section.newHomeTestimonial .singleItem .content::after {
    content: "";
    background-image: url('../images/testimoial.png');
    background-size: contain;
    background-position: 20px;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 45px;
    left: 9px;
}

section.newHome section.newHomeTestimonial .singleItem .clientInfo .name {
    font-weight: 700;
    font-size: 20px;
}

section.newHome section.newHomeTestimonial .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #464646 !important;
}

section.newHome section.newHomeTestimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E12C8E !important;
    border: 1px solid #E12C8E !important;
}

section.newHome section.newHomeTestimonial .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px !important;
}

body.removeModal{
	overflow:unset !important;
    padding:0 !important;
}