/* Para */
@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Thin.woff");
    font-weight: 200;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Light.woff");
    font-weight: 300;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Medium.woff");
    font-weight: 500;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbySemibold.woff");
    font-weight: 600;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-ExtraBold.woff");
    font-weight: 800;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Bold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "VisbyCF";
    src: url("fonts/VisbyCF-Heavy.woff");
    font-weight: 900;
}


@font-face {
    font-family: "BrandingPro";
    src: url("fonts/BrandingProLight.woff");
    font-weight: 300;
}

@font-face {
    font-family: "BrandingPro";
    src: url("fonts/BrandingProBold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Manjari";
    src: url("fonts/Manjari-Bold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Manjari";
    src: url("fonts/Manjari-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Manjari";
    src: url("fonts/Manjari-Thin.woff");
    font-weight: 300;
}


/*!
Theme Name: Contective
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: contective
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Contective is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;

    font-family: "VisbyCF" !important;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    color: #fff;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

.widget select,
.wp-caption {
    max-width: 100%;
}

#mainBanner,
.serv-content {
    z-index: 999;
}

.card-pric span,
.client-name,
.cta-btn,
.price-circle a,
.ser-btn {
    text-transform: uppercase;
}

select {
    border: 1px solid #ccc;
}

.allcontact-field p span,
.allcontact-field-textarea .wpcf7-form-control-wrap,
.gall-img img,
textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto;
}

.MainBannerContainer,
.Smart-img,
.Smart-img img,
.all-contact-sect .col-md-5,
.ban-imgs,
.card-first-cont,
.card-second,
.col-md-4.card-col,
.div-con2,
.get-btn,
.inner-wrapper,
.main-card,
.main-navigation li,
.parent-box-wrapper,
.smart-img,
.smart-img img {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.bypostauthor,
.gallery-caption,
.infinity-end.neverending .site-footer,
.main-navigation.toggled ul,
.menu-toggle,
.sticky {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation,
.widget {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.contentswip .slick-track,
.left-image-sec,
.phone-address-text,
.post-navigation .nav-links,
.posts-navigation .nav-links,
.right-image-sec,
.socialslider .slick-track {
    display: flex;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.BannerFormWrapper .subTitle,
.BannerFormWrapper h2,
.Boxes-Cont,
.Brand-text,
.Premium-cont,
.Pricing-cont,
.Things-cont,
.board-con,
.card-add,
.card-first,
.col-imgs,
.compan-cont,
.content-slider-cont,
.copy-right,
.cta-btn,
.facilty-cont,
.four-boxes,
.galery-tab,
.gall-img,
.gallery-item,
.gallerycont,
.head-Cont,
.historic-cont,
.logo,
.price-circle a,
.serv-content,
.service-box,
.wp-caption-text,
ul#primary-menu .menu-item {
    text-align: center;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.page-id-437 .smart-img:before,
.updated:not(.published) {
    display: none;
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.inner-singleBanner {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    padding: 20px 0px 180px;
}

.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 1.5em;
}

#mainBanner,
.BannerFormWrapper,
.big-card,
.card-first,
.card-pric,
.galery-tab,
.gallery-images,
.gallerycont,
.gallerys,
.home-serv-sec,
.serv-content,
.servc-boxes,
header.headerSection,
section.cta-sec,
section.gallery-sec,
ul#primary-menu .menu-item {
    position: relative;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

*,
.big-sect .col-md-6 {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100% !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

body {
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none !important;
    color: #fff;
}

.innerRow-contact {
    justify-content: end;
}


.singleBanner {
    height: 100vh;
background-position: bottom !important;
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover ! IMPORTANT;
}

.prizes {
    justify-content: space-between;
}

ul#primary-menu {
    display: flex;
    list-style: none;
    justify-content: end;
}

ul#primary-menu li {
    border-left: 1px solid #fff;
    padding: 0 26px;
}

.singleField p input,
ul#primary-menu .menu-item:first-child,
.contact-row .headerContact-wrapper:first-child,
.social-icons a:first-child {
    border: 0;
}

ul#primary-menu .menu-item a {
    font-weight: 700;
    transition: 0.25s;
    color: #fff !important;
}

.headerContact-wrapper {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

ul#primary-menu .menu-item a:hover {
    color: #e10303;
    transition: 0.25s;
}

header.headerSection {
    z-index: 999999;
}

#mainBanner {
    margin-top: -150px;
    overflow: hidden;
}

.inner-singleBanner h3 {
    font-family: BebasNeue !important;
    font-weight: 400 !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
}

.inner-singleBanner h2 {
    font-size: 52px;
    line-height: 58px;
    color: #fff;
    width: 90%;
    margin-bottom: 30px;
    font-weight: 700;
}

.row {
    align-items: center;
    justify-content: center;
}

.content-slider-img,
.digial-slider-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.t-btn,
.t-btn span {
    align-items: center;
}

.white-line {
    color: #fff;
    opacity: 2;
    width: 26px;
    border: 3px solid #fff;
}

.inner-banner-cont {
    padding-top: 200px;
}

.page-id-246 .languages-sect {
    padding: 120px 0 30px;
    margin-top: -280px;
}


.singleBanner h3 {

    font-weight: 300;
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
}

.singleBanner h2 {
    font-size: 56px;
    line-height: 58px;

    font-weight: 600;
    color: #fff;
    width: 80%;
    margin-bottom: 30px;
}

.singleBanner h2 red {
    color: #e10303;
}

.contact-email p a,
.heading-add p {
    font-size: 20px;
    color: #727d7e;
    font-weight: 600;

    width: 85%;
}

.driven-content,
.row.innerRow-contact {
    padding: 20px 0;
}
.hero-main-img {
    text-align: end;
}
.t-btn {
    background-image: -webkit-linear-gradient(-58deg, #610202 0, #f30303 100%);
    color: #fff;
    border-radius: 40px;
    padding: 9px 10px 10px 40px;
    display: flex;
    width: 222px;
    justify-content: space-between;
    font-weight: 700;
    transition: 0.25s;
    font-size: 19px;
    text-decoration: none;

}

.t-btn span {
    background: #fff;
    width: 40px;
    border-radius: 100px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    float: right;
    margin-top: 2px;
}

.t-btn:hover {
    color: #fff !important;
    background-image: -webkit-linear-gradient(132deg, #610202 0, #f30303 100%);
    transition: 0.25s;
}

.t-btn:hover span {
    background: #e503036e;
    transition: 0.25s;
}

.t-btn:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(235deg) brightness(97%) contrast(101%);
    transition: 0.25s;
}

.singleField p img {
    margin-right: 12px;
    width: 16px;
}

.singleField p {
    border: 3px solid #e6e3e3;
    padding: 14px 11px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.singleField p:hover {
    border: 3px solid #ee0303;
}

.singleField p input:focus-visible {
    outline: 0;
}

.singleField.textArea p {
    display: flex;
    align-items: flex-start;
}

.singleField.textArea p img {
    margin-top: 12px;
}

.singleField.textArea p textarea {
    max-height: 100px;
    border: 0;
}

section.languages-sect.Seo-left {
    margin-top: -200px;
}

.ser-btn,
.ser-btn:hover {
    color: #fff;
    text-decoration: none;
}

.exper-sect,
.gallery-images,
.home-serv-sec,
.home-serv-sec:before,
section.cta-sec {
    background-size: cover;
}

.galery-tab:before,
.home-serv-sec:before {
    right: 0;
    left: 0;
    content: "";
    position: absolute;
}

red {
    color: #e41d36;
}

.home-serv-sec {
    padding: 180px 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -150px;
}

.serv-content h2 {
    font-size: 50px;

    font-weight: 600;
}

.serv-content p {
    font-size: 21px;
    color: #979a9d;

    font-weight: 500;
}

.servc-boxes {
    padding: 20px 0 50px;
    z-index: 999;
}

.home-serv-sec:before {
    top: 35%;
    width: 83%;
    height: 65%;
    margin: 0 auto;
    z-index: 99;
    background-image: url(images/Rectan-before.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.big-card,
.card-first,
.card-first:before,
.exper-sect,
.gallery-images,
section.cta-sec {
    background-position: center;
    background-repeat: no-repeat;
}

.service-box h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
}

.service-box {
    padding-top: 75px;

    height: 320px;
}

.service-box img {
    width: 200px;
    height: 150px;
}

.servbox1 {
    border: 1px solid #93bf70;
    border-radius: 10px;
    background-color: #c8e6b0;
    box-shadow: 0.907px 12.968px 76px 0 rgba(223, 246, 205, 0.004);
}

.servbox1 h4 {
    color: #609634;
}

.servbox2 {
    border: 1px solid #ee8527;
    border-radius: 10px;
    background-color: #f2d7c0;
    box-shadow: 0.907px 12.968px 76px 0 rgba(242, 215, 192, 0.004);
}

.servbox2 h4 {
    color: #de771a;
}

.servbox3 {
    border: 1px solid #1c6ec5;
    border-radius: 10px;
    background-color: #d4e9ff;
    box-shadow: 0.907px 12.968px 76px 0 rgba(212, 233, 255, 0.004);
}

.servbox3 h4 {
    color: #1c6ec5;
}

.servbox4 {
    border: 1px solid #941ecf;
    border-radius: 10px;
    background-color: #e6c8f5;
    box-shadow: 0.907px 12.968px 76px 0 rgba(230, 200, 245, 0.004);
}

.servbox4 h4 {
    color: #941ecf;
}

.ser-btn {
    padding: 18px 20px 16px;
    width: fit-content;
    border-radius: 50px;

    font-weight: 300;
    font-size: 19px;
    line-height: 21px;
}

.cta-btn,
.cta-cont h3 {
    font-weight: 600;

}

.serbtn1,
.serbtn2:hover {
    background-color: #610202;
}

.serbtn1:hover,
.serbtn2 {
    background-color: #e20303;
}

a.ser-btn.serbtn2 img {
    width: 100%;
    max-width: 19px;
    margin: 0px 5px 2px 0px;
}

.servs-but {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.Compaigns-sect .col-md-6,
.cta-col,
.leave-sect .col-md-4 {
    display: flex;
    align-items: center;
}

.ct-btn1 {
    background-color: #fff;
    color: #1e2b3d !important;
}

.ct-btn1:hover,
.ct-btn2 {
    background-color: #1e2b3d;
}

.ct-btn2 {
    color: #fff;
}

.ct-btn1:hover {
    color: #fff !important;
}

.ct-btn2:hover,
.smart-cont {
    color: #fff;
}

.cta-btn {
    padding: 20px 0;
    width: 40%;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    border: 3px solid #af2336;
    color: #1e2b3d;
}

section.cta-sec {
    padding: 310px 0 240px;
}

section.cta-sec:before {
    content: "";
    position: absolute;
    top: 156px;
    width: 500px;
    height: 420px;
    left: 37%;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/largephone.png);
}

.cta-cont h3 {
    font-size: 30px;
    color: #fff;
}

.cta-but {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: end;
}



.card-sec ul,
.galery-tab ul#pills-tab {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
    gap: 90px;
}



.card-sec button.active,
.card-sec button:hover,
.galery-tab button.active,
.galery-tab button:hover {
    color: #e50303;
    border-bottom: 1px solid #e50303;
}

.galery-tab li {
    background-color: #06161f;
    box-shadow: none;
}

.experc-col {
    align-items: center;
    display: flex;
}

section.exper-sect {
    padding: 80px 0 40px;
}

.experc-cont h3 {

    font-size: 23px;
    letter-spacing: 7px;
    font-weight: 700;
    padding: 20px 0;
}

.experc-cont h2 {
    font-size: 50px;
    color: #313341;
    font-weight: 700;

    line-height: 52px;
}

.experc-cont p {

    font-size: 18px;
    color: #979a9d;
    font-weight: 500;
}

.experc-cont p span {
    color: #313341;
}

.experc-cont {
    padding-right: 60px;
}

.exper-wrapper {
    display: flex;
    float: left;
    gap: 14px;
    text-decoration: none;
    padding-right: 45px;
    border-color: #979a9d;
}

.exper-details h3 {
    padding: 0;
    letter-spacing: 0;

    font-weight: 700;
    margin: 0;
    color: #e50303;
}

.exper-details p {
    padding: 0;
}

.expert-row {
    padding: 40px 0 20px;
}


.card-sec li {
    background-color: transparent;
    box-shadow: none;
}

.card-sec button {
    color: #979a9d;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 24px;

    font-weight: 700;
    padding: 13px;
    border: none;
}

.card-sec {
    padding: 170px 0 60px;
}

.big-card {
    background-size: 770px;
    padding: 28px 28px 29px;
    width: 100%;
    height: 860px;
    margin: 0;
    background-attachment: local;
}

.card-first {
    padding: 40px 0 20px;
    margin-top: 0;
    color: #fff;
    background-size: cover;
}

.card-first:before {
    content: "";
    position: absolute;
    top: 30px;
    height: 420px;
    width: 420px;
    display: block;
    background-size: auto;
    background-image: url(images/Shape.png);
}

.card-first-cont h6 {
    color: #fff;

    font-size: 23px;
}

.card-first-cont h2 {
    color: #fff;
    font-size: 32px;

    font-weight: 400;
    line-height: 30px;
    padding: 12px 0;
}

.card-pric,
.prizes h4 {
    font-weight: 700;

}

.card-first-cont p {

    font-size: 18px;
    line-height: 18px;
}

.card-pric {
    color: #fff;
    font-size: 87px;
    line-height: 20px;
    display: inline-block;
}

.pric1:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 70px;
    width: 100%;
    height: 100%;
    background-size: 18px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(images/Elips4.png);
}

.price-serv li:before,
.price-serv:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
}

.card-pric span {
    color: #fff0bd;
    font-size: 23px;
    position: absolute;
    line-height: 23px;
    bottom: -7px;
    padding-left: 4px;
}

.prizes {
    padding: 60px 10px 15px;
    display: flex;
    align-items: center;
}

.prizes h4 {
    color: #fff;
    font-size: 29px;
    margin-bottom: 20px;
}

.price-serv li {
    margin-bottom: 20px;
    font-size: 19px;

    position: relative;
}

.price-serv li:before {
    top: -40px;
    height: 100px;
    display: block;
    left: -21px;
    width: 100px;
    background-size: auto;
    background-image: url(images/Shape5.png);
}

.price-serv ul {
    list-style: none;
    position: relative;
    z-index: 9999999;
    padding: 0 0 0 32px;
    margin: 0;
}

.card-contactus-sec {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    border-color: #fff;
    padding-right: 18px;
}

.price-circle a {
    align-items: center;
    display: flex;
}

.card-add h5 {
    color: #ffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px auto;
}

.card-add {
    padding: 10px 0;
}

.card-add a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 30px;

}

.card-cot-img img {
    width: 70px;
    object-fit: cover;
}

.price-circle a {
    color: #fff;
    background-color: #720000;
    width: 125px;
    height: 125px;
    font-size: 19px;
    margin: 0 auto;
    padding: 33px 17px 27px;
    text-decoration: none;
    border-radius: 50%;
    justify-content: center;

    line-height: 18px;
    position: relative;
    top: 19px;
    right: 7px;
}

.price-circle {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    left: 1px;
}

.price-serv {
    position: relative;
    color: #fff;
    padding: 10px 26px 1px;
}

.price-serv:before {
    top: 0;
    left: -28px;
    height: 200px;
    width: 5px;
    background-image: url(images/leftline.png);
    background-size: cover;
}

.main-card:before,
.price-serv:after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.price-serv:after {
    top: 0;
    right: -28px;
    height: 200px;
    width: 5px;
    background-image: url(images/rightline.png);
}

.main-card:before {
    top: 265px;
    right: 0;
    display: block;
    height: 440px;
    width: 100%;
    background-image: url(images/card-secbg.png);
    z-index: -1;
}

.foot-menus ul li:before,
.footer-icons:before {
    inset: -3px 0px 0px -19px;
    background-size: auto;
    background-position: left;
    content: "";
}

.facilty-cont h2,
.sol-cont h2 {
    font-size: 50px;

    font-weight: 800;
    line-height: 50px;
}

.facilty-cont p,
.sol-cont p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 1rem;
}

.Start-cont p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 1rem;
}

.sol-boxs {
    background-color: #e11e35;
    padding: 22px 32px 15px !important;
    border-radius: 12px;
    margin: 20px 10px 0px !important;
    width: 32% !important;
}

.sol-box-cont h3 {

    font-size: 30px;
    line-height: 29px;
    font-weight: 700;
    color: #ffff;
    margin: 10px 0;
}

.sol-box-cont p {
    color: #ffff;
    font-size: 14px;
}

.solution-sec {
    padding: 110px 0;
}

.four-boxes {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    align-items: center;
    gap: 23px;
    padding: 30px 0 50px;
}

.faclity-box h3 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;

    font-weight: 600;
}

.faciilty-img {
    display: flex;
    align-items: center;
    gap: 8px;
}

.faclity-box p {
    text-align: left;
    margin: 10px 0 0;
}

.board-con h2,
.contect-services h2 {

    font-weight: 700;
    color: #fff;
}

.faciilty-img img {
    width: 28px;
}

.faclity-box {
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 14px;
    padding: 26px 18px;
    cursor: pointer;
}

.Boarding-sec {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 150px;
}

.Boarding-sec .col-md-6,
.Boarding-sec .col-md-6 .contect-services {
    padding-left: 150px;
}

.Boarding-sec .row {
    margin: 0;
    padding: 50px 0 0;
}

.contect-services h2 {
    font-size: 33px;
}

.board-con h2 {
    font-size: 50px;
}

.board-con h4 {
    color: #fff;

    font-size: 19px;
}

.board-con p {

    color: #fff;
    font-size: 18px;
}

.contect-services li {
    color: #fff;
    margin-bottom: 12px;
    list-style: none;
    font-size: 17px;

    font-weight: 600;
}

.contect-services ul {
    padding: 0;
    margin: 18px 0 0;
}

section.vest-sec {
    padding: 80px 0;
}

.contect-services {
    margin-bottom: 40px;
    position: relative;
}

.desert-img {
    position: absolute;
    right: 50px;
    max-width: 950px;
    height: 810px;
    object-fit: cover;
}

.sol-cont {
    text-align: center;
    padding-bottom: 20px;
}

.Boarding-sec .t-btn {
    border: 1px solid #fff;
    padding: 14px 10px 14px 22px;
    width: 190px;
    text-decoration: none;
    margin-bottom: 100px;
}

section.testimnoial-sec {
    padding: 100px 0;
}

.testimnoial-sec swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.testimnoial-sec swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimnoial-sec swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-box h3 {
    font-size: 30px;
    font-weight: 700;

}

.testi-box p {

    color: #9e9d9d;
    font-size: 18px;
}

.testi-box {
    background-image: url(assets/images/tes1bg.png);
    background-position: right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 90px 20px;
    border-radius: 10px;
}

.companies-sect,
footer {
    background-position: center;
    background-size: cover;
}

.companies-sect,
.foot-menus ul li:before,
.footer-icons:before,
footer {
    background-repeat: no-repeat;
}

.client-name {
    font-size: 21px;

    font-weight: 600;
    color: #282a30;
}

.client-designation,
.foot-wraper span,
.footer-cont p {

    font-size: 18px;
}

.client-designation {
    color: #c78f8f;
}

footer {
    padding: 80px 0 20px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 26% 18% 18% 18% 20%;
    padding: 50px 0;
}

.footer-cont p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}

.foot-wraper span {
    font-weight: 500;
    color: #fff;
    position: relative;
    top: 15px;
    left: 15px;
    padding: 0 5px;
}

.foot-menus ul {
    padding: 0;
    margin: 0;
}

.foot-wraper h2 {
    font-size: 25px;

    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 40px;
    position: relative;
}

.copy-right p,
.foot-menus ul li a {

    font-size: 18px;
    color: #fff;
}

.foot-wraper h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 34px;
    bottom: 21px;
    border-bottom: 6px solid #e41d36;
}

.menu-sec {
    padding-left: 45px;
}


.foot-menus ul li a {
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
    white-space: nowrap;
}

.foot-menus ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid #40455b;
    width: 85%;
    text-decoration: none;
    position: relative;
    list-style: none;
}

.foot-menus ul li:before {
    position: absolute;
    background-image: url(images/9.png);
}

.payment {
    border: 4px dashed #40455b;
    width: 90%;
    padding: 18px 12px;
    border-radius: 15px;
}

.footer-icons {
    display: flex;
    gap: 23px;
    padding: 8px 0 9px;
    border-bottom: 1px solid #40455b;
    width: 85%;
    position: relative;
}

.footer-icons:before {
    position: absolute;
    background-image: url(/assets/images/9.png);
}

.foteer-Media {
    padding-top: 19px;
}

.copy-right {
    border-top: 1px solid #40455b;
    padding: 30px 0 10px;
}

.copy-right p {
    font-weight: 500;
    margin: 0;
}

.compan-cont h3 {

    font-weight: 700;
    color: #282a30;
    font-size: 27px;
    line-height: 40px;
}

.compan-cont h2 {

    font-size: 60px;
    color: #282a30;
    font-weight: 800;
    line-height: 62px;
    margin-bottom: 15px;
}



.compan-cont p {
    font-size: 19px;
    width: 55%;
    margin: 10px auto;
}

.companies-rivews {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    padding: 30px 0 40px;
}

.stat-number {
    color: #d50303;
    font-size: 70px;

    font-weight: 700;
    text-align: left;
}

.compan-cont h4 {
    font-weight: 700;
    color: #282a30;
    font-size: 22px;
    margin-top: -13px;
}

.companies-sect {
    padding: 140px 0 70px;
}

.fortune-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.fortune-box h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.industries-sec {
    padding-top: 30px;
}

.fancybox-container {
    z-index: 9999999999999 !important;
}

.ban-imgs img {
    /* max-width: 810px;
    height: 600px;
    object-fit: cover; */

}

#mainHeader.row,
.singleBanner,
.singleBanner .row {
    align-items: center;
}

.cta-wrappper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.get-cta-box {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    gap: 10px;
    position: relative;
    margin-bottom: 15px;
}

.get-cta-box h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.get-cta-box p {
    font-size: 1 color: #fff;
    6px;
    margin: 0;
}

.get-cta h3 {
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;

}

.get-cta h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;

}

.get-cta {
    text-align: left;
    color: #fff;
}

.get-btn a {
    width: 80%;
}

.get-cta hr {
    margin-bottom: 25px;
}

.loudspeaker,
.right-img {
    text-align: end;
}

.content-card,
.deign-box,
.premium-tabs,
.ser-box,
.social-boxes,
.things-crd,
h2.teti-h1 {
    text-align: center;
}

.get-section {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 17px 0;
}

.Conatctus-wrapper,
.cta-wrappper:before,
.languages-sect {
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-49 section.vest-sec {
    padding: 100px 0 0;
}





.Conatctus-wrapper {
    background-position: 100% -880px;
    padding: 170px 0 100px;
    margin-top: -110px;
}

.contact-taxt h3,
.main-contact-form h3 {
    color: #313341;

    letter-spacing: 4px;
    font-size: 21px;
    font-weight: 700;
    margin: 28px 0 5px;
}

.main-contact-form h2 {
    font-size: 48px;
    line-height: 50px;

    font-weight: 700;
    margin-bottom: 0;
    color: #313341;
}

.Touch-Form,
.smart-para {
    margin-top: 30px;
}

.languages-sect-logo {
    padding: 240px 0 30px !important;
    margin-top: -200px !important;
}


.Smart-Sect,
.big-sect,
.content-card,
.contentswip {
    position: relative;
}

.page-id-437 .cta-wrappper:before {
    background-image: url(images/trinag-obj.png);
    background-position: top;
    bottom: -20px;
    z-index: 999;
    height: 300px;
    width: 341px;
}

.languages-sect {
    padding: 120px 0 30px;
    margin-top: -120px;
}

.Design-sect,
.left-right-section {
    padding: 80px 0;
}

hr.red-line {
    color: #e41d36;
    opacity: 2;
    width: 21px;
    border: 3px solid #e41d36;
}

.content-sect hr {
    margin-bottom: 22px;
}

.Brand-text h3,
.Start-cont h3,
.content-sect h3,
.content-slider-cont h3,
.left-cont h3,
.right-cont h3 {

    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.Brand-text h2,
.content-sect h2,
.power-cont h2 {
    font-size: 50px;

    font-weight: 800;
    line-height: 50px;
    color: #0e1933;
}

.left-content p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #979a9d;
    font-weight: 500;

}

.left-content p strong,
.right-image-cont p strong {
    color: #133033;
    font-weight: 600;
}

.left-content {
    margin-top: 15px;
}

.left-right-section .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Boxes-Cont hr,
.Premium-cont hr,
.content-card .t-btn,
.head-Cont hr {
    margin: 0 auto;
}

.head-Cont h3 {

    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 20px;
}

.head-Cont h2 {
    font-size: 50px;

    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px;
}

.deign-box {
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #f6f6f6;
}


.deign-box h3 {
    margin-top: 13px;

    font-size: 19px;
    font-weight: 700;
}

.deign-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.Smart-Sect {
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 170px 0 395px;
    margin-top: 80px;
    z-index: 99;
}

.Premium-Sect,
.page-id-437 .languages-sect {
    background-repeat: no-repeat;
    background-size: cover;
}

.smart-cont h3 {
    color: #fff;

    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.approach-cont h2,
.smart-cont h2 {
    font-size: 60px;

    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0;
    color: #fff;
}

.Smart-Sect .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.smart-cont p {
    font-size: 19px;
    margin-bottom: 25px;

}

.smart-cont hr {
    margin-bottom: 35px;
}

.right-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 10px 10px 35px;
}

.left-cont hr,
.right-cont hr {
    margin-bottom: 30px;
}

.right-cont h2 {
    font-size: 60px;

    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

.left-cont p,
.right-cont p {
    margin-bottom: 30px;

    color: #313341 !important;
}

.right-cont p {
    font-size: 18px;
    width: 95%;
    font-weight: 500;
}

.page-id-246 .big-sect {
    top: 0;
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}

.big-sect {
    top: -188px;
    overflow: hidden;
    padding: 300px 0 150px;
}

.left-cont h2 {
    font-size: 58px;

    font-weight: 700;
    line-height: 58px;
}

.left-cont p,
.power-cont p strong {
    font-weight: 500;
}

.left-cont p {
    font-size: 18px;
    width: 83%;
}

.left-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 80px 10px 60px;
}

.contentswip {
    width: 100%;
}

.contentswip .slick-list.draggable {
    overflow: hidden;
}

.content-card {
    border: 3px solid #133033;
    background-color: #fff;
    padding: 110px 10px;
    margin-left: 16px;
    border-radius: 10px;
    margin-right: 1px;
}

.content-card.slick-slide.slick-current.slick-active {
    border: 3px solid #e41d36;
}

.content-card.slick-slide.slick-current.slick-active h6,
.contentswip .slick-arrow:hover,
.premium-tabs button.active,
.premium-tabs button:hover,
.socialslider .slick-arrow:hover {
    background-color: #e41d36;
}

.content-card h2,
.socialslider h2 {
    font-size: 36px;

    width: 50%;
    margin: 0 auto 13px;
    font-weight: 900;
    line-height: 40px;
}

.content-card p,
.socialslider p {
    font-size: 19px;

    width: 85%;
    margin: 0 auto;
    padding-bottom: 45px;
}

.content-btn h6,
.upper-box h6 {
    font-size: 20px;

}

.content-card .upper-box {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
}

.content-btn {
    width: fit-content;
}

.content-btn h6 {
    font-weight: 600;
}

.upper-box h6 {
    font-weight: 700;
    letter-spacing: 6px;
    color: #fff;
    background-color: #133033;
    padding: 8px 0;
    width: 60%;
    margin: 0 auto;
    border-radius: 0 0 15px 13px;
}

.contentswip .slick-arrow,
.socialslider .slick-arrow {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #133033;
    border-radius: 50px;
    position: absolute;
    border: none;
    top: 50%;
}

.premium-tabs,
.ser-img-back {
    justify-content: center;
    display: flex;
}

.content-slider-cont h2 {
    font-size: 50px;

    font-weight: 800;
    line-height: 50px;
    color: #0e1933;
    margin-bottom: 20px;
}

.contentswip .slick-next,
.socialslider .slick-next {
    right: -120px;
}

.contentswip .slick-prev,
.socialslider .slick-prev {
    left: -110px;
}

.content-slider {
    padding-bottom: 100px;
}

.content-slider .slick-list {
    padding: 0 !important;
}

.leave-sect {
    padding: 100px 0;
}

.power-cont p {
    font-size: 18px;

    font-weight: 400;
}

.Premium-cont h3,
.power-cont h3 {
    font-size: 20px;

}

.power-cont h3 {
    letter-spacing: 5px;
    font-weight: 600;
}

.tab-pane {
    color: #ffffffff;
}

/* Premium-Sect  */
.Premium-Sect {
    background-position: bottom;
    padding: 140px 0 440px;
}

.Premium-cont h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 20px 0;
}

.Premium-cont h2,
.premium-content h2 {
    font-size: 54px;
    color: #fff;
    line-height: 55px;
}

.Premium-cont p {
    color: #fff;
    width: 70%;
    margin: 20px auto;
    font-size: 18px;

    font-weight: 400;
}

.premium-tabs {
    width: 100%;
    margin: 20px auto;
}

.premium-tabs ul {
    margin: 0 auto;
    gap: 16px;
}

.premium-tabs button {
    background-color: #5d5f61;
    font-weight: 600;
    font-size: 20px;
    color: #ffff;
    padding: 14px 53px;
    border-radius: 52px;
    border: none;
}

.premium-content {
    padding: 20px 16px 20px 0;
}

.premium-content p {
    color: #fff;
    margin: 12px auto;
    font-size: 18px;
    font-weight: 400;
}

.ser-box {
    border: 3px solid #b3b5c0;
    margin-left: 9px;
    margin-bottom: 22px;
    padding: 54px 22px 20px;
    background-color: #f5f5f5;
}

.ser-box h3 {

    font-size: 26px;
    line-height: 9px;
    font-weight: 500;
    margin: 30px 0 15px;
}

.ser-box p {
    font-size: 17px;

    font-weight: 600;
    color: #313341;
}

.Boxes-Cont h2,
h2.teti-h1 {
    font-size: 50px;

    font-weight: 800;
    line-height: 50px;
    margin-bottom: 25px;
}

.Boxes-Cont h3,
.ask {
    font-size: 20px;
    font-weight: 600;
}

.Boxes-Cont h3 {

    letter-spacing: 5px;
    line-height: 30px;
    margin-top: 25px;
}


.page-id-437 .languages-sect {
    padding: 120px 0 30px;
    margin-top: -180px;
    position: relative;
}



.Smart-img:before,
.seo-page .big-sect:before {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    content: "";
}

.Smart-img:before,
.smart-img:before {
    background-size: auto;
    background-position: right;
}

.Boxes-Cont p {
    font-size: 19px;
    font-weight: 500;
    color: #313341;
    margin: 0 auto;
    width: 90%;
}

.Boxes-Sect .col-md-4 {
    margin: 0;
    padding: 0 10px 0 0;
}

.ser-img-back {
    background-color: #e41d36;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    align-items: center;
    border-radius: 50%;
    border: 15px solid #f3dfe2;
}

.Boxes-Sect .row {
    margin-top: 60px;
}

section.Boxes-Sect {
    padding-bottom: 110px;
}

.content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding: 34px 0;
}

.ask {
    line-height: 22px;
    color: #e41d36;
    margin: 0;
}

.big-address a,
.content-btn {

    font-weight: 700;
}

.comass-wrappper {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px 0 40px;
}

.allcontact-field p,
.live_chat_cont {
    align-items: center;
    gap: 10px;
    display: flex;
}

img.comass {
    filter: brightness(0);
    transform: rotate(180deg);
    width: 100%;
    max-width: 60px;
    margin-right: -10px;
}

.big-address p {
    margin: 0;
}

.big-address {
    margin-bottom: 12px;
}

.big-address a {
    color: #e41d36 !important;
    font-size: 30px;
    line-height: 17px;
}

.all-contact-sect {
    padding: 120px 0 120px;
    overflow: hidden;
    position: relative;
}

section.faq-sec .Start-cont {
    padding-left: 0;
    text-align: center;
}

section.faq-sec {
    padding-bottom: 100px;
}

.allcontact-field,
.allcontact-field-textarea {
    border-bottom: 2px solid #c1c1c6;
    padding: 20px 5px 10px;
    margin-bottom: 20px;
}

.allcontact-field p {
    margin: 0;
}

img.main-contact-img {
    width: 100%;
    max-width: 680px;
}

.Start-cont {
    padding-left: 50px;
}

.allcontact-field p input {
    border: none !important;
    outline: 0 !important;
    width: 100%;
}

.allcontact-field p input::placeholder {

    color: #313341 !important;
    font-weight: 500;
}

.allcontact-field-textarea p {
    display: flex;
    align-items: start;
    margin: 0;
    gap: 10px;
}

.allcontact-field-textarea p img {
    margin-top: 6px;
}

section.all-contact-sect .col-md-6 {
    justify-content: center;
    align-items: end;
    display: flex;
}

.allcontact-field-textarea p textarea {
    border: none !important;
    outline: 0 !important;
    margin: 0;
    height: 140px;
}

.allcontact-field-textarea p textarea::placeholder {

    color: #313341 !important;
    font-weight: 500;
}

.allcontact-field p option::placeholder {

    color: #313341 !important;
    font-weight: 500;
}

.allcontact-field p select {
    border: none !important;
    outline: 0 !important;
    margin: 0;
    width: 730px;
}

.allcontact-btn input,
.contact-btn input {
    background: #e41d36;
    color: #fff;
    padding: 20px 70px;
    font-size: 19px;

    font-weight: 600;
    border-radius: 60px;
}

.sol-img img {
    max-width: 80px;
    width: 100%;
    padding-top: 20px;
}

.driven-content p strong {
    color: #676973;
    font-weight: 500;
}

.contact-box-card {
    position: relative;
}

.contact-box-wrappper {
    position: relative;
    z-index: 4554564654;
}

.all-contact-sect .col-md-7 {
    position: relative;
    z-index: 45544;
}

.Start-cont h2 {
    font-size: 58px;

    font-weight: 800;
    line-height: 58px;
}

.market-content h3,
.social-boxes h6 {

    font-weight: 600;
}

.live_chat_cont {
    color: #fff;
    padding-top: 20px;
}

.chat-contac h4 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #e41d36 !important;
    font-weight: 600;
}

.chat-contac p {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #e41d36 !important;
    font-weight: 600;
}

.live_chat_cont img {
    width: 50px;
    filter: brightness(0);
}

.socialslider .slick-list.draggable {
    overflow: hidden;
    padding: 0 !important;
}

.social-boxes {
    background-color: #eaeaea;
    border-radius: 10px;
    padding: 80px 10px 70px;
    margin-left: 16px;
    margin-right: 1px;
    position: relative;
}

.social-boxes.slick-slide.slick-current.slick-active {
    background-color: #fff;
    border: 2px solid #e41d35;
    box-shadow: 14.695px 20.225px 51px 0 rgba(228, 29, 54, 0.17);
}

.social-boxes img {
    padding: 9px 0;
}

.socialslider {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.content-btn {
    background: #e41d36;
    color: #fff;
    padding: 20px 70px;
    font-size: 22px;
    border-radius: 60px;
}

.content-btn:hover {
    color: #133033;
}

.social-boxes h6 {
    letter-spacing: 6px;
    color: #313341;
}

.market-content h3 {
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 21px;
    margin-top: 19px;
}

.Things-cont h2,
.market-content h2 {

    line-height: 50px;
}

.market-content h2 {
    font-size: 50px;
    font-weight: 700;
}

.right-image-cont {
    margin-top: 20px;
}

.right-image-cont p {
    font-size: 19px;

    color: #979a9d;
    font-weight: 500;
}

.market-sect .col-md-6 {
    display: flex;
    align-items: center;
    justify-self: center;
}

.market-sect {
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.market-content img {
    margin-bottom: 15px;
}

.Things-cont h2 {
    font-size: 50px;
    font-weight: 800;
}

.Things-cont h3 {

    letter-spacing: 5px;
    color: #313341;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.Deliver-cont h2,
.Deliver-cont p,
.Things-cont p,
.things-crd h3,
.things-crd p {}

.Things-cont p {
    color: #313341;
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
    margin: 16px auto;
    width: 70%;
}

.things-crd {
    padding: 1px 10px;
}

.things-crd h3 {
    font-size: 33px;
    font-weight: 700;
    margin-top: 50px;
}

.things-crd p {
    font-size: 18px;
    color: #313341;
    font-weight: 500;
}

.things-crd img {
    object-fit: cover;
    width: 430px;
    height: 280px;
}

.Things-sect .row {
    padding-top: 50px;
}

.Things-sect {
    padding: 50px 0 170px;
}

.Deliver-cont h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    margin: 20px 0;
}

.Deliver-cont h3 {

    letter-spacing: 5px;
    color: #313341;
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
}

.Deliver-cont p {
    color: #0c1824;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
    width: 80%;
}

.explore-box-cont h4,
.explore-box-cont h6,
.explore-count {

    font-weight: 700;
}

.parent-box-wrapper {
    display: flex;
    gap: 20px;
}

.Compaigns-sect {
    background-color: #f6f6f6;
    padding: 103px 0;
}

.explore-box {
    padding: 10px 40px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 15px;
    width: 350px;
    height: 310px;
}

.explore-box img {
    padding: 30px 0;
}

.explore-box-cont h4 {
    color: #0c1824;
    font-size: 21px;
}

.explore-count {
    color: #0c1824;
    font-size: 50px;
    padding: 2px 0 10px;
    display: flex;
    text-transform: lowercase;
}

.Deliver-cont {
    padding-left: 30px;
}

.explore-box-cont h6 {
    color: #494f55;
    font-size: 21px;
    margin: 10px 0;
    line-height: 0;
}

.approach-sect {
    padding: 100px 0;
    background-color: #0c1824;
}

.Smart-img:before {
    position: absolute;
    right: -100px;
    bottom: 0;
    background-image: url(/assets/images/bga.png);
}

.tick-box-img img {
    width: 81px;
    height: 50px;
    object-fit: cover;
}

.approach-cont h3 {
    color: #fff;

    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0;
}

.approach-cont p,
.tick-box-cont h4,
.tick-box-cont p {
    color: #fff;

}

.approach-cont p {
    font-size: 17px;
    padding-top: 30px;
    width: 90%;
    margin-bottom: 0;
}

.tick-wrapper {
    padding: 80px 0 0 15px;
}

.tick-box {
    display: flex;
    gap: 10px;
    background-color: #25303a;
    margin-bottom: 35px;
    border-radius: 15px;
    padding: 23px 0 10px 25px;
    width: 100%;
}

.tick-box-cont h4 {
    font-size: 35px;
    font-weight: 700;
}

.tick-box-cont p {
    font-size: 15px;
    width: 90%;
}

.seo-page .big-sect:before {
    position: absolute;
    right: 0;
    bottom: 30px;
    background-image: url(images/last.png);
    background-position: bottom right;
    background-size: auto;
}

.historic-cont h3 {

    color: #9ca1aa;
    font-weight: 100;
    margin-top: 20px;
    font-size: 20px;
}

.historic-cont h2 {

    color: #23262c;
    font-weight: 700;
    font-size: 48px;
}

section.six-box-sect {
    padding: 100px 0;
}

.result-wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0 0px;
}

.result-wrapper h5 {

    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
}

.historic-cont p,
.result-wrapper h6 {
    font-weight: 500;

    color: #6b727f;
}

.result-wrapper h6 {
    font-size: 18px;
}

.historic-cont p {
    font-size: 18px;
}

section.six-box-sect .row {
    padding-top: 20px;
}

.historic-content2 {
    width: 85%;
    margin: 10px auto;
}

.seo-nums {
    text-align: left;
}

.historic-sect a.t-btn {
    margin: 10px auto 0;
}

.seo-left-boxes img {
    width: 100%;
    max-width: 70px;
}

.historic-sect {
    padding-top: 100px;
}

.fullseo-services {
    padding: 60px 20px;
}

.seo-right-boxes {
    padding: 90px 10px 0 90px;
    text-align: end;
}

.seo-box-head {
    font-size: 20px;
    margin: 16px 0 14px;

    font-weight: 700;
}

.seo-box-para p {
    font-size: 14px;
    font-size: 15px;
    line-height: 22px;

    font-weight: 600;
    color: #6b727f;
    margin: 0;
}

.seo-left-boxes {
    text-align: center;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 34px;
    border-radius: 22px;
    margin-bottom: 40px;
}

.parent-box-wrapper:before {
    content: "";
    position: absolute;
    top: 140px;
    left: 80px;
    right: 0;
    bottom: 0;
    background-color: #f4dfdf;
    width: 300px;
    height: 400px;
    margin: 0 auto;
    border-radius: 50px;
    z-index: 0;
}

.languages-sect:before,
.smart-img:before {
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

.contact-taxt h2 {
    font-size: 60px;

    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0;
    color: #313341;
}

.contact-taxt p {
    font-size: 20px;
    color: #313341;
    font-weight: 600;
    margin: 0;
    padding: 18px 0;
}

.contact-input input,
.contact-textarea textarea {
    width: 85%;
    padding: 18px;
    background-color: transparent;
}

.heading-add h6 {
    color: #133033;

    font-size: 20px;
    font-weight: 700;
}

.heading-add {
    padding: 15px 0;
}

.contact-input input {
    border: 3px solid #cbd4d5;
    border-radius: 8px;
}

.contact-input input::placeholder {
    color: #99a3a4;
    font-weight: 700;

}

.smart-img:before {
    top: 70px;
    height: 500px;
    width: 800px;
    background-image: url(images/dots.png);
}

.contact-textarea textarea {

    height: 160px;
    border: 3px solid #cbd4d5;
    border-radius: 8px;
}

.main-contact-form {
    text-align: center;
    background-color: #fff;
    border: 2px dashed #000;
    padding: 45px 0 20px;
}

.Conatctus-wrapper .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}

.contact-btn spaN {
    margin: 0;
    width: 0;
    height: 0;
}

.phone-address-text div {
    margin: 0;
    font-size: 20px;

    color: #e41d36;
    font-weight: 600;
}

section.languages-sect.our-Content {
    margin: 0;
    padding: 110px 0 0;
}

.our-Content img {
    width: auto;
}

.phone-address-text div a {
    color: #e41d36;
    font-size: 50px;
    font-weight: 700;
}

.languages-sect:before {
    top: 0;
    background-image: url("/wp-content/uploads/2024/01/logobg.png");
    background-position: bottom;
    background-size: cover;
}

.mobile-mneu-container {
    display: none;
    justify-content: space-between;
    padding: 10px 20px;
}

.service-boxes {
    grid-template-columns: 50% 50%;
}

.desktop-menu {
    display: none;
}

footer .footer-heading {
    font-size: 36px;
}

div#clickBtn {
    cursor: pointer;
    position: relative;
    z-index: 9999;
    width: 28px;
}

.top_sect_menu {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
}

.mobile-logo {
    text-align: center;
}

.sub-menu strong {
    font-weight: 500;
}

.mobile-nav .col-md-3,
.mobile-nav .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.bgoverly {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    background: #0000005e;
    z-index: 1000;
    transition: all 0.75s;
    top: 70px;
}

#sideBar.active,
.bgoverly.active {
    left: 0 !important;
    transition: all 0.25s;
}

#sideBar {
    top: 70px;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.75s;
    overflow: scroll;
    padding: 20px 19px;
}

.mobile-mneu-container .btn-animation.btngradienthov {
    margin-right: 12px;
}

.toggle-btn span {
    width: 24px;
    height: 4px;
    background: #000;
    margin: 6px 0;
    display: block;
    transition: 0.5s;
    border-radius: 10px;
}

.make-close img {
    width: 28px;
}

span.large-line {
    width: 28px;
    margin-left: -4px;
}

.three-toggle {
    margin-top: 11px;
}

.close {
    text-align: end;
    cursor: pointer;
}

.menu-mobile-menu-container ul {
    margin: 0;
    padding: 0;
}

.menu-mobile-menu-container li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}

.menu-mobile-menu-container li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.menu-mobile-menu-container li .sub-menu li a {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.menu-mobile-menu-container li .sub-menu li {
    transition: 00.5s all;
    padding: 8px;
}

.menu-mobile-menu-container li .sub-menu li:hover {
    border-left: 15px solid #89d501;
    background: rgba(137, 213, 1, 0.1);
}

.mobile-contact {
    padding: 14px 46px;
    background-color: #ef6023;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    border-radius: 10px;
}

.mobile-bottom-sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.mobile-icons {
    display: flex;
    gap: 2px;
    justify-content: end;
}

.mobile-icons a {
    display: flex;
    background-color: #0f513e;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
    border: 4px solid white;
}

.mobile-nav {
    display: none;
}

.menu-item-has-children .sub-menu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 00.5s ease;
    padding-left: 1rem;
}

.menu-item-has-children {
    padding: 7px 0;
}

li#menu-item-345 {
    padding: 7px 0;
}

li#menu-item-346 {
    padding: 7px 0;
}

.menu-item-has-children.open .sub-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 10px 0;
}

.menu-item-has-children::before {
    content: "";
    background-image: url("https://mmcgbl.com/wp-content/uploads/2024/11/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 1px;
    top: 11px;
    transform: rotate(90deg);
    transition: transform 00.5s ease;
    z-index: 9999;
}

.icon-box-content p {
    font-size: 13px;
}

.icon-box-content h3 {
    font-size: 19px;
}

.menu-item-has-children.open::before {
    transform: rotate(180deg);
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 25%;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(248%) hue-rotate(258deg) brightness(118%) contrast(100%);
}

.logo img {
    width: 100%;
    max-width: 120px;
}

.mainMenu {
    width: 75%;
    padding-right: 40px;
}

.annoucement-bar {
    display: flex;
    justify-content: space-between;
    background-color: #d90239;
    padding: 10px 26px;
}

header#mainHeader .logo {
    width: 25%;
    text-align: left;
}

.social-icons a {
    color: #fff !important;
    font-size: 18px;
    padding: 0 12px;
    border-left: 1px solid #fff;
}

a.headerContact-icon {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    gap: 12px;
}

div#accordionFlushExample {
    margin: 40px auto 0;
    width: 70%;
}

div#accordionFlushExample .accordion-item button.accordion-button {
    color: #000;
    background-color: #fff;
    box-shadow: none !important;
    border-radius: 50px;
}

div#accordionFlushExample .accordion-body p {
    margin: 0 !important;
}

div#accordionFlushExample .accordion-item {
    background-color: transparent;
    border: none;
}

section.faq-sec .accordion-item {
    margin-bottom: 20px;
}

a.headerContact-icon img {
    width: 22px;
    object-fit: contain;
}

.contact-row {
    display: flex;
    gap: 15px;
}

section.faq-sec {
    padding: 100px 0;
    background-color: #fcf2f5;
}

section.faq-sec .accordion-body {
    padding: 18px 0px 0 18px;
}


section.gallery-sec {
    padding: 100px 0;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.gallery-wrapper .gall-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.gallery-wrapper .gall-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes moveDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

.hero-main-img {
    animation: moveDown 1s ease-in-out infinite alternate;
    transition: trasform 1s ease-in-out;
}

.pricing-section {
    padding: 80px 20px;
    text-align: center;
}

.section-top-text {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
    color: #555;
    font-size: 15px;
}

.pricing-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pricing-card {
    background: #1c1c1c;
    width: 350px;
    position: relative;
    color: #fff;
    padding-bottom: 0;
    overflow: visible;
}

.card-header {
    padding: 20px 10px 2px !important;
    margin: 16px !important;
    background-color: #e11e35 !important;
    border: none !important;
    border-radius: 0 !important;
}

.card-header span {
    font-weight: bold;
    font-size: 14px;
}

.card-header h2 {
    margin: 4px 0;
    font-size: 18px;
}

.card-header p {
    font-size: 13px;
    opacity: 0.9;
}

.card-body {
    padding: 30px 25px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.duration h3 {
    font-size: 55px;
    font-weight: bold;
}

.duration span {
    font-size: 12px;
    letter-spacing: 2px;
}

.price {
    font-size: 22px;
    font-weight: bold;
}

.features {
    list-style: none;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
}

.duration {
    display: flex;
    align-items: center;
    gap: 9px;
}

.features li {
    margin-bottom: 12px;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
}

.features li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #e51e2a;
}

section.pricing-section .card-body {
    padding-top: 0 !important;
}

.price-contact-row {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 -40px;
}

.contact-row a {
    color: #fff !important;
}

.price-contact-row a {
    color: #fff;
}

.contact-row div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.contact-row i {
    background: #e51e2a;
    padding: 10px;
    border-radius: 50%;
}

.buy-btn {
    transform: translateY(50%);
    background: #e51e2a;
    border: 9px solid #f3f3f3;
    color: #fff !important;
    margin: 0 auto;
    border-radius: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    padding: 6px;
}

.buy-btn:hover {
    background: #c21823;
}

.pricing-cont h2 {
    font-size: 50px;
    color: #282a30;
    font-weight: 700;
}

.pricing-cont p {
    font-size: 17px;
    width: 55%;
    margin: 0 auto;
}


@media (max-width: 1024px) {
    .mobile-mneu-container {
        display: flex !important;
    }

    .sol-boxs {
        padding: 22px 32px 15px !important;
        margin: 20px 10px 0px !important;
        width: 48% !important;
    }

    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pricing-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .cta-wrappper {
        flex-direction: column;
    }

    .get-cta {
        padding-bottom: 20px;
    }

    .galler-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .sol-boxs {
        padding: 22px 18px 15px !important;
        margin: 0px 0 20px !important !important;
        width: 100% !important;
    }
}