/*!
Theme Name: Terracotta Business Setup
Theme URI: http://leadsdubai.com/
Author: Leads Dubai Team
Author URI: http://leadsdubai.me/
Description: Terracotta Business Setup Theme
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: digitalmarketing
*/

/*--------------------------------------------------------------
>>> 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%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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 {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    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: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    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);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*------------------------------Homepage---------*/
/*-----------Section1-----------*/
.section1-img1 .elementor-widget-container {
    position: relative;
    margin-left: 60px;
}

.section1-img1 .elementor-widget-container:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -80px;
    width: 530px;
    height: 530px;
    background: #FF5F6D;
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
    background: linear-gradient(to right, #FFC371, #FF5F6D);
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 6s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.4;
}

.section1-img1 .elementor-widget-container:after {
    content: "";
    left: 50px;
    top: -35px;
    position: absolute;
    width: 430px;
    height: 430px;
    background: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #F09819, #FF512F);
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapetwo 4s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.4;
}

@keyframes heroShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes heroShapetwo {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-25px, 5px, 0) rotateZ(0.01deg);
    }

    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-50px, 5px, 0) rotateZ(0.01deg);
    }

    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }

    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

/*------header------*/
body header#masthead {
background-color: #fff !important;
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.menu.nav-menu a {
    text-transform: capitalize;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: #BF4738;
}

header#masthead .row {
    align-items: center;
}

ul#primary-menu {

    justify-content: end;
}

a.home-btn {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #BF4738;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 30px;
    text-decoration: none;
}
a.home-btn:hover {
  background: #FE625E !important;
    color: #fff !important;
}
.fa-whatsapp:before {
    content: "\f232";
    font-family: 'FontAwesome';
}
header#masthead.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    /*     box-shadow: 0px 0px 10px 2px #eee; */
    background-color: #fff;
    -webkit-animation-name: stickyslide;
    animation-name: stickyslide;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes stickyslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*---------homesection2-------*/
#section2-btn a,
#section4-btn a,
.home-btn a {
    box-shadow: rgb(255 59 51 / 50%) 0px 2px 26px;
}

.section2imgbox1 {
    padding-top: 45px !important;
    padding-right: 40px !important;
    padding-bottom: 45px !important;
    padding-left: 40px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: 1px solid rgba(88, 136, 247, 0.1);
}

.home-section2-col1 {
    position: relative;
}

.home-section2-col1:before {
    content: '';
    background-image: url(https://weddingchamps.com/terracotta/wp-content/uploads/2023/01/Repeat-Grid-47.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 130px;
    left: -173px;
}

.services-lottie lottie-player {
    margin: 0 auto;
}

/*----------section3------------*/
.home-sec3-col1:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    background: url(https://weddingchamps.com/terracotta/wp-content/uploads/2023/01/dots.png) repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.home-sec3-col1 {
    position: relative;
}

.eicon-play:after {
    /* content: '\f04b'; */
    /* font-family: 'FontAwesome'; */
    position: absolute;
    top: 41px;
    content: '';
    background-image: url(https://weddingchamps.com/terracotta/wp-content/uploads/2023/01/play-button-2.png);
    left: 41px;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

i.eicon-play:before {
    content: "";
    position: absolute;
    top: 0;
    width: 110px;
    align-items: center;
    /* content: '\f04b'; */
    height: 110px;
    /* font-family: 'FontAwesome'; */
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: video-bubble 1.5s linear infinite;
    -moz-animation: video-bubble 1.5s linear infinite;
    -o-animation: video-bubble 1.5s linear infinite;
    animation: video-bubble 1.5s linear infinite;
    border-style: solid;
    border-width: 15px;
    border-color: #fff;
}

i.eicon-play {
    color: #fff;
    font-size: 40px;
    width: 110px;
    height: 110px;
    line-height: 80px;
    border-radius: 80px;
    background-color: rgba(254, 98, 94, 0.65);
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 30px 36px;
    position: relative;
}

@keyframes video-bubble {
    0% {
        -webkit-transform: scale(.81);
        transform: scale(.81);
        opacity: .76;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .76;
    }

    100% {
        -webkit-transform: scale(1.76);
        transform: scale(1.76);
        opacity: 0;
    }
}

.home-sec5-col1 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgb(68 68 68 / 15%);
    border-radius: 5px;
    padding-top: 25px;
    transition: all .3s linear;
    /*padding-bottom: 30px;*/
}

.home-sec5-col1:hover {
    transform: translate(0px, -10px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgb(106 85 166 / 40%);
}

.home-seccol1-img img {

    transition: all 1.5s linear;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.home-sec5-col1:hover .home-seccol1-img img {
    -moz-animation-name: float-lf;
    animation-name: float-lf;
    -webkit-animation-name: float-lf;
}

@keyframes float-lf {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*---------testimonial-----------*/
.item {
    text-align: center;
}

.testi-content p {
    font-weight: normal;
    line-height: 1.7;
    color: #6d6d6d;
    font-size: 18px;
}

.testi-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #bf4738;
}

.testi-excpt p {
    font-size: 15px;
    color: #242424;
}

.testi-img img {
    /* align-items: center; */
    margin: 0 auto;
    /* text-align: center; */
}

.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    top: -145%;
    transform: translateY(-50%);
    left: -32px;
    background: none;
    border: 1px solid #BF4738!important;
    color: #BF4738!important;
    height: 60px;
    width: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 57px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
}

.slick-next:before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f105';
    top: -145%;
    transform: translateY(-50%);
    left: 5px;
    background: none;
    border: 1px solid #BF4738;
    color: #BF4738;
    height: 60px;
    width: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 57px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
}

#colophon {
    background: #212427;
    padding: 0px;
    position: relative;
    z-index: 2;
    padding: 50px;
    overflow-x: hidden;
}

div#block-8 p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

ul.social-menu,
ul.ftr-social-menu {
    margin-left: 0;
    column-count: 2;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

li.ftr-social-list {
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 0;
    transition: all ease 0.31s;
}

li.ftr-social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    font-size: 15px;
    background: #000;
    /* color: #000; */
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, .102);
    border-radius: 50%;
    background-color: #000;
    transition: all 0.4s ease;
}

li.ftr-social-list a i {
    color: #fff;
}

li.ftr-social-list a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

ul#menu-about-us li a {
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.4;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    /* margin-bottom: 15px; */
}

ul#menu-about-us {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul#menu-about-us li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.single-cta.second-f-cta.mb-10,
.single-cta.second-f-cta {
    display: flex;
}

.cta-icon {
    margin-right: 10px;
}

.single-cta.second-f-cta.mb-10 p {
    font-size: 17px;
    color: #000;
    margin-bottom: 16px;
}

h3.footer-heading {
    font-size: 26px;
    color: #fff;
}

.footer-heading a {
    text-decoration: none;
    color: #fff;
}

.main-ftr-col {
    display: flex;
}

.first-col-ftr {
    padding-right: 40px;
    /* padding: 0 40px; */
}

.col-sm-12.copyrightdiv {
    padding-top: 50px;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.col-sm-12.copyrightdiv a {
    text-decoration: none;
    color: #ff3b33;
}

.col-sm-12.column1 {
    text-align: center;
    margin-bottom: 40px;
}

ul#menu-about-us li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}

form.my_css_class input[type="email"] {
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    width: 80%;
    display: block;
    height: auto;
    min-height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    position: relative;
    background-clip: padding-box;
}

form.my_css_class {
    position: relative;
}

.my_css_class .tnp-field input[type="submit"] {
    position: absolute;

    /* top: 0; */
    right: 1px;
    top: 23px;
    height: 44px;
    background: #000;
    color: #fff;
}

div#block-24 {
    margin-top: -30px;
}

div#block-26 p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

/*.section1col1:before {
    content: '';
    background-image: url('http://localhost/digitalmarketing/wp-content/uploads/2023/01/circle-3-1.png');
    position: absolute;
    top: -140px;
    left: -115px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
   
}*/
.section1col1 {
    position: relative;
}

.section1col1img .elementor-widget-container {
    position: absolute;
    top: -450px;
    left: -97px;
    -webkit-animation: rotate 35s normal linear infinite;
    animation: rotate 35s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

div#block-27 figure {
    text-align: left;
}

.footer-cta iframe {
    width: 600px;
    height: 195px;
}

.row.maps {
    margin-top: 21px;
}

div#block-18,
#block-25 {
    margin-bottom: 25px;
}

li#menu-item-396 a:before {
    font-size: 20px;

    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 8px;
    content: '\f095';
}

li#menu-item-395 a:before {
    content: '\f0e0';
    font-size: 20px;

    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 8px;

}

.header-btn {
    display: flex;
    justify-content: end;
}

@media(max-width: 767px) {
    .elementor-element.elementor-element-cf433de.elementor-absolute.home-mobile-img.elementor-widget.elementor-widget-image {
        position: relative;
        top: 0 !important;
    }

    button.menu-toggle:before {
        font-size: 24px;
        right: 6px;
        position: absolute;
        color: #fff;
        top: 4px;
        content: '\f0c9';
        font-family: 'FontAwesome';
    }

    button.menu-toggle {
        top: 14px;
        right: 12px;
        /* background: #3F92B0; */
        height: 35px;
        z-index: 999;
        position: absolute;
        background: transparent;
        border: none;
    }

    .col-sm-3.header-btn {
        display: none;
    }

    .main-navigation.toggled ul#primary-menu {
        left: 0 !important;
        z-index: 99;
    }

    ul#primary-menu {
        background: linear-gradient(to right, #F09819, #FF512F);
        width: 100%;
        position: fixed;
        /* top: 10px; */
        left: -109vw;
        height: 110px;
        -webkit-box-shadow: 0 10px 30px 0 rgb(255 165 0 / 0%);
        box-shadow: 0 10px 30px 0 rgb(255 165 0 / 0%);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
        transition: left .6s cubic-bezier(.6, .1, .68, .53);
    }

    .section1-img1 .elementor-widget-container:after {
        content: "";
        left: -37px;
        top: -130px;
        position: absolute;
        width: 325px;
        height: 325px;
        background: #FF512F;
        background: -webkit-linear-gradient(to right, #F09819, #FF512F);
        background: linear-gradient(to right, #F09819, #FF512F);
        border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
        will-change: border-radius, transform, opacity;
        animation: heroShapetwo 4s linear infinite;
        display: block;
        z-index: -1;
        opacity: 0.4;
    }

    .section1-img1 .elementor-widget-container:before {
        position: absolute;
        content: "";
        left: -58px;
        top: -110px;
        width: 300px;
        height: 300px;
        background: #FF5F6D;
        background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
        background: linear-gradient(to right, #FFC371, #FF5F6D);
        border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
        will-change: border-radius, transform, opacity;
        animation: heroShape 6s linear infinite;
        display: block;
        z-index: -1;
        opacity: 0.4;
    }

    .section1col1img {
        display: none;
    }

    #colophon {

        padding: 20px 0 !important;
    }

    .site-header.active ul#primary-menu {
        left: -139vw;
    }

    body,
    html {
        overflow-x: hidden;
    }
}


.testi-img img {
    height: 68px;
    width: 150px;
	object-fit: contain;
}

/*---------------Contact Us Form---------------  */


.contact-form-col .elementor-widget-wrap {
    padding: 3em !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
}

body,
html {
    scroll-behavior: smooth;
}

.service-sec-col1 {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px !important;
}

.slick-slider .slick-prev {
    left: 75px;
}

.slick-slider .slick-next {
    right: 65px;
}

.contact-form-col .elementor-widget-wrap {
    padding: 3em !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
}

.main-form input[type="text"],
.main-form input[type="email"] {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.main-form label {
    margin-bottom: 2px;
}

.main-form textarea {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 95px;
    padding-left: 10px;
}

.contact-form-left-img .elementor-widget-wrap {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px 0px 0px 10px;
}

.main-form p {
    margin-bottom: 12px;
}

.main-form label {
    margin-bottom: 2px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.main-form .cf-btn:hover {
    background: transparent;
    color: #bf4738;
}

.main-form .cf-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    background-color: #bf4738;
    border-radius: 32px 32px 32px 32px;
    padding: 14px 36px 14px 36px;
    color: #fff;
    border: 2px solid #bf4738 !important;
    transition: all 0.5s;
    margin-top: 15px;
}

.main-form .wpcf7-spinner {
    position: absolute;
}

@media(max-width:767px) {
    .contact-form-col .elementor-widget-wrap {
        padding: 3em 1.5em 3em 1.5em !important;
    }
header#masthead.active .menu.nav-menu a {
    padding: 10px 15px;
}

.menu.nav-menu a {
    padding: 10px !important;
}
    .slick-prev::before,
    .slick-next::before {
        display: none !important;
    }
	header#masthead.active ul#primary-menu {
    height: 110px !important;
}
div#block-27 img {
    width: 55%;
    /* margin: 0 auto; */
    text-align: center;
}
}

header#masthead {
    background-color: rgb(191, 71, 56) !important;
    position: relative;
}

.testi-img img {
    height: 70px !important;
    width: 150px !important;
	object-fit: contain;
}

.service-sec-col1 {
    padding: 20px !important;
}





.service-sec-col2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: linear-gradient(90deg, #bf4839 0%, #dd8075 100%);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-sec-col1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-box-shadow: 0px 10px 20px rgb(95 63 255 / 20%);
    box-shadow: 0px 10px 20px rgb(95 63 255 / 20%);
    background-image: -webkit-gradient(linear, left top, right top, from(#2c1e9d), to(#838fe3));
    background-image: linear-gradient(90deg, #2c1e9d 0%, #838fe3 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-sec-col1 {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    color: #63688e;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.count-num {
    position: absolute;
    left: -24px;
    top: -74px;
    z-index: -1;
    font-size: 180px;
    line-height: 160px;
    letter-spacing: -6px;
    color: #f8f9ff;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    font-family: "Poppins";
}

button.btn.btn-primary {
    background-color: rgb(191 71 56);
    border: none;
    text-align: center;
    margin: 0 auto;
}

.modal-pop-btn .elementor-widget-container {
    text-align: left;
}

button.btn.btn-primary2 {
    background: #fff;
    color: #bf4738;
}

body,
html {
    scroll-behavior: smooth;
}

.main-form input:focus-visible {
    outline: none;
}

.main-form textarea:focus-visible {
    outline: none;
}

body,
html {
    overflow-x: hidden;
}
#FormHome .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    z-index: 9;
    margin-top: -120px;
    background: #bf4738;
    padding: 20px;
}

#FormHome span.wpcf7-form-control-wrap {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

#FormHome .wpcf7-form-control {
    width: 100%;
    height: 40px;
    border: none;
    padding: 4px 10px;
    box-shadow: none;
    outline: none;
}
.wpcf7  p { margin-bottom: 10px; }
.contact-form-col {
    margin-bottom: 0!important;
}

#FormHome .elementor-widget-text-editor {
    margin-bottom: 0px!important;
}

#FormHome textarea.wpcf7-form-control.wpcf7-textarea {
    height: 55px;
}

#FormHome input.wpcf7-form-control.has-spinner.wpcf7-submit.cf-btn {
    margin: 0 auto;
    background: #fff!important;
    color: #bf4738;
    border: 2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#FormHome input.wpcf7-form-control.has-spinner.wpcf7-submit.cf-btn:hover { background: transparent!important; color: #fff;}
.contactformleft .elementor-widget-wrap.elementor-element-populated { padding-left: 60px;}
.Section3 .elementor-widget.elementor-widget-heading { margin-bottom: 5px!important;}
.Section3 .elementor-widget.elementor-widget-heading { margin-bottom: 5px!important; }
.BoxDesign .elementor-widget-container { box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 5%); background: #fff; padding: 20px 15px; border-radius: 5px; }
.BoxDesign h5.elementor-icon-box-title { font-size: 14px; font-weight: 500; }
.BoxDesign .elementor-widget-container:hover { transform: translate3d(0,-10px,0); transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
.Section6 .elementor-widget-container {
    border: 2px solid #fff;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
	  padding-left: 97px!important;
    padding-right: 97px!important;
}


.Section6 .elementor-widget-container:before {
   content: "\f10e";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bf4738;
    margin-right: -3px;
    z-index: 9;
    margin-bottom: -3px;
    width: 65px;
    height: 65px;
    text-align: right;
    font-family:'FontAwesome'!important;
    color: #fff;
    line-height: 65px;
    font-size: 30px;
}
.Section6 .elementor-widget-container:after {
       content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    background: #bf4738;
    margin-left: -3px;
    z-index: 9;
    margin-top: -3px;
    width: 65px;
    height: 65px;
    text-align: left;
    font-family: 'FontAwesome'!important;
    color: #fff;
    line-height: 65px;
    font-size: 30px;
}
.contact-form2 .wpcf7-text {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.contact-form2 
 textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 55px;
    padding-left: 10px;
}

.contact-form2 input.wpcf7-form-control.has-spinner.wpcf7-submit.cf-btn {
    background-color: #BF4738;
    color: #fff;
    height: auto;
    border: 2px solid #BF4738;
    padding: 15px 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.contact-form2 input.wpcf7-form-control.has-spinner.wpcf7-submit.cf-btn:hover {
    color: #BF4738;
    background: #fff;
}

.contact-form2 .elementor-widget-heading {
    margin-bottom: 0px!important;
}
.testi-content {
    max-width: 800px;
    margin: 0 auto;
}
.TestimonialSectonSection .elementor-widget-container {
    padding: 0!important;
}

.TestimonialSectonSection .item.slick-initialized.slick-slider {
    padding: 0!important;
    margin: 0!important;
}
.col-sm-12.copyrightdiv {
    display: none;
}
#mainfooter .col-sm-12.column1 {
    margin-bottom: 0!important;
}

#mainfooter p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

#mainfooter p a {
    color: #fff;
    text-decoration: none;
}
.leftsticky {position: fixed;right: 40px;bottom: 50px; z-index:999;}
i.fas.fa-whatsapp { font-family: 'FontAwesome'; }
.leftsticky a {text-decoration: none;display: block;margin-top: 70px;}

.callmeMain1 {-moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    display: flex;
    justify-content: center;}
.callmeMain1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation: zcwphone2 1.5s linear infinite;
}
.leftsticky a { position: relative; }
.testi-content p {
    max-width: 800px;
    margin: 0 auto;
}
@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%)
    }
    100% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%)
    }
}
i.fa.fa-whatsapp { font-family: 'FontAwesome'; }
.callmeMain1 i {color: #fff;text-decoration: none;line-height: 60px;font-size: 22px;}
.phonenumber { display:none; }
.page-404 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-404 h1 {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}

.page-404 p {
    text-align: center;
    font-size: 20px;
}
p.pra1 { margin-bottom: 6px;  margin-top:5px; }
@media only screen and (max-width: 600px) {
nav#site-navigation {
    display: none;
}
.contactformleft { padding-left: 15px; padding-right: 15px; }
.phonenumber {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: block;
}
.contactformleft { border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.phonenumber a {
    color: #BF4738;
    font-size: 20px;
    display: block;
    line-height: 37px;
    text-align: center;
}
.col-sm-2.header-btn {
    display: none!important;
}
.sec1-cls-intro2h2 h2 {
    font-size: 26px!important;
    max-width: 331px;
    margin: 0 auto;
}
	.ticksection { padding-top: 20px; }
	span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
}

.contactformleft h2 {
    text-align: center;
}

.contactformleft li.elementor-icon-list-item {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
	.Section6 .elementor-widget-container { padding-left: 10px!important; padding-right: 10px!important; }
	.contact-form2 { margin-top: 0!important; }
ul.slick-dots { margin-left: 0!important; }
	.testi-content p { font-size: 16px; line-height: 24px; min-height: 96px; }
	ul.slick-dots { margin-left: 0!important; }
	.TestimonialSectonSection {
    padding-top: 0!important;
}

.Section3 {
    padding-bottom: 0!important;
}
}



@media(max-width:767px){
	.contactformleft li.elementor-icon-list-item{justify-content: left;}
}


.slicInr {
    background-color: #FFFFFF;
    background-image: url(https://www.terracotta.inc/wp-content/uploads/testimonial-bg-1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 8px 10px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 13px;
}


.slicInr p {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
}
.slicInr { height: 100%; }
.slicInr { margin: 15px}
.TestimonialSectonSection .elementor-shortcode {
    padding-bottom: 10px;
}

.TestimonialSectonSection div#splide {
    padding-bottom: 15px;
}

.TestimonialSectonSection div#splide-track {
    padding-bottom: 10px;
}

.TestimonialSectonSection ul#splide-list {
    padding-bottom: 60px!important;
}
.splide__arrow {background: transparent;}
button.splide__arrow.splide__arrow--next {right: -30px;}
button.splide__arrow.splide__arrow--prev { left: -30px;}
.logoWhite img { filter: brightness(0) invert(1); }
.slicInr {text-align: center;}
.slicInrLcr { padding: 8px; height: 100%;}

.testi-title {color: #333333;font-family: "Montserrat", Sans-serif;font-size: 22px;font-weight: 400;line-height: 1.4em;margin-top: 10px;}
@media only screen and (max-width: 600px) {
.site-branding { text-align: center;}
}