body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #ffffff;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

section {
    padding: 80px 0;
    clear: both;
    position: relative;
}

h1,
h2 {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 37px;
    font-weight: 600;
    position: relative;
}

p {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

img {
    max-width: 100%;
}

.our-banner {
    background: url("../images/banner.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center;
    text-align: center;
    padding-top: 110px;
}

header {
    position: fixed;
    z-index: 1;
    padding: 15px 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 0px;
    background: #FFF;
}

section.topbar {
    padding: 0;
    text-align: center;
    background-color: #ecbc03;
    display: table;
    width: 100%;
    overflow: hidden;
    min-height: 33px;
}

section.topbar h5 {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    padding: 7px 0;
    margin-bottom: 0;
}

.logo img {
    /*filter: invert(1);*/
}
.menu .phone img {
    filter: invert(1);
}

nav.navbar-expand-md.main-menu {
    display: table;
    margin-left: auto;
}

nav.navbar-expand-md.main-menu a {
    font-size: 31px;
    color: #4d5258;
    font-weight: 600;
    margin-left: 16px;
    position: relative;
    text-decoration: none;
}

nav.navbar-expand-md.main-menu a:before {
    content: "";
    background-image: url('../images/phone-circle.png');
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    left: -50px;
    bottom: -7px;
}

.our-banner h1 {
    color: #ffcf17;
    font-size: 47px;
    font-weight: 500;
    margin: 65px 0 25px;
    text-shadow: 2px 4px 2px black;
}

.our-banner h5 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-style: italic;
    font-family: 'Poppins';
    padding-right: 11%;
    position: relative;
}

.btn {
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border: 0;
    overflow: hidden;
    background-color: #e31e27;
}

.btn:before {
    content: "";
    width: 25px;
    height: 31px;
    background-color: #ecbc03;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-block a {
    margin: 0 10px;
}

.our-banner h6 {
    color: #ffffff;
    margin-top: 4em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

section.our-work {
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

section.our-work h2 {
    margin-bottom: 50px;
    position: relative;
}

section.our-work:after {
    content: "";
    height: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1410px;
    margin: auto;
    right: 0;
    z-index: -1;
    background-image: url('../images/border.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    top: 160px;
}

h2:before {
    content: "";
    width: 250px;
    height: 12px;
    background-color: #f8d85e;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.our-work .owl-nav {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
}

.our-work .owl-nav button.owl-prev {
    position: absolute;
    right: calc(100% + -2.2%);
}

.our-work .owl-nav button.owl-next {
    left: calc(100% + -2.3%);
    position: absolute;
}

.our-work .owl-nav i {
    background-color: #ff8682;
    font-size: 19px;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 8px solid #fff;
    line-height: 1.8;
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset !important;
}

.our-testimonial {
    background-image: url('../images/testimonials-bg.jpg');
    background-size: cover;
}

.owl-testimonial {
    padding: 3em 0 0;
}

.owl-testimonial .item {
    background-color: #faf9f8;
    padding: 25px;
    border: 3px solid #e3e2e1;
    padding-bottom: 50px;
}

html .container-lg {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}

.info-testi strong {
    display: block;
    font-size: 18px;
    font-family: 'Libre Baskerville', sans-serif;
    color: #064330;
    margin-top: 20px;
    margin-bottom: 15px;
}

.info-testi {
    font-size: 14px;
}

.info-testi p {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
    line-height: 1.6;
    min-height: 130px;
}

img.testimQuote {
    position: absolute;
    right: 20px;
}

.rev-thumbnail {
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 50px;
    position: absolute;
    left: 0;
}

.rev-thumbnail img {
    max-width: 100%;
}

.rev-info h4 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-bottom: 3px;
    padding-top: 10px;
    display: block;
    color: #064330;
}

.rev-info body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #ffffff;
}

nav.navbar-expand-md.main-menu {
    display: table;
    margin-left: auto;
    margin-top: 6px;
}

nav.navbar-expand-md.main-menu a {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-left: 16px;
    position: relative;
    text-decoration: none;
}
header .col-md-9 {
    display: flex;
    justify-content: end;
    align-items: center;
}

nav.navbar-expand-md.main-menu a:before {
    content: "";
    background-image: url('../images/phone-circle.png');
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    left: -50px;
    bottom: -7px;
}

.rev-thumbnail {}

.rev-thumbnail img {
    max-width: 100%;
}

.rev-info h4 {}

.rev-info h6 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 400;
}

.rev-info {
    position: relative;
    padding-left: 80px;
}

section.our-testimonial .btn-block {
    text-align: center;
    margin-top: 2em;
}

.btn-dark {
    background-color: #ff6d0b;
}

.helping-you {
    background-image: url('../images/yellow-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin: -20px 0;
    position: relative;
    z-index: 9;
}

section.helping-you .box {
    background-color: #fff;
    padding: 35px;
    box-shadow: 0px 0px 10px #00000038;
    border-radius: 6px;
    margin-bottom: 12px;
    min-height: 540px;
}

section.helping-you .box h4 {
    color: #000;
    font-size: 24px;
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}

section.helping-you .box p {
    font-size: 14px;
}

section.helping-you .box li {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    padding-left: 35px;
    position: relative;
}

section.helping-you .box li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url('../images/circle-check.png');
    background-repeat: no-repeat;
    background-position: center;
}

.stats {
    background-image: url('../images/stats-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 130px;
}

.stats:before {
    content: "";
    background-image: url('../images/stats-before.png');
    width: 250px;
    height: 212px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.stats:after {
    content: "";
    background-image: url('../images/stats-after.png');
    position: absolute;
    height: 230px;
    width: 200px;
    right: 2%;
    top: 0;
}

section.stats h3 {
    color: #fe6d0d;
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 49px;
    text-align: center;
    position: relative;
    z-index: 9;
}

section.stats h5 {
    color: #fff;
    text-align: center;
    font-family: 'Libre Baskerville', sans-serif;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 0;
}

section.stats h3:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background-image: url('../images/stats-circle.png');
    z-index: -1;
    background-repeat: no-repeat;
    right: 20px;
    top: -30px;
}

section.brand-logos {
    text-align: center;
}

.you-ready {
    background-image: url('../images/ready-bg.jpg');
    padding-bottom: 0;
    padding-top: 150px;
    z-index: 99;
}

.readybox {
    background-image: url('../images/ready-main.png');
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px;
    background-size: auto;
    position: relative;
    top: 20px;
    background-position: top center;
    background-repeat: no-repeat;
}

.readybox h2 {
    color: #ecbc03;
    font-size: 46px;
    font-weight: 500;
    font-style: italic;
    margin-top: 70px;
}

.readybox h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.readybox p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.benefits {
    background-image: url('../images/benefits-bg.jpg');
}

.benefits h2 {
    text-align: center;
    margin-bottom: 2em;
}

.benefitBox {
    background-color: #101010;
    padding: 60px;
    padding-left: 90px;
    padding-top: 80px;
    margin-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.benefitBox strong {
    color: #ecbc03;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.benefitBox p {
    color: #fff;
    font-size: 14px;
}

.benefitBox:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #101010;
    top: 20px;
    right: 20px;
}

.benefitImgBox img {
    max-width: unset;
    float: right;
    position: relative;
    left: 80px;
}

.benefitImgBox:before {
    content: "";
    width: 900px;
    height: 730px;
    background-color: #101010;
    position: absolute;
    right: -100px;
    top: 30px;
}

.benefitImgBox {
    position: relative;
}

section.list-genres h2 {
    text-align: center;
    margin-bottom: 20px;
}

section.list-genres p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

section.list-genres li {
    font-size: 17px;
    font-weight: 500;
    margin: 6px 0;
    position: relative;
    padding-left: 40px;
}

section.list-genres li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background-color: #000000;
    border-radius: 50px;
    top: 9px;
}

img.genereBook {
    max-width: unset;
    float: left;
    margin-top: -14em;
}

section.list-genres {
    overflow: hidden;
    background-image: url('../images/genres-bg.jpg');
    background-position: center;
    padding: 140px 0;
    background-size: cover;
}

.no-padding {
    padding: 0 0;
}

.awardsBox {
    width: 100%;
    display: block;
    margin: -1px auto -50px;
    background-color: #fff;
    box-shadow: 0px 0px 30px #00000014;
    padding: 60px;
    text-align: center;
    background-image: url('../images/contactbg.jpg');
    border: 30px solid #ffff;
    z-index: 99;
    position: relative;
    background-size: cover;
    background-position: right;
}

.awardsBox ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.yellowBox {
    background-color: #f8d85e;
    padding: 70px 50px 20px;
    max-width: 84%;
    position: relative;
    z-index: -1;
    display: block;
    margin: 0 auto;
}

.yellowBox h4 {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
}

.phoneBox {
    background-color: #101010;
    position: relative;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px 0px 0px 50px;
    margin-left: 40px;
}

.phoneBox img {
    position: absolute;
    left: 30px;
    top: 20px;
}

.phoneBox:after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    left: 100%;
    background-color: #101010;
    top: 0;
}

.phoneBox h5 {
    color: #fff;
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.phoneBox a {
    font-family: 'Libre Baskerville', sans-serif;
    color: #fff;
    font-size: 26px;
}

.yellowBox:before {
    content: "";
    width: 100%;
    height: 200px;
    bottom: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

section.footer {
    background-color: #101010;
    padding-bottom: 40px;
    padding-top: 40px;
}

section.footer p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

section.footer ul li {
    display: inline-block;
}

ul.footmenu {
    display: table;
    margin-left: auto;
}

ul.footmenu a {
    color: #fff;
    font-size: 16px;
}

ul.footmenu li {
    margin-left: 30px;
    position: relative;
}

ul.footmenu li:before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: -16px;
    background-color: #fff;
    top: 6px;
}

ul.footmenu li:first-child:before {
    display: none;
}

section.footer:before {
    content: "";
    width: 100%;
    height: 200px;
    bottom: 100%;
    background-color: #101010;
    position: absolute;
    z-index: -1;
}

/*---------POpup Start*/

.popupform {
    width: 450px;
    height: max-content;
    padding: 0;
    overflow: visible;
    background: #2f2f2f;
    border: 5px solid #d9ad28;
}

.custom-pop .row {
    /* margin: 0; */
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 20px;
    padding: 0;
    color: #39e496;
    font-weight: 700;
    margin: 0 0 0px;
    /* text-transform: uppercase; */
    line-height: 29px;
}

.popup-content h2::before {
    display: none;
}

.popup-content p {
    margin: 0 0 0;
    color: #2b1447;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 10px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.popup-content p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 16px 0;
    position: relative;
    padding-left: 15px;
    background: transparent;
    text-align: left;
    color: #fff;
}

.popup-content p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
    margin-top: 0;
}

.popup-content [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}

.popup-content [class*='col-'] input::placeholder,
.popup-content [class*='col-'] textarea::placeholder {
    color: #313131;
}

.popup-content [class*='col-'] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 145px;
    border-radius: 0;
    resize: none;
}

.popup-content [class*='col-'] input.btn {
    background: #ff7f23;
    color: #fff;
    margin: auto;
    padding: 0 30px;
    /* color: #000; */
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
}

.pop-txt {
    left: -34px;
    /* padding: 0; */
}

.popup-content [class*='col-'] input:focus {
    box-shadow: none;
    outline: none;
}

.popupform button.fancybox-button {
    background: #c00038;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    top: -16px;
    right: -20px;
}

.popupform button.fancybox-button svg path {
    fill: #fff;
}

.popupform button.fancybox-button svg {
    height: 26px;
}

.popup-bann {
    overflow: hidden;
    margin-left: -5px;
}

.popup-bann img {
    max-width: 90%;
}

.popup-content {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.custom-pop .form-control {
    height: 45px;
    color: #000;
    font-size: 14px;
    margin: 0 0 12px;
}

.custom-pop textarea.form-control {
    resize: none;
    height: 100px;
}

.popup-content h4 {
    background: #522a83;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 600;
    margin: 0 0 20px;
}

.popup-content h3 {
    font-size: 19px;
    color: #ffffff;
    text-transform: none;
    border-radius: 6px;
    padding: 4px 0;
    margin: 0 0 17px;
}

.popup-content h3 span {
    background: #e6be60;
    color: #000;
}

.popup-content h3:after {
    /* content: ''; */
    background: #f3991f;
    position: absolute;
    height: 100px;
}

.popupform:before {}

.popupform:after {}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .popupform {
        /* background: #367c5d; */
        height: auto;
        width: 100%;
        padding: 0;
    }
    .popupform:before {
        display: none;
    }
    .popup-content {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
    .custom-pop .offset-5 {
        margin-left: 0;
    }
    .popupform button.fancybox-button {
        top: -10px;
        right: -10px;
    }
}

/*---------POpup end*/

section.our-banner:before {
    content: "";
    height: 620px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/banner-before.png');
    z-index: -1;
    background-repeat: no-repeat;
    width: 26%;
    background-size: 100%;
    background-position: bottom;
}

section.our-banner:after {
    content: "";
    height: 620px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/banner-after.png');
    z-index: -1;
    background-repeat: no-repeat;
    top: 0;
    margin: auto;
    width: 20%;
    background-size: 100% !important;
    background-position: right;
}

ul.banner-seals li {
    display: inline-block;
    margin: 0 10px;
}

img.top-seal {
    position: absolute;
    right: 12%;
    top: -10px;
}

.readybox a.btn.btn-dark {
    background-color: #131311 !important;
}

.awardsBox:after {
    position: absolute;
    content: "";
    background-color: #dadee9;
    top: -40px;
    height: calc(100% + 56px);
    width: 10px;
    left: -40px;
    z-index: -5;
}

.awardsBox:before {
    position: absolute;
    content: "";
    background-color: #dadee9;
    top: -40px;
    height: 10px;
    width: calc(100% + 56px);
    left: -40px;
    z-index: -5;
}

.awardsBox h3 {
    text-align: left;
    color: #fff;
    font-size: 27px;
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.awardsBox input,
.awardsBox textarea {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    resize: none;
    padding: 14px;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 24px;
}

.awardsBox input::placeholder,
.awardsBox textarea::placeholder {
    color: #fff;
}

.readybox:before {
    content: "";
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    box-shadow: 0px 0px 30px black;
    position: absolute;
    display: block;
    height: 50%;
    z-index: -1;
    bottom: 10px;
}

.readybox:after {
    content: "";
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 30px black;
    position: absolute;
    display: block;
    height: 30%;
    z-index: -1;
    top: 70px;
}

img.bottomSticker {
    float: left;
}

.awardsBox button.btn.btn-red {
    display: block;
    width: 240px;
    background-color: #ff6d0b;
}

section.our-work h2:before {
    opacity: 0;
}

.awardsBox input:focus,
.awardsBox textarea:focus {
    background-color: transparent;
    box-shadow: unset;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
}

img.mid-seal {
    position: absolute;
    bottom: 26px;
    left: 100%;
}

.readybox .col-md-6 {
    position: relative;
}

.topslider .disabled {
    display: none;
}

.topslider .owl-item {
    float: left;
}

section.our-testimonial {
    /* overflow: hidden; */
}

section.our-work {
    overflow: hidden;
}

.topslider {
    overflow: hidden;
    display: none;
}

.placeholder1::placeholder {
    color: #fff !important;
}

.placeholder1:-ms-input-placeholder {
    color: #fff !important;
}

.placeholder1::-ms-input-placeholder {
    color: #fff !important;
}

.awardsBox .form-control:focus {
    color: #fff;
}

.popup-content h2 span {
    color: white;
}

.popup-content .btn {
    width: 100%;
    background: #25b067;
    border-color: #25b067;
    padding: 13px 0;
}

.rev-info h6 {
    display: none;
}

.popup-content h2 span {
    vertical-align: baseline;
}