*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: inherit;
}

textarea {
    resize: vertical;
}

iframe {
    display: block;
    max-width: 100%;
    border: 0;
}

::selection {
    color: #ffffff;
    background-color: #f5852c;
}

::-moz-selection {
    color: #ffffff;
    background-color: #f5852c;
}



/*end of the day*/


.special-button a.elementor-button.elementor-button-link{
box-shadow: 7px 5px 0 1px #000;
    border-width: 0 0 02px 0;
}
body.single-post div#content {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
body.single-post section.ast-single-entry-banner {
    background: #6b7ec0;
    padding: 15px;
}
body.single-post section.ast-single-entry-banner .entry-meta {
    display: none;
}
body.single-post div#content h2 {
    color: #000;
}
div#our-testimoinail .elementor-widget-testimonial {
    position: relative;
    padding: 35px 25px;
    background: #ff7a00;
    border: 5px solid #000;
    box-shadow: 8px 8px 0 #000;
    color: #1a1a1a;
}
div#our-testimoinail .elementor-widget-testimonial:nth-child(1) {
    background: #ff7a00;
}

div#our-testimoinail .elementor-widget-testimonial:nth-child(2) {
    background: #f5b700;
}

div#our-testimoinail .elementor-widget-testimonial:nth-child(3) {
    background: #55d6ad;
}

div#our-testimoinail .elementor-widget-testimonial:nth-child(4) {
    background: #a99ad9;
}
div#our-testimoinail .elementor-widget-testimonial::after{
   content: "";
    position: absolute;
    bottom: -30px;
    left: 60px;
    width: 0;
    height: 0;
    border-top: 30px solid #000;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent; 
}
div#our-testimoinail .elementor-widget-testimonial::before{
  content: "";
    position: absolute;
    bottom: -21px;
    left: 65px;
    width: 0;
    height: 0;
    border-top: 26px solid #ff7a00;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;  
}

div#our-testimoinail .elementor-widget-testimonial
div#Special-heading h1,div#Special-heading h2 {
    text-shadow: 6px 5px 0 #000, 
                 0 0 0 #F5B700, 
                 -1px -1px 0 #F5B700;
    
}
div#Special-heading h1 {
    text-shadow: 6px 5px 0 #000, 
                 0 0 0 #F5B700, 
                 -1px -1px 0 #F5B700;

    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing 8s steps(30, end) infinite;
}

@keyframes typing {
    0% {
        width: 0;
    }

    60% {
        width: 100%;
    }

    85% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}
/*Start of the day*/