body{
    font-family: 'Poppins', sans-serif;  
    font-size: 14px;    
    color: #000;  
    background: #ffffff;   
    overflow-x: hidden;
} 
h1, h2, h3, h4, h5, h6{   
    font-weight: 600;  
    font-family: 'Noto Serif', serif;  
} 
a:hover, a:focus, button:hover, button:focus{ 
    outline: none;   
}

span , strong {
    vertical-align: baseline;
} 

section {
    padding: 60px 0; 
    clear: both;
    position: relative;
    /* overflow: hidden; */
}
p {
    color: #505050;
    font-size: 16px;
}

img{
    max-width: 100%;
}

header {
    padding: 20px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    margin: 0 auto;
}

header ul {
    text-align: right;
}

header ul li {
    display: inline-block;
    margin-left: 26px;
}

header ul li i {
    color: white;
    margin-right: 5px;
}

header ul li a {
    color: white;
}

header .row {
    align-items: center;
}
.our-banner{
    background: url("../images/banner23.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding-block: 200px 120px;
    position: relative;
    background-position: 50%;
}
/*.our-banner:before{
    content: '';
    background: url("../images/banner-before.png")no-repeat;
    height: 361px;
    width: 592px;
    position: absolute;
    left: 90px;
    bottom: 0;
    background-size: 80%;
}
.our-banner:after{
    content: '';
    background: url("../images/banner-after.png")no-repeat;
    height: 401px;
    width: 685px;
    position: absolute;
    right: -59px;
    bottom: 0;
    background-size: 83%;
}*/

.our-banner h3 {
    color: white;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 20px;
}

.our-banner h1 {
    color: white;
    font-weight: 400;
    font-size: 50px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.our-banner img {
    margin: 0 0 20px;
}

.our-banner p {
    color: white;
    font-size: 22px;
    margin: 0 0 40px;
} 

.our-banner h1 span {
    background: url("../images/span-color.png")no-repeat;
    height: 71px;
    width: 235px;
    font-weight: 700;
    display: inline-block;
}
.btn-orange {
    background: rgb(245,70,60);
    background: linear-gradient(90deg, rgba(245,70,60,1) 0%, rgba(244,149,53,1) 100%);
    color: white;
}

.btn {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 35px;
    border: none;
    border-radius: 50px;
    position: relative;
    transition: .5s all;
}

.btn-blue {
    background: #2b2098;
    color: white;
}

.btn-block {}

.btn-block a {
    margin-left: 10px;
}

.btn:before {
    content: '';
    background: white;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 18px;
}

.btn-blue:before {
    background: #f59b24;
}
.our-banner h1:before {
    content: '';
    background: #2b2098;
    position: absolute;
    left: 7px;
    top: 44px;
    height: 13px;
    width: 405px;
    z-index: -1;
}
.btn-transparent {
    border: 1px solid #000;
    color: #000;
}
.form-wrapper {
    background: #1f1f23;
    position: relative;
    width: 83%;
    float: right;
    padding: 60px 40px;
    border-radius: 100px 0 70px 0;
    border-top: 10px solid #f59b24;
    border-left: 4px solid #f59b24;
}

.form-wrapper .get {
    position: absolute;
    right: -68px;
    top: -47px;
}

.form-wrapper .form-control {
    margin: 0 0 15px;
    height: 45px;
    font-size: 14px;
}

.form-wrapper h5 {
    text-transform: uppercase;
    color: #fec54a;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 19px;
}

.form-wrapper h5 span {
    display: block;
    color: #f5463c;
    font-size: 40px;
}

.form-wrapper p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
}

.form-wrapper .btn {
    width: 100%;
}

.form-wrapper textarea.form-control {
    resize: none;
    height: 80px;
}
.heading {margin: 0 0 40px;}

.heading h2 {
    font-size: 42px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.heading h2:before {
    content: '';
    background: #f6d7b9;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 10px;
    width: 210px;
    z-index: -1;
}

.our-service {
    background: url('../images/ink-pot.png') no-repeat scroll left center #f4f4f4; 
}


.our-service p {
    font-size: 17px;
}  
.our-service .row {
    align-items: center;
}

.our-service li {
    text-align: center;
    width: 11.8%;
    display: inline-block;
    background: white;
    padding: 20px 10px;
    height: 220px;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    border-radius: 20px;
    margin-left: 0;
    letter-spacing: -0.6px;
    box-shadow: 0 10px 10px #ddd;
}
.our-service li.bibg1{  background: url('../images/bibg1.png') no-repeat scroll left top #fff;  }

.our-service li.bibg2{  background: url('../images/bibg2.png') no-repeat scroll left top #fff;  }

.our-service li.bibg3{background: url('../images/bibg3.png') no-repeat scroll center top #fff;}

.our-service li.bibg4{  background: url('../images/bibg4.png') no-repeat scroll left top #fff;  }

.our-service li.bibg5{background: url('../images/bibg5.png') no-repeat scroll right top #fff;}

.our-service li.bibg6{background: url('../images/bibg6.png') no-repeat scroll right top #fff;}

.our-service li.bibg7{background: url('../images/bibg7.png') no-repeat scroll left 20px #fff;}

.our-service li.bibg8{background: url('../images/bibg8.png') no-repeat scroll right top #fff;}

.our-service ul.bibgul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.our-service ul img {
    display: block;
    /* max-width: 47%; */
    margin: auto;
    /* margin-bottom: 10px; */
}
.our-book{
    background: url("../images/our-book.jpg") no-repeat;
    height: 1209px;
    width: 100%;
    background-size: cover;
}

.our-book .txt {
    background: white;
    padding: 40px;
    border-radius: 15px;
}

.our-book .heading h2 {
    font-size: 26px;
}

.our-book .txt ul {}

.our-book .txt ul li {
    margin: 0 0 30px;
}

.our-book .txt ul li img {}

.our-book .txt ul li p {
    display: inline-block;
    width: 85%;
    margin: 0;
    margin-left: 20px;
    font-size: 15px;
}

.our-book .txt ul li p span {
    display: block;
    color: #2d246f;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 4px;
}

.our-book .txt ul li img {}

.our-book .color {
    background: url("../images/service-color.png")no-repeat;
    background-size: cover;
    padding: 20px 20px;
    margin-left: -29px;
    margin-top: -14px;
    border-radius: 15px;
}

.our-book .color h4 {
    color: white;
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 25px;
}

.our-book .color h4 strong {
    display: block;
}

.our-book .color h4 span {
    font-weight: 700;
    color: #ffbf34;
}

.our-book .color ul {}

.our-book .color ul li {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 11px;
}

.our-book .color ul li img {
    margin-right: 8px;
}

.our-book .portfolio {
    margin-top: 60px;
}

.our-book .portfolio img {
    width: 18%;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}
.cta{
    text-align: center;
    margin-top: 180px;
    padding: 0;
    clear: both;
}
.cta .container-fluid{
    background: url("../images/cta-bg.png")no-repeat;
    /* height: 438px; */
    width: 95%;
    background-size: 100%;
    padding: 60px 0;
    position: relative;
    margin: auto;
    /* margin-left: 130px; */
}
.cta .container-fluid:before{
    content: '';
    background: url("../images/cta-before.png")no-repeat;
    height: 285px;
    width: 268px;
    position: absolute;
    left: 60px;
    top: 80px;
    background-size: 80%;
}
.cta .container-fluid:after{
    content: '';
    background: url("../images/cta-offer.png")no-repeat;
    height: 223px;
    width: 182px;
    position: absolute;
    right: 70px;
    top: 20px;
}
.cta h3 {
    color: #000000;
    font-weight: 400;
    font-style: italic;
    background: url("../images/cta-h3.png")no-repeat;
    height: 41px;
    width: 217px;
    margin: 0 auto 6px;
}

.cta h2 {
    color: white;
    font-size: 38px;
    margin: 0 0 20px;
}
.our-sales{
    position: relative;
    background: #fafafa;
}
.our-sales:before{
    content: '';
    background: url("../images/sale-before.png")no-repeat;
    height: 810px;
    width: 810px;
    position: absolute;
    left: 0;
    top: 0;
}
.our-sales .container:after{
    content: '';
    background: url("../images/sale-after.png")no-repeat;
    height: 283px;
    width: 312px;
    position: absolute;
    right: -70px;
    top: -50px;
    background-size: 90%;
    z-index: -1;
}
.our-sales:after{
    content: '';
    background: url("../images/sale-doted.png")no-repeat;
    height: 1138px;
    width: 1444px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.our-sales .box {
    background: white;
    padding: 0 0;
    margin: 0 0 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 5px #ddd;
}

.our-sales .box .txt {
    padding: 30px 20px;
    position: relative;
}
.our-sales .box h5 {
    font-size: 40px;
    color: #ffc412;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transform: rotate(-90deg);
    position: absolute;
    right: -55px;
    margin: 0;
    bottom: 110px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
  
.our-sales .box h3 { 
    color: #413b89;
    font-weight: bold;
    /* font-style: italic; */
    margin: 0 0 10px;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.our-sales .box p {
    font-size: 15px;
    margin: 0;
    position: relative;
    z-index: 1;
    min-height: 110px;
}
.our-sales .box.two h5 {
    color: #c2a792;
    right: -110px;
    bottom: 170px;
}

.our-sales .box.three h5 {
    color: #413b89;
    right: -73px;
    bottom: 119px;
}

.our-sales .box.four h5 {
    color: #c15b5e;
    right: -89px;
    bottom: 130px;
}
.our-sales .container {
    position: relative;
    z-index: 1;
}
.our-sales .box.five h5 {
    color: #ab93a0;
    right: -73px;
    bottom: 133px;
}

.our-sales .row {
    justify-content: center;
}
.our-book .heading {
    margin: 0 0 30px;
}
.selling{
    background: url("../images/selling-bg.jpg") no-repeat;
    background-size: cover;
    height: 1053px;
    width: 100%;
}
.selling:after{
    content: '';
    background: url("../images/step-after.png") no-repeat;
    height: 497px;
    width: 1663px;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
.selling:before{
    content: '';
    background: url("../images/step-doted.png") no-repeat;
    height: 338px;
    width: 555px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 200px;
}

.selling .heading {}

.selling .heading h2 {
    color: white;
    font-size: 37px;
}

.selling p {
    color: white;
    margin: 0;
    font-size: 20px;
    margin-left: 38px;
}

.selling .row {
    /* align-items: center; */
}

.selling .heading h2:before {
    background: #391e88;
}

.step-wrapper {
    position: relative;
    z-index: 1;
}

.step-wrapper .steps {
    margin: 0 0 30px;
}

.step-wrapper .steps .lable {
    display: inline-block;
    margin-right: 23px;
    background: url("../images/selling-step.png") no-repeat;
    height: 72px;
    width: 81px;
    padding-top: 13px;
}

.step-wrapper .steps .lable h5 {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    left: -3px;
}

.step-wrapper .steps .lable h5 span {
    display: block;
    font-size: 12px;
}

.step-wrapper .steps .text {
    width: 80%;
    display: inline-block;
}

.step-wrapper .steps .text p {
    font-size: 15px;
    color: #cccccc;
    margin: 0;
}

.step-wrapper .steps .text p span {
    color: #cfc6ea;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px;
}
.step-wrapper:before {
    content: '';
    background: #fec112;
    width: 4px;
    height: 104%;
    position: absolute;
    left: 34px;
    top: -11px;
    z-index: -1;
    border-radius: 30px;
}

.happy-client {
    text-align: center;
}

.happy-client ul {}

.happy-client ul li {
    display: inline-block;
    margin-left: 94px;
    font-size: 56px;
    color: #1f1f23;
    font-family: 'Noto Serif', serif;
    position: relative;
    line-height: 49px;
    width: 15%;
}

.happy-client ul li span {
    display: block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin-top: 11px;
}

.happy-client ul li:first-child {
    margin: 0;
}

.happy-client ul li:after {
    content: '';
    height: 120px;
    width: 120px;
    position: absolute;
    bottom: 0px;
    right: -50px;
    border-radius: 100%;
    z-index: -1;
    background: linear-gradient(143deg, rgba(255,255,255,0) 32%, rgba(222,178,198,1) 100%);
}

.happy-client ul li:nth-child(2):after {background: rgb(255,255,255);background: linear-gradient(143deg, rgba(255,255,255,0) 32%, rgba(207,220,182,1) 100%);}

.happy-client ul li:nth-child(3):after {
    background: rgb(255,255,255);
    background: linear-gradient(143deg, rgba(255,255,255,0) 32%, rgba(213,201,183,1) 100%);
}

.happy-client ul li:nth-child(4):after {
    background: rgb(255,255,255);
    background: linear-gradient(143deg, rgba(255,255,255,0) 32%, rgba(212,193,238,1) 100%);
}

.testimonial {
    background: #f4f4f4;
    padding: 70px 0;
}

.testimonial .box {
    background: white;
    padding: 30px 30px;
    border-radius: 15px;
    height: 100%; 
    position: relative;
}

.testimonial .box p {
    font-size: 14px;
}

.testimonial .box h5 {
    font-size: 18px;
    display: inline-block;
    margin: 0;
}

.testimonial .box img {
    float: right;
    margin-top: -14px;
    max-width: 48px;
}
.testimonial .heading {}

.testimonial .heading h2 {
    margin: 0 0 21px;
}

.testimonial .heading p {
    font-size: 20px;
}

.testimonial .box:before {
    content: '';
    background: #5f59fc;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.owl-testimonial .owl-stage {
    display: flex;
} 

.testimonial .item {
    padding: 10px;
    height: 100%;  
}
.bbc {
    padding: 30px 0;
}

.best-seller {
    text-align: center;
    background: url("../images/best-selling.jpg")no-repeat;
    /* height: 400px; */
    width: 100%;
    background-size: cover;
    padding: 80px 0;
    /* padding-bottom: 0; */
}

.best-seller h2 {
    color: white;
    font-weight: 400;
    font-size: 39px;
    margin: 0 0 20px;
}

.best-seller h2 span {
    display: block;
    color: #fe9607;
}

.best-seller p {
    color: white;
    font-size: 22px;
}

.best-seller p span {
    background: #b22424;
    font-weight: 600;
    padding: 0 7px;
}
.best-seller .btn-transparent {
    color: #fff;
    border-color: #fff;
}
footer {
    background: #1f1f23;
    padding: 20px 0;
}
 
footer p {
    color: white;
    margin: 0;
    font-size: 14px;
}

footer ul {
    text-align: right;
}

footer ul li {
    display: inline-block;
    margin-left: 20px;
}

footer ul li a {
    color: white;
    font-size: 14px;
}



.bico {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.bicotxt {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}    

.cta  p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}
.our-book .txt ul li p span strong {
    color: #d98708;
    font-weight: 600;
}
  
  .our-banner .btn-block {
    position: relative;
    z-index: 9999;
}

#ouibounce-modal {
    display: none;
}

#ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}

.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}

.popupform ul li textarea {
    height: 110px;
    resize: none;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform h6 {
    text-align: center;
}

.popupform ul li input[type="submit"] {
    background: #2b2098;
    color: #fff;
    font-size: 18px;
    border: #2b2098 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 47px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    background: #2b2098;
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #53b8e0 1px solid !important;
}

.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #2b2098 5px solid;
}

.popupform h2 {
    font-size: 25px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #2b2098 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform .fancybox-close-small {
    border: #f61012 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #f61012;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}

input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #53b8e0;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;
}

div#btmsticky b {
    color: #fcb314;
    font-size: 24px;
}

div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px;
}

div#btmsticky .content a {
    display: inline-block;
    /* width: 250px; */
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600!important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;
}

div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0;
}

.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4;
}

.hide {
    opacity: 0;
    left: -100%;
}

.show {
    opacity: 1;
    left: 0;
}


div#bouncepopupform input[type="submit"]+input[type="submit"] {
    background: #036903;
    border: #036903 1px solid;
}


div#bouncepopupform {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 480px;
    height: 499px;
    margin: 0;
    padding: 18px;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
    z-index: 99994;
    background: #fff;
    margin-left: -240px;
    border-bottom: #FF003C 6px solid !important;
}

div#bouncepopupform h2 {
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
    line-height: 32px;
    padding-right: 43px;
    color: #f61012;
    border-left: #ff003700 6px solid;
}

div#bouncepopupform h2 span {
    display:  block;
    line-height:  normal;
    font-size: 16px;
}

div#bouncepopupform h2 span b {
    color: #008c3a;
    font-weight: 800;
}

div#bouncepopupform input[type="submit"] {
    width: initial;
    font-size: 13px;
    padding: 13px 16px !important;
    margin: -13px 4px 0;
    background: #ff0037;
    border: #ff0037 1px solid;
}

div#bouncepopupform textarea {
    height: 120px;
}

 .bouncepopup-overlay {
    background: #000000de;
    position: fixed;
    width:  100%;
    height: 100%;
    top: 0;
    z-index: 99;
}

form.bounce-popupform li {
    margin-bottom: 0 !important;
}
div#CountDownTimerMini {
    color: #000 !important;
    text-shadow: none !important;
    width: 250px;
    margin: 0 auto;
    /* position: absolute; */
    right: 0;
}
a.bounce-close {
    background: #ff0038;
    color: #fff !important;
    width: 37px;
    height: 37px;
    position:  absolute;
    right: 6px;
    top: 7px;
    box-shadow: #00000082 0 0px 6px;
    border-radius:  100%;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
    border: #ffffff 3px solid;
    text-align:  center;
}

.bouncepopup-overlay {
    display:  none;
}


img.chrs {
    width: 67%;
}

div#bouncepopupform h6 {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 8px;
}


.counter-col {
    background: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    position: relative;
    padding: 0;
}

.btn-orange:hover {
    color: #fff;
} 

a.logo img {
    width: 200px;
}


  
.address-cen {    text-align: center;    background: #000000;    padding: 20px 0;    border-top: 1px solid #2e2e2e;   }

.address-cen p {    margin: 0;    color: #9da0af;       }

.address-cen p img {    max-width: 25px;    }

a.ftr-tel {
    color: #9da0af;
    /*float: right;*/
}  





    