@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Marcellus:wght@400&display=swap');

/*Main Css */
::selection {
    background: #000000;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #000000;
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Marcellus', serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    background: #ffffff;
    min-height: 100vh;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: 'Cinzel', serif;
    font-weight: 500;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

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

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #000000;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: 'Marcellus', serif;
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #666666;
    font-weight: 400;
}

::-moz-placeholder {
    color: #666666;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #666666;
    font-weight: 400;
}

:-moz-placeholder {
    color: #666666;
    font-weight: 400;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0px;
    background: #000000;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #000000;
    width: 12px;
    height: 12px;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000000;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #000000;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/*header css*/
.talk-btn {
    display: table;
    margin: auto;
}

.main-header {
    padding: 10px 0px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 80px;
    display: flex;
    align-items: center;
}

.main-menu {
    column-gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-menu-links {
    display: flex;
    align-items: center;
    column-gap: 13px;
    justify-content: end;
}

.logo {
    /* text-align:center; */
}

a:hover {
    text-decoration: none;
}

.main-menu li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.talk-btn a {
    background-color: #06b6d4;
    padding: 15px 25px;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
}

.cta-menu-links li a {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.cta-menu-links li:nth-child(1) a {
    background: #000000;
    padding: 14px 17px;
    color: #ffff;
}

.drop-down-box {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    width: 680px;
    top: 17px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #e5e7eb;
    left: 120px;
    padding: 30px 20px 10px;
    transform: scale(0);
    z-index: 2;
}

.dd-link:hover .drop-down-box {
    transform: scale(1);
}

.logo img {
    max-width: 100%;
    height: 60px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

/* Footer logo styling */
.footer-box-1 img {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

/*header css*/

/* Main Banner CSS */
.main-banner {
    background: url('../images/main-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 110px 0px 140px;
}

.banner-head span {
    color: #ffff;
    font-size: 30px;
}

.service-banner .banner-head h1 {
    color: #fff;
}

.banner-head h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0 0 0;
    animation: fadeInUp 1s ease-out;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-head p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    padding: 20px 0 30px 0;
    width: 95%;
    animation: fadeInUp 1s ease-out 0.3s both;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.project-btn {
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #000000;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.project-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #333333;
}

.menu_box_list ul li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 20px 0;
    color: #333333;
    transition: color 0.3s ease;
}

.menu_box_list ul li a:hover {
    color: #000000;
}

.menu_box_list ul li img {
    margin-right: 10px;
}

/* Main Banner CSS */

/**/
.client-logo-sec {
    margin: -100px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 0px 150px;
}

.slick-slide img {
    /* margin: auto; */
}

.client-logos {
    margin: -100px 0 0 0;
    position: relative;
    z-index: 1;
}

.client-logos .slick-list {
    padding: 21px 0 0 0;
}

/**/

/**/
.what-we-do-sec {
    padding: 100px 0 200px 0;
}

.what-we-do-sec .banner-head p {
    color: #000000;
    text-shadow: none;
}

.what-we-do-sec .banner-head span {
    color: #000000;
}

.what-we-do-sec .project-btn {
    background: #000000;
}

.what-we-do-sec .slick-list {
    width: 190%;
    padding: 65px 0px 50px;
}

.what-we-do-main-box {
    position: relative;
}

.what-we-do-main-box-head h4 {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    color: #ffff;
    font-size: 25px;
    font-weight: bold;
    left: 28px;
}

.what-we-do-main-inner-box {
    position: absolute;
    bottom: -50px;
    background: #000000;
    z-index: 2;
    padding: 30px 20px 30px 30px;
    opacity: 0;
    transition: 0.5s;
    /* top: 0; */
    /* margin: auto; */
}

.what-we-do-main-box-head {
    position: relative;
}

.what-we-do-main-inner-box .slick-slide img {
    margin: inherit !important;
}

.what-we-do-main-inner-box .slick-slide img {}

.what-we-do-main-inner-box.slick-slide img {}

.what-we-do-main-inner-box h5 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    padding: 15px 0 0 0;
}

.what-we-do-main-inner-box p {
    color: #ffff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0px;
}

.what-we-do-main-inner-box a {
    background: #ffff;
    padding: 15px 22px;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.what-we-do-sec .slick-current .what-we-do-main-inner-box {
    opacity: 1;
}

/**/

/**/
.cta-sec {
    background: url('../images/cta-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 50px 0px;
}

.cta-img {
    position: absolute;
}

.cta-sec .row {
    position: relative;
}

.cta-after {
    right: -350px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 330px;
}

.cta-before {
    left: -380px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 450px;
}

.cta-img-inner img {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.cta-head h3 {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
}

.cta-head p {
    color: #666666;
    padding: 20px 0 30px 0;
}

.cta-btn {
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.cta-btn li a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.cta-btn li:nth-child(1) a {
    background: #000000;
    padding: 14px 23px;
    color: #ffff !important;
}

.cta-img-inner {
    position: relative;
}

.cta-head {
    padding: 0 0 0 35px;
}

.slick-dots {
    position: absolute;
    left: 60px;
    padding: 0;
    bottom: -50px;
}

.footer-hr {
    padding: 0;
    margin: 0;
    background: #000000;
}

section.cta-sec .cta-btn li a {
    color: #333333;
}

/**/

/**/
.choose-sec .banner-head p {
    color: #000000;
}

.choose-sec .banner-head span {
    color: #333333;
}

.choose-sec {
    padding: 70px 0px;
}

.accordion-button {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 15px;
}

.accordion-body {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0 20px 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(-180deg) !important;
    position: absolute !important;
    content: "\f078" !important;
    font-family: "FontAwesome" !important;
    left: 0 !important;
}

.accordion-button::after {
    flex-shrink: 0 !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-left: auto !important;
    background-image: none !important;
    background-size: 1.25rem !important;
    transition: transform .2s ease-in-out !important;
    position: absolute !important;
    content: "\f078" !important;
    font-family: "FontAwesome" !important;
    left: 0 !important;
    color: #000000;
    font-size: 16px;
}

/**/

/**/
.services-sec-box {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    background: #ffffff;
    padding: 40px 30px 50px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.services-sec-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #000000;
}

.services-sec {
    background: #f8f9fa;
    padding: 60px 0px;
}

.services-sec-box-inner {
    padding: 0 0 0 25px;
}

.services-sec-box-inner h4 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.services-sec-box-inner p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.folio-main-box-2 .services-sec-box {
    flex-flow: inherit;
}

.services-sec .owl-dots {
    display: none;
}

.folio-main-box-2 {
    margin: 30px 0 0 0;
}

/**/

/**/
.tier-circle {
    position: absolute;
    right: 33px;
    top: 33px;
    filter: brightness(100);
}

.tier-box {
    background: #ffffff;
    padding: 190px 35px 30px 35px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
}

.tier-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #000000;
}

.tier-box span {
    color: #000000;
    font-size: 65px;
    font-weight: bold;
}

.tier-box h4 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 0;
}

.tier-box p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 20px 0;
    color: #666666;
}

.project-btn {
    font-size: 15px;
    /* background:#002868; */
}

.tier-sec {
    padding: 80px 0px;
}

.tier-box.active {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.tier-box.active h4,
.tier-box.active p,
.tier-box.active span {
    color: #ffff;
}

.tier-box.active a {
    background: #ffff;
    color: #000000;
}

.tier-box.active .tier-circle {
    filter: inherit;
}

.tier-sec .col-md-5 {
    margin: 0 0 0 90px;
}

/**/

/**/
.testi-sec .slick-current .testi-box {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-color: #dc2626;
}

.testi-sec .col-md-4 {
    flex: 100%;
    max-width: 100%;
}

.testi-sec .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
}

.testi-sec .slick-slide img {
    margin: auto;
}

.testi-sec {
    background: url(../images/testi-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.testi-sec {
    padding: 70px 0px 100px 0;
}

.testi-sec .banner-head {
    text-align: center;
}

.testi-sec .banner-head span {
    color: #000000;
}

.testi-sec .banner-head h1 {
    padding-bottom: 50px;
}

.testi-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 40px;
    text-align: center;
    min-height: 436px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testi-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #000000;
}

.testi-box h4 {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.testi-box p {
    color: #666666;
    font-size: 15px;
    line-height: 23px;
    padding: 15px 0px;
}

.testi-box h6 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

/**/

/**/
.cta-se-2 {
    background: #1f2937;
    padding: 70px 0px;
    text-align: center;
}

.cta-head-2 span {
    color: #ffff;
    font-size: 20px;
}

.cta-head-2 h3 {
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    padding: 25px 0px;
}

.cta-se-2 .cta-btn {
    justify-content: center;
}

.cta-btn li a {
    color: #ffff;
}

.cta-btn li:nth-child(1) a {
    background: #000000;
}

/**/

/**/
.clock {
    width: 150px;
    height: 150px;
    background-color: #ffff;
    -webkit-box-shadow: 0 0 5px 0 #888;
    box-shadow: 0 0 5px 0 #888;
    border-radius: 100%;
    position: relative;
    perspective: 100px;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.clock .apm {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #e5e7eb !important;
}

.needle {
    width: 50%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(-50%) rotateZ(-90deg);
    -ms-transform: translateY(-50%) rotateZ(-90deg);
    transform: translateY(-50%) rotateZ(-90deg);
    position: absolute;
    left: 50%;
    top: 50%
}

.needle .hours,
.needle .minutes,
.needle .seconds {
    display: block;
    position: relative
}

.needle .seconds {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.needle .minutes {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.needle .hours {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.needle .hours:empty:before,
.needle .minutes:empty:before,
.needle .seconds:empty:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.needle .seconds:empty:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%)
}

.needle .hours:empty:before {
    width: 50%;
    background-color: #e5e7eb;
}

.needle .hours:empty:after {
    background-color: Tomato
}

.needle .minutes:empty:before {
    width: 70%;
    background-color: #e5e7eb;
}

.needle .minutes:empty:after {
    background-color: Tomato
}

.needle .seconds:empty:before {
    width: 90%;
    background-color: #e5e7eb;
}

.needle .seconds:empty:after {
    background-color: #e5e7eb;
}

.time-number {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50%
}

.time-number li {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.time-number li>span {
    display: block;
    margin-top: 5px
}

.time-number li:nth-child(1) {
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    transform: translateX(-50%) rotateZ(30deg)
}

.time-number li:nth-child(1)>span {
    -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg)
}

.time-number li:nth-child(2) {
    -webkit-transform: translateX(-50%) rotateZ(60deg);
    -ms-transform: translateX(-50%) rotateZ(60deg);
    transform: translateX(-50%) rotateZ(60deg)
}

.time-number li:nth-child(2)>span {
    -webkit-transform: rotateZ(-60deg);
    -ms-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg)
}

.time-number li:nth-child(3) {
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    transform: translateX(-50%) rotateZ(90deg)
}

.time-number li:nth-child(3)>span {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.time-number li:nth-child(4) {
    -webkit-transform: translateX(-50%) rotateZ(120deg);
    -ms-transform: translateX(-50%) rotateZ(120deg);
    transform: translateX(-50%) rotateZ(120deg)
}

.time-number li:nth-child(4)>span {
    -webkit-transform: rotateZ(-120deg);
    -ms-transform: rotateZ(-120deg);
    transform: rotateZ(-120deg)
}

.time-number li:nth-child(5) {
    -webkit-transform: translateX(-50%) rotateZ(150deg);
    -ms-transform: translateX(-50%) rotateZ(150deg);
    transform: translateX(-50%) rotateZ(150deg)
}

.time-number li:nth-child(5)>span {
    -webkit-transform: rotateZ(-150deg);
    -ms-transform: rotateZ(-150deg);
    transform: rotateZ(-150deg)
}

.time-number li:nth-child(6) {
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    transform: translateX(-50%) rotateZ(180deg)
}

.time-number li:nth-child(6)>span {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}

.time-number li:nth-child(7) {
    -webkit-transform: translateX(-50%) rotateZ(210deg);
    -ms-transform: translateX(-50%) rotateZ(210deg);
    transform: translateX(-50%) rotateZ(210deg)
}

.time-number li:nth-child(7)>span {
    -webkit-transform: rotateZ(-210deg);
    -ms-transform: rotateZ(-210deg);
    transform: rotateZ(-210deg)
}

.time-number li:nth-child(8) {
    -webkit-transform: translateX(-50%) rotateZ(240deg);
    -ms-transform: translateX(-50%) rotateZ(240deg);
    transform: translateX(-50%) rotateZ(240deg)
}

.time-number li:nth-child(8)>span {
    -webkit-transform: rotateZ(-240deg);
    -ms-transform: rotateZ(-240deg);
    transform: rotateZ(-240deg)
}

.time-number li:nth-child(9) {
    -webkit-transform: translateX(-50%) rotateZ(270deg);
    -ms-transform: translateX(-50%) rotateZ(270deg);
    transform: translateX(-50%) rotateZ(270deg)
}

.time-number li:nth-child(9)>span {
    -webkit-transform: rotateZ(-270deg);
    -ms-transform: rotateZ(-270deg);
    transform: rotateZ(-270deg)
}

.time-number li:nth-child(10) {
    -webkit-transform: translateX(-50%) rotateZ(300deg);
    -ms-transform: translateX(-50%) rotateZ(300deg);
    transform: translateX(-50%) rotateZ(300deg)
}

.time-number li:nth-child(10)>span {
    -webkit-transform: rotateZ(-300deg);
    -ms-transform: rotateZ(-300deg);
    transform: rotateZ(-300deg)
}

.time-number li:nth-child(11) {
    -webkit-transform: translateX(-50%) rotateZ(330deg);
    -ms-transform: translateX(-50%) rotateZ(330deg);
    transform: translateX(-50%) rotateZ(330deg)
}

.time-number li:nth-child(11)>span {
    -webkit-transform: rotateZ(-330deg);
    -ms-transform: rotateZ(-330deg);
    transform: rotateZ(-330deg)
}

.clock.ui-awesome .hours:before,
.clock.ui-awesome .minutes:before,
.clock.ui-awesome .seconds:after,
.clock.ui-awesome .seconds:before,
.clock.ui-black .hours:before,
.clock.ui-black .minutes:before,
.clock.ui-black .seconds:after,
.clock.ui-black .seconds:before,
.clock.ui-dodgerblue .hours:before,
.clock.ui-dodgerblue .minutes:before,
.clock.ui-dodgerblue .seconds:after,
.clock.ui-dodgerblue .seconds:before,
.clock.ui-tomato .hours:before,
.clock.ui-tomato .minutes:before,
.clock.ui-tomato .seconds:after,
.clock.ui-tomato .seconds:before {
    background-color: #fff
}

.clock.ui-banana-yellow .hours:before,
.clock.ui-banana-yellow .minutes:before,
.clock.ui-banana-yellow .seconds:after,
.clock.ui-banana-yellow .seconds:before {
    background-color: #000
}

.clock.ui-awesome .apm,
.clock.ui-black .apm,
.clock.ui-dodgerblue .apm,
.clock.ui-tomato .apm {
    color: #fff;
    opacity: 1
}

.clock.ui-banana-yellow .apm {
    color: #000;
    opacity: 1
}

.clock.ui-dodgerblue {
    background-color: tomato;
    color: #fff
}

.clock.ui-tomato {
    background-color: tomato;
    color: #fff
}

.clock.ui-black {
    background-color: #141414;
    color: #fff
}

.clock.ui-awesome {
    background-color: #ff2052;
    color: #fff
}

.clock.ui-banana-yellow {
    background-color: #ffe135;
    color: #000
}

.clock.ui-large {
    width: 400px;
    height: 400px;
    font-size: 40px
}

.clock.ui-medium {
    width: 180px;
    height: 180px
}

.clock.ui-small {
    width: 150px;
    height: 150px
}

.demo {
    display: inline-block
}

.watch-box {
    display: flex;
    align-items: center;
    margin: 0 0 -40px 0
}

.watch-box li {
    list-style: none;
    text-align: center
}

.watch-sec {
    position: absolute;
    bottom: 100px;
    left: 22%
}

.clock-ht h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 0 0;
    background-color: #fff;
    box-shadow: 0 0 11.44px 1.56px rgb(65 65 65 / 0%);
    padding: 10px 10px;
    border-radius: 4px
}

.touch-sec {
    padding: 70px 0px;
}

.touch-sec .banner-head p {
    color: #000000;
}

.touch-sec .banner-head span {
    color: #000000;
}

.clock-box {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    padding: 25px;
    border-radius: 15px;
}

.clock-box p {
    color: #ffff;
    line-height: 22px;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.clock-box p span {
    font-weight: bold;
}

.clock-box-links {
    margin: 60px 0px 0 0;
}

.clock-box-links li a {
    color: #ffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.time-number li>span {
    color: #333333;
}

.touc-sec-form input {
    width: 100%;
    height: 65px;
    background: #ffffff;
    margin: 0 0 15px 0;
    padding: 0 20px 0 25px;
    border: 2px solid #e5e5e5;
    color: #000000;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.touc-sec-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
}

.touc-sec-form select {
    width: 100%;
    height: 65px;
    background: #ffffff;
    margin: 0 0 15px 0;
    padding: 0 20px 0 25px;
    color: #000000;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.touc-sec-form textarea {
    resize: none;
    width: 100%;
    height: 140px;
    background: #ffffff;
    margin: 0 0 15px 0;
    padding: 20px 20px 20px 25px;
    border: 2px solid #e5e5e5;
    color: #000000;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.touc-sec-form button {
    padding: 21px 54px;
    font-size: 18px;
    color: #fff;
    background: #000000;
    display: table;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
    transition: all 0.3s ease;
}

.touc-sec-form button:hover {
    background: #333333;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.touc-sec-form input:focus,
.touc-sec-form select:focus,
.touc-sec-form textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.touch-sec {
    background: url('../images/touch-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/**/

/**/
footer {
    padding: 60px 0px;
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
}

.footer-box-1 p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0px;
}

.footer-box-1 .clock-box-links li a {
    color: #000000;
    font-weight: 500;
}

.footer-box-1 .clock-box-links {
    margin: 0 0 10px 0;
    border-bottom: 2px solid #475569;
    padding: 0 0 10px 0;
}

.footer-box-1 h6 {
    color: #000000;
    line-height: 25px;
    padding: 0 0 10px 0;
    font-weight: 500;
    color: #333333;
}

.social-links {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.social-links h5 {
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
}

.social-links-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.social-links-list li a {
    color: #000000;
    padding: 10px 13px;
    border: 1px solid;
    border-radius: 50%;
}

.footer-box-2 h4 {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 70px 0;
}

.services-links li a {
    color: #333333;
    font-size: 16px;
    padding: 0 0 15px 0;
    font-weight: 500;
}

.services-links li i {
    padding: 0 5px 0 0;
    color: #000000;
}

.services-links {
    display: flex;
    flex-wrap: wrap;
}

.services-links li {
    width: 50%;
}

.awards-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

/**/

/**/
.copyright-sec-list li.first:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 10px 0 0;
    color: #000000;
}

.copyright-sec-list li {
    display: inline-block;
}

.copyright-sec-list li a {
    font-size: 14px;
    padding: 0px 10px;
    color: #000000;
    border-left: 1px solid;
}

.copyright-sec-list li.last {
    border-right: none;
    width: 1170px;
    text-align: left;
    line-height: 22px;
    margin-top: 5%;
    color: rgb(134, 134, 134);
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.copyright-sec p {
    font-size: 15px;
    line-height: 1.2;
}

.payment {
    text-align: center;
}

.copyright-sec-list li:nth-child(1) a {
    border: none;
    padding: 0 10px 0 0;
}

.copyright-sec {
    padding: 20px 0px;
    background-color: #fff;
}

/**/

/**/
.about-us {
    background: url('../images/about-us-banner.png');
    min-height: 776px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgb(228, 87, 61);
    opacity: 0.549;
    width: 640px;
    height: 640px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: -160px;
    bottom: 0;
}

.about-img img {
    max-width: 120%;
}

.about-us .project-btn {
    background: #000000;
}

.client-logos-2 {
    margin: -90px 0 0 0;
    padding: 0px 130px;
}

.client-logos-2 img {
    filter: invert(1);
}

.what-we-do-about .banner-head p {
    color: #333333;
}

.what-we-do-about .banner-head h1 {
    color: #000000;
}

.client-logos-2 .slick-slide img {
    margin: auto;
}

.what-we-do-about .banner-head span {
    color: #000000;
}

.what-we-do-about {
    padding: 100px 0px;
}

.what-we-do-about-inner-about {
    background: #ebebeb;
    padding: 50px 25px 35px;
    min-height: 514px;
}

.what-we-do-about-inner-about span {
    font-size: 45px;
    font-weight: bold;
    color: #000000;
}

.what-we-do-about-inner-about h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 0px;
}

.what-we-do-about-inner-about p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    min-height: 200px;
}

.what-we-do-about-inner-about a {
    background: #000000;
    color: #ffff;
    padding: 16px 47px;
    font-size: 18px;
    font-weight: bold;
}

.what-we-do-about .slick-dots {
    right: 0;
}

.slick-current .what-we-do-about-inner-about {
    background: #000000;
}

.slick-current .what-we-do-about-inner-about span,
.slick-current .what-we-do-about-inner-about p,
.slick-current .what-we-do-about-inner-about h3 {
    color: #ffff;
}

.slick-current .what-we-do-about-inner-about a {
    background: #ffff;
    color: #000000;
}

/**/

/**/
.contact-banner {
    background: url('../images/contact-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 135px 0;
}

.contact-us {
    padding: 110px 0 70px 0;
}

.contact-us-form span {
    color: #000000;
    font-size: 30px;
}

.contact-us-form h3 {
    color: #223235;
    font-size: 45px;
    font-weight: bold;
    padding: 15px 0px;
}

.contact-us-form p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 35px 0;
}

.contact-us-form p a {
    font-weight: 500;
    color: #000000;
}

.contact-us-form-header input {
    background: #ededed;
    width: 100%;
    height: 45px;
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
}

.contact-us-form-header input::placeholder {
    color: #223235;
    font-weight: 500;
}

.contact-us-form-header textarea::placeholder {
    color: #223235;
    font-weight: 500;
}

.contact-us-form-header textarea {
    resize: none;
    background: #ededed;
    width: 100%;
    height: 160px;
    margin: 0 0 20px 0;
    padding: 20px 10px 20px 25px;
}

.contact-us-form-header button {
    background: #000000;
    color: #ffff;
    padding: 17px 56px;
    font-size: 18px;
    font-weight: bold;
}

.what-we-do-about-slider {
    direction: rtl;
}

.contact-us-form-dtl-links {
    margin: 35px 0 0 0;
}

.contact-us-form-dtl-inner {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-us-form-dtl-inner-2 span {
    display: block;
}

.contact-us-form-dtl-inner i {
    background: #000000;
    border-radius: 50%;
    padding: 16px 17px;
    color: #ffff;
    font-size: 18px;
}

.contact-us-form-dtl-links li {
    margin: 0 0 30px 0;
}

.contact-us-form-dtl-inner-2 a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.contact-img {
    text-align: center;
}

.client-logos-2 {
    margin: -90px 0 0 0;
}

.contact-banner .project-btn {
    background: #000000;
}

/**/

/**/
.review-banner {
    background: url('../images/review-banner.png');
    min-height: 776px;
    display: flex;
    align-items: center;
}

.review-banner-img img {
    max-width: 130%;
}

.review-banner .project-btn {
    background: #000000;
}

.review-box i {
    color: #f38010;
}

.review-sec {
    padding: 90px 0px 70px 0;
}

.review-box {
    display: flex;
    align-items: center;
    background: #ededed;
    padding: 30px 20px 30px 30px;
    margin: 0 0 30px 0;
    transition: 0.5s;
    position: relative;
    min-height: 350px;
}

.review-box h5 {
    color: #ffff;
    font-size: 35px;
    font-weight: bold;
    background: #000000;
    border-radius: 50%;
    padding: 51px 43px;
}

.review-box-inner {
    padding: 0 0 0 17px;
    position: relative;
    z-index: 1;
}

.coma-1 {
    position: absolute;
    right: 35px;
    filter: brightness(100);
    z-index: -1;
}

.review-box-inner h4 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

.review-box-inner p {
    line-height: 24px;
    font-size: 16px;
    color: #000000;
    padding: 15px 0px;
}

.review-box.active {
    background: #000000;
}

.review-box.active h4,
.review-box.active p {
    color: #ffff;
}

.review-box.active h5 {
    background: #ffff;
    color: #000000;
}

.review-box.active i {
    color: #f6ff00;
}

.review-box.active img {
    filter: inherit;
}

.partner-sec {
    padding: 70px 0px;
}

.partner-sec .banner-head h1 {
    font-size: 40px;
    line-height: 55px;
}

.partner-sec .banner-head span {
    font-size: 20px;
    color: #000000;
}

.partner-sec .banner-head p {
    color: #000000;
}

/**/

/**/
.service-banner {
    min-height: 638px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-banner .banner-head {
    text-align: center;
}

.service-banner .project-btn {
    background: #000000;
}

.service-client-logos img {
    filter: invert(1);
}

.service-client-logos {
    padding: 30px 0 60px 0;
}

.service-client-logos .slick-slide img {
    margin: auto;
}

.w-logo {
    position: relative;
    top: -20px;
}

.service-client-logos .slick-list {
    padding: 30px 0 0 0;
}

.article-writing-service-head h3 {
    color: #223235;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.article-writing-service-head p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 30px 0 60px 0;
}

.article-writing-service-box {
    background: #ebebeb;
    padding: 20px;
    min-height: 396px;
    transition: 0.5s;
}

.article-writing-service-box span {
    display: table;
    margin-left: auto;
    color: #000000;
    font-size: 45px;
    font-weight: bold;
}

.article-writing-service-box h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0px;
    line-height: 27px;
}

.article-writing-service-box p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.article-writing-service-box.active {
    background: #000000;
}

.article-writing-service-box.active span,
.article-writing-service-box.active p,
.article-writing-service-box.active h5 {
    color: #fff;
}

.article-writing-service .project-btn {
    display: table;
    margin: 50px auto 0;
}

.article-writing-service {
    padding-bottom: 70px;
}

.spotlight-sec {
    background: url('../images/article-spotlight-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.spotlight-sec-head h3 {
    color: #02132f;
    font-size: 40px;
    line-height: 54px;
    font-weight: bold;
}

.spotlight-sec-head p {
    color: #02132f;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0px;
}

.spotlight-sec-head .project-btn {
    margin: 0 0 25px 0;
}

.spotlight-sec-head .cta-btn li a {
    color: #000000;
}

.spotlight-sec-head .cta-btn li:nth-child(1) a {
    background: #000000;
}

.pricing-sec {
    padding: 70px 0px;
}

.pricing-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.pricing-head-inner span {
    color: #000000;
    font-size: 22px;
}

.pricing-head-inner h3 {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    padding: 20px 0px;
}

.pricing-head-inner p {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 25px;
}

.pricing-box {
    position: relative;
}

.pricing-tag-img {
    position: absolute;
    right: 23px;
    top: -9px;
}

.pricing-box-head-1 {
    background: #efefef;
    border-radius: 6px;
    padding: 20px 23px;
    margin: 0 0 15px 0;
    transition: 0.5s;
}

.pricing-box-head-1 h5 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.pricing-box-head-1 span {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    padding: 15px 0px;
}

.pricing-box-head-1 h6 {
    color: #2b2b2a;
    font-size: 14px;
}

.pricing-box-head-1 p {
    color: #696969;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 0;
}

.pricing-list {
    padding: 18px 0 0 0;
    height: 400px;
    overflow-y: scroll;
}

.pricing-list li {
    font-size: 15px;
    color: #000000;
    padding: 0 0 15px 0;
    display: flex;
}

.pricing-list li i {
    color: #0540d3;
    padding: 0 6px 0 0;
}

.pricing-btn li:nth-child(1) a {
    background: #000000;
    color: #ffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    border: 1px solid #6366f1;
}

.pricing-btn li:nth-child(2) a {
    background: #000000;
    color: #ffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    border: 1px solid #06b6d4;
}

.pricing-btn {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    justify-content: space-around;
}

.simple-start {
    position: relative;
}

.pricing-sec::selection {
    background: #000000;
    color: #fff;
    text-shadow: none;
}

.pricing-sec::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.pricing-sec::-webkit-scrollbar-button:start:decrement,
.pricing-sec::-webkit-scrollbar-button:end:increment {
    display: none;
}

.pricing-sec::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.pricing-sec::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #000000;
}

.simple-start h6 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    right: 0;
    text-align: center;
    left: 200px;
    margin: auto;
    top: 30px;
    bottom: 0;
}

.pricing-box.active .pricing-box-head-1 h5,
.pricing-box.active .pricing-box-head-1 span,
.pricing-box.active .pricing-box-head-1 p,
.pricing-box.active .pricing-box-head-1 h6 {
    color: #ffff;
}

.pricing-box.active .pricing-box-head-1 {
    background: #000000;
}

.why-choose-service {
    background: url('../images/why-choose-banner.png');
    padding: 65px 0px 45px;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-service-head h3 {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    padding: 0 0 45px 0;
}

.why-choose-service-head h6 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.why-choose-service-head p {
    padding: 0 0 30px 0;
    line-height: 24px;
    font-size: 16px;
    color: #000000;
}

.words-ghost {
    padding: 70px 0 0 0;
}

.words-ghost h3 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

.words-ghost p {
    text-align: center;
    font-size: 16px;
    padding: 20px 0px 40px 0;
}

.words-ghost-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.audiobook-service .article-writing-service-box {
    min-height: 290px;
}

.audiobook-service {
    padding: 70px 0 70px 0;
}

.audiobook-service h3 {
    padding: 0 0 60px 0;
}

.audiobook-connect-sec {
    background: url('../images/audio-book-connect-banner.png');
    padding: 65px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.audiobook-connect-head h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.audiobook-connect-head p {
    color: #ffff;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0px;
}

.benefit-box-audiobook {
    background: #ffff;
    padding: 35px;
}

.benefit-box-audiobook h5 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    padding: 20px 0;
}

.benefit-box-audiobook p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.audiobook-connect-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    bottom: 10%;
    height: 47px;
}

.audiobook-connect-sec .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    transition: .5s
}

.audiobook-connect-sec .slick-prev {
    background-color: #ffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: -477px;
    bottom: 90px;
}

.audiobook-connect-sec .slick-prev:before {
    content: "\f053";
}

.audiobook-connect-sec .slick-next {
    bottom: 90px;
    left: -411px;
    background-color: #ffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.audiobook-connect-sec .slick-next:before {
    content: "\f054";
}

.audio-slide-hd-txt h3 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.auido-sl-img {
    margin: 0 6px;
}

.auido-sl-img img {
    width: 100%;
}

.auido-sl-img img {
    margin: 0 auto;
    display: table;
    background: #fff;
    border-radius: 10px;
    padding: 11px;
}

.service-client-logos-audio {
    padding: 30px 0px;
}

.audio-bk-pl {
    background: #000000;
    padding: 20px 0;
}

.audiobook-service .row {
    justify-content: center;
}

.article-writing-service .project-btn {
    background: #000000;
}

/**/

/**/

.genre-sec {
    background-repeat: no-repeat;
    background: url('../images/genre-cater-banner.png');
    background-size: cover;
    padding: 70px 0px;
}

.genre-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    bottom: 10%;
    height: 47px;
}

.genre-sec .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    transition: .5s
}

.genre-sec .slick-prev {
    background-color: #ffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: -90px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.genre-sec .slick-prev:before {
    content: "\f053";
}

.genre-sec .slick-next {
    right: -90px;
    background-color: #ffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 0;
    margin: auto;
    bottom: 0;
}

.genre-sec .slick-next:before {
    content: "\f054";
}

.cater-box {
    background: #ffff;
    padding: 35px 25px;
    min-height: 410px;
    transition: 0.5s;
}

.cater-box h4 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    padding: 25px 0px;
}

.cater-box p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.slick-current .cater-box {
    background: #000000;
}

.slick-current .cater-box img {
    filter: invert(1);
}

.slick-current .cater-box h4,
.slick-current .cater-box p {
    color: #fff;
}

.genre-sec h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 65px 0;
}

/**/

/**/

.kindle-banner {
    background: url('../images/kindle-banner.png');
    min-height: 776px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kindle-ser-sec {
    padding: 100px 0 70px 0;
}

.kindle-ser-sec .article-writing-service-box {
    min-height: 300px;
}

.kindle-cta-sec {
    background: url('../images/kindle-cta-banner.html');
    padding: 65px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kindle-cta-sec .banner-head {
    text-align: center;
}

.kindle-cta-sec .banner-head h1 {
    color: #ffff;
}

.kindle-cta-sec .cta-btn {
    justify-content: center;
}

.kindle-cta-sec .cta-btn li:nth-child(1) a {
    background: #ffff;
    color: #000000 !important;
}

.amazon-kindle-sec {
    padding: 70px 0px;
}

.amazon-kindle-sec .banner-head p {
    color: #000000;
}

.amazon-kindle-sec .cta-btn li a {
    color: #000000;
}

.counter-list {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin: 50px 0 0 0;
}

.counter-list-box span,
.counter-list-box strong {
    color: #223235;
    font-size: 45px;
    font-weight: bold;
}

.counter-list-box h6 {
    padding: 10px 0 0 0;
    color: #000000;
    font-size: 16px;
}

.counter-list-box-2 span,
.counter-list-box-2 strong {
    color: #000000;
}

.top-fav-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    bottom: 10%;
    height: 47px;
}

.top-fav-sec .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    /* font-weight:700; */
    color: #ffff;
    transition: .5s
}

.top-fav-sec .slick-prev {
    background-color: #000000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: -90px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.top-fav-sec .slick-prev:before {
    content: "\f053";
}

.top-fav-sec .slick-next {
    right: -90px;
    background-color: #000000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    top: 0;
    margin: auto;
    bottom: 0;
}

.top-fav-sec .slick-next:before {
    content: "\f054";
}

.top-fav-sec .banner-head {
    text-align: center;
}

.top-fav-sec {
    position: relative;
    padding: 0 0 65px 0;
}

.top-fav-sec::before {
    background: url('../images/feather-2.png');
    position: absolute;
    content: "";
    width: 165px;
    height: 438px;
    left: 80px;
    top: -180px;
}

.top-fav-sec .banner-head p {
    color: #000000;
}

.folio-slider-kinlde {
    position: relative;
}

.folio-slider-kinlde::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 1150px;
    height: 100px;
    left: -20px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.kindle-ser-sec-2 {
    background: url('../images/kindle-banner-ser.png');
    padding: 65px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.kindle-ser-sec-2 h3 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding: 0 0 50px 0;
}

.kindle-ser-box-new {
    background: #fff;
    padding: 60px 25px 25px 25px;
    position: relative;
    text-align: center;
    min-height: 316px;
    transition: 0.5s;
}

.kindle-ser-box-new span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -20px;
    display: table;
    padding: 15px 13px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.kindle-ser-box-new h4 {
    color: #000000;
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
    padding: 20px 0px;
}

.kindle-ser-box-new p {
    font-size: 15px;
    line-height: 25px;
}

.top-fav-sec .project-btn {
    display: table;
    margin: 50px auto 0;
    background: #000000;
}

.kindle-work-sec-box {
    display: flex;
    column-gap: 20px;
}

.kindle-work-sec-box h6 {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

.kindle-work-sec-inner p {
    font-size: 15px;
    line-height: 21px;
    padding: 15px 0 20px 0;
}

.kindle-work-sec-box span {
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    padding: 13px 10px;
    position: relative;
    width: 51px;
    height: 51px;
}

.kindle-work-sec-box span::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 4px;
    height: 130px;
    z-index: -1;
    top: 0;
}

span.bf-none::before {
    display: none;
}

.kindle-work-sec h3 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding: 0 0 50px 0;
}

.kindle-work-sec {
    padding: 0 0 65px 0;
}

.kindle-ser-box-new.active span {
    background: #fff;
    color: #000000;
}

.kindle-ser-box-new.active {
    background: #000000;
}

.kindle-ser-box-new.active h4,
.kindle-ser-box-new.active p {
    color: #fff;
}

/**/

/**/
.portfolio_box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0;
}

.portfolio_box a {
    transition-duration: .5s;
    overflow: hidden;
    width: 100%;
    display: block;
}

.portfolio_box img {
    width: 100%;
    object-fit: fill;
    transition-duration: .9s;
}

.portfolio_box a:hover:before {
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, .84);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /* border-radius: 12px; */
}

.portfolio_box a:hover:after {
    content: "Preview";
    position: absolute;
    background: url(../images/preview-search.png);
    background-repeat: no-repeat;
    height: 160px;
    width: 90px;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-position: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end;
    background-size: 70%;
}

.portfolio_box a:hover img {
    transform: scale(1.1);
}

.folio-banner {
    background: url('../images/folio-banner.png');
    min-height: 776px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-img img {
    max-width: 110%;
}

.portfolio-sec {
    background: url('../images/port-banner-new.png');
    padding: 100px 0 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-sec .banner-head p {
    color: #000000;
    text-align: center;
}

.portfolio-sec .banner-head span {
    display: table;
    margin: auto;
    color: #000000;
}

.portfolio-sec h1 {
    color: #000000;
    text-align: center;
}

/**/

/* Hamburger CSS */
@media (max-width:1200px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000000;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }

    ul.menu li {
        display: block;
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

    .logo img {
        max-width: 50%;
        height: 60px;
        filter: brightness(0) invert(0);
        -webkit-filter: brightness(0) invert(0);
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }

    header .main-header ul.menu>li a {
        color: #fff;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }
}

/* Hamburger CSS */

/*POPUP CSS*/

/**/
.popupform-main.active {
    display: block !important;
}

.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pop-form {
    position: absolute;
    width: 881px;
    height: 594px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url('../images/popup-2.png');
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}

div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 40px;
}

.popupform-main h3 {
    font-size: 26px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0 !important;
}

.popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}

.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}

.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: inset 3px #000;
    /* border: 5px solid #fff; */
}

div#pop-form form {
    width: 53%;
    margin: 0 auto;
    display: table;
}

.popupform-main .main-pop {
    padding: 25px 10px 0 0;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.pop-form form .control-group {
    margin-bottom: 10px;
}

form .control-group {
    margin-bottom: 24px;
    position: relative;
}

.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=number],
.pop-form form .control-group input[type=email],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: left;
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 50px;
}

.pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 0px;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
    text-transform: uppercase;
}

/*POPUP CSS*/
.main-banner .project-btn::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.phone-btn::before {
    position: absolute;
    content: "";
    background: #E4573D;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.main-banner .project-btn {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.main-banner .project-btn:hover::before {
    left: 0;
}

.main-banner .project-btn:hover {
    color: #ffff;
}

.service-banner .project-btn::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.service-banner .project-btn {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.service-banner .project-btn:hover::before {
    left: 0;
}

.service-banner .project-btn:hover {
    color: #ffff;
}

.project-btn::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.project-btn {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.project-btn:hover::before {
    left: 0;
}

.project-btn:hover {
    color: #ffff;
}

.cta-menu-links li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.cta-menu-links li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.cta-menu-links li:nth-child(1) a:hover::before {
    left: 0;
}

.cta-menu-links li:nth-child(1) a:hover {
    color: #ffff;
}

.talk-btn a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.talk-btn a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.talk-btn a:hover::before {
    left: 0;
}

.talk-btn a:hover {
    color: #ffff;
}

.spotlight-sec-head .cta-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.spotlight-sec-head .cta-btn li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.touc-sec-form button:hover::before {
    left: 0;
}

.touc-sec-form button:hover {
    color: #ffff;
}

.touc-sec-form button::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.touc-sec-form button {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.cta-se-2 .cta-btn li:nth-child(1) a:hover::before {
    left: 0;
}

.cta-se-2 .cta-btn li:nth-child(1) a:hover {
    color: #ffff;
}

.cta-se-2 .cta-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.cta-se-2 .cta-btn li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.what-we-do-sec .project-btn:hover::before {
    left: 0;
}

.what-we-do-sec .project-btn:hover {
    color: #ffff;
}

.what-we-do-sec .project-btn::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.what-we-do-sec .project-btn {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.article-writing-service .project-btn:hover::before {
    left: 0;
    opacity: 1;
}

.article-writing-service .project-btn:hover {
    color: #ffff;
}

.article-writing-service .project-btn::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -235px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}

.article-writing-service .project-btn {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.amazon-kindle-sec .cta-btn li:nth-child(1) a:hover::before {
    left: 0;
}

.amazon-kindle-sec .cta-btn li:nth-child(1) a:hover {
    color: #ffff;
}

.amazon-kindle-sec .cta-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.amazon-kindle-sec .cta-btn li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.kindle-cta-sec .cta-btn li:nth-child(1) a:hover::before {
    left: 0;
}

.kindle-cta-sec .cta-btn li:nth-child(1) a:hover {
    color: #ffff !important;
}

.kindle-cta-sec .cta-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.kindle-cta-sec .cta-btn li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.contact-us-form-header button:hover::before {
    left: 0;
}

.contact-us-form-header button:hover {
    color: #ffff !important;
}

.contact-us-form-header button::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -275px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.contact-us-form-header button {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.cta-sec .cta-btn li:nth-child(1) a:hover::before {
    left: 0;
}

.cta-sec .cta-btn li:nth-child(1) a:hover {
    color: #ffff;
}

.cta-sec .cta-btn li:nth-child(1) a::before {
    position: absolute;
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    left: -245px;
    right: 0px;
    top: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.cta-sec .cta-btn li:nth-child(1) a {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.spotlight-sec-head .cta-btn li:nth-child(1) a:hover::before {
    left: 0;
}

.spotlight-sec-head .cta-btn li:nth-child(1) a:hover {
    color: #ffff;
}

.service-rtl {
    direction: rtl;
}

.services-sec-box {
    direction: ltr;
}

.services-sec-slider-rtl {
    margin: 30px 0px 0 0;
}

.services-sec-slider-ltr .slick-current .services-sec-box {
    background: #000000;
}

.services-sec-slider-ltr .slick-current .services-sec-box p,
.services-sec-slider-ltr .slick-current .services-sec-box h4 {
    color: #fff;
}

.pricing-btn li:nth-child(1) a:hover {
    background: none;
    color: #000000;
}

.pricing-btn li:nth-child(2) a:hover {
    background: none;
    color: #06b6d4;
}

.tier-box .project-btn:hover {
    color: #fff;
}

.what-we-do-main-inner-box a:hover {
    background: #000000;
    color: #fff;
}

section.services-sec .banner-head {
    text-align: center;
}

section.services-sec .banner-head p {
    color: #000000;
    padding: 15px 0 50px 0;
    text-shadow: none;
}

section.services-sec .banner-head h1 {
    padding: 0;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
}

.term-text {
    padding-left: 0;
}

.main-privacy p,
.main-privacy li {
    margin: 0 0 15px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
    color: #333333;
}

.main-privacy {
    padding: 40px 0px 0;
}

.privacy ul {
    list-style: disc;
    padding: 0 0 0 20px;
}

section.services-sec .banner-head p {
    width: 70%;
    text-align: center;
    display: table;
    margin: auto;
}

.services-links li a:hover {
    color: #000000;
}

.social-links-list li a:hover {
    color: #ffff;
    background: #000000;
}


ul.bbb li {
    display: inline-block;
    /* width: 45%; */
    margin-right: 20px;
    vertical-align: middle;
}

ul.bbb li a {
    width: 160px;
}

ul.bbb {
    padding: 20px 0;
}


.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*----------------------thankyou page css start---------------------*/
/*Thnku Page start*/
section.main-thanku {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0 10px;
}

.main-thanku .main-banner-head {
    padding: 70px 0 42px 0;
}

.main-thanku .main-banner-head h2 {
    text-align: center;
    color: #f8b00d;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.main-thanku .main-banner-head span {
    color: #ffd304;
}

.main-thanku .main-banner-head h1 {
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 65px;
    text-transform: capitalize;
}

@media(min-width:280px) and (max-width:767px) {
    .main-thanku .main-banner-head h1 {
        font-size: 34px;
        line-height: 38px;
    }
}

.main-thanku .cont-link {
    text-align: center;
    padding: 50px 0 20px;
}

.main-thanku .cont-link .cont-left {
    background: #d60000;
    padding: 15px 55px;
    border-radius: 50px;
    color: #fff !important;
    margin: 5px 20px;
    font-weight: 600;
}

.main-thanku .cont-link .cont-right {
    background: transparent;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff !important;
    margin: 5px 20px;
}

/*Thanku page End*/

header.sticky {
    /*background-color: #fff;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 49;
}