@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;

    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.82em;
    letter-spacing: 0em;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    overflow-x: hidden;
    word-wrap: break-word;
    /*background-color: #f7f7fa;*/

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none !important;
}
a:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {

    font-family: 'Poppins', sans-serif;


}
h4 {
    font-size: 28px;
}

p, span, a, li, button {


  
}

.display-none {
    display:none;
}

.pd-top-20 {

    padding-top: 20px;
}

.pd-top-30 {

    padding-top: 30px;
}

.pd-top-40 {

    padding-top: 40px;
}

/*s*/

html {
    overflow-x: hidden;
}

.pd-top {
    padding-top: 30px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-top-50 {
    padding-top: 50px;
}


div#quote-form {
    display: none;
}



header {
    padding: 17px 0px;
    width: 100%;
    z-index: 111;
    background: #fafafa;
    transition: .2s;
    height: 98px;
    z-index: 500;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 13%);
    position: relative;
}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    background-color: #fff!important;
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
}



.features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
}

.features-list li {
    margin-bottom: 25px;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 500
}

.features-list li i {
    float: left;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    color: #01321f;
    margin-right: 13px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    top: 3px
}

.features-list li:last-child {
    margin-bottom: 0
}

.features-list li:hover i {
    background-color: #01321f;
    color: #fff
}



ul#menu {
    /* list-style: none; */
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    padding-top: 11px;
}
.h5{
    color: #f7a936 !important;
}


ul#menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}



ul#menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 5px 15px 11px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

 
li.nav-item.call-to-button a {
    text-transform: uppercase !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    margin-left: 60px;
    margin-top: 0px;
}
.nav-item ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Position below the parent link */
    left: 0;
    background-color: #fff; /* White background for dropdown */
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Dropdown menu items */
.nav-item ul.dropdown-menu li {
    list-style: none;
    border-bottom: 1px solid #eee; /* Divider between items */
}

.nav-item ul.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-item ul.dropdown-menu li a:hover {
    background-color: #f7a936; /* Light gray background on hover */
    color: #007bff; /* Hover text color */
}

/* Remove bottom border from the last item */
.nav-item ul.dropdown-menu li:last-child {
    border-bottom: none;
}

/* Show dropdown on hover */
.nav-item:hover ul.dropdown-menu {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nav-item ul.dropdown-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
    }

    .nav-item ul.dropdown-menu li {
        border-bottom: none;
    }
}
.social-icons {

   
    list-style: none;
 
    text-align: left;

    padding: 0px;

  
}


.social-icons li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}


ul.social-icons li a {
    display: inline-flex;
}

a.logo {
    color: #343434;
    font-size: 30px;
    text-align: center;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

a.logo img {
    margin: auto;
}


li.pull-right span {
    color: #343434;
    padding-top: 7px;
    font-size: 13px;
    font-weight: 600;
}


.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    transition: .1s;
    border: 1px solid #232323;
    padding: 12px 30px;
    border-radius: 0;
}


.call-to-button a.btn {
    background: #f7a936;
    color: white !important;
    padding: 12px 21px !important;
    border: 0px;
}


li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: -4px;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    color: black !important;
    width: 100%;
    padding-left: 24px !important;
}

.slicknav_menu {
    background: transparent;
    position: absolute;
    right: 0px;
    top: 1px;
    width: 100%;
    z-index: 999;
}


ul.slicknav_nav {
    background: #ffffff;
}
ul.slicknav_nav li a {
    color: black;
}

ul.slicknav_nav {
    background: #ffffff;
    padding: 14px;
    box-shadow: 0px 0px 12px black;
}



.slicknav_nav a:hover {
    background: #212933;
    color: #fff !important;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #202833;
    color: white !important;
}





/*banner sec*/



    .mb-60 {
    margin-bottom: 60px;
}







section.banner-sec {
    background-size: cover;
    background-position: center;
    padding: 100px 0px 100px 0px;
    background:#faf7f2;
}



.BookImageBackground {
    position: absolute;
    opacity: .65;
    z-index: 1;
}

.BookImageBackground.book-bg-type-1 {
    top: 9%;
    left: -40%;
    right: -20%;
    bottom: 51%;
}




.BookImageBackground .bg-image.is-parallax {
    background-image: url(../img/book-bk.jpg);
    background-attachment: fixed;
    background-position: left -522% top 49.4%;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image, .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.BookImage {
    position: relative;
    z-index: 2;
}

.BookImage .book-image-wrapper {
    position: relative;
    display: inline-block;
}


.PageFlipBook {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}


.PageFlipBook .has-edge {
    position: relative;
}

.PageFlipBook:hover .has-edge {
    -webkit-transform: rotateY(
-35deg
);
    transform: rotateY(
-35deg
);
}

.PageFlipBook a, .PageFlipBook .has-edge {
    transition: .2s;
    display: inline-block;
}

.has-edge {
    -webkit-transform-origin: 35% 50%;
    transform-origin: 35% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.PageFlipBook .page-flip-book-ribbon {
    background-color: #30a241;
}
.book-cover-reviews{
    margin-top: 80px !important;
}
.col-md-5.no-padding{
    background-color:#fff !important;box-shadow: 0px 0px 17px -3px #adadad !important;padding:60px 20px 60px 30px !important;
}

.PageFlipBook .page-flip-book-ribbon {
    position: absolute;
    top: 40%;
    right: -12px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #30a241;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    width: 50%;
    transition: .2s;
    z-index: 111;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}




.PageFlipBook .page-flip-book-ribbon:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #D38D45 transparent transparent transparent;
}

.PageFlipBook .page-flip-book-ribbon span {
    margin-left: 10px;
}

.has-edge.has-edge-thick:after {
    width: 70px;
}

.has-edge:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 98.5%;
    bottom: 3px;
    width: 45px;
    background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 5px, #aaa 6px);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotateY(
90deg
);
    transform: rotateY(
90deg
);
}



.PageFlipBook:hover .has-edge .page-flip-book-ribbon {
    right: 0;
    -webkit-transform: rotateY(
35deg
) translate3d(10px, 0%, 20px);
    transform: rotateY(
35deg
) translate3d(10px, 0%, 20px);
}



.SingleProductImage .single-product-price {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 35px;
    right: 0;
    top: 62%;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}



.SingleProductImage .single-product-price .price-text {
    font-size: 40px;
    text-transform: uppercase;
    color: #111;
}




section.service-banner-sec .PageFlipBook {
    display: flex;
}


section.service-banner-sec .PageFlipBook ul {
    padding: 20px;
    margin-top: 10%;
}

section.service-banner-sec .PageFlipBook ul li {
    list-style-type: none;
    display: block;
    height: 17%;
    align-items: center;
    background: #fff8e8;
    display: flex;
    margin: 12px 0px;
    padding: 12px;
    width: 134px;
    box-shadow: 1px 1px 2px 2px black;
}

section.service-banner-sec  .PageFlipBook .page-flip-book-ribbon {
    background-color: #000000;
}
section.service-banner-sec .PageFlipBook ul li img {
    margin: auto;
}





/*testimonial brand sec*/


h2.uk-margin-medium-bottom {
    font-weight: 300;
    color: #303030;
    line-height: 1.2;
}

.idz-testimonials blockquote {
    border-left: none;
    padding: 0;
    position: relative;
    padding-left: 45px;
    color: #959595;
}


.idz-testimonials blockquote:before {
    content: "\f10d";
    position: absolute;
    top: 5px;
    left: 0;
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: 300;
    color: #c8c8c8;
}

.uk-border-circle {
    border-radius: 50%;
}

.idz-testimonials blockquote p {
    font-size: 18px;
    line-height: 28px;
    color: #959595;
}

blockquote {
    padding-left: 25px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
}

.idz-testi-people img {
    float: left;
    margin-right: 20px;
}

.idz-testi-people p {
    float: left;
}   


.slick-prev:before, .slick-next:before {

    
    color: #999999;
    font-size: 40px;
   
}

.slick-arrow {

    position: absolute;
    right: 0px !important;
    left: inherit;
    z-index: 1111;
}


.slick-prev {
    margin-right: 31px;
}


.slick-next:before {
  
    content: "\f105";
    font-family: FontAwesome;
}


.slick-prev:before {
   
    content: "\f104";
    font-family: FontAwesome;
}


.brands-box {
    text-align: center;
    padding: 27px;
    opacity: 0.6;
}


section.testimonial-brand-sec {
    background-color: #f4f4f4;
    padding: 4% 0px 2% 0px;
    margin-top: -3%;
}


/*Process sec*/


section.process-sec {
    padding: 3% 0px 7% 0px;
}

.title-area h2 {
    font-size: 35px;
    font-weight: 300;
}


.process-box {
    text-align: center;
    margin-bottom: 28px;
    height: 319px;
    position: relative;
    width: 335px;
    margin: auto;
    padding: 66px 0px 0px 87px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 222;
}

section.process-sec .col-md-4:after {
    display: block;
    height: 100px;
    width: 100px;
    background: #f7a936;
    content: "";
    position: absolute;
    top: 11px;
    left: 56px;
    z-index: 111;
    opacity: 0;
    transition: 0.5s;
    height: 296px;
    border-radius: 50%;
    width: 296px;
}


section.process-sec .col-md-4:hover .img-box img {
    filter: brightness(32.5);
    transition: 0.5s;
}


section.process-sec .col-md-4:hover:after {
    opacity: 1;
    transition: 0.5s;
}


.process-box-inner h3 {
    text-transform: uppercase;
}

.process-box-inner {
    width: 201px;
}

.process-box .img-box img {
    margin: auto !important;
    display: block;
}

.process-box p {
    line-height: 17px;
    font-size: 13px;
    font-weight: 500;
}

.process-box.one{
    background-image: url(../img/step1.png);
}

.process-box.two{
    background-image: url(../img/step2.png);
}

.process-box.three{
    background-image: url(../img/step3.png);
}

.process-box.four{
    background-image: url(../img/step4.png);
}

.process-box.five{
    background-image: url(../img/step5.png);
}

.process-box.six{
    background-image: url(../img/step6.png);
}





/*amazon kindle sec*/


section.amazon-kindle-sec {
    background: url(../img/bg-parallax1.jpg) no-repeat;
    position: relative;
    padding: 5% 0px 2% 0px;
    max-width: 100%;
    background-size: cover;
}

.kindle-content img.img-responsive {
    width: 184px;
    height: 74px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 17px;
}

section.amazon-kindle-sec .container {
    width: 100%;
    max-width: 1150px;
}

.aks-image {

    bottom: auto;
}


section.amazon-kindle-sec h3 {
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px !important;
}


.kindle-content strong {
    color: #f7a936 !important;
}

section.amazon-kindle-sec p {
    font-size: 26px !important;
    color: white;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 34px;
    text-shadow: 0px 0px 2px #0000001a;
}


.kindle-content .btn {
    background: #f7a936 !important;
    border: 0px;
    color: white;
    letter-spacing: 0px;
    font-size: 15px;
}

.kindle-content .cbtn1 {
    margin-right: 2px;
}

.kindle-content .cbtn2 {
    margin-left: 3px;
}

.kindle-content span {
    font-size: 19px;
    color: white;
    font-weight: 600;
    text-shadow: 1px 1px 4px #0000006b;
}





/*pricing sec*/


section.pricing-sec {
    padding: 3% 0px 5% 0px;
    background: #fbf9f6;
}


.pricing-box {
    border-radius: 12px;
    box-shadow: 0px 0px 15px #0000002e;
    padding-top: 23px;
    transition: 0.5s;
    margin-bottom: 29px;
}

.pricing-box:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.pricing-box-inner {
    padding: 30px;
}
.pricing-box h3 {
    font-size: 29px;
    margin-top: 0px;
    padding: 0px 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3b8;
}

.pricing-box h3 {
    font-size: 29px;
    margin-top: 0px;
    padding: 0px 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #8080803d;
}

.pricing-box-inner span {
    font-size: 50px;
    font-weight: 700;
}


/*.pricing-box-inner span sub {*/
/*    font-size: 16px;*/
/*    margin-left: 11px;*/
/*    bottom: inherit;*/
/*    top: -23px;*/
/*    color: #f7a936;*/
/*}*/

.pricing-box-inner del {
    font-size: 18px;
    margin-top: -17px;
    /* position: inherit; */
    padding-left: -1px;
    position: absolute;
    /* top: 0; */
}

.pricing-box-inner span sub {
    font-size: 16px;
    margin-left: 8px;
    bottom: inherit;
    /* top: -23px; */
    color: #f7a936;
}

.pricing-box-inner ul {
    list-style-type: none;
    padding: 19px 0px;
    height: 369px;
    overflow-y: scroll;
}


.pricing-box-inner ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.pricing-box-inner ul::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.pricing-box-inner ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.pricing-box-inner ul li {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 500;
}



.pricing-box-inner ul li i {
    color: #f7a936;
    padding-right: 12px;
}

.pricing-box.feature {
    background: #f7a936;
}

.pricing-box {
    background: white;
}

.pricing-box.feature {
    background: #f7a936;
}

.pricing-box.feature * {
    color: white;
}

.pricing-box.feature ul li i {
    color: black;
   
}
.pricing-box.feature a.btn {
    background: #000000;
}

/*Faq sec*/



section.faq-sec {
    padding: 5% 0px;
}

section.faq-sec .panel-default>.panel-heading {
    padding: 18px 15px;

    border: none;
    background: transparent;
 
}



section.faq-sec h4.panel-title {
    display: block;
    line-height: inherit;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}


section.faq-sec .panel-default {
  
    border: none;
}

section.faq-sec .panel-heading {
    border-bottom: 0.5px solid #00000014 !important;
}

section.faq-sec .panel-heading i.fa.fa-angle-down {
    transform: rotate(180deg);
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 23px;
    color: black;
    transition: 0.5s;
}

section.faq-sec a.collapsed i.fa.fa-angle-down {
transform: rotate(0deg);
transition: 0.5s;
}


section.faq-sec .panel.panel-default {
    position: relative;
}


/*about sec*/


section.about-sec {
    padding: 4% 0px 136px 0px;
    background: #fff8e8;
}



.abour-img {
    width: 80%;
     position: relative;
}

.abour-img img.img-responsive {
    width: 100%;
    z-index: 111;
    position: relative;
}

.abour-img:after {
    right: -18px;
    bottom: -18px;
    width: 91%;
    content: '';
    height: 90%;
    z-index: 1;
    position: absolute;
    background: #ffd77b;
}


section.about-sec a.btn {
    margin-top: 18px;
}



/*quote bottom sec*/


section.story-sec.quote-bottom-sec {
    
    background: url(../img/bottom-bk-img.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
   
  
}

.bottom-logo-box {
    list-style-type: none;
    display: block;
    height: 17%;
    align-items: center;
    background: #fff8e8;
    display: flex;
    margin: 12px 0px;
    padding: 12px;
    width: 100%;
    height: 174px;
    box-shadow: 1px 1px 2px 2px black;
}


.bottom-logo-box img {
    margin: auto;
    width: 53%;
}

.quote-bottom-sec h2 {
    color: white;
    font-weight: 800;
    text-shadow: 3px 3px 1px black;
}

.quote-bottom-sec .special-subtitle {
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 2px black;
}

/*footer*/


footer {
    background: #17242a;
    padding: 4% 0px 0px 0px;
    background-image: url(../img/pattern_2.png);
}

.footer-widget img {
   margin-bottom: 20px;
}

footer p {
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.footer-widget span {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 21px;
    display: block;
    font-weight: 600;
}

.footer-widget li {
    list-style-type: none;
    /* color: white; */
}

.footer-widget li a {
    text-decoration: none;
    line-height: 21px;
    color: white;
    font-size: 14px;
}
.footer-widget ul {
    padding: 0px;
}


ul.social-icons li {
    margin-right: 4px;
}
.copyrights {
    margin-top: 3%;
    width: 100%;
    background: #0e1a1f;
    padding: 16px 15px 4px 15px;
    text-align: center;
}














/*service page*/



.inner-page-banner-sec {

      background-image: url(http://subsolardesigns.com/odrin/demo1/wp-content/uploads/sites/8/2017/05/shelf_hero_right2.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 160px;  
    background-position: 0px 28%;
    position: relative;
}

.dbe-container-full {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}


.inner-page-banner-sec .SpecialHeading h1.special-title {
    font-size: 64px;
}

.inner-page-banner-sec .SpecialHeading .special-heading-letter:first-letter {

    line-height: 166px;
  
}


.inner-page-banner-sec .spacer {
    height: 87px;
}









/*book publishing page*/


section.page-title-sec {
    background-image: url(../img/book-publishing.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px 0px 0px 0px;
    position: relative;
}


.page-title-sec h2.special-title.special-heading-letter {
    color: white;
}

.page-title-sec .special-subtitle {
    color: white;
}   


.page-title-overlay-color {
    background-color: #000;
    opacity: 0.35;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}


.service-banner-sec .bg-image.is-parallax {
    background-image: url(../img/sb-bk.jpg);
    background-position: left 50% top 78.64%;
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-banner-sec .PageFlipBook {
    text-align: left;
    margin: 22px 0px;

}

section.service-banner-sec {
    padding: 61px 0px 0px 0px;
    background: url(../img/bg-header1.jpg) no-repeat;
    min-height: 750px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    max-width: 100%;
    background-color: #f4f4f4;
    background-size: cover;
}


.flipbook-content {
    position: absolute;
    top: 0px;
    height: 100%;
    /*background-image: url(../img/bk-bk2.jpg);*/
    width: 100%;
    /*border: 5px solid black;*/
    padding: 24px;
    background-size: cover;
}

.flipbook-content h3 {
    color: white;
    margin-top: 11%;
    font-family: 'Encode Sans SC', sans-serif;
    font-size: 34px;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 1;
    letter-spacing: 1px;
    line-height: 39px;
    position: relative;
    text-shadow: 3px 3px 5px #000000;
}



.flipbook-content p {
    margin-top: 44%;
    color: white;
    text-align: justify;
    z-index: 1;
    width: 90%;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    text-shadow: 1px 1px 4px #00000075;
    margin-left: auto;
    margin-right: auto;
}

form.cta-form {
    width: 370px;
    margin: auto;
    /*margin-top: 15%;*/
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9 !important;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #0000001f;
}


form input {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 90px;
    outline: none !important;
    margin: 0px 0 6px 0;
    resize: none;
}


form input[type="submit"] {
    background: #f7a936 !important;
    color: white !important;
    font-weight: 500 !important;
    border: 0px !important;
}






/*about page*/


section.page-title {
    background: url(../img/page-title-banner.jpg) no-repeat !important;
    background-size: cover !important;
    padding: 6% 0px;
    background-position: 0% -180px;
}


section.page-title h1 {
    color: white;
    font-weight: 800;
    font-size: 43px;
}



/*contact page*/


section.contact-page-sec {
    padding: 5% 0px;
}



/*testimonial page*/


section.tesimonial-sec {
    padding: 6% 0px;
    background: #fff8e8;
}

.testi2-box {
    background: white;
    padding: 31px;
    color: black;
    height: 288px;
    box-shadow: 6px 6px 0px #f7a936;
    margin: 8px 0px 35px 0px;
}


.testi2-box .thumb-img {
    width: 50px;
    float: left;
}

.testi2-box span {
    margin-top: 12px !important;
    display: inline-flex;
    padding-left: 12px;
    font-size: 19px;
    font-weight: 600;
}


.testi2-box .starsss {
    clear: both;
    display: block;
    padding: 13px 0px;
}

.testi2-box p {
    clear: both;
}

section.contact-page-sec h2 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 31px;
}



/*project brief form page*/



.img-fluid {
    max-width: 100%;
    height: auto;
}




#pb-templates .radio-img {
    margin: 0 0 20px;
}

.radio-img {
    text-align: center;
    font-size: 14px;
    position: relative;
}

#pb-templates input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#pb-templates input[type=radio]+img {
    cursor: pointer;
    margin-bottom: 5px;
}


.radio-img span.fa.fa-check {
    border-radius: 50%;
    border: 2px solid #ccc;
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 2px;
    font-size: 11px;
    box-shadow: 0 0 2px #333;
    color: #fff;
}

#pb-templates input[type=radio]:checked+img {
    outline: #30824e solid 2px;
}

#pb-templates input[type=radio]+img {
    cursor: pointer;
    margin-bottom: 5px;
}

.checkfst .radio-img {
    height: 340px;
}

.checklst2 .radio-img {
    height: 100px;
}



.radio-img input[type=radio]:checked+img+span.fa.fa-check {
    border-radius: 50%;
    background: #30824e;
    border: 2px solid #30824e;
}





section.pb-90 {
    padding-top: 35px;
}




.project-brief .form-group:after {
    display: none;
}





.files {
    position: relative;
    margin-bottom: 29px;
}


.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #f7a936;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}



.files input {
    outline: #f7a936 dashed 2px!important;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out,background-color .15s linear;
    transition: outline-offset .15s ease-in-out,background-color .15s linear;
    padding: 120px 0 85px 35%;
    text-align: center!important;
    margin: 0;
    width: 100%!important;
}


.bookview img {
    margin: auto;
}


section.tesimonial-sec .row.flex .testi2-box {
    height: auto;
}

.testi2-box p {
    clear: both;
    font-size: 14px;
    line-height: 24px;
}


.bookview img {
    box-shadow: 0px 0px 12px;
    background: #000000;
}



/*Responsive*/

@media screen and (min-width: 1500px) {
.container {
    width: 1370px;
}


section.tesimonial-sec .container {
    width: 1170px;
}

}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
.container {
    width: 1370px;
}

.flipbook-content p {
    margin-top: 25% !important;

    font-size: 13px !important;

}


.flipbook-content h3 {

    font-size: 26px !important;
 
    letter-spacing: 0px !important;
    line-height: 29px !important;

}
}


@media screen and (min-width: 767px) and (max-width: 1300px) {

.flipbook-content p {
    margin-top: 32% !important;
    font-size: 10px !important;
    line-height: 12px;
    letter-spacing: 0px;
}


.flipbook-content h3 {
    font-size: 18px !important;
    letter-spacing: 0px !important;
    line-height: 24px !important;
}

section.service-banner-sec .PageFlipBook ul li {

    width: 89px;

}

}



@media screen and (min-width: 1300px) and (max-width: 1450px) {

.flipbook-content p {
    margin-top: 54% !important;
    font-size: 14px !important;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 15px;
    text-shadow: 2px 2px 3px black;
}


.flipbook-content h3 {
    font-size: 18px !important;
    letter-spacing: 0px !important;
    line-height: 24px !important;
}

section.service-banner-sec .PageFlipBook ul li {

    width: 107px;

}

}


@media screen and (min-width:1200px){


section.service-banner-sec .container {
    width: 79%;
}

section.pricing-sec .container {
    width: 1200px;
}

section.process-sec .container {
    width: 1062px;
}



}

@media screen and (max-width: 991px) {



}



@media screen and (min-width: 769px){
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.title-area p {
    width: 55%;
    margin: auto;
}
.row.flex {
    display: flex;
    align-items: center;
}

div#hero p.h4.pt-5.mx-auto {
    width: 80%;
    margin: auto;
    font-size: 23px;
    line-height: 35px;
    margin-top: 21px;
    margin-bottom: 19px;
}

 

/*banner sec*/





section.banner-sec {
    padding:0px;

}



/*quote bottom sec*/

.pd-left-desktop {
    padding: 0 25px 0 115px;
}

.quote-bottom-sec {
    padding: 5% 0px;
}


.aks-image {
    margin-top: -180px;

}


/*service page*/




.inner-page-banner-sec {

     padding: 21px 0px !important;
}
.inner-page-banner-sec .SpecialHeading h1.special-title {
    font-size: 28px ;
}


.SpecialHeading .special-heading-letter:first-letter {

    line-height: 87px !important;

}

.SpecialHeading .special-title {

    margin-bottom: 0px;

}

.overlay-color-mobile-white {
    background-color: #ffffff;
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}


.inner-page-banner-sec .spacer {
    height: 54px;
}

section.inner-page-banner-sec .col-md-4 {
    text-align: center;
}




}



@media screen and (max-width: 767px) {

section.service-banner-sec .PageFlipBook ul {
    padding: 9px !important;
    margin-top: -6%;
}

section.service-banner-sec .PageFlipBook ul li {
    list-style-type: none;
    display: block;
    height: 22%;
    align-items: center;
    background: #fff8e8;
    display: flex;
    margin: 12px 0px;
    padding: 7px;
    width: 68px;
    box-shadow: 1px 1px 2px 2px black;
}

section.service-banner-sec .col-md-7.col-sm-12.text-left {
    padding: 0px;
}

.flipbook-content {

    padding: 18px 7px;

}

.flipbook-content h3 {
    margin-top: 11%;
    font-size: 17px;
    z-index: 1;
    line-height: 24px;
    font-weight: 700;
}

.PageFlipBook .page-flip-book-ribbon {

    padding: 0px;

    font-size: 10px;

}

.flipbook-content p {
    display: none;

}

.PageFlipBook .page-flip-book-ribbon {
    display: none;
}


form.cta-form {
    width: 315px;
    padding: 0px 30px 14px 30px;

}

form input {

    margin: 0 0 7px 0;
}



.brands-box {
  
    padding: 6px;

}

/*about sec*/


.abour-img {

    margin: auto;
}

.abour-content {
    padding-top: 26px;
}

/*amazon kindle sec*/


.kindle-content .btn {
    width: 155px;
}


.aks-image {
    margin-top: 29px;
    bottom: auto;
    
}



/*pricing sec*/

section.pricing-sec {
    padding: 15% 0px 5% 0px;
    background: #fbf9f6;
}


/*testimonial page*/

.testi2-box {

    height: 307px;

}


.testi2-box p {
    height: 117px;
    overflow-x: hidden;
}

}

/* why-choose-us */

@media only screen and (max-width: 370px) {
    .services-area{
        margin: 30px 0px 30px 0px !important;
    }
  }

.services-area {
    margin: 50px 0px 100px 0px !important;
    position: relative;
    z-index: 1;
    overflow: hidden
}


.single-featured-box::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #000;
    opacity: .55
}

.single-services-box {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f9f9f9
}

.single-services-box .content {
    padding: 30px 0 30px 25px
}

.single-services-box .content h3 {
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: -20px
}

.single-services-box .content .read-more-btn {
    font-weight: 600;
    padding-right: 22px;
    position: relative;
    display: inline-block
}

.single-services-box .content .read-more-btn i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    color: #01321f;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box .content .read-more-btn:hover {
    padding-right: 28px
}

.single-services-box .image {
    height: 100%;
    -webkit-clip-path: polygon(20% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(20% 0,100% 0,100% 100%,0 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.single-services-box .image.bg-1 {
    background-image: url(../../assets/img/services-img1.jpg)
}

.single-services-box .image.bg-2 {
    background-image: url(../../assets/img/services-img2.jpg)
}

.single-services-box .image.bg-3 {
    background-image: url(../../assets/img/services-img3.jpg)
}

.single-services-box .image.bg-4 {
    background-image: url(../../assets/img/services-img4.jpg)
}

.single-services-box .image img {
    display: none
}

.services-btn-box {
    text-align: center;
    margin-top: 10px
}

.services-btn-box .default-btn {
    background-color: transparent;
    border: 1px solid #b28810;
    color: #b28810;
    padding: 11.5px 35px 11px 65px
}

.services-btn-box .default-btn i {
    left: 35px;
    color: #b28810
}

.services-btn-box .default-btn:hover {
    border-color: #01321f;
    color: #fff
}

.services-btn-box .default-btn:hover i {
    color: #fff
}




