.creditCardForm {
    max-width: 700px;
    margin: 40px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
    background: #ffffff;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 12px 0;
    background: #28a5dd;
    font-weight: bold;
    font-size: 30px;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
    border: 1px solid #7474;
    background: #fff;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
    border: 1px solid #7474;
    background: #fff;
}

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner, .creditCardForm .CVV, .creditCardForm #expiration-date, .creditCardForm #credit_cards {
        width: 100%;
    }

    .creditCardForm #credit_cards {
        text-align: left;
    }
}

.examples {
    max-width: 700px;
    background-color: #fff;
    margin: 0 auto 75px;
    padding: 30px 50px;
    color: #4c4e56;
}

.examples-note {
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');::selection {
    background: rgb(226, 143, 38);
    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: rgb(226, 143, 38);
}

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

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

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

*: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: #e18e25;
}

span {
    display: inline-block;
}

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

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

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

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

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

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

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

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

.slick-dots li {
    margin: 0 20px 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: 14px;
    width: 13px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    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: #25a08c;
    width: 18px;
    height: 18px;
}

.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: #ffff;
    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: #fff;
}

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

.inner-banner {
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding: 100px 0 50px 0;
}

.bnr-cl-logo {
    margin-top: 50px;
}

span.phone-tel-img {
    display: none;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

section.top-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin-bottom: 0;
}

.head-btn-num {
    text-align: right;
}

.head-btn-num a {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.head-btn-num a i {
    color: #25a08c;
    margin-right: 5px;
}

.head-btn-num a:last-child {
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.head-add a {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

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

.main-menu li a {
    color: #fff;
    font-size: 16px;
}

.header-btn a {
    border-radius: 5px;
    background-color: rgb(37, 160, 140);
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
}

.main-header {
    padding: 10px 0;
    position: relative;
}

.inner-head {
    text-align: center;
}

.inner-head span {
    font-size: 16px;
    color: #ffff;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-head h5 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    padding: 30px 0 35px 0;
}

.inner-head h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 30px 0 35px 0;
    line-height: 75px;
    text-transform: capitalize;
}

.inner-head p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.inner-banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin: 15px 0px;
}

.inner-banner-cta li:nth-child(1) a {
    border-radius: 5px;
    background-color: rgb(37, 160, 140);
    padding: 15px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.inner-banner-cta li:nth-child(2) a {
    border-radius: 5px;
    background-color: rgb(116 126 143);
    padding: 15px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.banner-form {
    background: #fff;
    padding: 25px 35px;
    border-radius: 8px;
}

.fld-input input {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 5px;
    width: 100%;
    height: 43px;
    padding: 0 10px 0 35px;
    font-size: 14px;
}

.fld-input {
    position: relative;
}

.fld-input i {
    position: absolute;
    top: 13px;
    color: #cacaca;
    left: 16px;
}

.banner-form button {
    border-radius: 5px;
    background-color: rgb(37, 160, 140);
    padding: 13px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.header-btn a i {
}

.inner-banner-cta li:nth-child(1) a i {
    color: #fff;
}

.inner-banner-cta li:nth-child(2) a i {
    padding: 0 0 0 10px;
}

.inner-banner-cta li:nth-child(2) a i {
}

span.phone-tel-img {
    position: absolute;
    right: 0;
    top: 0;
}

.inner-banner .container {
    position: relative;
}

.ghostwriter-new-sec {
    padding: 70px 0px;
}

.non-fiction-head h3, .non-fiction-head p {
    text-align: left !important;
}

.ghostwriter-new-sec h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
}

.ghostwriter-new-sec h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
}

.ghostwriter-new-sec p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: left;
    padding: 15px 0px;
}

p.mrkt-inr-hd {
    padding: 0px 0 0 0;
    font-weight: bold;
}

.news-head h4 {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding: 20px 0px 0 0;
    text-align: left;
}

.news-head h2 {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding: 20px 0px 0 0;
    text-align: left;
}

.news-head span {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.news-head p {
    text-align: left !important;
}

.news-head {
    height: 570px;
    overflow-y: scroll;
    padding: 0px 20px 0 0;
}

.ghostwriter-new-sec .inner-banner-cta {
    justify-content: start;
}

.brand-logos {
    margin: 0 0 70px 0;
}

.news-head h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

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

ul.genre-list li:nth-child(n+7) {
    margin-bottom: 0;
}

.genre-list {
    grid-column-gap: 1%;
    grid-row-gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.genre-list li {
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
}

.genre-sec h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding: 0 0 60px 0;
}

.genre-sec h2 {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding: 0 0 60px 0;
}

.genre-list li h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 0 0;
}

.affordable-sec span {
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    margin: auto;
    color: #000000;
}

.affordable-sec {
    background: #f3f3f3;
    padding: 70px 0px 50px;
}

.affordable-sec h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
}

.affordable-sec h3 strong {
    color: #25a08c;
}

.affordable-sec h2 {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
}

.affordable-sec h2 strong {
    color: #25a08c;
}

.affordable-sec h6 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 60px 0;
}

.ficton-cta {
    background: url('../images/fiction-cta.webp');
    padding: 30px 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ficton-cta.fiction-cta-new {
    background: url('../images/fiction-cta-new.webp');
    padding: 30px 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-img {
    position: absolute;
    bottom: -40px;
}

section.ficton-cta h3 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    padding: 0 0 40px 0px;
}

section.ficton-cta h2 {
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    padding: 0 0 20px 0px;
    text-transform: capitalize;
}

.telephone-link {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.telephone-link img {
    padding: 0 10px 0 0;
}

section.ficton-cta .inner-banner-cta {
    justify-content: start;
}

.cta-img img {
    max-width: fit-content;
    width: 100%;
}

.testi-sec h5 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    padding: 0 0 30px 0;
    text-align: center;
}

.testi-sec h6 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.testi-sec h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0 30px 0;
    text-align: center;
}

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

.testi-details {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 55px 35px;
    background: #f0f0f0;
}

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

.testi-details p {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 20px 0;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
}

.testi-details span {
    display: none;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.testi-details strong {
    font-size: 16px;
    font-weight: 700;
}

.star-img {
    padding: 20px 0px;
    display: block;
    margin: auto;
}

.testi-sec .slick-dots li.slick-active button {
    width: 41px;
    height: 4px;
    background: #25a08c;
    border: 0;
    padding: 0;
}

.testi-sec .slick-dots li button {
    width: 50px;
    height: 4px;
    background: #e8e8e8;
    font-size: 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.footer-sec {
    padding: 50px 0px 30px 0px;
    background-position: center;
}

ul.ftr-social-links li:nth-child(3) a {
    width: 70%;
}

ul.ftr-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px 0;
    margin: 0 0 60px 0;
    border-bottom: 1px solid #537f71;
}

ul.ftr-social li span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

ul.ftr-social li a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.social-icons a {
    color: #25a08c !important;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    justify-content: center;
    padding: 0 !important;
}

.social-icons {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.ftr-head-1 span {
    color: #38a38c;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    position: relative;
}

.ftr-head-1 span::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 46px;
    height: 1px;
    bottom: 0;
}

.ftr-head-1 p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px 0;
}

.footer-tel-btn {
    border-radius: 5px;
    background-color: rgb(37, 160, 140);
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-tel-btn img {
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.ftr-links li a {
    color: #fff;
    font-size: 13px;
    padding: 0 0 15px 0;
}

.ftr-social-links a i {
    color: #25a08c !important;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    justify-content: center;
    padding: 0 !important;
}

.ftr-social-links i {
    color: #25a08c !important;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    justify-content: center;
    padding: 25px;
}

.ftr-social-links li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 0 20px 0;
}

.ftr-social-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.copy-para {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.footer-sec .row {
    padding: 0 0 35px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #537f71;
}

.port-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.port-slider li {
    width: 31%;
    margin: 0 22px 20px 0;
    position: relative;
}

.home-cta {
    margin: 20px 0 0 0;
}

.story-box {
    border-width: 3px;
    border-color: rgb(37 160 140 / 32%);
    border-style: solid;
    border-radius: 15px;
    background-color: rgba(194, 255, 222, 0);
    padding: 70px 17px 30px;
    text-align: center;
    position: relative;
}

section.folio-sec .news-head h4 {
    text-align: center;
}

section.folio-sec .news-head h2 {
    text-align: center;
}

.folio-book a, .folio-book img {
    width: 100%;
}

.folio-book img {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.accomp-box img {
    height: 250px;
}

.accomp-box {
    text-align: center;
}

.accomp-box h6 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding: 20px 0px;
}

.accomp-box p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

section.accomp-sec .news-head-2 h4 {
    text-align: center;
}

section.accomp-sec .news-head-2 p {
    text-align: center !important;
    padding-bottom: 60px;
}

.story-box-1::before {
    background: url('../images/process-arrow-1.png');
    position: absolute;
    content: "";
    width: 125px;
    height: 35px;
    top: -60px;
    right: -80px;
}

.story-box-2::before {
    background: url('../images/process-arrow-2.png');
    position: absolute;
    content: "";
    width: 125px;
    height: 35px;
    top: -60px;
    right: -80px;
}

.story-box-3::before {
    background: url('../images/process-arrow-3.png');
    position: absolute;
    content: "";
    width: 125px;
    height: 35px;
    top: -60px;
    right: -80px;
}

.story-box-circle {
    border-width: 7px;
    border-color: rgb(37 160 140);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -40px;
    margin: auto;
    left: 0;
}

.story-box-circle span {
    color: #25a08c;
    font-size: 48px;
    font-weight: 700;
}

.story-box h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.news-head-2 strong {
    color: #25a08c;
}

section.story-sec .news-head p {
    text-align: center !important;
    padding-bottom: 110px;
    padding-top: 30px;
}

section.story-sec {
    padding: 70px 0px;
}

.story-box p {
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    padding: 20px 0 0 0;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hire-sec {
    background: #f3f3f3;
    padding: 60px 0px;
}

.hire-list {
    column-count: 2;
    margin: 20px 0 0 0;
}

.hire-list li {
    padding: 0 0 15px 0;
    color: #333333;
    font-size: 14px;
    display: flex;
    line-height: 20px;
}

.hire-list li i {
    padding: 0 6px 0 0;
    color: rgb(37, 160, 140);
}

.port-list ul li {
    width: 15%;
    margin: 0 0 25px 0;
    text-align: center;
}

.home-about-head .inner-banner-cta {
    justify-content: start;
    margin: 0;
}

section.home-about .row {
    align-items: center;
}

.port-img-txt {
    width: 90px;
    position: absolute;
    background: #00177c;
    border-radius: 60%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -15px;
}

.folio-sec .news-head {
    text-align: center;
}

.folio-sec .news-head p {
    text-align: center !important;
    margin: 0 0 20px 0;
}

.port-list ul li p {
    font-size: 0.688rem;
    line-height: 100%;
    font-weight: bold;
    padding: 0 10px;
    width: 100%;
    color: #ffffff;
}

.port-list li {
    position: relative;
}

.port-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.counter-sec-sucess {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.news-head-2 p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    padding: 15px 0;
}

.counter-sec-sucess li span {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
}

.counter-sec-sucess li strong {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

.counter-sec-sucess li h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 0 0;
}

section.sucess-sec {
    padding: 50px 0px 30px;
}

.news-head-2 {
    height: auto;
    overflow-y: inherit;
}

.home-ghost-box-inner h4 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
}

.p0 {
    padding: 0;
}

.home-about-img img {
    width: 100%;
    width: 973em;
    height: 33em;
    object-fit: cover;
    position: relative;
    top: 3px;
}

.hire-sec .news-head h4 {
    text-align: left;
}

.hire-sec .news-head h2 {
    text-align: left;
}

.home-about-head {
    padding: 4em 15em 4em 2em;
}

.home-about-head-2 {
    padding: 4em 2em 4em 15em;
}

.home-about-head h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.home-about-head h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.home-about-head p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding: 30px 0px;
}

.home-ghost-sec .container-fluid {
    padding: 0;
}

.home-ghost-sec .home-ghost-head h3 {
    padding-bottom: 70px;
}

.home-ghost-sec .home-ghost-head h2 {
    padding-bottom: 70px;
}

.home-ghost-box-inner p {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    padding: 25px 20px 0px;
    height: 145px;
    overflow-x: hidden;
    overflow-y: auto;
}

.green-btn {
    border-radius: 5px;
    background-color: rgb(37, 160, 140);
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.green-btn:hover {
    background: #e18e25;
    color: #fff;
}

.home-ghost-head p {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.home-about {
    padding: 80px 0px 0;
}

.home-banner .inner-head {
    text-align: left;
}

.home-img img {
    margin: 0 auto;
    display: table;
    width: 68%;
}

.home-cta {
    margin: 0px 0 0 0;
}

.home-banner {
    min-height: 850px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    align-items: center;
    position: relative;
    z-index: 1;
}

section.inner-banner.home-banner .banner-form {
    margin-top: 30px;
}

.home-banner .inner-banner-cta {
    justify-content: center;
}

.home-img img {
    max-width: fit-content;
}

.home-banner span.phone-tel-img {
    z-index: 1;
    right: -100px;
    top: -40px;
    display: none;
}

.home-banner .inner-head h5 {
    line-height: 55px;
    padding-bottom: 15px;
}

.home-banner .inner-head h1 {
    line-height: 77px;
    padding-bottom: 15px;
    padding-top: 0;
    text-align: center;
}

section.inner-banner.home-banner .inner-banner-cta {
    margin: 20px 0 0px;
}

.home-ghost-slider-box {
    display: flex;
    align-items: center;
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.home-ghost-sec {
    background: #f3f3f3;
    padding: 70px 0px;
}

.home-ghost-head span {
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    margin: auto;
    color: #000000;
    font-weight: 500;
}

.home-ghost-head h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
    line-height: 55px;
}

.home-ghost-head h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
    line-height: 55px;
}

.home-ghost-head h3 strong {
    color: #25a08c;
}

.home-ghost-head h2 strong {
    color: #25a08c;
}

.contact-form h4 {
    color: #333333;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 35px 0;
}

button.green-btn i {
    margin: 0 0 0 10px;
    background: #fff;
    color: #25a08c;
    padding: 9px 9px;
    border-radius: 4px;
}

.fld-input-contact input {
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(242, 244, 245);
    height: 54px;
    width: 100%;
    margin: 0 0 28px 0;
    padding: 0 10px 0 20px;
}

.fld-input-contact label {
    color: #707070;
    font-size: 16px;
    padding: 0 0 15px 0;
}

.fld-input-contact textarea {
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(242, 244, 245);
    height: 120px;
    width: 100%;
    margin: 0 0 28px 0;
    resize: none;
    padding: 20px 10px 20px 20px;
}

.bk-writing-pg-ghost-sec .news-head h4 span {
    color: #25a08c;
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
}

.bk-writing-pg-ghost-sec .news-head {
    height: auto;
    overflow: visible;
}

.bk-writing-pg-ghost-sec .row {
    align-items: center;
}

.bk-story-sec {
    padding: 50px 0;
    background: url(../images/book-writing/strybook-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bk-story-sec .story-list-col-bk {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bk-story-hd-txt {
    text-align: center;
}

.bk-story-hd-txt h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
    text-transform: capitalize;
    line-height: 50px;
}

.bk-story-hd-txt p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 60px 0;
    line-height: normal;
}

.bk-story-hd-txt h4 {
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    margin: auto;
    color: #000;
}

.bk-story-bx {
    padding: 30px 40px;
    background: #fff;
    position: relative;
    transition: all .5s ease-in-out;
    border-radius: 20px;
    cursor: pointer;
}

.bk-story-bx h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

.bk-story-bx p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.bk-story-bx h5 {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}

.bk-stry-bx-img img {
    filter: invert(1) brightness(100);
}

.bk-story-bx:hover {
    background: #45a58d;
}

.bk-story-bx:hover h4, .bk-story-bx:hover p {
    color: #fff;
}

.bk-story-bx:hover .bk-stry-bx-img {
    background: #f3f3f3;
}

.bk-story-bx:hover img {
    filter: none;
}

.bk-story-bx:hover h5 {
    color: #fff;
}

.bk-stry-bx-img {
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bk-gnre-sec-new {
    background: url(../images/new-pages/book-writing/genre-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bk-portfolio-new-sec .folio-book {
    margin-bottom: 20px;
    position: relative;
}

.bk-portfolio-new-sec .folio-book .box-port-hvr {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000073;
    backdrop-filter: blur(2px);
    transition: all .5s ease-in-out;
    transform: scale(0);
    clip-path: polygon(28% 0, 100% 0, 100% 23%, 100% 100%, 0 100%, 0 23%);
}

.bk-portfolio-new-sec .folio-book img {
    width: 100%;
}

.bk-portfolio-new-sec .folio-book .box-port-hvr i {
    font-size: 45px;
    color: #fff;
    transform: scaleY(0);
    transition: .5s ease-in-out;
}

.bk-portfolio-new-sec .folio-book:hover .box-port-hvr {
    transform: scale(1);
}

.bk-portfolio-new-sec .folio-book:hover .box-port-hvr i {
    transform: scaleY(1);
}

section.affordable-sec.bk-portfolio-new-sec {
    padding: 50px 0;
}

section.ficton-cta .bk-new-cta-sec h2 {
    padding-bottom: 0 !important;
}

section.ficton-cta.bk-new-cta-sec .cta-head h2 {
    padding-bottom: 0;
}

section.ficton-cta.bk-new-cta-sec .cta-head p {
    color: #fff;
    font-size: 14px;
    padding: 20px 0 40px 0;
    line-height: normal;
    width: 75%;
}

section.ficton-cta.bk-new-cta-sec ul.inner-banner-cta li:nth-child(1) a, section.ficton-cta.bk-new-cta-sec ul.inner-banner-cta li:nth-child(2) a {
    background: #fff;
    color: #000;
}

section.ficton-cta.bk-new-cta-sec ul.inner-banner-cta li:nth-child(1) a i, section.ficton-cta.bk-new-cta-sec ul.inner-banner-cta li:nth-child(2) a i {
    background: rgb(37, 160, 140);
    color: #fff;
}

section.ficton-cta.bk-new-cta-sec {
    background: url(../images/book-writing/book-cta-img.jpg);
    padding: 30px 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bk-proces-new-sec {
    padding: 50px 0;
}

.bk-process-hd-txt h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 40px;
}

.bk-process-list ul {
    padding: 0;
}

.bk-process-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}

.bk-proces-number {
    border-radius: 50%;
    background-color: #373737;
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-process-txt {
    width: 85%;
    margin-left: 20px;
}

.bk-process-txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #373737;
    line-height: 30px;
    padding-bottom: 10px;
}

.bk-process-txt p {
    color: #373737;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 20px;
}

.bk-process-side-img img {
    width: 100%;
}

.bk-proces-number h2 {
    font-size: 35px;
    font-weight: 700;
    color: #25a08c;
}

.bk-process-list ul li:hover .bk-proces-number {
    background: #25a08c;
}

.bk-process-list ul li:hover .bk-proces-number h2 {
    color: #fff;
}

.bk-process-list ul li:hover h4 {
    color: #25a08c;
}

.bk-proces-new-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.range-sec-design-serv-pg ul.inner-banner-cta li a {
    background: #fff;
    color: #333;
}

.range-icon-1.active ~ .range-txt-1, .range-icon-2.active ~ .range-txt-2, .range-icon-6.active ~ .range-txt-6, .range-icon-3.active ~ .range-txt-3, .range-icon-4.active ~ .range-txt-4, .range-icon-5.active ~ .range-txt-5 {
    display: block;
}

.range-icon-2.active ~ .range-txt-2 {
    display: block;
}

.range-sec-design-serv-pg ul.inner-banner-cta li a i {
    background: rgb(37, 160, 140);
    color: #fff;
}

.range-icon-div {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.range-circle-m-div {
    position: relative;
    width: 441px;
    height: 442px;
    border: 2px solid #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-dtl-div {
    position: absolute;
}

.range-dtl-txt-div {
    position: absolute;
}

.range-txt-div {
    display: none;
}

.range-icon-div.active {
    background: #1a6d60;
}

.range-icon-div.active img {
    filter: brightness(100);
}

.range-txt-div {
    text-align: center;
    padding: 0 20px;
}

.range-txt-div h4 {
    font-size: 15px;
    font-weight: 600;
    color: #c0ff00;
    text-transform: uppercase;
}

.range-txt-div h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0;
}

.range-txt-div p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.range-icon-1 {
    top: 0;
    right: 295px;
    left: auto;
}

.range-icon-2 {
    top: 0;
    right: 68px;
    left: auto;
}

.range-icon-3 {
    top: 135px;
    right: -30px;
    left: auto;
}

.range-icon-4 {
    top: auto;
    right: 40px;
    left: auto;
    bottom: 15px;
}

.range-icon-5 {
    top: auto;
    right: 255px;
    left: auto;
    bottom: -20px;
}

.range-sec-design-serv-pg .row {
    align-items: center;
}

.range-sec-design-serv-pg {
    padding: 80px 0;
    background: url(../images/design-services/services-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.range-lft-div h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.range-lft-div p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
    padding: 20px 0px;
}

.range-sec-design-serv-pg ul.inner-banner-cta {
    justify-content: flex-start;
    margin-bottom: 0;
}

.design-serv-new-cta-sec .cta-head h2 {
    padding: 0;
}

.design-serv-new-cta-sec {
    padding: 50px 0;
    background: url(../images/design-services/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.design-serv-new-cta-sec .row {
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.design-serv-new-cta-sec .cta-head p {
    color: #fff;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding-top: 18px;
}

.pricing-sec-design {
    background: url(../images/design-services/pricing-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.price-hd-txt-design h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    padding: 20px 0px;
}

.price-hd-txt-design p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 60px 0;
    color: #fff;
}

.price-design-col {
    display: flex;
    align-items: flex-start;
}

.price-design-ul-1 h2 {
    font-size: 28px;
    font-weight: bold;
    color: #4e8b7c;
    padding: 20px 0;
}

.price-design-ul-1 li {
    line-height: 26px;
    color: #fff;
}

.price-design-ul-1 ul {
    padding: 0;
}

.price-design-ul-2 h2 {
    font-size: 28px;
    font-weight: bold;
    color: #4e8b7c;
    padding: 20px 0;
}

.price-design-ul-2 li {
    line-height: 26px;
    color: #fff;
}

.pricing-design-img img {
    width: 100%;
}

.price-design-ul-3 ul.inner-banner-cta {
    flex-direction: column;
    margin: 0;
}

.price-design-ul-3 ul.inner-banner-cta li {
    margin-top: 15px;
}

.consultant-sec {
    padding: 50px 0;
    background: url(../images/design-services/consulting-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.consultant-sec .consultant-hd-txt h2 {
}

.consultant-hd-txt h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
}

.consultant-hd-txt p {
    font-size: 14px;
    line-height: 25px;
}

.consultant-hd-txt h4 {
    color: #4e8b7c;
    font-size: 20px;
    font-weight: 600;
}

.consultant-hd-txt ul.inner-banner-cta {
    justify-content: flex-start;
}

.consultant-img img {
    width: 100%;
}

.consultant-sec .row {
    align-items: center;
}

.design-serv-business-sec {
    padding: 50px 0;
    background: url(../images/design-services/business-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bus-hd-txt span {
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    margin: auto;
    color: #fff;
}

.bus-hd-txt h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    padding: 20px 0px;
}

.bus-hd-txt p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 60px 0;
    line-height: 25px;
    color: #fff;
}

.des-serv-bus-img ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ghst-hd-txt-new h2 {
    text-align: center;
    color: #333;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    padding-bottom: 10px;
}

.ghst-hd-txt-new p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 60px 0;
    color: #333;
    line-height: 25px;
}

.ghostwriting-new-serv-sec {
    padding: 0px 0 50px;
}

.gst-serv-list-new ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gst-serv-list-new ul li {
    width: 25%;
    padding: 0 15px;
}

.clintwrp .counterwrp ul li .mainwrp h4 {
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 400;
    padding-top: 5px;
    line-height: 25px;
}

.clintwrp .counterwrp ul li .mainwrp span {
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    background: linear-gradient(to right,#e99a28 0%,#e99a28 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
}

.clintwrp .txtwrp p {
    color: #000;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.clintwrp .txtwrp span i {
    color: #fca705;
    margin: 0 3px;
}

.clintwrp .txtwrp strong {
    color: #000;
}

.clintwrp .counterwrp ul {
    margin: 15px 0 0;
    text-align: center;
}

.clintwrp .counterwrp ul li {
    display: inline-block;
    margin: 0 30px;
}

section.clintwrp {
    padding: 20px 0 30px;
    background: #f1f0f0;
}

.clintwrp .imgwrp .portslider-inner-1 li img {
    width: 150px;
}

.dtl-txt-iner-srv h3 {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    width: 80%;
    line-height: normal;
}

.dtl-txt-iner-srv p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 20px 0 0;
    line-height: 25px;
}

.dtl-txt-iner-srv li {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: normal;
}

.dtl-txt-iner-srv li i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    color: rgb(37, 160, 140);
}

.dtl-txt-iner-srv ul {
    padding-top: 20px;
}

.dtl-img-inr-serv img {
    width: 100%;
}

section.detail-sec-inner-design-serv .row {
    align-items: center;
}

section.detail-sec-inner-design-serv {
    padding: 50px 0 20px;
    background: #fbfbfb;
}

section.detail-sec-inner-design-serv .col-sm-6 {
    padding-bottom: 40px;
}

.website-feature-new-serv {
    background: url(../images/cms-website/feature-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.website-feature-new-serv .web-fea-boxes-st {
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-feature-new-serv .bk-story-bx:hover {
    background: #e05e1d;
}

.website-feature-new-serv .web-fea-boxes-st h4 {
    min-height: 50px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.website-feature-new-serv .web-fea-boxes-st p {
    height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
}

.webportal-range-sec-st .range-icon-6 {
    left: 130px;
    top: -30px;
    right: auto;
}

.webportal-range-sec-st .range-icon-1 {
    left: -5px;
    top: 65px;
}

.port-slider li a, .port-slider li img {
    width: 100%;
}

.range-sec-logo-design {
    background: url(../images/logo-design/logo-inner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.range-sec-logo-design .range-lft-div h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.card-container {
    cursor: pointer;
    height: 150px;
    perspective: 600;
    position: relative;
    width: 150px;
}

.card {
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    background: #f3f3f3;
    padding: 35px 20px;
    border-radius: 7px;
    border: 1px solid transparent;
    text-align: center;
}

.card:hover {
    transform: rotateY(180deg);
}

.card .side {
    backface-visibility: hidden;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999999;
}

.card:hover img {
    opacity: 0;
}

.card:hover h4 {
    opacity: 0;
}

.card:hover * img {
    opacity: 1;
}

.card .back {
    background: transparent;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    transform: rotateY(180deg);
    padding: 0px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .back p {
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 3px;
}

.gnre-bx-s-3.card img {
    width: 64px;
    text-align: center;
    margin: 0 auto;
}

.gnre-bx-s-3.card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 20px;
    line-height: 25px;
    min-height: 80px;
}

.card .beauty-bck-img-1 {
    background: url(../images/ghostwriting/beauty/beauty-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .beauty-bck-img-2 {
    background: url(../images/ghostwriting/beauty/beauty-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .beauty-bck-img-3 {
    background: url(../images/ghostwriting/beauty/beauty-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .beauty-bck-img-4 {
    background: url(../images/ghostwriting/beauty/beauty-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .blog-bck-img-1 {
    background: url(../images/ghostwriting/blog/blog-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .blog-bck-img-2 {
    background: url(../images/ghostwriting/blog/blog-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .blog-bck-img-3 {
    background: url(../images/ghostwriting/blog/blog-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .blog-bck-img-4 {
    background: url(../images/ghostwriting/blog/blog-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .business-bck-img-1 {
    background: url(../images/ghostwriting/business/business-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .business-bck-img-2 {
    background: url(../images/ghostwriting/business/business-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .business-bck-img-3 {
    background: url(../images/ghostwriting/business/business-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .business-bck-img-4 {
    background: url(../images/ghostwriting/business/business-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .celeb-bck-img-1 {
    background: url(../images/ghostwriting/celeb/celeb-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .celeb-bck-img-2 {
    background: url(../images/ghostwriting/celeb/celeb-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .celeb-bck-img-3 {
    background: url(../images/ghostwriting/celeb/celeb-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .celeb-bck-img-4 {
    background: url(../images/ghostwriting/celeb/celeb-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .fantasy-bck-img-1 {
    background: url(../images/ghostwriting/fantasy/fantasy-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .fantasy-bck-img-2 {
    background: url(../images/ghostwriting/fantasy/fantasy-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .fantasy-bck-img-3 {
    background: url(../images/ghostwriting/fantasy/fantasy-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .fantasy-bck-img-4 {
    background: url(../images/ghostwriting/fantasy/fantasy-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .legal-bck-img-1 {
    background: url(../images/ghostwriting/legal/legal-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .legal-bck-img-2 {
    background: url(../images/ghostwriting/legal/legal-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .legal-bck-img-3 {
    background: url(../images/ghostwriting/legal/legal-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .legal-bck-img-4 {
    background: url(../images/ghostwriting/legal/legal-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .medical-bck-img-1 {
    background: url(../images/ghostwriting/medical/medical-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .medical-bck-img-2 {
    background: url(../images/ghostwriting/medical/medical-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .medical-bck-img-3 {
    background: url(../images/ghostwriting/medical/medical-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .medical-bck-img-4 {
    background: url(../images/ghostwriting/medical/medical-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .rap-bck-img-1 {
    background: url(../images/ghostwriting/rap/rap-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .rap-bck-img-2 {
    background: url(../images/ghostwriting/rap/rap-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .rap-bck-img-3 {
    background: url(../images/ghostwriting/rap/rap-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .rap-bck-img-4 {
    background: url(../images/ghostwriting/rap/rap-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .screen-bck-img-1 {
    background: url(../images/ghostwriting/screen/screen-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .screen-bck-img-2 {
    background: url(../images/ghostwriting/screen/screen-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .screen-bck-img-3 {
    background: url(../images/ghostwriting/screen/screen-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card .screen-bck-img-4 {
    background: url(../images/ghostwriting/screen/screen-card-bck-img-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ghostwriter-new-sec.inner-serv-pg-st-txt {
    padding: 0;
}

.inner-serv-pg-st-sec .row {
    align-items: center;
}

.inner-serv-pg-st-sec .home-about-head {
    padding: 2em 15em 2em 2em;
}

.inner-serv-pg-st-sec .home-about-head-2 {
    padding: 2em 2em 2em 15em;
}

.inner-serv-pg-st-sec .home-about-img img {
    width: 100%;
    width: 973em;
    height: 40em;
    object-fit: cover;
    top: 4px;
    position: relative;
}

.accomp-sec {
    padding: 50px 0px 100px 0;
    background: #f9f7fe;
}

.about-sec .news-head {
    height: auto;
    overflow-y: inherit;
}

.accomp-sec .inner-banner-cta {
    margin-top: 70px;
}

.story-sec .news-head h4 {
    text-align: center;
}

.story-sec .news-head h2 {
    text-align: center;
}

.about-sec .news-head h6 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

@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: #000000d6;
        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: 100%;
    }

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

.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: 1049px;
    height: 679px;
    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: 70px;
}

.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: 80px;
    right: 120px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: inset 3px #000;
}

div#pop-form form {
    width: 33%;
    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;
}

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

.slider-for-two .col-md-4 {
    flex: 100%;
    max-width: 100%;
}

.price-box {
    width: 100%;
    border: 1px solid #4c4c4c00;
    padding: 0 20px 40px 20px;
    margin: 0 0 30px 0;
    position: relative;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
}

.price-list li {
    text-align: left;
    padding: 0px 0 0px 0;
    color: #4c4c4c;
    line-height: 35px;
    font-size: 14px;
}

.bg-color-list {
    background: #f8f8f8;
}

.price-box-1 {
    text-align: center;
    padding: 30px 0px 0px 0;
    position: relative;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
}

.price-box-1 h4 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    color: #1b1b1b;
    text-transform: uppercase;
    border-bottom: 1px solid #e88f3f;
    padding-bottom: 15px;
}

.price-box-1 span {
    font-size: 30px;
    color: #2a9e97;
    font-weight: bold;
    padding: 10px 0px;
}

.price-box-1 span strong {
    color: #2a9e97;
    font-size: 16px;
    position: relative;
    top: -10px;
}

.price-box-1 h6 {
    color: #fff;
    font-size: 14px;
}

.price-box a {
    background: #4c4c4c;
    padding: 18px 56px;
    color: #fff;
    margin: 30px auto 0;
    display: table;
}

.price-box-1::before {
    position: absolute;
    content: "";
    background: url('../images/pricing-bf.png');
    width: 225px;
    height: 60px;
    bottom: -60px;
    left: 0;
    margin: auto;
    right: 0;
    display: none;
}

.price-box-green .price-box-1::before {
    position: absolute;
    content: "";
    background: url('../images/pricing-bf-2.png');
    width: 225px;
    height: 60px;
    bottom: -60px;
    left: 0;
    margin: auto;
    right: 0;
}

.price-list {
    margin: 0 0 0 0;
    padding: 0 20px 0 0px;
    overflow-y: scroll;
    height: 290px;
    text-align: left;
}

.arrow-box {
}

.price-box-green .price-box-1 {
}

.price-box-green .arrow-box {
}

.pricing-tabs {
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex-direction: column;
}

.pricing-tabs li {
    padding: 15px 25px;
    border-radius: 5px;
    background: #fff;
    color: #a9a4a4;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 93% 0, 100% 33%, 100% 100%, 0 100%, 0% 50%);
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 4;
}

.pricing-sec {
    padding: 70px 0;
    background: url(../images/new-pages/pricing/price-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-price-6 .row {
    justify-content: center;
}

.pricing-sec li.active {
    background: #25a08c;
    color: #fff !important;
    border-color: #25a08c !important;
}

.pricing-sec-logos {
    padding-bottom: 0;
}

.review-sec .testi-details {
    text-align: left;
    margin: 0 0 40px 0;
}

.review-sec .star-img {
    display: block;
}

.review-sec .testi-details p {
    height: 150px;
    margin: 0 0 20px 0;
    overflow-y: scroll;
    padding-right: 20px;
}

.review-sec h4 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.review-sec h3 {
    color: #333333;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    padding: 20px 0px 40px 0;
}

.dropdown-box {
    position: absolute;
    background: #f3f3f3;
    padding: 20px 20px 0px;
    display: none;
    transition: 0.5s;
    width: 190px;
}

ul.main-menu li {
    position: relative;
}

.dropdown-box-list li a {
    color: #000;
    padding: 0 0 20px 0;
}

ul.main-menu li:hover .dropdown-box {
    display: block;
}

.main-header .header-btn a {
    margin-left: auto;
    display: table;
}

.menuWrap {
    position: relative;
    top: 10px;
}

.port-img-txt p {
    font-size: 14px;
    text-align: center;
    white-space: break-spaces;
    color: #fff;
}

.social-icons a img {
    filter: invert(55%) sepia(55%) saturate(540%) hue-rotate(121deg) brightness(99%) contrast(87%);
    width: 55% !important;
}

.home-page-sec-ghostwriter .brand-logos {
    margin-bottom: 0;
}

.our-writer-sec {
    padding: 50px 0 0;
    background: #000;
}

.writers-tab ul {
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.writers-tab ul li {
    width: 33.33%;
    transition-duration: 1s;
}

.writers-tab ul li a {
    border: 0 !important;
    background: 0 0 !important;
    transition-duration: 1s;
}

.writer-img-bx {
    position: relative;
    margin-bottom: 55px;
    transition-duration: 1s;
}

.writers-tab ul li img {
    width: 100%;
}

.writers-tab ul li.active .writer-txt-tb, .writers-tab ul li:hover .writer-txt-tb {
    height: 150px;
    transition-duration: 1s;
    background: -webkit-linear-gradient(0deg, rgb(37 160 140) 0, rgb(37 160 140) 100%);
}

.writer-txt-tb {
    background-color: #fff;
    box-shadow: 0 0 27.55px 1.45px rgb(0 0 0 / 8%);
    padding: 25px 20px;
    position: absolute;
    bottom: -30px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition-duration: 1s;
    height: 60px;
    overflow: hidden;
}

.writer-txt-tb h3 {
    font-size: 15px;
    font-weight: 700;
    color: #01213f;
}

.writers-tab ul li.active .writer-hd-p {
    display: block;
    transition-duration: 1s;
}

.writer-txt-tb p {
    color: #ffff;
    font-size: 14px;
    margin-top: 20px;
    transition-duration: 1s;
    line-height: 24px;
}

.writier-tb-inr-img:before {
    content: '';
    background: 0 0;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid #8079a1;
}

.writier-tb-inr-img {
    position: relative;
}

.writier-tb-inr-img img {
    width: 80%;
    position: relative;
    top: -20px;
}

.writer-tb-inr-txt {
    padding-left: 25px;
}

.writer-tb-inr-txt h2 {
    font-size: 35px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 15px;
}

ul.quick-info {
    padding-top: 20px;
}

ul.quick-info li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

ul.quick-info li label {
    width: 135px;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 15px 0;
}

.summary.box {
    padding-top: 50px;
}

.summary.box h4 {
    font-size: 34px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
    border-bottom: 2px solid;
    padding-bottom: 4px;
}

.summary.box ul {
    padding: 20px 0;
}

.summary.box li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}

.summary.box li .dtl-writers {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    width: 40%;
    padding: 0 0 20px 0;
}

.summary.box li .dtl-writers-rate {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.skills.summary.box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 58%;
}

.skills.summary.box ul li {
    width: 30%;
    line-height: 28px;
    color: #190c58;
    font-family: "Frank Ruhl Libre", serif !important;
    font-weight: 500;
}

.skills.summary.box ul li i {
    margin-right: 9px;
}

.writer-inr-tb-sec .col-sm-12 {
    display: flex;
}

section.writer-inr-tb-sec {
    background: #f2f2f2;
    padding: 80px 0px;
}

.writer-tb-inr-txt p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.experties.summary.box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 75%;
}

.experties.summary.box ul li {
    width: 25%;
    line-height: 28px;
    color: #190c58;
    font-weight: 500;
}

.experties.summary.box ul li {
    padding: 0 0 20px 0;
}

.experties.summary.box ul li i {
    padding: 0px 10px 0 0;
}

.static_part_area1_ul {
    padding-left: 10px;
}

.static_part_area1_ul li {
    background: url(../images/bullets.png) no-repeat 0px 3px / 14px;
    padding-left: 21px;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333333;
}

.new_h6 {
    margin-bottom: 30px !important;
}

ul.hire-list.services-page-ul {
    display: table;
}

.new-dd-box {
    position: absolute;
    width: 600px;
    background: transparent;
    transform: scale(0);
    transition: 0.5s;
    top: 45px;
    left: -125px;
    padding-top: 30px;
    padding-right: -1px;
}

ul.new-dd-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 23px 20px 20px;
}

ul.new-dd-list li {
    width: 33%;
}

ul.new-dd-list li a {
    padding: 15px 0 15px 10px;
    font-size: 14px;
    color: #000 !important;
    display: flex;
    align-items: center;
}

ul.new-dd-list li img {
    padding: 0 22px 0 0;
    vertical-align: middle;
}

li.dd-link:hover a {
    color: rgb(37, 160, 140);
}

ul.new-dd-list li a:hover {
    color: rgb(37, 160, 140) !important;
}

ul.new-dd-list:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

ul.new-dd-list:after {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -33px;
    right: 0;
    left: 170px;
    margin: auto;
    color: #fff;
    font-size: 50px;
}

ul.new-dd-list li a:hover {
    color: rgb(37, 160, 140);
}

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

li.dd-link:hover {
    background: transparent;
    color: rgb(37, 160, 140);
}

li.dd-link {
    padding: 15px 10px 15px 10px !important;
}

li.dd-link.design-serv-nav-st li.dd-link.web-dev-nav {
    padding: 0 !important;
}

li.dd-link i {
    position: relative;
    right: -7px;
}

section.review-sec {
    padding: 50px 0;
}

.privacy-banner {
    align-items: center;
}

li.dd-link.web-dev-nav .new-dd-box {
    width: 300px;
}

li.dd-link.design-serv-nav-st .new-dd-box {
    width: 490px;
}

li.dd-link.web-dev-nav .new-dd-box li {
    width: 50%;
}

li.dd-link.design-serv-nav-st .new-dd-box li {
    width: 50%;
}

.main-menu li a:hover {
    color: rgb(229 126 33);
}

.design-serv-new-cta-sec .col-md-7.cta-mcol-st {
    width: 100%;
    max-width: 100%;
}

li.dd-link.design-serv-nav-st .new-dd-box li ul.new-dd-list {
    display: none;
}

li.dd-link.design-serv-nav-st .new-dd-box li:hover ul.new-dd-list {
    display: block;
}

li.dd-link.design-serv-nav-st .new-dd-box li:hover .new-dd-box {
    left: 210px;
    top: -8px;
}

li.dd-link.design-serv-nav-st .new-dd-box li .new-dd-box {
    width: 205px;
    left: 210px;
    top: -8px;
}

li.dd-link.design-serv-nav-st .new-dd-box li:hover .new-dd-box li {
    width: 100%;
}

li.dd-link.design-serv-nav-st .new-dd-box li:hover .new-dd-box::after {
    display: none;
}

li.dd-link.design-serv-nav-st .new-dd-box li ::after {
    display: none;
}

li.dd-link.design-serv-nav-st .new-dd-box li ::before {
    box-shadow: 2px 2px 20px 1px #00000012;
}

li.dd-link.design-serv-nav-st .new-dd-box li:hover i {
    transform: rotate(-90deg);
    transition: all .5s ease-in-out;
}

li.dd-link.design-serv-nav-st .new-dd-box li i {
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    right: 30px;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    display: block;
    z-index: 9999;
    top: 23px;
    right: 20px
}

.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 16px;
    transition: all .3s ease-out
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    display: block;
    z-index: 9999;
    top: 30px;
    right: 20px;
    display: none
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #000;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease
}

.menu-icon__line-left {
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.menu-icon__line-right {
    width: 0;
    float: right;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.menu-icon:hover .menu-icon__line-left, .menu-icon:hover .menu-icon__line-right {
    width: 30px
}

span.menu_mm {
    color: #11ef93;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: none
}

body.nav-active span.menu-icon__line.menu-icon-right {
    display: none
}

.nav-fix-st {
    position: fixed;
    z-index: 999;
    right: 0
}

.nav:after, .nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgba(20, 21, 26, .6);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s
}

.nav:after {
    background-color: #09090c;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3)
}

.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.nav__content {
    position: relative;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 0;
    text-align: left;
    z-index: 9
}

.nav__list {
    padding: 0;
    margin: 0;
    z-index: 99
}

.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    margin-top: 0;
    margin-bottom: 0
}

.nav__list-item a {
    position: relative;
    text-decoration: none;
    color: #ffff;
    overflow: hidden;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    z-index: 2;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 15px
}

.nav__list-item a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 0;
    opacity: 0;
    background-color: #6f4cff;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list-item a:hover:after {
    height: 100%;
    opacity: 1;
    top: 0
}

.nav__list-item a:hover {
    color: #fff
}

.nav__list-item.active-nav a {
    color: #fff
}

.nav__list-item.active-nav a:after {
    height: 100%;
    opacity: 1;
    top: 0
}

body.nav-active .nav__content {
    visibility: visible;
    width: 315px;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px
}

body.nav-active .menu-icon__line-left {
    width: 30px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
    transform: translate(-4px, 10px) rotate(45deg)
}

body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg)
}

body.nav-active .menu-icon:hover .menu-icon__line-left, body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 30px
}

body.nav-active .nav:after, body.nav-active .nav:before {
    width: 320px;
    height: 100%;
    border-radius: 0;
    right: 0;
    top: 0
}

body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

body.nav-active .nav__list-item:nth-child(11) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.nav:after {
    background-color: #09090c;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgb(16 16 16 / 30%)
}

.nav:after, .nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: #000 border-bottom-right-radius:200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s
}

.head_top .navbar.navbar-defult .drop-down-main-col ul li a:hover img {
    filter: invert(1)
}

ul.menu_dd {
    padding-left: 20px;
    display: none;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.menu_dd.mrkt-st {
    height: auto;
}

.content-page {
    padding: 70px 0px;
}

.content-page p {
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    margin: 0px 0px;
}

h5.sub-heading {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

.content-page a {
    color: #000000;
}

.content-page ul li {
    padding: 0 0 10px 0;
    line-height: 28px;
    list-style: disc;
}

.content-page ul {
    padding: 20px 0px;
    padding-left: 0px;
}

.content-page ul li i {
    font-size: 6px;
    display: none;
}

ul.categories-head-list li {
    color: #333333;
    font-size: 15px;
    padding: 0 0 15px 0;
}

.categories-head-list li {
    color: #333333;
    font-size: 15px;
    padding: 0 0 15px 0;
}

.categories-head-list li i {
    padding: 0 10px 0 0;
}

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

.testi-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    margin: 0 0 60px 0;
}

.testi-tab li {
    cursor: pointer;
    padding: 0 0 15px 0;
}

section.testi-sec-new strong {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    display: table;
    margin: auto;
}

section.testi-sec-new h4 {
    color: #333333;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    padding: 20px 0px 40px 0;
}

section.testi-sec-new h2 {
    color: #333333;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    padding: 20px 0px 40px 0;
}

ul.testi-tab li.active {
    position: relative;
    border-bottom: 3px solid #25a08c;
    transform: scale(1.2);
}

.thank_banner {
    background-repeat: no-repeat;
    background-size: cover !important;
    align-items: center;
}

.thank_cta {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.thank_cta li a {
    color: #ffff;
}

.thank_cta li i {
    color: #fff;
    padding: 0px 5px;
}

.main-header .header-btn a:hover {
    background-color: #e47d21;
}

.inner-banner-cta li:nth-child(1) a:hover {
    background-color: #757e8e;
}

.inner-banner-cta li:nth-child(2) a:hover {
    background-color: #25a08c;
}

.banner-form button:hover {
    background-color: #e67e21;
}

section.ficton-cta.home-cta .row {
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.ficton-cta.home-cta .col-md-4 {
    display: none;
}

section.ficton-cta.home-cta .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.ficton-cta.home-cta ul.inner-banner-cta {
    justify-content: center;
    padding-top: 20px;
}

section.ficton-cta.home-cta {
    padding: 30px 0;
}

section.folio-sec {
    padding: 40px 0 40px;
}

section.ficton-cta {
    padding: 30px 0 !important;
}

section.ficton-cta .col-md-4 {
    display: none;
}

section.ficton-cta .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

section.ficton-cta ul.inner-banner-cta {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
}

section.ficton-cta.bk-new-cta-sec .cta-head p {
    margin: 0 auto;
    padding-bottom: 10px;
}

.extra-link-sec {
    padding: 80px 0;
    position: relative;
}

.extra-link-sec .extra-link-txt h2 {
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
}

.extra-link-sec .extra-link-txt h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
}

.extra-link-sec .extra-link-txt p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    padding-bottom: 30px;
    color: #fff;
}

.extra-link-sec .extra-link-txt a {
    padding: 17px 25px;
    border-radius: 25px;
    color: #fff;
    transition: all .5s ease-in-out;
    background-image: -moz-linear-gradient( -176deg, rgb(255,0,173) 1%, rgb(255,0,9) 100%);
    background-image: -webkit-linear-gradient( -176deg, rgb(255,0,173) 1%, rgb(255,0,9) 100%);
    background-image: -ms-linear-gradient( -176deg, rgb(255,0,173) 1%, rgb(255,0,9) 100%);
}

.extra-link-sec .extra-link-txt a:hover i {
    left: 5px;
}

.extra-link-sec .extra-link-txt a i {
    position: relative;
    transition: all .5s ease-in-out;
    left: 0;
}

.extra-link-sec:before {
    content: '';
    background: url(../images/new-sec-img/image-4.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    box-shadow: 2px 2px 20px 0px #0000003d;
}

.extra-link-sec:after {
    content: '';
    background: url(../images/new-sec-img/image-5.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    box-shadow: 2px 2px 20px 0px #0000003d;
}

.extra-link-sec .col-sm-6:nth-child(2) h2, .extra-link-sec .col-sm-6:nth-child(2) h3, .extra-link-sec .col-sm-6:nth-child(2) p {
    color: #fff;
}

.extra-link-sec .col-sm-6:nth-child(2) a {
    background: #fff;
    color: #00101f;
}

.extra-link-sec .col-sm-6:nth-child(2) .extra-link-txt {
    padding-left: 30px;
}

.overlay-extra1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(37 160 140 / 80%);
}

.overlay-extra2 {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(227 125 33 / 80%);
}

.extra-link-txt {
    text-align: center;
    padding: 0 20px;
}

.extra-link-sec .inner-banner-cta li:nth-child(1) a {
    background: rgb(255 255 255);
    color: #000;
}

.extra-link-sec .inner-banner-cta li:nth-child(1) a:hover {
    background: #e37d21;
    color: #fff;
}

section.inner-banner ul.inner-banner-cta {
    margin-bottom: 30px;
}

.home-ghost-slider-box img {
    width: 33%;
}

.extra-link-txt1 .inner-banner-cta li:nth-child(1) a:hover {
    background: #e37d21;
    color: #fff;
}

.extra-link-txt1 .inner-banner-cta li:nth-child(1) a {
    background: #fff;
    color: #000;
}

.extra-link-txt1 .inner-banner-cta li:nth-child(1) a i {
    background: rgb(37, 160, 140);
    color: #fff;
}

.brandlogo-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-div img {
    margin: 0 auto;
    display: table;
}

.brandlogo-slider {
    margin-bottom: 20px;
}

section.ghostwriter-new-sec.home-page-sec-ghostwriter {
    padding: 40px 0;
}

section.ghostwriter-new-sec.home-page-sec-ghostwriter .brandlogo-slider {
    margin: 0;
}

.service__text {
    padding-top: 10px
}

.single__service {
    background: #fff;
    box-shadow: 0 20px 40px rgba(16, 0, 71, .1);
    padding: 50px 25px;
    border-radius: 5px
}

.single__service:hover .service__icon a {
    color: #fff;
    background: #6639ff;
    border-color: #6639ff
}

.single__service h4 {
    margin-top: 8px;
    margin-bottom: 16px
}

@media(max-width: 767px) {
    .single__service h4 {
        margin-top: 15px
    }
}

.single__service p {
    margin-bottom: 30px
}

.service__icon a {
    height: 96px;
    width: 96px;
    text-align: center;
    line-height: 92px;
    border: 2px solid #6639ff;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    color: #6639ff;
    line-height: 100px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.service__btn {
    height: 50px;
    border: 1px solid #6639ff;
    display: inline-block;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 30px;
    color: #040021;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.service__btn:hover {
    color: #fff;
    background: #6639ff;
    border-color: #6639ff
}

.service__btn i {
    font-size: 15px;
    margin-right: 15px
}

@media(max-width: 767px) {
    .service-box-area {
        padding-top: 60px;
        padding-bottom: 20px
    }
}

@media(max-width: 767px) {
    .service-box-area-main {
        padding-top: 90px
    }
}

.service-box-content {
    padding: 0 30px 25px;
    box-shadow: 20px 10px 30px rgba(16, 0, 71, .07);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .service-box-content {
        padding: 0 25px 25px
    }
}

@media(max-width: 767px) {
    .service-box-content {
        padding: 0 25px 20px
    }
}

.service-box-content:hover {
    background: #8500d1
}

.service-box-content:hover i {
    background: #fff
}

.service-box-content:hover h4 {
    color: #fff
}

.service-box-content:hover p {
    color: #fff
}

.service-box-content.st-1:hover {
    background: #bf1323
}

.service-box-content.st-3 {
    box-shadow: none;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px 0px #00000026;
    padding: 20px 20px;
    border-radius: 8px;
}

.service-box-content.st-3:hover {
    background: 0 0;
    box-shadow: 2px 2px 10px 0px rgb(37 160 140);
}

.service-box-content.st-3:hover .service-box-content-icon i {
    background: rgb(37 160 140);
    border-radius: 50%;
    border-color: rgb(37 160 140 / 80%);
}

.service-box-content.st-3:hover .service-box-content-icon i img {
    filter: invert(1)
}

.service-box-content.st-3:hover h4 {
    color: rgb(37 160 140);
}

.service-box-content.st-3:hover p {
    color: rgb(37 160 140 / 80%);
}

.service-box-content.st-3 .service-box-content-icon {
    float: left;
    margin-right: 12px;
}

.service-box-content.st-3 .service-box-content-icon i {
    color: #040021;
    width: 70px;
    height: 70px;
    background: 0 0;
    line-height: 78px;
    border-radius: 0 50% 50% 50%;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-box-content.st-3 .service-box-content-text {
}

.service-box-content.st-3 .service-box-content-text h4 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.service-box-content-icon i {
    font-size: 40px;
    color: #8500d1;
    width: 78px;
    height: 78px;
    background: #f8ecff;
    text-align: center;
    line-height: 78px;
    border-radius: 0 0 50% 50%;
    display: inline-block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.service-box-content-icon.st-1 i {
    color: #bf1323;
    background: #f1f4fe
}

.service-box-content-text h4 {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px
}

.service-box-content-text p {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

section.service-box-area {
    padding: 50px 0;
}

.service-box-area h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
}

.service-box-area .section-title p {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
}

.service-box-area .section-title {
    padding-bottom: 40px;
}

.service-box-content p {
    font-size: 14px;
    line-height: 25px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1px;
}

section.service-box-area .col-lg-4.col-md-6:nth-child(n+3) {
}

section.service-box-area .col-lg-4.col-md-6:nth-child(n+3) .service-box-content {
    margin-bottom: 0;
}

.port-slider .slick-dots li {
    width: auto;
    margin: 0 9px;
}

.port-slider .slick-dots {
    width: 100%;
}

.port-slider .slick-list.draggable {
    padding-top: 20px;
}

@media (max-width: 767px) {
    ul.thank_cta li {
        margin: 0 0 20px;
    }

    .thank_cta {
        display: table;
        justify-content: center;
        column-gap: 30px;
        margin: auto;
    }
}

.ftr-btn-st-dm {
    display: flex;
    align-items: center;
}

.ftr-btn-st-dm a.dmca-badge {
    margin-left: 15px;
}

.home-banner .inner-head h1 span {
    display: block;
    font-size: 60px;
    font-weight: 700;
    border-radius: 70px;
    background: rgb(116 126 143);
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0px 20px;
    border: 1px solid white;
}

.home-banner .inner-head p {
    text-align: center;
    width: 70%;
    margin: auto;
}

ul.inner-banner-cta li a {
}

.bnr-cl-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    top: 85px;
}

.rating-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-list ul li {
    width: 25%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -45px;
}

.rating-box {
    text-align: center;
    padding: 20px 20px;
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 1px 2px 18px 0px #0000003d;
}

.rating-list ul li:nth-child(1) {
    margin-left: 0;
}

.rating-list ul li:nth-child(4) {
    margin-right: 0;
}

.rating-img {
    border-radius: 50%;
    background-color: rgb(56 163 140);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: 20px;
}

.rating-box h2 {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
}

.rating-box h4 {
    color: #333333;
    font-size: 16px;
}

.rating-sec {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.home-banner .inner-head ul.inner-banner-cta li:nth-child(1) a {
}

.home-banner .inner-head ul.inner-banner-cta li:nth-child(1) a:hover {
    background: #e57e21;
}

.main-header .inner-banner-cta .tel-btn {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: rgb(116 126 143);
}

.inner-banner-cta .tel-btn i {
    margin-left: 8px;
}

.inner-banner-cta .tel-btn img {
    margin-right: 8px;
}

.logo img {
    filter: invert(1) brightness(100);
    width: 200px;
}

.main-header .inner-banner-cta .tel-btn:hover {
    background: #000;
}

.new-sucess-sec .sucess-img {
    clip-path: polygon(53% 0, 100% 0, 100% 23%, 100% 100%, 0 100%, 0 30%);
    width: 125%;
}

.counter-div-st {
    width: 97px;
    height: 97px;
    background: #25a08c;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.cta-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 4rem;
    height: 395px;
}

.cta-new-side-img img {
    width: 100%;
    margin-top: -60px;
}

.cta-sec .row {
    align-items: center;
}

.cta-txt h2 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    line-height: 58px;
    text-transform: capitalize;
}

.cta-new-btn {
    margin-bottom: 0;
}

.inner-banner-cta.cta-new-btn li:nth-child(2) a {
    background-color: #fff;
    z-index: 1;
    position: relative;
    color: #000;
}

.inner-banner-cta.cta-new-btn li:nth-child(2) {
}

.inner-banner-cta.cta-new-btn li:nth-child(2) a:before {
}

ul.inner-banner-cta.cta-new-btn .tel-btn {
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

ul.inner-banner-cta.cta-new-btn .tel-btn img {
    width: 14px;
}

ul.inner-banner-cta.cta-new-btn {
    justify-content: flex-start;
}

.cta-sec:before {
}

.portfolio-sec-new {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.portfolio-sec-new .row {
    align-items: flex-start;
}

section.portfolio-sec-new.testi-new-sec .row {
    align-items: center;
}

.hd-txt h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.portfolio-sec-new h2 {
    color: #333;
    padding-bottom: 10px;
}

.hd-txt p {
    font-size: 14px;
    line-height: 28px;
}

.portfolio-sec-new .inner-banner-cta {
    justify-content: flex-start;
}

.prev-arrow:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    bottom: auto;
    margin: auto;
    z-index: 1;
    border-radius: 60%;
    font-size: 25px;
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
}

.prev-arrow {
    position: absolute;
    top: 35%;
    bottom: 0;
    margin: auto;
    display: flex;
    background: #000;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -140px;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.prev-arrow:hover {
    background: #ce711e;
}

.next-arrow:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    bottom: auto;
    margin: auto;
    z-index: 1;
    border-radius: 60%;
    font-size: 25px;
    top: auto;
    margin: auto;
    left: 6px;
    right: 0;
}

.next-arrow {
    position: absolute;
    top: 75%;
    bottom: 0;
    margin: auto;
    display: flex;
    background: #25a08c;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -140px;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.portfolio-sec-new .next-arrow:hover {
    background: #ce711e;
}

.new-portfolio-slider .slick-list.draggable {
    width: 180%;
}

section.portfolio-sec-new.testi-new-sec .prev-arrow:before {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.portfolio-sec-new.testi-new-sec .next-arrow:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marque-st {
    font-size: 260px;
    width: 300%;
    margin: 0 auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #eaeaea;
    position: absolute;
    top: 250px;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
}

.about-section {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.about-section .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.about-section .hd-txt h2 span {
    color: #38a38c;
}

.about-section .hd-txt h4 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.about-section .hd-txt h2 {
    padding: 8px 0;
}

.inner-div-about {
    align-items: center;
}

.about-bx-txt h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
    padding-bottom: 30px;
}

.about-bx-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    padding-bottom: 40px;
}

.about-bx-txt ul.inner-banner-cta {
    justify-content: flex-start;
    margin-bottom: 0;
}

.inr-about-side-img img {
    width: 100%;
}

.inner-div-about2 .about-bx-txt {
    padding-left: 30px;
}

.about-logo-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    width: 80%;
}

section.story-sec.story-new-sec {
    background: url(../images/new-home-pg/story-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.awards-new-sec {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.award-list-st ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.award-list-st ul li {
    width: 50%;
    text-align: center;
}

.awards-new-sec .row {
    align-items: center;
}

section.cta-sec.cta-sec-new.cta-sec-new2 {
}

section.cta-sec.cta-sec-new.cta-sec-new2 {
}

.cta-sec-new2:before {
    content: '';
    background: url(../images/new-home-pg/cta-bg2.jpg);
}

.testi-sec-new {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.testi-sec-new .row {
    align-items: flex-start;
}

.testi-sec-new .inner-banner-cta {
    justify-content: flex-start;
}

.new-testi-slider .slick-list.draggable {
    width: 180%;
}

.testi-box {
    padding: 50px 20px;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.testi-box h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 20px;
}

.testi-box h3 spa {
    display: block;
    font-size: 15px;
}

.testi-box p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 22px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.new-testi-slider .prev-arrow::before, .new-testi-slider .next-arrow::before {
    width: 40px;
    height: 40px;
    left: -55px;
    font-size: 20px;
}

.new-testi-slider .next-arrow::before {
    top: 70px;
}

.new-testi-slider .slick-current {
}

.new-testi-slider .slick-current .testi-box {
    background: #38a38c;
}

.new-testi-slider .slick-current .testi-box h3, .new-testi-slider .slick-current .testi-box p {
    color: #fff;
}

.inner-banner .bnr-cl-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    position: relative;
    top: 0;
}

.inner-head h1 span {
    font-size: 60px;
    font-weight: 700;
    border-radius: 70px;
    background: #757e8e;
    text-align: center;
    margin: 6px auto 0;
    padding: 2px 18px;
}

.bk-writing-pg-ghost-sec-new .fiction-img {
    clip-path: polygon(53% 0, 100% 0, 100% 23%, 100% 100%, 0 100%, 0 30%);
    width: 125%;
}

.bk-writing-pg-ghost-sec-new h4 span {
    font-size: 45px !important;
    color: #38a38c !important;
}

.bk-writing-pg-ghost-sec .news-head h4 {
    font-size: 45px;
}

.bk-story-sec-new {
    background: url(../images/new-home-pg/story-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bk-story-sec-new .bk-stry-bx-img {
    border-radius: 50%;
    background-color: rgb(56 163 140);
    width: 147px;
    height: 147px;
    margin-top: -100px;
    margin-bottom: 30px;
}

.bk-story-sec-new .story-list-col-bk {
    padding-top: 55px;
}

.genre-bk-box {
    background: #f3f3f3;
    padding: 20px 0;
    clip-path: polygon(30% 0, 100% 0, 100% 35%, 100% 100%, 0 100%, 0% 35%);
}

.bk-gnre-sec-new .genre-list li {
    width: 100%;
}

.genre-bk-box img {
    filter: invert(1);
}

.genre-bk-box:hover {
    background: #4fa78e;
}

.genre-bk-box:hover img {
    filter: none;
}

.process-new-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 23vw;
    height: 19vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
}

.process-new-box p {
    width: 55%;
}

.process-new-box h4 {
    font-size: 1vw;
    font-weight: bold;
    padding-bottom: 15px;
}

.process-new-box p {
    font-size: 0.8vw;
    line-height: 20px;
    white-space: break-spaces;
    min-height: 220px;
}

.process-new-box span {
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3.3vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: bold;
}

.bk-proces-new-sec .row {
    justify-content: center;
}

section.wikipedia-pages-inner-sec {
    padding: 80px 0;
    background: url(../images/new-pages/wikipedia/inner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-bottom: -38px;
}

.inner-text-st .hd-txt {
    text-align: center;
    padding-bottom: 60px;
}

.hd-txt-inner h4 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    padding-bottom: 20px;
    color: #333333;
}

.hd-txt-inner h4 span {
    color: #38a38c;
}

.hd-txt-inner p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.inner-text-st .inner-banner-cta {
    justify-content: flex-start;
}

section.wikipedia-pages-inner-sec .inner-col-1-wiki:nth-child(2) {
    padding: 40px 0;
}

.line-img-st-1 {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
}

.line-img-st-2 {
    position: absolute;
    top: 140px;
    right: 0;
}

.line-img-st-3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.inner-text-st .fiction-img {
    width: 128%;
}

section.wikipedia-pages-inner-sec .inner-col-1-wiki:nth-child(3) .fiction-img {
    position: relative;
    margin-left: -158px;
}

.wiki-serv-box {
    border-radius: 20px;
    background-color: rgb(243, 243, 243);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px 20px 20px;
    margin-bottom: 100px;
    transition: all .5s ease-in-out;
}

.wiki-bx-img {
    border-radius: 50%;
    background-color: #38a38c;
    width: 147px;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.wiki-serv-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
    padding-bottom: 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wiki-serv-box p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    min-height: 230px;
}

.serv-main-col-st .col-sm-4:last-child .wiki-serv-box {
    margin-bottom: 0;
}

.wikipedia-serv-sec-new {
    padding: 70px 0;
}

.wikipedia-serv-sec-new.inner-text-st .hd-txt {
    padding-bottom: 100px;
}

.wiki-serv-box:hover {
    background: #45a58d;
}

.wiki-serv-box:hover .wiki-bx-img {
    background: #f7f7f7;
}

.wiki-serv-box:hover .wiki-bx-img img {
    filter: invert(30%) sepia(19%) saturate(6587%) hue-rotate(123deg) brightness(93%) contrast(92%);
}

.wiki-serv-box:hover h3, .wiki-serv-box:hover p {
    color: #fff;
}

.extra-link-sec.wiki-new-page:before {
    content: '';
    background: url(../images/new-pages/wikipedia/detail-img-1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    box-shadow: 2px 2px 20px 0px #0000003d;
}

.extra-link-sec.wiki-new-page:after {
    content: '';
    background: url(../images/new-pages/wikipedia/detail-img-2.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    box-shadow: 2px 2px 20px 0px #0000003d;
}

ul.inner-banner-cta.inner-banner-cta1 a i {
    color: #ce711e !important;
    background: transparent !important;
}

ul.inner-banner-cta.inner-banner-cta1 a:hover {
    background: #25a08c !important;
}

ul.inner-banner-cta.inner-banner-cta1 a:hover i {
    color: #fff !important;
}

section.affordable-sec.bk-portfolio-new-sec.new-portfolio-sec {
    background: url(../images/new-pages/logo-design/portfolio-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -40px;
    padding: 70px 0;
}

.new-consultant-sec-logo .hd-txt span {
    color: #38a38c;
}

.new-consultant-sec-logo {
    background: url(../images/new-pages/logo-design/inner-bg-2.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: right top !important;
}

.new-consultant-sec-logo ul.inner-banner-cta {
    justify-content: flex-start;
}

.wiki-serv-box.logo-process-bx-new {
    margin-bottom: 0;
}

.wiki-serv-box.logo-process-bx-new p {
    min-height: 175px;
}

.wiki-serv-box.logo-process-bx-new span {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.wiki-serv-box.logo-process-bx-new h3 {
}

.wiki-serv-box.logo-process-bx-new:hover .wiki-bx-img span {
    color: #4fa78e;
}

section.seo-new-inner-sec.inner-text-st .fiction-img {
    width: 100%;
}

.seo-new-inner-sec {
    background: url(../images/new-pages/seo/inner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.seo-new-inner-sec .row:nth-child(1) {
    margin-bottom: 65px;
}

.hd-txt-inner ul {
    padding: 0;
    line-height: 28px;
    padding-top: 8px;
}

.seo-new-inner-sec .row {
    align-items: center;
}

.ghostwriting-story-sec-new .bk-story-bx {
    padding: 10px 15px 20px;
}

.ghostwriting-story-sec-new .bk-story-bx h4 {
    font-size: 18px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 23px;
}

.ghostwriting-story-sec-new .bk-story-bx p {
    font-size: 14px;
    height: 132px;
    overflow-x: hidden;
}

.ghostwriting-story-sec-new .bk-story-bx img {
    filter: none;
    width: auto;
}

.ghostwriting-story-sec-new .bk-story-bx:hover img {
    filter: invert(1);
}

.bk-story-hd-txt.pricing-inr-hd-txt {
    text-align: left;
}

.bk-story-hd-txt.pricing-inr-hd-txt h2 {
    text-align: left;
}

.bk-story-hd-txt.pricing-inr-hd-txt p {
    text-align: left;
    font-size: 14px;
}

.price-box:hover {
    background: #2a9e97;
}

.price-box:hover span, .price-box:hover strong, .price-box:hover li, .price-box:hover h4 {
    color: #fff;
}

.price-box:hover h4 {
    border-color: rgb(255 255 255 / 55%);
}

.pricing-tabs li:before {
    content: '';
    background: #aeaaaa;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.pricing-tabs li:after {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 95%;
    bottom: 0;
    width: 99%;
    margin: auto;
    clip-path: polygon(0 0, 93% 0, 100% 33%, 100% 100%, 0 100%, 0% 50%);
    z-index: -1;
}

.pricing-sec li.active:after, .pricing-sec li:hover::after, .pricing-sec li:hover::after {
    background: #009b98;
}

.pricing-sec li.active::before {
    background: #009b98;
}

.pricing-sec li.active:after, .pricing-sec li:hover {
    color: #fff;
}

.price-detail-col ul.inner-banner-cta a {
    padding: 15px 10px;
}

.price-detail-col ul.inner-banner-cta {
    border-top: 1px solid #e57e21;
    position: relative;
}

.price-box:hover ul.inner-banner-cta, .price-box:hover ul.inner-banner-cta span {
    border-color: rgb(255 255 255 / 55%);
}

.price-detail-col ul.inner-banner-cta span {
    position: absolute;
    left: 20px;
    right: 0px;
    margin: auto;
    display: flex;
    background: #cccbcb;
    width: auto;
    display: table;
    width: 1px;
    height: 55px;
    bottom: 0;
    top: auto;
}

.price-detail-col .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#myVideo {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home-banner:before {
    content: '';
    position: absolute;
    background: #1d767387;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.home-banner video {
    height: 100% !important;
    object-fit: cover;
}

.book {
    transform-style: preserve-3d;
    position: relative;
    height: 390px;
    display: flex;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.front, .back, .page1, .page2, .page3, .page4, .page5, .page6 {
    transform-style: preserve-3d;
    position: absolute;
    width: 240px;
    height: 100%;
    top: 0;
    transform-origin: left center;
    transition: transform .5s ease-in-out, box-shadow .35s ease-in-out;
}

.front, .back {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.front, .page1, .page3, .page5 {
    border-bottom-right-radius: .5em;
    border-top-right-radius: .5em;
}

.back, .page2, .page4, .page6 {
    border-bottom-right-radius: .5em;
    border-top-right-radius: .5em;
}

.page1 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page2 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page3 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page4 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page5 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page6 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-ghost-slider-box .bookBox .book:hover .front {
    transform: rotateY(-160deg) scale(1.0);
}

.home-ghost-slider-box .bookBox .book:hover .page1 {
    transform: rotateY(-150deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .page2 {
    transform: rotateY(-30deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .page3 {
    transform: rotateY(-140deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .page4 {
    transform: rotateY(-40deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .page5 {
    transform: rotateY(-130deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .page6 {
    transform: rotateY(-50deg) scale(1.0);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.home-ghost-slider-box .bookBox .book:hover .back {
    transform: rotateY(-20deg) scale(1.0);
}

.bookBox {
    transition: all .5s ease-in-out;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home-ghost-slider-box .bookBox .book:hover {
    justify-content: flex-end;
    transition: all .5s ease-in-out;
}

.bk-writing-pg-ghost-sec .row .col-sm-12.row.inner-col-1-wiki .fiction-img {
    width: 110%;
    margin-left: 0;
}

.wiki-serv-box p {
    overflow-x: hidden;
    overflow-y: auto;
}

.news-head-para-st {
    height: 320px;
    overflow-x: hidden;
}

.design-serv-img-st-inr.fiction-img {
    clip-path: none;
}

.line-img-st-1, .line-img-st-2, .line-img-st-3 {
    display: none;
}

.inner-banner-cta.cta-new-btn li:nth-child(2) a:hover {
    background: #25a08c;
    color: #fff;
}

.inner-banner-cta.cta-new-btn li:nth-child(3) a:hover {
    background: #fff;
    color: #000;
}

.inner-banner-cta.cta-new-btn li:nth-child(3) a:hover i {
    color: #000;
}

.inner-banner-cta.cta-new-btn li:nth-child(3) a:hover img {
    filter: invert(1);
}

.social-icons a:hover {
    background: #ce711e;
    color: #fff;
}

.social-icons a:hover i {
    color: #fff;
}

.social-icons a:hover img {
    filter: brightness(100);
}

ul.ftr-links li a:hover {
    color: #45a58d;
}

.ftr-social-links li:hover i {
    background: #ce711e;
    color: #fff !important;
}

ul.ftr-social li:hover a {
    color: #ce711e;
}

section.cta-sec.cta-sec-new.seo-cta-sec-st {
    margin-top: -50px;
}

body.nav-active .nav__list-item img {
    display: none;
}

section.bk-proces-new-sec.story-new-sec .news-head.news-head-2 h2 {
    text-align: center;
}

section.bk-proces-new-sec.story-new-sec .news-head.news-head-2 p {
    width: 60%;
    text-align: center !important;
    margin: 0 auto;
}

section.bk-proces-new-sec.story-new-sec .process-new-box p {
    min-height: 125px;
    line-height: 1.2vw;
}

section.bk-proces-new-sec.story-new-sec .process-new-box {
    width: 22vw;
    height: 17vw;
}

section.bk-proces-new-sec.story-new-sec .process-new-box h4 {
    line-height: 1.6vw;
    font-size: 0.90vw;
}

section.portfolio-sec-new.testi-new-sec .hd-txt p {
    padding-right: 100px;
}

.serv-main-col-st .col-sm-4:nth-child(n+3) .wiki-serv-box {
    margin-bottom: 0;
}

.extra-link-sec .inner-banner-cta li:nth-child(1) a:hover i {
    color: #fff;
}

.extra-link-sec .col-sm-6:nth-child(2) .extra-link-txt i {
    color: #ce711e;
}

.headr-btn-st {
    padding-left: 0;
}

@media (min-width: 1200px) and (max-width:1600px) {
    .home-about-head-2 {
        padding: 30px 80px !important;
        display: table;
        margin: auto;
    }

    .bookBox {
        transition: all .5s ease-in-out;
        width: 65%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    section.ficton-cta.bk-new-cta-sec .cta-head h2 {
        font-size: 36px;
    }

    section.ficton-cta.bk-new-cta-sec .cta-img img {
        width: 90%;
    }

    .home-about-head p {
        padding: 20px 0px;
    }

    .ghostwriter-new-sec {
        padding: 40px 0;
    }

    .port-slider li {
        width: 25%;
        text-align: center;
    }

    .news-head h4 {
        padding: 00000;
    }

    .news-head h2 {
        padding: 00000;
    }

    .sucess-sec {
        padding: 70px 0px !important;
    }

    section.ghostwriter-new-sec .inner-banner-cta {
        margin: 20px 0 0 0;
    }

    .home-about-head p {
        color: #666666;
        font-size: 15px;
    }

    .affordable-sec {
        padding: 70px 0px 175px;
    }

    .home-about-head h2 {
        font-size: 28px;
    }

    section.ghostwriter-new-sec .row {
        display: flex;
        align-items: center;
    }

    .port-list ul li {
        width: 22%;
    }

    .home-about-img img {
    }

    .home-about-head {
        padding: 0px 80px 0 !important;
    }

    .cta-img img {
    }

    .cta-img {
        bottom: 0;
    }

    .story-sec {
        padding: 50px 0px;
    }

    .contact-sec {
        margin-bottom: 50px;
    }

    .home-about-head {
        padding: 0px 80px 0 !important;
    }

    .non-fiction-head {
        margin: 30px 0 0 0;
    }
}

@media(max-width: 1550px) {
    section.bk-proces-new-sec.story-new-sec .process-new-box p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1199px) {
    .menu-icon {
        display: block;
        right: 55px;
        top: 35px;
    }

    .menu-icon__line {
        background: #fff;
    }

    .headr-btn-st {
        display: none;
    }

    .menuWrap {
        display: none;
    }

    .menu-Bar {
        display: none !important;
    }

    section.top-header {
        display: none;
    }

    .main-header {
        top: 15px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    section.home-about .row {
        flex-direction: column;
    }

    .home-about-head {
        padding: 20px 20px;
        text-align: center;
    }

    section.home-about .row .col-md-6 {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .home-about-head .inner-banner-cta {
        justify-content: center;
    }

    section.hire-sec .row {
        flex-direction: column-reverse;
    }

    section.hire-sec .row .col-md-6 {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .news-head-2 {
        text-align: center;
        padding: 20px 20px;
    }

    .hire-sec .news-head h2 {
        text-align: center;
    }

    .news-head-2 p {
        text-align: center !important;
        padding-bottom: 0 !important;
    }

    .hire-list li {
        justify-content: center;
    }

    section.story-sec .row {
        flex-wrap: wrap;
    }

    section.story-sec .row .col-md-3 {
        flex: 1 0 50%;
        max-width: 50%;
        margin-top: 60px;
    }

    .story-box-2::before {
        display: none;
    }

    .footer-sec .row .col-md-4, .footer-sec .row .col-md-2, .footer-sec .row .col-md-3 {
        max-width: 50%;
        flex: 1 0 50%;
        margin-bottom: 20px;
    }

    .footer-sec .row {
        padding-bottom: 0;
    }

    ul.ftr-social li a {
        font-size: 20px;
    }

    .home-ghost-head p br {
        display: none;
    }

    section.sucess-sec .row {
        flex-direction: column;
    }

    section.sucess-sec .row .col-md-5, section.sucess-sec .row .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sucess-img img {
        width: 100%;
    }

    .counter-sec-sucess {
        justify-content: center;
        margin-top: 30px;
    }

    section.folio-sec {
        padding-top: 0;
    }

    .home-banner .row {
        flex-direction: column;
    }

    .home-banner .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .home-img img {
        width: 80%;
        margin: 0 auto;
    }

    .home-banner {
        padding-top: 120px;
    }

    .home-banner .inner-head {
        text-align: center;
    }

    section.inner-banner.home-banner .inner-banner-cta {
        justify-content: center;
    }

    .home-banner .banner-form .row {
        flex-direction: inherit;
    }

    .port-slider .slick-dots li {
        width: auto;
        margin: 0 9px;
    }

    .port-slider .slick-dots {
        width: 100%;
    }

    .brandlogo-slider .row {
        flex-direction: column;
    }

    .ghostwriter-new-sec .row {
        flex-direction: column;
    }

    .ghostwriter-new-sec .row .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fiction-img img {
        width: 100%;
    }

    .news-head {
        height: 500px;
    }

    .gst-serv-list-new ul li {
        width: 50%;
        margin-top: 15px;
    }

    .gst-serv-list-new ul {
        flex-wrap: wrap;
    }

    section.ficton-cta ul.inner-banner-cta li {
    }

    .design-serv-new-cta-sec .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.detail-sec-inner-design-serv .row {
        flex-direction: column;
    }

    section.detail-sec-inner-design-serv .row .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .dtl-txt-iner-srv h3 {
        text-align: center;
        width: 100%;
    }

    .dtl-txt-iner-srv li {
        justify-content: center;
    }

    .consultant-sec .row {
        flex-direction: column;
    }

    .consultant-sec .row .col-sm-6 {
        max-width: 100%;
    }

    .consultant-sec .consultant-hd-txt {
        text-align: center;
    }

    .consultant-sec .consultant-hd-txt h2 {
        text-align: center;
    }

    .consultant-sec .consultant-hd-txt ul.inner-banner-cta {
        justify-content: center;
    }

    .inner-head h1 {
        font-size: 35px;
    }

    .range-sec-design-serv-pg .row {
        flex-direction: column;
        justify-content: center;
    }

    .range-sec-design-serv-pg .row .col-sm-7, .range-sec-design-serv-pg .row .col-sm-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .range-sec-design-serv-pg .row .col-sm-5 {
        margin-top: 50px;
        text-align: center;
    }

    .range-sec-design-serv-pg ul.inner-banner-cta {
        justify-content: center;
    }

    .range-lft-div h2 {
        text-align: center;
    }

    .range-lft-div p {
        text-align: center;
    }

    .range-circle-m-div {
        margin: 0 auto;
    }

    .bk-story-bx {
        padding: 40px 18px;
    }

    .bk-story-bx {
        padding: 40px 18px;
    }

    .bk-story-bx h5 {
        right: 8px;
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .bk-story-hd-txt h2 {
        font-size: 20px;
    }

    .design-serv-img-st-inr.fiction-img img {
        width: 75%;
        margin: 0 auto;
        display: table;
    }

    .bk-writing-pg-ghost-sec-new .fiction-img {
        width: 100%;
    }

    .bk-writing-pg-ghost-sec .row .col-md-6 {
        padding: 0;
    }

    .seo-new-inner-sec .row {
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    .wikipedia-serv-sec-new .row {
        justify-content: center;
    }

    .hd-txt-inner {
        text-align: center;
    }

    .bk-writing-pg-ghost-sec .row {
        justify-content: center;
    }

    .seo-new-inner-sec .col-sm-12 {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .seo-new-inner-sec .col-sm-12 .col-md-6 {
        padding: 0;
    }

    .new-consultant-sec-logo h4 {
        text-align: center;
    }

    section.wikipedia-serv-sec-new.inner-text-st.logo-process-sec-new {
        display: none;
    }

    section.affordable-sec.bk-portfolio-new-sec.new-portfolio-sec .col-md-4:nth-child(n+5) {
        display: none;
    }

    .main-header ul.inner-banner-cta {
        display: none;
    }

    .new-sucess-sec .sucess-img {
        width: 100%;
    }

    .inner-div-about2 .about-bx-txt {
        padding: 0 20px;
    }

    .counter-sec-sucess {
        column-gap: 20px;
        margin-bottom: 15px;
    }

    .inr-about-side-img img {
        margin: 20px 0;
    }

    .cta-sec-new2:before {
        height: 100%;
    }

    .home-banner .inner-head h1 span {
        font-size: 20px;
    }

    section.cta-sec.cta-sec-new.cta-sec-new2 {
        margin-top: 0;
    }

    .awards-new-sec {
        text-align: center;
    }

    .home-banner .inner-head p {
        width: 100%;
    }

    .bnr-cl-logo {
        display: none;
    }

    section.rating-sec {
        display: none;
    }

    .cta-new-side-img img {
        display: none;
    }

    .cta-txt h2 {
        font-size: 30px;
        line-height: 31px;
        text-align: center;
        color: #fff;
    }

    .inner-banner-cta {
        flex-wrap: wrap;
    }

    ul.inner-banner-cta.cta-new-btn .tel-btn {
        margin-top: 15px;
    }

    .hd-txt h2 {
        font-size: 35px;
        text-align: center;
        line-height: normal;
    }

    .new-portfolio-slider .slick-list.draggable {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .about-bx-txt h2 {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }

    .inner-div-about.inner-div-about2.row {
        flex-direction: column-reverse;
    }

    .new-testi-slider .slick-list.draggable {
        width: 100%;
        margin: 0;
    }

    .testi-box {
        margin: 0 !important;
    }

    .new-testi-slider .slick-list.draggable .slick-slide {
    }

    section.top-header {
        display: none;
    }

    .front, .back, .page1, .page2, .page3, .page4, .page5, .page6 {
        width: 180px;
    }

    .bookBox {
        width: 98%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    ul.genre-list li:nth-child(n+7) {
        margin-bottom: 50px;
    }

    .menu-icon__line {
        background: #fff;
    }

    section.story-sec .col-md-3:last-child .story-box {
        margin: 0;
    }

    .inner-serv-pg-st-sec .home-about-head-2 {
    }

    .inner-serv-pg-st-sec .home-about-head {
        padding: 50px 20px;
    }

    .inner-serv-pg-st-sec .home-about-img img {
        width: 100%;
        height: 100%;
    }

    .home-about-img {
        margin-top: 20px;
    }

    .overlay-extra1 {
        width: 100%;
        height: 50%;
    }

    .extra-link-sec .extra-link-txt h2 {
        font-size: 25px;
        line-height: initial;
    }

    .overlay-extra2 {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .extra-link-txt ul.inner-banner-cta {
    }

    .extra-link-sec .col-sm-6:nth-child(2) .extra-link-txt {
        padding-top: 50px;
    }

    .range-sec-logo-design .range-lft-div h4 {
        text-align: center;
    }

    .website-feature-new-serv .web-fea-boxes-st {
        flex-direction: column;
        text-align: center;
    }

    .dtl-txt-iner-srv h3 {
        width: 100%;
        text-align: center;
    }

    .inner-range-side-img img {
        width: 80%;
        margin: 0 auto;
        display: table;
    }

    .menu-Bar {
        display: none !important;
    }

    .menuWrap {
        display: none;
    }

    .menu-icon {
        display: block;
        right: 35px;
    }

    .bk-story-sec .story-list-col-bk {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bk-story-bx {
        margin-bottom: 100px;
    }

    .bk-writing-pg-ghost-sec-new h4 span {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    section.ficton-cta.bk-new-cta-sec .cta-head p {
        width: 100%;
    }

    .bk-process-list ul li {
        flex-direction: column;
        text-align: center;
    }

    .bk-process-txt {
        margin: 0;
        width: 100%;
    }

    .range-lft-div h2 {
        font-size: 20px;
        text-align: center;
        line-height: inherit;
    }

    .range-sec-design-serv-pg .col-sm-5 {
        display: none;
    }

    .price-hd-txt-design h2 {
        font-size: 20px;
    }

    .price-hd-txt-design p {
        margin-bottom: 20px;
    }

    .price-design-col {
        flex-wrap: wrap;
    }

    .price-design-ul-1 ul {
        text-align: center;
    }

    .price-design-ul-2 {
        text-align: center;
    }

    .pricing-design-img img {
        display: none;
    }

    a.design-price-call-img {
        text-align: center;
        margin: 10px auto;
        display: table;
    }

    .price-design-ul-3 ul.inner-banner-cta {
        flex-direction: inherit;
    }

    .price-design-ul-3 ul.inner-banner-cta a {
        font-size: 13px !important;
    }

    .consultant-sec .consultant-hd-txt h2 {
        font-size: 20px;
        text-align: center;
    }

    .consultant-hd-txt h4 {
        text-align: center;
    }

    .bus-hd-txt h2 {
        font-size: 20px;
    }

    .bk-process-side-img img {
        margin-bottom: 15px;
    }

    .bk-process-txt h4 {
        padding-top: 10px;
    }

    .ghst-hd-txt-new h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .gst-serv-list-new ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gst-serv-list-new ul li {
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }

    .gnre-bx-s-3.card h4 {
        font-size: 15px !important;
        line-height: inherit !important;
    }

    .ghostwriting-new-serv-sec {
        padding-top: 0 !important;
    }

    .testi-tab {
        flex-wrap: wrap;
        margin: 0;
    }

    .testi-tab li {
        width: 35%;
        text-align: center;
    }

    .testi-tab li {
        margin: 0 0 30px 0;
    }

    .testi-details {
        margin: 0 0 20px 0;
    }

    section {
        overflow: hidden;
    }

    section.ghostwriter-new-sec .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ftr-head-1 span::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 46px;
        height: 1px;
        bottom: 0;
        margin: auto;
        display: table;
        text-align: center;
        justify-content: center;
        top: 0;
        right: 0;
        bottom: -35px;
        left: 0;
    }

    h5.sub-heading {
        text-align: center;
    }

    .content-page ul li {
        text-align: center;
    }

    .genre-sec h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .ftr-social-links li {
        justify-content: center;
    }

    .new-dd-box {
        transform: scale(1);
        background: none;
        position: relative;
        width: 100%;
        top: 0;
    }

    .new-dd-box img {
        display: none;
    }

    ul.new-dd-list li a {
        padding: 9px 0px;
        font-size: 14px;
    }

    ul.new-dd-list {
        flex-wrap: inherit;
        display: block;
        overflow-y: scroll;
        height: 137px;
    }

    ul.new-dd-list li {
        border: none;
        width: 100%;
    }

    ul.new-dd-list::before {
        display: none;
    }

    li.dd-link:hover {
        background: none;
    }

    .writers-tab ul li {
        width: 50%;
    }

    .writer-inr-tb-sec .col-sm-12 {
        display: block;
    }

    .summary.box {
        padding-left: 20px;
    }

    .writers-tab ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .writers-tab ul li:hover .writer-txt-tb, .writers-tab ul li.active .writer-txt-tb {
        height: 210px;
    }

    .writer-txt-tb h3 {
        font-size: 12px !important;
    }

    .writer-txt-tb p {
        font-size: 12px !important;
    }

    .writer-txt-tb {
        padding: 25px 10px;
    }

    .writier-tb-inr-img img {
        margin: 0 auto;
        display: table;
    }

    .writer-tb-inr-txt {
        padding: 0;
    }

    .writer-tb-inr-txt h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 20px;
    }

    .writer-tb-inr-txt p {
        text-align: center;
    }

    .skills.summary.box ul {
        width: 98%;
    }

    .skills.summary.box ul li {
        width: 50%;
    }

    .experties.summary.box ul li {
        width: 50%;
    }

    .contact-form h4 {
        padding: 20px 0;
    }

    .pricing-tabs {
        flex-wrap: wrap;
    }

    .pricing-tabs li {
        margin: 0 3px 15px 0px;
    }

    span.phone-tel-img {
        display: none;
    }

    .inner-banner::before {
        position: absolute;
        content: "";
        background: #0000007d;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .review-sec .testi-details {
        text-align: center;
    }

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

    .brand-logos {
        margin: 0;
        display: n;
    }

    .news-head {
        text-align: center;
        padding: 20px 10px;
    }

    .genre-list li {
        width: 33%;
    }

    .folio-book {
        text-align: center;
    }

    .inner-banner {
        min-height: auto;
        padding: 108px 0 10px 0 !important;
        position: relative;
        z-index: 1;
    }

    .inner-head h5 {
        padding: 10px 0px;
    }

    .inner-head h1 {
        padding: 10px 0px;
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .ghostwriter-new-sec h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    section {
        padding: 30px 0px !important;
    }

    .about-sec .news-head {
        padding: 0;
        text-align: center;
    }

    .news-head p {
        text-align: center !important;
    }

    .inner-banner-cta {
        justify-content: center !important;
    }

    .ficton-cta {
        text-align: center;
        padding: 30px 0 0 0 !important;
    }

    ul.ftr-social {
        display: block;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    ul.ftr-social li a {
        padding: 20px 0px;
        font-size: 15px;
    }

    section.folio-sec .slick-slide img {
        width: 100%;
    }

    .port-slider li {
        text-align: center;
    }

    .slick-dots {
        padding: 10px 0 0;
    }

    header {
        z-index: 2;
    }

    header .header-btn a {
        display: none !important;
    }

    .logo img {
        max-width: 100%;
        filter: brightness(40.5);
    }

    .main-menu {
        display: grid;
    }

    .main-menu li a {
        padding: 0 0 10px 0;
        font-size: 14px;
    }

    .dropdown-box {
        display: block;
        position: relative;
        background: none;
        padding: 0 0 0 20px;
    }

    .dropdown-box-list li a {
        color: #fff;
    }

    .home-banner {
        min-height: auto;
        padding: 90px 0 40px 0 !important;
        position: relative;
        z-index: 1;
    }

    .inner-head {
        text-align: center !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .genre-sec h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h5 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .affordable-sec h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .home-banner::before {
        position: absolute;
        content: "";
        background: #000000b8;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .home-img {
        display: none;
    }

    p {
        font-size: 15px !important;
        line-height: 22px !important;
        text-align: center !important;
    }

    .inner-banner-cta li:nth-child(1) a {
        padding: 15px 20px;
        font-size: 14px;
    }

    .inner-banner-cta li:nth-child(1) a i {
        display: none;
    }

    .inner-banner-cta li:nth-child(2) a i {
        display: none;
    }

    .inner-banner-cta li:nth-child(2) a {
        padding: 15px 20px;
        font-size: 14px;
    }

    .home-banner .inner-banner-cta {
        justify-content: center;
        margin-bottom: 20px;
    }

    .fld-input input {
        margin: 0 0 20px 0;
    }

    .ghostwriter-new-sec {
        padding: 30px 0px 0;
    }

    .home-ghost-sec {
        padding: 30px 0px;
        text-align: center;
    }

    span {
    }

    .home-ghost-slider-box {
        display: block;
    }

    section.home-ghost-sec .slick-slide img {
        margin: 0 auto 20px;
    }

    .home-ghost-sec .home-ghost-head h3 {
        padding-bottom: 20px;
    }

    .home-ghost-sec .home-ghost-head h2 {
        padding-bottom: 20px;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    section.sucess-sec {
        padding: 30px 0px;
    }

    .home-ghost-head h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .news-head-2 {
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .news-head h4 {
        text-align: center;
        padding: 0;
    }

    .home-about-head h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    section.testi-sec-new h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .news-head h2 {
        text-align: center;
        padding: 0;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .counter-sec-sucess li strong {
        font-size: 17px;
    }

    .port-list ul li {
        width: 100%;
    }

    .port-list ul li p {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    section.ficton-cta h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    br {
        display: none;
    }

    .cta-img {
        display: none;
    }

    .home-cta {
        padding: 20px 0px 0;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .ficton-cta .inner-banner-cta {
        justify-content: center;
    }

    .home-about-head {
        padding: 20px;
        text-align: center;
    }

    .home-about-head .inner-banner-cta {
        justify-content: center;
    }

    .hire-sec {
        padding: 30px 0px;
        text-align: center;
    }

    .hire-sec .news-head h4 {
        text-align: center !important;
    }

    .hire-sec .news-head h2 {
        text-align: center !important;
    }

    .hire-list li {
        text-align: left !important;
        display: flex;
    }

    .story-sec {
        padding: 30px 0px 0;
    }

    .story-box::before {
        display: none;
    }

    .story-box {
        margin: 0 0 50px 0;
    }

    .testi-sec {
        padding: 0 0 20px 0;
    }

    .testi-sec h6 {
        padding: 20px 0 0 0;
    }

    .ftr-social {
        display: block;
        margin: auto;
        text-align: center;
    }

    .ftr-social li a {
        font-size: 20px;
        padding: 20px 0px;
    }

    .social-icons {
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .ftr-head-1 {
        text-align: center;
    }

    .ftr-head-1 span {
        margin-top: 20px;
    }

    ul.ftr-social-links {
        display: table;
        margin: auto;
    }

    .brand-logos {
        display: none;
    }

    .ghostwriter-new-sec p {
        padding-bottom: 20px;
        text-align: center !important;
    }

    .telephone-link {
        font-size: 25px;
    }

    .ghostwriter-new-sec h3 {
        text-align: center;
        margin: auto;
        display: table;
    }

    .our-writer-sec {
        background-color: #f2f2f2;
        margin: 0 0 0 0;
    }

    .home-ghost-box-inner p {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .port-slider li {
        width: 30%;
        margin: 0 5px;
    }

    .port-img-txt {
        display: none;
    }

    section.story-sec .news-head p {
        padding-bottom: 80px;
    }

    .main-header {
        padding-top: 15px;
        background: transparent;
        top: 0;
    }

    .service-box-content.st-3 {
        display: block;
    }

    .service-box-content.st-3 .service-box-content-icon {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .service-box-content.st-3 .service-box-content-text h4 {
        font-size: 17px !important;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .service-box-content p {
        height: max-content;
    }

    section.service-box-area .col-lg-4.col-md-6:nth-child(n+3) .service-box-content {
        padding-bottom: 25px;
    }

    .inner-head h1 span {
        font-size: 18px;
    }

    .story-list-col-bk .col-sm-4:last-child .bx-story-bx {
        margin-bottom: 0 !important;
        background: red;
        display: none;
    }

    .bk-gnre-sec-new {
        display: none;
    }

    .bk-proces-new-sec .row {
        flex-direction: column;
    }

    .bk-proces-new-sec {
        display: none;
    }
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*# sourceMappingURL=slick.min.css.map */
/* Reset Css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@charset "UTF-8";.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.hinge-2 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

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

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

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

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

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

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*custom check box */
.form-check.custom-check-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.form-check.custom-check-box input {
    border: 1px solid #8080806b;
    width: 20px;
    height: 20px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.form-check.custom-check-box label {
    color: #000000;
    padding-left: 18px;
}
.form-check.custom-check-box input {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 15px !important;
    margin: 0 !important;
}

.fld-input-contact .form-check.custom-check-box label {
    padding-bottom: 0;
}
/*custom check box */
