body{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
section {
    padding: 60px 0;
    clear: both;
    position: relative;
}

html{
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Barlow Condensed', sans-serif;
}
.lp-main-sec h1, .lp-main-sec h2, .lp-main-sec h3, .lp-main-sec h4, .lp-main-sec h5, .lp-main-sec h6 {
    font-family: 'Oswald', sans-serif;
}
.lp-main-sec p{
    font-family: 'Montserrat', sans-serif;
}
p {
    font-family: 'Rubik', sans-serif;
    color: #2c2f39;
}



img{
    max-width: 100%;
}

.head-ul-social ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 15px;
}

ul.top-b li {
    display: inline-block;
    padding: 5px 15px;
    background: black;
}


.top-bar {
    background: #000;
}

.top-bar .row{
    align-items:center;
}

.head-ul-social ul li i {
    color: white;
}

ul.top-b li a {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

ul.top-b li img {
    max-width: 23px;
    margin-right: 4px;
}

header {
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

a.logo img {
    max-width: 140px;
}

header .row {
    align-items: center;
}

header ul {
    text-align: right;
}

header ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}
header ul li.me-btn .btn {
    padding: 8px 15px;
    font-size: 16px;
}

header ul li:first-child {
    padding-left: 0;
}

header ul li:last-child {
    padding-right: 0;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 700;
    transition: .5 all;
}

.btn {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all;
}

.btn-black {
    color: #fff !important;
    background: #000;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #00666630;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #066;color: #ffffff !important;}


.home-banner {
    background: url(../images/home-banner2.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin-top: -137px;
    padding-top: 135px;
    padding-bottom: 210px;
}

.home-banner-2 {
    background: url(../images/wbanner-01.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin-top: -137px;
    padding-top: 135px;
    padding-bottom: 210px;
}

.overlay{
    background-color: #000;
    position: absolute;
    background-size: cover;
    background-position: 100%;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin-top: -137px;
    padding-top: 135px;
    padding-bottom: 210px;
    opacity: 0.5;
    z-index: -1;

}


.overlay-2{
    background-color: #000;
    position: absolute;
    background-size: cover;
    background-position: 100%;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin-top: -137px;
    padding-top: 135px;
    padding-bottom: 210px;
    opacity: 0.5;
    z-index: -1;

}

.info-banner h1 {
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

span {
    vertical-align: baseline;
}

.info-banner h1  span {
    
background: #006664 !important;
    
line-height: 63px;
    
display: inline-block;
    
color: #fff;
    
padding: 0 10px 6px 6px;
}

.info-banner h1 + p {
    max-width: 45%;
    margin: auto;
    font-size: 20px;
    margin-bottom: 15px;
}

.btn-black2 {
    box-shadow: 3px 3px 0px #fff;
}

.scroll-mouse {
    position: absolute;
    left: 49%;
    bottom: 65px;
}

.scroll-mouse img {
    animation: down 1s linear infinite;
}


@keyframes down {
  0% { transform: translate(0px, 0px) ; }
  50% { transform: translate(0px, 4px); }
  100% { transform: translate(0px, 0px); }
}

.btn-black2:hover {
    background: #006666;
    box-shadow: 3px 3px 0 #000;
    color: #fff !important;
}

a.btn.btn-yellow.btn-black2 {}

.btn-black2:hover img {
    filter: invert(1);
}

.site-logos {
    padding: 15px 0 40px 0;
}

.site-logos::before {content: "";background: #006666;width: 90%;height: 8px;position: absolute;left: 0;bottom: 0;border-radius: 0 5px 5px 0;right: 0;margin: 0 auto;}

.our-solution .row {
    align-items: center;
}



h2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

h2::before {content: "";position: absolute;width: 200px;height: 8px;background: #006666;bottom: -14px;left: 0;}
.our-inclusive .row.text-center h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.info-solution {
    max-width: 92%;
}

.info-solution h2 + p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.our-solution::before {content: "";background: #f7f7f7;width: 95%;height: 100%;position: absolute;top: 0;border-radius: 50px;left: 0;right: 0;margin: auto;z-index: -1;}

.our-solution {
    margin: 50px 0;
}

.sol-bef {
    position: relative;
    z-index: 1;
}

.sol-bef::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -25px;
    background: url('../images/sol-bef.png') no-repeat;
    max-width: 199px;
    height: 176px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.info-count h4 div {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}

.info-count h4 {
    font-size: 60px;
    color: #006666 !important;
    font-weight: 700;
}

.info-count {
    background: #fff;
    padding: 40px 0;
    box-shadow: 3px 3px 0 #006666;
    border-radius: 30px 5px 5px 5px;
    position: relative;
}

.info-count h4 + p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.counter::before{
    background: url('../images/bef-count.png') no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: 100%;
    background-position: 100% 100%;
    z-index: -2;
}

.info-count::before {width: 100%;content: "";height: 100%;position: absolute;background: #fff;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;box-shadow: 0 5px 20px #e6e6f5;}


.portfolio .item:first-child .info-port {
    margin-bottom: 15px;
}

.portfolio .item .info-port {box-shadow: 0 5px 10px #00000063;}

.info-text h2 +p {
    font-size: 16px;
    max-width: 65%;
    margin: auto;
}

.info-text h2 {
    margin-bottom: 40px;
}

.info-text {
    margin-bottom: 40px;
}

.portfolio .nav-tabs {border: none;justify-content: center;margin-bottom: 30px;}

.portfolio .nav-tabs li {
}

.portfolio  .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #fff;
}

.portfolio .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 20px 20px;
}


.portfolio::before{
    content: "";
    position: absolute;
    background: url('../images/bg-portfolio.png') no-repeat;
    max-width: 100%;
    width: 90%;
    background-size: 100%;
    height: 82%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.portfolio {
    padding: 100px 0 60px;
}

.portfolio .info-text * {
    color: #fff;
}

.portfolio .nav-tabs .nav-link::before {content: "";position: absolute;max-width: 100%;background: url('../images/bg-ul.png') no-repeat;height: 100%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 100%;background-position: 100%;background-size: 100%; opacity: 0; transition: .5s all ;  }  

.portfolio .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.info-text h2::before {
    background: #006666;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}



.cta{
    background: url('../images/bg-cta.jpg') no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.cta h2 {
    font-size: 81px;
    color: #006666;
    letter-spacing: -4px;
}

.cta h2+p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 12px;
}

.cta h6 {
    color: #7b7979;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
}

.cta h6 + a {
    color: #fff !important;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 10px;
}

.btn-yellow {
    background: #006666;
    box-shadow: 3px 3px 0 #000;
    color: #fff !important;
}

.btn-yellow:hover {
    background: #000000;
    box-shadow: 3px 3px 0 #006666;
    color: #006666 !important;
}

.btn-yellow:hover img {
    filter: revert;
}

.btn-yellow img {
    filter: invert(1);
}

.cta-detail {
    margin-bottom: 16px;
}


.our-writing {
    background: #f8f8f8;
    z-index: 1;
}

.info-write {
    padding: 40px;
    background: #fff;
    position: relative;
    margin-bottom: 16px;
    min-height: 235px;
    transition: .5s all;
    border: 1px solid #ebebeb;
}

.info-write .img-write {
    position: absolute;
    right: 15px;
    top: 15px;
}

.info-write .img-write img {
    max-width: 70px;
}

.info-write h4 {
    color: #006666;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.info-write h4 + p {
    margin-bottom: 0;
}

.our-writing .container {
    position: relative;
}


.our-writing .row {
    justify-content: center;
}


.our-writing .container::before {
    background: url('../images/leaf.png')no-repeat;
    max-width: 125px;
    height: 507px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -60px;
}

.our-writing .btn {
    margin-top: 30px;
}

.our-writing .info-text h2+p {
    margin: initial;
}

.our-writing .info-text h2::before {
    right: inherit;
}

.our-writing .info-text {
    margin-bottom: 50px;
}

.info-write:hover {
    background: #c2b59bd4;
    box-shadow: 0 5px 20px #00000017;
}


.info-write:hover * {
    color: #000;
}

.info-write * {
    transition: .5s all;
}

.info-work h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

.info-work h6 + p {
    font-size: 15px;
    font-weight: 500;
}

.info-work span {
    position: absolute;
    font-size: 109px;
    line-height: 74px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}

.info-work {
    padding: 50px 5px;
    position: relative;
}

.info-work h6::before {
    position: absolute;
    left: 0;
    content: "";
    background: #006666;
    width: 100px;
    height: 8px;
    bottom: -12px;
    z-index: -1;
}

.info-work span.yellow {
    -webkit-text-stroke: 1px #006666;
}

.info-work span.blue {
    -webkit-text-stroke: 1px black;
}

.our-work .row {
    align-items: center;
}

.our-work .btn {
    margin-top: 40px;
}

.our-work .info-text h2:before {
    right: inherit;
}

.our-work .info-text {
    margin-bottom: 60px;
}

.our-work .container::before{
    position: absolute;
    content: "";
    right: 0;
    margin: auto;
    background: url('../images/wave.png') no-repeat;
    max-width: 555px;
    width: 100%;
    background-size: 100%;
    height: 256px;
    top: -60px;
}



.our-work .container::after{
    position: absolute;
    content: "";
    left: 0;
    margin: auto;
    background: url('../images/wave2.png') no-repeat;
    max-width: 525px;
    width: 100%;
    background-size: 100%;
    height: 237px;
    bottom: -60px;
    z-index: -1;
}

.our-work .container {
    position: relative;
}

.portfolio .item .info-port:hover {
    transform: scale(1.02);
}

.portfolio .item .info-port {
    transition: .5s all;
}


.portfolio .item .info-port img {
    width: 100%;
}



header ul li::before {
    content: "";
    position: absolute;
    max-width: 100%;
    background: url('../images/menu.png') no-repeat;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: -27px;
    margin: auto;
    width: 100%;
    background-position: 100% 100%;
    background-size: 100%;
    opacity: 0;
    transition: .5s all;
    z-index: -1;
}  

header ul li:hover::before {
    opacity: 1;
}

a{
    text-decoration: none !important;
}

header ul li.me-btn::before {
    display: none;
}

.our-solution::after {content: "Ghostwriting";text-transform: uppercase;font-size: 162px;letter-spacing: -7px;font-weight: 700;line-height: 132px;position: absolute;text-align: center;left: 0;right: 0;bottom: -35px;-webkit-text-stroke: 1px #d8d8d8;color: transparent;z-index: -1;}


.our-writing::after{
    position: absolute;
    background: url('../images/writing.png') no-repeat;
    max-width: 150px;
    height: 95%;
    width: 100%;
    content: "";
    right: 0;
    bottom: 0;
    background-size: 100%;
    z-index: -1;
}


.our-work::after {
    content: "process";
    text-transform: uppercase;
    font-size: 155px;
    letter-spacing: -7px;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
    }


.owl-carousel button.owl-dot > span {
    position: relative;
}

.owl-carousel button.owl-dot {
    padding: 10px !important;
    margin: 0 5px;
}

.owl-carousel button.owl-dot > span::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d0d0;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s all;
}

.owl-carousel button.owl-dot > span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #006666;
    opacity: 0;
    transition: .5s all;
}


.owl-carousel button.owl-dot.active > span::after {
    opacity: 1;
}

.owl-portfolio .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    bottom: 12.5px;
    text-align: center;
}

.owl-nav {
    position: relative;
    margin: auto;
    display: table;
}

.owl-nav > button {
    margin: 0 85px;
}

.owl-nav > button > span {
    font-size: 30px;
}

.owl-carousel button.owl-dot.active > span::before {
    background: #006666;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}



.our-faq {
        z-index: 1;
    }



    .info-faq h2 {
        color: #fff;
        margin-bottom: 10px;
    }   


    .our-faq .card {
        border: 0;
        background: transparent;
    }
    .our-faq .panel{
        margin-bottom: 10px;
        /* box-shadow: 0 0 5px #dde4e8; */
        position: relative;
        /* background: #fff; */
        border-radius: 8px;
        border-bottom: 2px dashed #7f7f7f;
        border-radius: 0;
    }

    .our-faq .card-header {
        background: 0 0;
        border: 0;
        border-radius: 0;
        padding: 0;
        position: relative;
    }

    .our-faq .card-header a {
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 15px 30px;
        color: #0e4ab3;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        transition: .5s all;
    }
    .accordion .card-header.collapsed:after {
        content: "";
        background: url("../images/left.png")no-repeat;
        z-index: 0;
        width: 22px;
        height: 22px;
    }
    .accordion .card-header:after {
        color: #dadada;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 17px;
        z-index: 1;
    }

    .accordion .card-header:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        background: url("../images/down.png") no-repeat;
        height: 22px;
        width: 22px;
        color: #0059ff;
        z-index: 1;
        top: 15px;
        position: absolute;
        left: 0;
        transition: .5s;
    }

    .our-faq .card-body {
        padding: 10px 30px 10px 30px;
    }


    .our-faq .card-body p {
        font-size: 15px;
        color: #231f20;
    }


    .our-faq div#accordion {
        margin: auto;
    }


    .our-faq .card-header a:hover {
        color: #0e4ab3;
    }



    .our-faq .card-header.collapsed a.card-title {
        color: #000;
    }



    .our-faq .card-header.collapsed a.card-title:hover {
        color: #0e4ab3;
    }


    a.view-btn {
    color: #e4c47f;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.info-faq {
    margin-bottom: 20px;
}

a.view-btn::before {content: "";width: 50px;height: 3px;background: #e4c47f;position: absolute;right: -55px;top: 9px;}

a.view-btn::after {
    border: 3px solid #e4c47f;
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 1px;
    right: -70px;
}

.our-faq::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.info-faq2 h2 {
    margin-bottom: 65px;
    line-height: 62px;
}

.info-faq2 {
    position: relative;
}

.info-faq2 h2::before {
    width: 200px;
    height: 8px;
    background: #006666;
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
}

.info-faq2 img {
    position: relative;
    max-width: 110%;
    left: -90px;
    top: 30px;
}

.our-faq .panel:last-child {
    border: none;
}


.site-logos2 h2::before {
    width: 220px;
    background: #006666;
    bottom: -25px;
}

.site-logos2 .info-text h2 +p {
    max-width: 75%;
    font-size: 16px;
}

.site-logos2::before {
    content: "";
    position: absolute;
    left: 20px;
    max-width: 210px;
    width: 100%;
    background: url('../images/bg-site-logo2.png') no-repeat;
    background-size: 100%;
    height: 200px;
    top: -70px;
    z-index: -1;
}

.site-logos2{
    padding: 60px 0;
}


.info-faq2{
    position: relative;

}

.our-faq .row {
    align-items: center;
}


.info-faq2::before{
    content: "";
    position: absolute;
    right: 26px;
    max-width: 210px;
    width: 100%;
    background: url('../images/bg-faq-line.png') no-repeat;
    background-size: 100%;
    height: 200px;
    top: 190px;
    z-index: -1;
}


.cta h2::before {
    display: none;
}

.our-testimonials h2 {
    margin-bottom: 30px;
    color: #fff;
}

.info-test2 {
    max-width: 98%;
}

.our-testimonials {
    background: #1f1f23;
}

.our-testimonials p {
    color: #a7a7ab;
    min-height: 320px;
}

.our-testimonials .info-test {
    background: #26262a;
    padding: 20px;
    border: 1px solid #000;
    /* min-height: 390px; */
}

.our-testimonials .info-test img {
    margin-bottom: 20px;
}

.our-testimonials .info-test h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}


.owl-testimonial.owl-theme .owl-dots .owl-dot span , .owl-testimonial.owl-theme .owl-dots .owl-dot.active span ,.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span{
    background: transparent;
}


.owl-testimonial button.owl-dot > span::before{
    left: -6px;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-] {
    margin: 0 50px;
}

.owl-testimonial.owl-theme .owl-nav {
    position: relative;
    top: -7px;
    color: #6f6f71;
    margin-left: 0;
    /* z-index: 1; */
}

.owl-testimonial.owl-theme .owl-nav > button > span {
    font-size: 35px;
}

.owl-testimonial.owl-theme .owl-dots {
    margin-left: 22px;
}


.our-testimonials::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/bg-test.png') no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.3;
}


.cta2 .container{
    background: url('../images/bg-cta2.png') no-repeat;
    background-size: 100%;
    height: 298px;
    position: relative;
    z-index: 5;
}

.cta2 {
    background: #1f1f23;
    margin-top: -60px;
}

.cta2 h2 {
    font-size: 37px;
    letter-spacing: -1px;
    color: #093c93;
    line-height: 44px;
    margin: 0 0 10px;
}

.cta2 h2::before {
    display: none;
}

.cta2 .row {
    height: 100%;
    align-items: center;
}

.info-cta2 {
    padding-left: 30px;
    max-width: 90%;
}


.cta2::before{
    position: absolute;
    content: "";
    left: 0;
    right: 76%;
    margin: auto;
    top: 30px;
    background: url('../images/bef-cta2.png') no-repeat;
    max-width: 200px;
    height: 200px;
    width: 100%;
    background-size: 100%;
}


.info-form [class*='col'] {
        padding: 0 7px;
    }

    .info-form form {
    padding: 0 15px;
    }


    .info-form .form-control {
        border-radius: 0;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #fff;
        height: 50px !important;
        margin-bottom: 25px;
        color: #a7a7ab;
        font-size: 15px;
        resize: none;
        padding: 10px 15px;
    }

    .info-form ::placeholder {
        color: #a7a7ab;
    }

    .info-form textarea.form-control {
        height: 100px !important;
    }

    .info-form input[type="submit"], .popupform input[type="submit"] {
        padding: 12px 25px 12px 15px;
        width: 40%;
        /* background: #5278f3; */
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        border: 0;
        color: #fff;
        cursor: pointer;
        border:1px solid transparent;
        transition:.3 all ease-in-out;
        margin-top: 10px;
    }

    .info-form .form-control > option {
        color: #000;
    }

.our-contact {background: #1f1f23;z-index: 1;}


.info-form input[type="submit"] + img, .popupform input[type="submit"] + img {
    position: relative;
    right: 50px;
    top: 5px;
}

.info-form input[type="submit"] + img , .popupform input[type="submit"] + img {
    filter: invert(1);
    transition: .5s all;
}


.info-form input[type="submit"]:hover + img {
    filter: revert;
}

.our-contact h2 {
    color: #fff;
    margin-bottom: 30px;
}

.our-contact h2 > span {
    color: #006666;
}

.our-contact h2::before {
    display: none;
} 

.contact-ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.contact-ul li a > span {
    color: #67676d;
    display: block;
    line-height: 12px;
    vertical-align: baseline;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}

.contact-ul li img {
    position: absolute;
    left: 0;
    top: 22px;
}

.contact-ul li p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.contact-ul li {
    position: relative;
    padding: 30px 0;
    padding-left: 85px;
}

.contact-ul li:last-child img {
    top: 25px;
}

.contact-ul li:first-child img {
    top: 12px;
}

.contact-ul li::before {content: "";position: absolute;border-bottom: 2px dashed #67676d;width: 82%;right: 0;bottom: 0;}

.contact-ul li:last-child::before {display: none;}

.our-contact::before{
    position: absolute;
    content: "";
    background: url('../images/bef-contact.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 520px;
    right: 0;
    top: -190px;
    z-index: -1;
}

.detail-contact {
    position: relative;
    z-index: 5;
}

.info-form {
    position: relative;
    z-index: 5;
}


.our-contact::after{
    position: absolute;
    content: "";
    background: url('../images/bef-contact2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 350px;
    height: 390px;
    left: 0;
    bottom: 0px;
    z-index: -1;
}


.oc::before{
    position: absolute;
    content: "";
    background: url('../images/bef-contact3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 170px;
    height: 162px;
    right: 70px;
    bottom: 30px;
    z-index: 1;
}


input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}


footer {
    padding: 60px 0;
    position: relative;
}

footer{
    background: url('../images/bg-foot.jpg') no-repeat;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    background-position: 100%;
    box-shadow: 0 5px 15px #d1d1d1;
}

.copy p {
    margin-bottom: 0;
}

.copy {
    background: #f8f8f8;
    padding: 10px 0;
}



.copy ul {
    text-align: right;
}
 .copy .row {
        align-items: center;
    }

    .copy ul li {
        display: inline-block;
        position: relative;
        padding: 0px 3px;
        font-size: 12px;

    }

    .copy ul li::before {content: "";height: 100%;width: 1px;position: absolute;right: -3px;top: 0;background: #6f6f6f;}

    .copy ul li:last-child::before {
        display: none;
    }

    .copy ul li a {
        color: #000 !important;
    }


footer a.logo + p {
    margin-top: 30px;
    color: #6a6a6f;
}

footer ul li a {
    font-weight: 500;
    color: #686868 !important;
}

footer h4 {
    margin-bottom: 30px;
    position: relative;
    font-family: 'Rubik',sans-serif;
    font-size: 22px;
}

footer h4::before {content: "";position: absolute;left: 0;width: 40px;height: 5px;background: #006666;bottom: -8px;}

footer ul li {
    line-height: 24px;
}   



.our-faq::after {
    content: "Questions";
    text-transform: uppercase;
    font-size: 155px;
    letter-spacing: -7px;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
}


.about-banner .container{
    background: url('../images/about-banner.jpg') no-repeat;
    background-size:100%;
    width: 100%;
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 20px #0000007a;
    border-radius: 30px;
}



.about-banner h1 {
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 20px;
    -webkit-text-stroke: 1px #00000026;
}


.about-banner h1::before {
    content: "";
    /* background: url('../images/bef-h1.png') no-repeat; */
    max-width: 100%;
    background-size: 100%;
    width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.about-banner::before{
    position: absolute;
    background: url('../images/ab-img1.png') no-repeat;
    max-width: 234px;
    background-size: 100%;
    width: 100%;
    height: 223px;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
}

.about-banner::after{
    position: absolute;
    background: url('../images/ab-img2.png') no-repeat;
    max-width: 180px;
    background-size: 100%;
    width: 100%;
    height: 160px;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.about-banner {
    padding-top: 0px;
}


.about-banner + .site-logos {
    padding-top: 0;
}

.our-dream{
    z-index: 1;
    margin: 20px 0;
}
.our-dream::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}

.info-dream2 h2 {
    margin-bottom: 40px;
}

.info-dream2 img {
    max-width: 102%;
}


.our-dream .row {
    align-items: center;
}

/*.our-dream::after {
    content: "Dream";
    text-transform: uppercase;
    font-size: 175px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    right: 10%;
    bottom: 0;
    -webkit-text-stroke: 1px #d8d8d894;
    color: transparent;
    z-index: -1;
}*/

.info-dream h4 {
    font-size: 24px;
    color: #006666;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 18px;
}

.info-dream h4 + p {
    font-size: 15px;
    margin-bottom: 50px;
}

.info-dream2::before {
    right: 66px;
    top: 170px;
}

.info-dream {
    margin-top: 20px;
}




.dream::before{
    position: absolute;
    background: url('../images/ab-img3.png') no-repeat;
    max-width: 282px;
    background-size: 100%;
    width: 100%;
    height: 150px;
    content: "";
    right: 0;
    top: -30px;
    z-index: -1;
}


.our-process .rp {align-items: center;margin-bottom: 80px;}

.our-process h2 {
    margin-bottom: 0;
}

.our-process .rp p {
    margin-bottom: 0;
    font-size: 16px;
}

.info-process {
    position: relative;
}

.info-process::before {
    background: url(../images/arrow.png) no-repeat;
    max-width: 126px;
    height: 22px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
}

.info-process img {
    margin-bottom: 16px;
    display: block;
}

.info-process h5 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: rgb(0,102,102);
    background: linear-gradient(90deg, rgba(0,102,102)25%, rgba(248,249,253,1) 70%, rgba(255,255,255,1) 100%);
    color: #fff;
    padding-left: 2px;
    margin-bottom: 20px;
}

.info-process h5 + p {
    color: #231f20;
    font-size: 15px;
}

.our-process [class*='col-']:nth-last-child(2) .info-process::before {
    display: none;
}

.our-process .btn {
    margin-top: 30px;
}


.our-process::before {
    background: url(../images/bef-pro.png) no-repeat;
    max-width: 170px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}


.adventure-banner .container{
    background: url('../images/adventure-banner.jpg') no-repeat;
    background-size: 100%;
}
.autobiography-banner .container{
    background: url('../images/autobiography-banner.jpg') no-repeat;
    background-size: 100%;
}
.biography-banner .container{
    background: url('../images/biography-banner.jpg') no-repeat;
    background-size: 100%;
}
.fitness-banner .container{
    background: url('../images/fitness-banner.jpg') no-repeat;
    background-size: 100%;
}
.fantasy-banner .container{
    background: url('../images/fantasy-banner.jpg') no-repeat;
    background-size: 100%;
}
.comic-banner .container{
    background: url('../images/comic-banner.jpg') no-repeat;
    background-size: 100%;
}
.contact-banner .container{
    background: url('../images/contact-banner.jpg') no-repeat;
    background-size: 100%;
}
.cookbook-banner .container{
    background: url('../images/cookbook-banner.jpg') no-repeat;
    background-size: 100%;
}
.horror-banner .container{
    background: url('../images/horror-banner.jpg') no-repeat;
    background-size: 100%;
}
.children-banner .container{
    background: url('../images/children-banner.jpg') no-repeat;
    background-size: 100%;
}


.non-fiction-banner .container{
    background: url('../images/non-fiction-banner.jpg') no-repeat;
    background-size: 100%;
}
.scifi-banner .container{
    background: url('../images/scifi-banner.jpg') no-repeat;
    background-size: 100%;
}
.novel-banner .container{
    background: url('../images/novel-banner.jpg') no-repeat;
    background-size: 100%;
}
.memoir-banner .container{
    background: url('../images/memoir-banner.jpg') no-repeat;
    background-size: 100%;
}
.speech-banner .container{
    background: url('../images/speech-banner.jpg') no-repeat;
    background-size: 100%;
}
.editing-banner .container{
    background: url('../images/audio.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.publishing-banner .container{
    background: url('../images/publishing-banner.jpg') no-repeat;
    background-size: 100%;
}

.cover-banner .container{
    background: url('../images/cover-banner.jpg') no-repeat;
    background-size: 100%;
}

.contact-banner + .our-contact::before {
    display: none;
}

.contact-banner + .our-contact {
    background: #fff;
}

.contact-banner + .our-contact h2 {
    color: #000;
}

.contact-banner + .our-contact .info-form .form-control {
    color: #817f7f;
    border-bottom: 1px solid  #817f7f;
}

.contact-banner + .our-contact .info-form ::placeholder {
    color: #817f7f;
}

.contact-banner + .our-contact .contact-ul li img {
    filter: invert(1);
}

.contact-banner + .our-contact .contact-ul li a {
    color: #000;
}

.contact-banner + .our-contact .contact-ul li p {
    color: #000;
}

.contact-banner + .our-contact::after {
    display: none;
}

.contact-banner + .our-contact > .oc::before {
    opacity: 0.2;
}


.contact-banner + .our-contact .contact-ul li::before {
    border-bottom: 1px dashed #817f7f;
}

.owl-testimonial .owl-dots {
    position: absolute;
    left: 45px;
    right: 0;
    margin: auto;
    bottom: 12.5px;
    width: 100px;
    text-align: center;
}
.fancybox-content {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.popup-bann {
    max-width: 320px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.popup-content {max-width: 1050px;display: inline-block;/* background: #fff; */padding: 55px 40px  40px 310px;margin-left: -290px;position: relative;border-radius: 180px 40px 40px 40px;background: rgb(255,223,125);background: linear-gradient(121deg, rgba(255,223,125,1) 0%, rgba(252,234,181,1) 17%, rgba(248,249,253,1) 30%, rgba(255,255,255,1) 100%);}



.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: text-top;
    font-size: 15px;
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: text-top;
    font-size: 15px;
}

.popup-content .form-control {
    font-size: 14px;
    margin-bottom: 14px;
    height: 40px;
    border-radius: 0;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 91.5%;
    resize: none;
}


.popup-content::before {content: "";background: #006666;width: 46%;height: 5px;position: absolute;top: 95px;right: 80px;}

.fancybox-slide--html .fancybox-close-small {
    background: #0846b1;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    border: 2px solid #006666;
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url('../images/pop-bef.png') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}

.popupform input[type="submit"] + img {
    filter: invert(1);
    transition: .5s all;
    position: relative;
    right: 90px;
}


.our-inclusive::before{
    background: url(../images/bef-pro.png) no-repeat;
    max-width: 170px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}


.our-inclusive .row{
    align-items:center;
}

.info-inclusive h2 {
    margin-bottom: 50px;
}

.info-inclusive p {
    margin-bottom: 20px;
    font-size: 16px;
}

.info-inclusive .btn {
    margin-top: 10px;
}


.our-services::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}

.dream::before{
    position: absolute;
    background: url('../images/ab-img3.png') no-repeat;
    max-width: 282px;
    background-size: 100%;
    width: 100%;
    height: 150px;
    content: "";
    right: 0;
    top: -30px;
    z-index: -1;
}


.our-services .info-text h2::before {
    background: #0846b1;
    width: 200px;
}

.our-services .info-text h2 + p {
    max-width: 90%;
}

.our-services {
    padding: 80px 0;
}

.our-services .info-text {
    margin-bottom: 80px;
}

.info-services {
    padding: 50px 40px;
    min-height: 425px;
    margin-bottom: 16px;
    border-radius: 20px;
}

.mark-info-services {
    min-height: 580px;
}
.four-boxes .info-services {
    min-height: 515px;
}



.info-services h4 {
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
}

.info-services h4::before {
    position: absolute;
    content: "";
    width: 150px;
    left: 0;
    bottom: -3px;
    background: #006666;
    height: 5px;
}

.info-services * {
    color: #fff;
}

.info-services p {
    font-size: 15px;
}

.our-services [class*='col-']:first-child .info-services {
    border-bottom-right-radius: 100px;
    background: #25185b;
}

.our-services [class*='col-']:nth-child(4) .info-services {
    border-top-left-radius: 100px;
    background: #292a2e;
}

.our-services [class*='col-']:nth-child(2) .info-services {
    border-bottom-left-radius: 100px;
    background: #1d4f46;
}

.our-services [class*='col-']:nth-child(3) .info-services {
    border-top-right-radius: 100px;
    background: #5b1859;
}

.our-services .btn {
    margin-top: 20px;
}

.info-services h5 {
    font-size: 22px;
    font-family: 'Rubik' , sans-serif;
}

.info-services h5 + p {
    margin-bottom: 20px;
}

.our-services::after{
    content: "Editing";
    text-transform: uppercase;
    font-size: 170px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 132px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-text-stroke: 1px #d8d8d8;
    color: transparent;
    z-index: -1;
}

.our-services.cover::after{
    content:"Cover Design";
    font-size: 150px;
    letter-spacing: -5px;
}


.our-services.publishing::after{
    content:"Publishing";
}

.content-page h5::before {
    display: none;
}

.content-page h5 {
    padding: 0;
    margin-bottom: 10px;
}

.about-dream::before {
    height: 98%;
}

.about-dream .info-dream ul li {
    list-style: disc;
    font-size: 15px;
    color: #2c2f39;
}

.about-dream .info-dream2 h2::before {
    left: 0;
    width: 150px;
}

.about-dream .info-dream {
    margin-top: -45px;
}

.owl-testimonial.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.content-page ul {
    margin-bottom: 20px;
}

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

.content-page a:hover {
    color: #e4c47f;
}
.our-dream p {
    font-size: 15px;
    line-height: 24px;
}

.about-dream .info-dream ul {
    margin-left: 15px;
}

.port-books {
    background: #fff;
    padding: 50px 140px 30px 35px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px #00000026;
}

.mark-port .port-books {
    min-height: 359px;
}

.port-books h4 {
    color: #006666;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.port-books h4 + p {
    color: #4f4d4d;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 180px;
}

.port-books img {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 140px;
}

.portfolio .row:nth-child(2) {
    margin-bottom: 16px;
}

.port-lp .port-books {
    text-align: center;
}
.port-lp .port-books p {
    min-height: 112px;
}
.port-lp .port-books img {
    position: static;
    max-width: 100%;
    width: 230px;
    height: 96px;
    object-fit: contain;
}
.port-lp .port-books {
    text-align: center;
    padding: 50px 35px 30px 35px;
}



/******************************************************************* New page *******************************************************************/
/* New Pages Css */

.hire_text h1 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 600;
    position: relative;
}

.hire_text h1:before {
    width: 200px;
    height: 8px;
    background: #006666;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -10px;
}

.about_two img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}



.best_one h2 {
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.best_one h2::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 8px;
    background: #0846b1;
    bottom: -10px;
    left: 0;
}

.about_two:before {
    right: -10px;
    top: -30px;
}

.dream_bg:before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}
.dream_bg {
    margin-bottom: 70px;
}

.faq_bg::after {
    content: "";
    position: absolute;
    left: 20px;
    max-width: 210px;
    width: 100%;
    background: url(../images/bg-site-logo2.png) no-repeat;
    background-size: 100%;
    height: 200px;
    bottom: -190px;
    z-index: -1;
}
.faq_bg {
    position: relative;
}

.faq_mar {
    margin-bottom: 140px;
}
/**********************************************PROFESSIONAL MEMOIR GHOSTWRITERS***********************************************/

.banner_1 h1 {
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/**********************************************WRITING A NOVEL BY PROFESSIONAL GHOSTWRITERS***********************************************/

.novel_1 h1 {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/**********************************************BIOGRAPHY WRITING SERVICES***********************************************/

.pro_2 h2 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

/**********************************************PROFESSIONAL BOOK EDITORS FOR HIRE***********************************************/

.edit_text h1 {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.me_info h2 {
    font-size: 39px;
    line-height: 49px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.info-a p a {
    color: #007bff;
}

.prof h4 {
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
}




.card-body ul li {
    list-style-type: disc;
    padding: 6px 0;
}

.our-process h2.me_pro {
    font-size: 50px;
}

.non h1 {
    font-size: 70px;
}

.our-process h2.my_book {
    font-size: 48px;
}

.fantasy h3 {
    font-size: 40px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
}
.fantasy h2 {
    font-size: 40px;
    line-height: 45px;
}

.our-process h2.child {
    font-size: 40px;
}

.thankyou-cl li {
    width: 190px;
    height: 50px;
}

.thankyou-cl li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #fff;
    background: #000 !important;
    border-radius: 0.25rem;
}
.thankyou-cl li a:hover {
    background: #249d8d !important;
}
.lp-bg {
    background: url(../images/lp-bg.jpg) center center no-repeat;
    background-size: 100%;
    padding: 150px 0;
    margin-bottom: 35px;
}
.lp-bg:before, .lp-bg:after {
    display: none;
}
.lp-bg .container {
    background: none;
    box-shadow: none;
}
.lp-bg .lp-content {
    padding-right: 100px;
}
.lp-bg h4 {
    color: #fff;
    margin: 30px 0;
    font-size: 30px;
}
.lp-bg p {
    color: #fff;
}
.lp-bg h2 {
    color: #fff;
    font-size: 60px;
}
.form-div {
    background: #0846b1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 50px 1px #ffffff80;
}
.form-div input {
    margin-bottom: 15px;
    height: 40px;
}
.form-div textarea {
    margin-bottom: 25px !important;
    height: 90px;
}
.lp-bg .lp-content h2::before, .lp-bg .form-div h2::before {
    background: #006666;
    left: 0;
    bottom: -15px;
}
.lp-bg .form-div h2 {
    margin-bottom: 45px;
}
.lp-main-sec ul.menu li.me-btn a:hover {
    color: #000 !important;
    border: 1px solid #000;
}

.popupform2 {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    background-color: rgba(0, 0, 0, .62);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
}
.popupform2 .modal-body {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 35%;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    top: 20%;
}
.popupform2 .popup-content {
    margin-left: 0;
    padding: 54px 40px 40px 60px;
    background: linear-gradient(121deg, rgba(255,223,125,1) 0%, rgba(252,234,181,1) 17%, rgba(248,249,253,1) 60%, rgba(255,255,255,1) 100%);
}
.popupform2 .popup-content:after, .popupform2 .popup-content:before{
    display: none;
}
.popupform2 .popup-content h2 {
    margin-bottom: 65px;
    text-align: center;
    display: block;
    position:relative;
}
.popupform2 .popup-content h2 strong {
    vertical-align: top;
}
.popupform2 .popup-content h2:after {
    position: absolute;
    content: '';
    width: 46%;
    height: 6px;
    background: #006666;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}
.popupform2 span#closeBtn {
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 33px;
    text-align: center;
    top: 12px;
    right: 20px;
    background: #0846b1;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #006666;
}


/****************************** flip clock ****************************/
.example {
    text-align: center;
}
.example h3 strong {
    vertical-align: top;
    color: #006666;
}
.example .flipdown {
    margin: 0 auto 20px auto;
}
.popupform2 .popup-content h2 strong {
    color: #006666;
    vertical-align: top;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.blogs-sec {
    position: relative;
}
.blogs-sec::before {
    content: "";
    background: #f7f7f7;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}

.blog-div h4 {
    margin: 15px 0;
}

.blog-div {
    background: #fff;
    padding-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    transition: ease 0.4s;
    height: 500px !important;
}
.blogs-sec .blog-div img {
    transition: ease 0.4s;
    height: 250px;
}
.blogs-sec .blog-div:hover img {
    transform: scale(1.05);
    transition: ease 0.4s;
}
.blogs-sec .blog-div:hover h4 {
    color: #093c93;
    transition: ease 0.4s;
}
.blog-div:hover a.btn-black2 {
    background: #006666;
    box-shadow: 3px 3px 0 #000;
    color: #000 !important;
}
.blog-div:hover a.btn-black2 img {
    filter: invert(1);
}
.blogs-head h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}
.blogs-head::after {
    position: absolute;
    background: url(../images/ab-img2.png) no-repeat;
    max-width: 180px;
    background-size: 100%;
    width: 100%;
    height: 160px;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}
.blog-cont .blog-content h2:before {
    display: none;
}
.blogs-head h1 {
    font-size: 60px;
}
.blog-cont .blog-content h2 {
    font-size: 30px;
}
.blog-cont .blog-content h3 {
    font-size: 22px;
}
.blogs-sec .blog-div .btn-black2 img {
    height: auto;
}
.blog-banner .container {
    background: url(../images/blog-banner.jpg) left center no-repeat;
}

.bann-form {
    background: #006666;
    padding: 40px 30px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 10%;
}

.bann-form input {
    width: 100%;
    border: none;
    height: 45px;
    padding-left: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bann-form input:focus-visible, .bann-form input:focus {
    border: 1px solid black;
    outline: none;
}

.thanks{

    height: 100vh;
    background-color: #000;


}


.thank-row{

    height: 80vh;
}


.blog-content p {
    font-size: 20px !important;
}

.blog-content h3 {
    font-size: 38px !important;
}

.blog-content h2 {
    font-size: 51px !important;
}