body{
    font-family: 'Poppins', 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;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p {
    color: #535353;
    FONT-VARIANT: JIS83;
    FONT-VARIANT: JIS83;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}


span {
    vertical-align: baseline;
}

header {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background: #Fff;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #4e5157 !important;
    font-weight: 400;
    transition: .5s all;
    font-size: 14px;
}

.btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 0;
}

body{
    background: url("../images/body.webp");
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-position: 70%;
    overflow-x: hidden;
}

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

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    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: #4c56c0;color: #ffffff !important;}


a{
    text-decoration: none !important;
}

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

label.error {     display: none !important;}

/************************** CTAs  ************************************/
.btn-whatsapp-btn {
    position: fixed;
    color: #fff;
    background: #28a744;
    padding: 14px 14px;
    border-radius: 104px;
    bottom: 20px;
    left: 10px;
    font-size: 35px;
    line-height: 0;
    z-index: 222222;
}
a.btn-whatsapp-btn svg {
    width: 30px;
}

.rightcalltoaction {
   position: fixed;
   top: 50%;
   right: 6px;
   transform: translateY(-50%);
   z-index: 999
}

.rightcalltoaction a {
   background: #832B00;
   width: 50px;
   height: 50px;
   display: block;
   border-radius: 100%;
   text-align: center;
   color: #fff;
   font-size: 20px;
   padding: 8px 0;
   margin: 0 0 11px;
   border: solid 2px #fff;
   box-shadow: 6px 9px 30px #0000006b
}

.rightcalltoaction a i {
   font-size: 25px;
   margin-top: 3px
}

.floatbutton {
   -webkit-transition: .4s;
   -moz-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
   position: fixed;
   left: -370px;
   top: 17%;
   font-size: 0;
   width: 420px;
   z-index: 9
}

.banner-form {
   background: #fff;
   padding: 30px;
   position: relative;
   z-index: 9;
   border-radius: 5px 0 0 5px;
   margin: 0;
   width: 370px;
   display: inline-block;
   box-shadow: 0 0 30px #0000001f
}

.banner-form h3 {
   color: #333;
   font-size: 24px;
   margin-bottom: 20px;
   line-height: 40px;
}

.ban-form input {
   width: 100%;
   margin: 0;
   border: 1px solid #e5e5e5;
   background: #fff;
   padding: 10px 15px;
   color: gray;
   font-size: 14px;
   border-radius: 3px;
   height: 50px;
   font-weight: 400;
   outline: 0!important;
   margin: 0 0 15px
}

.ban-form input[type=button] {
   cursor: pointer;
   color: #fff;
   font-weight: 600;
   background: #323787;
   border-radius: 3px;
   text-align: center;
   padding: 10px 15px;
   margin: 20px 0 0;
   border: transparent
}

.floatbutton .clickbutton {
   width: 50px;
   z-index: 99;
   height: 200px;
   cursor: pointer;
   /*box-shadow: -20px 7px 18px -7px rgb(239 81 51/20%);*/
   border-radius: 10px 0 0 10px;
   display: inline-block;
   padding-top: 0;
   vertical-align: top;
   margin-top: 125px;
   color: #fff;
   font-size: 16px;
   font-weight: 700;
   position: relative;
   text-transform: uppercase;
   background: #832B00;
   transform: rotate(180deg);
   border: 2px solid #fff;
   border-right: none
}

.floatbutton .clickbutton .crossplus {
   position: absolute;
   display: block;
   transform: rotate(-90deg);
   -webkit-transition: .4s;
   -moz-transition: .4s;
   -o-transition: .4s;
   transition: .4s;
   left: -52px;
   white-space: pre;
   bottom: 87px
}

.floatbutton.active {
   left: 0;
   z-index: 9;
   -webkit-transition: .4s;
   -moz-transition: .4s;
   -o-transition: .4s;
   transition: .4s
}

.ban-form .nice-select {
   display: none
}

.ys-layer {
   display: none;
   opacity: .7;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1000
}

.ys-container {
   display: none;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, .5);
   z-index: 9999
}

.ys-container.visible,
.ys-layer.visible {
   display: none;
}

.ys-box {
   background-color: #f5f5f5;
   width: 0;
   height: 0;
   margin: 0 auto;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   transition: height .2s ease-in-out
}

.ys-popup-close {
    position: absolute;
    color: #fff;
    background: #000;
    border-radius: 58px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    display: block;
    right: 20px;
    top: 20px;
    font-weight: 700;
}

.ys-container.finished .ys-popup-close {
   width: 40px;
   height: 40px;
   text-indent: 0
}

.ys-popup-content {
   padding: 20px 40px;
   background: #f5f5f5;
   border-radius: 0 0 10px 10px
}

.ys-container.finished .ys-popup-content {
   display: block
}

.ys-popup-close:hover {
   text-decoration: none;
   color: red
}

.ys-box {
   height: 574px;
   width: 572px!important;
   padding: 0;
   background-size: cover
}

.ys-box .mainbann {
   border-radius: 20px 20px 0 0;
   width: 100%
}

.popupform p {
   color: #42526e;
   font-size: 18px;
   padding: 0 0 8px;
   text-align: center
}

.popupform form p {
   color: #42526e;
   font-size: 13px;
   font-weight: 500
}

.popupform form p span {
   color: #0c71f4
}

p.small {
   font-size: 14px;
   color: #000;
   text-align: center;
   display: block
}

.popupform form {
   width: 100%;
   font-size: 0
}

.popupform form .fldst {
   margin: 0;
   display: block;
   width: 100%
}

.popupform form .fldst .intl-tel-input {
   width: 100%;
   margin-bottom: 15px
}

.popupform form .fldst.btnattach button {
   outline: none;
   position: relative;
   bottom: 0;
   border: 0;
   display: block;
   right: 0;
   background: #323787;
   width: 100%;
   height: 50px;
   border-radius: 5px;
   cursor: pointer;
   font-size: 16px;
   color: #fff
}

.popupform form p a {
   color: #323787;
   font-weight: 600
}

.popupform form .lst-p {
   text-align: center;
   padding: 15px 0 0
}

.popupform form input {
   width: 100%;
   margin: 0;
   border: 1px solid #cbcbcb;
   background: #fff;
   padding: 10px 15px;
   color: gray;
   font-size: 14px;
   border-radius: 10px;
   height: 50px;
   font-weight: 400;
   outline: none!important;
   margin: 0 0 15px;
   color: #535353
}

.popupform form input[type=submit] {
   background: #323787;
   color: #fff;
   font-size: 20px
}

.popupform figure {
   text-align: center;
   margin: 0 0
}

.popupform figure img {
   width: 30%
}

.intl-tel-input .country-list .country,
.intl-tel-input .country-list .country-name {
   font-size: 14px
}

.popupform .btn::after {
   border-radius: 10px!important
}

.mycustompop {}

.mycustompop .ys-box {
   width: 580px!important;
   height: auto;
   border-radius: 10px;
   overflow: hidden
}

.mycustompop .ys-box .ys-popup-content {
   font-size: 0;
   padding: 0
}

.popupform .wrap {
   width: 100%
}

.popupform h2 {
   line-height: 1
}

.popupform h2 strong {
    color: #030303;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 26px;
    letter-spacing: normal;
}

.popupform h2 span {
    color: #323787;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
}

.mycustompop .ys-box .ys-popup-content .left {
   height: 550px;
   padding: 30px;
   width: 40%;
   vertical-align: top;
   display: inline-block
}

.mycustompop .ys-box .ys-popup-content .left h3 {
   color: #593b64;
   padding-bottom: 0
}

.mycustompop .ys-box .ys-popup-content .right {
   padding: 45px 60px;
   width: 100%;
   display: inline-block;
   vertical-align: top
}

.blinking {
   animation: blinkingText 1.2s infinite
}

@keyframes blinkingText {
   0% {
      color: #323787
   }
   49% {
      color: #323787
   }
   60% {
      color: transparent
   }
   99% {
      color: transparent
   }
   100% {
      color: #323787
   }
}
.rightcalltoaction svg {
    width: 34px;
    position: relative;
    top: -2px;
}
/*////////////*/
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: 90px 0 60px;
    position: relative;
    background: #ffffff;
    margin-top: -30px;
    z-index: 1;
}

.copy p {
    margin-bottom: 0;
    color: #ffffff;
}

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



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

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

    .copy ul li::before {content: "";height: 90%;width: 1px;top: 5%;position: absolute;right: -2px;top: 0;background: #acbccd;}

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

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

header ul {
    text-align: right;
    position: relative;
    margin-left: -20px;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}

header ul li .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
}

.container-fluid {
    padding: 0;
    width: 96%;
}

.btn-purp {
    background: #832B00;
    color: #fff !important;
}

.top-bar {
    text-align: right;
    background: #F7E5DA;
    padding: 10px 0;
}

.top-bar ul li a {
    color: #677678;
    font-size: 16px;
    font-weight: 600;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar ul li:first-child {padding-right: 50px;}

.top-bar ul li img {
    margin-right: 5px;
}


.info-banner h5 {
    font-size: 34px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 5px;
    /* color: #F7E5DA; */
}

.info-banner h1 {
    font-size: 73px;
    color: #832B00;
    font-weight: 700;
    letter-spacing: -7px;
    line-height: 83px;
    margin-bottom: 15px;
}

.info-banner h1 + p {
    color: #041729;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}

.btn-blue {
    background: #F7E5DA;
    color: #000000 !important;
}

.btn-block .btn:first-child {
    margin-right: 5px;
}

.info-banner .btn-block + img {
    margin: 25px 0 0 0;
}

.our-banner::before{
    position: absolute;
    background: url("../images/banner2.jpg") no-repeat;
    content: "";
    max-width: 96%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 30%;
}

.our-banner::after{
    position: absolute;
    content: "";
    background: #ebfafd;
    max-width: 100%;
    width: 100%;
    height: 96%;
    left: 0;
    top: 2%;
    z-index: -1;
}

h2 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.info-about p {
    font-size: 16px;
    color: #535353;
}

.img-about {
    width: 110%;
    position: relative;
    left: -70px;
}

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

.our-author{
    background: url("../images/bg-author.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding-bottom: 130px;
}

.our-author h2+p {
    color: #ffffff;
    max-width: 85%;
    font-size: 16px;
    margin-bottom: 0;
    margin: 0 auto;
}

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

.info-author h4 {
    font-size: 27px;
    font-weight: 600;
    color: #832B00;
    margin-bottom: 12px;
}

.info-author h4 + p {
    color: #535353;
    margin: 0;
}

.info-author {
    position: relative;
    z-index: 1;
    padding: 15px;
}

.info-author::before {
    position: absolute;
    content: "";
    height: 370px;
    width: 100%;
    background: #fff;
    z-index: -1;
    left: 0px;
    top: 60px;
    border-radius: 5px;
}

.info-author::after {
    background: url("../images/bg1.webp") no-repeat;
    max-width: 69px;
    width: 100%;
    height: 46px;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 25px;
    top: 90px;
}

.info-author img {
    margin-bottom: 20px;
}

.info-mission h2 + p {
    color: #fafafa;
    font-size: 16px;
    margin-bottom: 40px;
}

.info-mission h3 {
    font-size: 32px;
    font-weight: 200;
    color: #ececec;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.info-mission ul {
    display: inline-block;
    width: 48%;
    position: relative;
    right: -30px;
}


.info-mission ul li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
    line-height: 16px;
}

.info-mission ul li i {
    color: #ffffff;
    position: absolute;
    left: -3px;
    top: 4px;
}

.our-mission .row {
    align-items: end;
}

.img-mis {
    transform: scale(1.3);
    text-align: end;
}

.img-mis::before {
    position: absolute;
    content: "";
    background: url("../images/bg2.webp") no-repeat;
    max-width: 170px;
    height: 194px;
    top: -40px;
    right: 33px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
    filter: opacity(100);
    transform: rotate(93deg) scale(1.0);
}

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

.our-mission .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg3.webp") no-repeat;
    max-width: 242px;
    height: 367px;
    width: 100%;
    background-size: 100%;
    left: -280px;
    top: -80px;
    display: none;
}

.our-mission {
    padding: 80px 0;
    background: url(../images/Sharing_bg.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.info-mission h3::before {
    position: absolute;
    content: "";
    left: -35px;
    top: 18px;
    width: 120px;
    height: 120px;
    background: #707070;
    border-radius: 50%;
    z-index: -1;
}

.btn-brown{
    background: #f4d2b2;
    color: #832B00 !important;!i;!;
}

.cta{
    /*background: url("../images/bg-cta.webp") no-repeat;*/
    background: #000000;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 50%;
    /*filter: hue-rotate(45deg);*/
}

.cta h3 {
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 20px;
}

.cta h3  span{
    font-weight: 700;
}

.info-test {
    padding-left: 200px;
    position: relative;
    z-index: 1;
}

.info-test p {
    color: #535353;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
}

.info-test h4 {
    color: #832B00;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.info-test h4 > span {
    display: block;
    font-weight: 300;
}

.info-test span.qoute {
    position: absolute;
    left: 30px;
    top: 30px;
}

.our-testimonial {
    background: #fff;
}

.our-testimonial h2 {
    margin-bottom: 50px;
}

.faq::after {
    position: absolute;
    content: "";
    background: rgb(106,225,221);
    /*background: linear-gradient(45deg, #323787 0%, rgba(235, 210, 180, 1) 75%);*/
    background: linear-gradient(45deg, #000000 0%, rgb(229 229 229) 75%);
    max-width: 90%;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

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

.faq .nav-tabs {
    border: none;
}

.faq .nav-tabs .nav-item {
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    background: #832B00;
    padding: 11px 14px;
    border-radius: 3px;
}

.faq .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #F7E5DA;
    font-size: 18px;
    font-weight: 600;
}

.faq .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.faq .nav-tabs .nav-link::before {
    width: 18px;
    height: 5px;
    position: absolute;
    content: "";
    background: #fff;
    top: 50%;
    right: 48px;
    transform: translate(-0%, -50%);
}

.faq .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 18px;
    background: #fff;
    top: 45%;
    transform: rotate(90deg);
    right: 48px;
    transition: .5s all;
}

.nav-tabs .nav-link.active::after {
    transform: rotate(0deg);
}

.faq .nav-tabs .nav-item::before {
    position: absolute;
    /* content: ""; */
    width: 93%;
    height: 20px;
    background: #d8c2b0;
    z-index: -1;
    bottom: -2px;
}

.faq-slide p {
    color: #272727;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
}

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


.faq .container{
    position: relative;
}

.faq .container::before{
    position: absolute;
    content: "";
    background: url("../images/bg4.webp") no-repeat;
    max-width: 304px;
    height: 319px;
    width: 100%;
    background-size: 100%;
    right: 0;
    top: -120px;
}

.faq {
    padding: 80px 0;
    z-index: 2;
}

.faq::before {
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    z-index: -2;
    top: 0;
}

footer a.logo img {
    margin-bottom: 30px;
    /*filter: invert(1);*/
    width: 100%;
    object-fit: contain;
}

footer a.logo + ul li a {color: #bdcad7;font-size: 15px;}

footer a.logo + ul li {
    margin-bottom: 10px;
}

footer a.logo + ul li img {
    margin-right: 5px;
}

footer ul li a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
    transition: .5s all;
}

footer ul li {
    margin-bottom: 2px;
}

footer ul {
    position: relative;
    z-index: 1;
}

footer ul::before {
    left: -20px;
    width: 2px;
    height: 50px;
    background: #832B00;
    content: "";
    position: absolute;
}

footer::before {
    position: absolute;
    content: "";
    background: url(../images/bg2.webp) no-repeat;
    max-width: 210px;
    height: 224px;
    top: -95px;
    left: 0px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}


footer::after {
    position: absolute;
    content: "";
    background: url(../images/bg5.webp) no-repeat;
    max-width: 166px;
    height: 255px;
    top: -50px;
    right: 0px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

footer ul li:hover a {
    color: #323787 !important;
}

.count {
    background: #fff;
}

.count h4 {
    font-size: 62px;
    color: #363435;
    font-weight: 700;
    line-height: 65px;
}

.count h5 {
    font-size: 21px;
    font-weight: 600;
    color: #323787;
    margin-bottom: 15px;
}

.count p {
    color: #030303;
    font-size: 18px;
    margin-bottom: 0;
}
.count [class*='col'] {
    padding: 0 30px;
}

.count .info-count {
    background: #f8f7fc;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.count .info-count::before {
    width: 100%;
    height: 0;
    border-bottom: 15px solid #ffeada;
    border-right: 330px solid transparent;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
.count [class*='col']:first-child .info-count::before {border-bottom-color: #fae7a4;}



.count [class*='col']:last-child .info-count::before {
    border-bottom-color: #c9f1e8;
}


.our-service  [class*='col'] {
    padding: 0;
}

.info-ser {
    background: #832B00;
    padding: 30px 50px;
}

.info-ser p {
    margin-bottom: 0;
}

.our-service .row .row [class*='col']:first-child {
    padding-left: 8px;
}

.our-service .row .row [class*='col']:last-child {
    padding-right: 8px;
}

.our-service .row {
    align-items: end;
}

.ser {
}

.info-ser * {
    color: #ebfafc;
}

.info-ser h4 {
    font-weight: 300;
    margin-bottom: 18px;
}

.our-service .row  .row [class*='col'] .info-ser {
    padding: 44px 25px;
    height: 330px;
}

.our-service .row [class*='col']:last-child .info-ser:first-child {
    background: linear-gradient(45deg, #832B00, #F7E5DA);
}

.our-service .row [class*='col']:last-child .info-ser:nth-child(2) {
    background: linear-gradient(45deg, #F7E5DA, #842c02);
}

.our-service .row .row [class*='col']:first-child .info-ser {
    background: #a34010;
}

.our-service .row .row [class*='col']:last-child .info-ser {
    background: #662302;
}
.our-service .info-text {
    margin-bottom: 60px;
}

.img-ser {
    position: absolute;
    left: 0;
    right: 40%;
    top: 308px;
}

.img-ser img {background-size: cover;height: 560px;max-width: 120%;width: 100%;background-position: 100%;}

.our-service .info-text p {
    max-width: 80%;
    margin: auto;
}

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


.our-service .container::before {
    background: url("../images/bg6.webp") no-repeat;
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 100px;
    left: -60px;
}

.our-service .container::after {
    background: url("../images/bg7.webp") no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -20px;
    right: -40px;
    /* filter: hue-rotate(291deg); */
}
.our-service {
    overflow: hidden;
}

.img-about::before {
    background: url("../images/bg9.webp") no-repeat;
    content: "";
    max-width: 288px;
    height: 318px;
    width: 100%;
    background-size: 100%;
    left: -50px;
    /* filter: hue-rotate(60deg); */
    bottom: -110px;
    position: absolute;
    z-index: -1;
}


.our-about::after {
    background: url("../images/bg8.webp") no-repeat;
    content: "";
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    right: 20px;
    top: 60px;
    position: absolute;
    z-index: -1;
}

.writing-banner::before{
    background: url("../images/publishing_banner.png") no-repeat;
    background-size: cover;
}

.writing-banner h5 {
    font-size: 26px;
}

.writing-banner h1 {
    font-size: 69px;
    line-height: 75px;
    letter-spacing: -2px;
    /* text-shadow: 0 2px 2px black; */
}

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

.writing-banner {
    padding: 60px 0 40px;
}

.detail{
    padding: 30px 0;
    display: none;
}

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

.info-det h4 {
    font-size: 53px;
    color: #ebd2b4;
    font-weight: 200;
    margin-bottom: 0;
    display: inline-block;
}

.info-det h4 + p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    color: #faf4eb;
    line-height: 22px;
    margin-left: 8px;
    text-align: left;
}

.info-det {
    position: relative;
    z-index: 1;
    text-align: center;
}

.info-det::before {
    left: -10px;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background: #003569;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

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

.info-focus p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.info-focus p:last-child {
    margin-bottom: 0;
}

.our-focus::before {
    background: url(../images/bg6.webp) no-repeat;
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 70px;
    right: 5.5%;
}



.books {
    background: #fff;
    padding: 80px 0;
}

.books .info-books .text-book {
    display: inline-block;
    width: 60%;
    margin-left: 12px;
}

.books .info-books {
    position: relative;
    z-index: 1;
}

.books .row:first-child {
    margin-bottom: 60px;
}

.books .info-books .text-book h4 {
    font-size: 24px;
    color: #1f2225;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.books .info-books .text-book h4::before {
    height: 12px;
    width: 60px;
    background: #caf4f2;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 4px;
    left: -20px;
}

.books .info-books::before {
    background: #f6f6f6;
    position: absolute;
    height: 40%;
    width: 100%;
    top: 15%;
    left: 0;
    content: "";
    z-index: -1;
}

.books .info-books::after {
   background: url(../images/bg11.webp) no-repeat;
   max-width: 74px;
   height: 72px;
   width: 100%;
   background-size: 100%;
   position: absolute;
   content: "";
   bottom: -20px;
   left: -20px;
   z-index: -1;
}

.books::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -20px;
    left: 50px;
}


.books::after {
    background: url(../images/bg10.webp) no-repeat;
    max-width: 61px;
    height: 223px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -150px;
    right: 10%;
}

.info-str h2 + p {
    font-size: 16px;
    max-width: 90%;
}
.info-story p {
    font-size: 12px;
}
.info-story h4 {
    font-size: 24px;
    color: #1f2225;
    font-weight: 300;
    margin-bottom: 0;
}

.info-story {
    padding: 60px 20px;
    background: #ffffff;
    margin-bottom: 20px;
}

.info-story span {
    position: absolute;
    font-size: 53px;
    color: #2d3786;
    line-height: 72px;
    top: 6px;
    right: 17px;
    font-weight: 800;
    opacity: 0.2;
}

.our-story .row .row [class*='col']:nth-child(2) .info-story {
    background: #dbf7f6;
}

.our-story .row .row [class*='col']:nth-child(3) .info-story {
    background: #f9e9d2;
}

.our-story .row .row [class*='col']:nth-child(6) .info-story {
    background: #fde9e9;
}

.our-story .row .row [class*='col']:nth-child(7) .info-story {
    background: #eaf4e1;
}

.img-story {
    position: absolute;
    bottom: -60px;
    left: -100px;
    z-index: -1;
}

.our-story {padding: 80px 0 240px;}

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

.our-story .container::before{
    position: absolute;
    content: "";
    background: url("../images/bg12.webp") no-repeat;
    max-width: 29px;
    width: 100%;
    height: 134px;
    background-size: 100%;
    right: 0;
    left: 56%;
    bottom: -200px;
    margin: auto;
}

.our-story::before{
    position: absolute;
    content: "";
    background: url("../images/bg13.webp") no-repeat;
    max-width: 167px;
    width: 100%;
    height: 175px;
    background-size: 100%;
    right: 0;
    top: 10px;
    z-index: -1;
}

.our-hire {
    background: #160c49;
}

section.our-hire {
    z-index: 1;
}

.img-hire img {max-width: 110%;}

.img-hire img {
    position: relative;
    left: -80px;
}

.info-hire h2 {
    color: #fff;
}

.info-hire p {
    color: #acacac;
    font-size: 15px;
}


.img-hire::before {
    background: url(../images/bg9.webp) no-repeat;
    content: "";
    max-width: 288px;
    height: 318px;
    width: 100%;
    background-size: 100%;
    left: -160px;
    bottom: -20px;
    position: absolute;
    z-index: -1;
}


.our-hire::after{
    background: url(../images/bg14.webp) no-repeat;
    content: "";
    max-width: 211px;
    height: 211px;
    width: 100%;
    background-size: 100%;
    right: 10px;
    top: -105px;
    position: absolute;
    z-index: -1;
}

.info-get {
    padding: 30px;
    background: #fff;
    min-height: 180px;
    margin-bottom: 55px;
    box-shadow: 0 2px 15px #00000030;
    position: relative;
    z-index: 1;
}

.info-get h4 {
    color: #1f2225;
    font-size: 20px;
}

.info-get span {
    position: absolute;
    top: -30px;
}

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

.our-get h2 {
    margin-bottom: 80px;
}

.info-get::before {
    background: url(../images/bg15.webp) no-repeat;
    content: "";
    max-width: 84px;
    height: 74px;
    width: 100%;
    background-size: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}


.info-get::after {
    width: 90%;
    height: 0;
    border-top: 10px solid #f9e9d2;
    border-left: 330px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -2;
}

.our-get .container {
    position: relative;
    z-index: 1;
}

.our-get .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg16.webp") no-repeat;
    max-width: 298px;
    width: 100%;
    height: 224px;
    background-size: 100%;
    right: 30px;
    bottom: 30px;
}


.our-get::before {
    position: absolute;
    content: "";
    background: url("../images/bg17.webp") no-repeat;
    max-width: 167px;
    width: 100%;
    height: 175px;
    background-size: 100%;
    right: 60px;
    top: 60px;
}

h2::before {
    background: #f9e9d2;
    position: absolute;
    content: "";
    width: 300px;
    height: 25px;
    top: 15px;
    z-index: -1;
    left: 0;
    display: none;
}

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

.text-center h2 {
    display: inline-block;
}

.about-page{
    background: url("../images/banner.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 45%;
    z-index: 1;
}

.infoabout-page {
    background: #faf8f0;
    padding: 20px 22px;
    margin-bottom: 15px;
    min-height: 260px;
}

.infoabout-page span {
    display: block;
}

.infoabout-page h4 {
    font-size: 19px;
    color: #1f2225;
    font-weight: 600;
}



.about-page::before {
    position: absolute;
    content: "";
    background: url(../images/bg2.webp) no-repeat;
    max-width: 210px;
    height: 224px;
    top: 60px;
    right: 20px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}


.info-briliant {
    padding: 30px 20px;
    background: #dfe9ed;
    margin-bottom: 16px;
}

.info-briliant h4 {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.info-briliant h4 + p {
    color: #1f2225;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    min-height: 38px;
    line-height: 19px;
}

.info-briliant p+ span {
    position: absolute;
    top: 15px;
    right: 30px;
}

.our-briliant .row .row [class*='col']:last-child .info-briliant {
    background: #e7eefa;
}

.our-briliant .row .row [class*='col']:nth-child(2) .info-briliant {
    background: #eaf4e1;
}

.our-briliant .row .row [class*='col']:nth-child(3) .info-briliant {
    background: #eae9f1;
}

.info-bri p {
    font-size: 17px;
}

.info-bri p:last-child {
    margin-bottom: 0;
}


.about-banner::before{
    background: url("../images/publishing_banner.png") no-repeat;
    background-size: cover;
}

.publishing-banner::before{
    background: url("../images/publishing_banner.png") no-repeat;
    background-size: cover;
}

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

.our-sell h3 {
    font-size: 33px;
    color: #535353;
    font-weight: 300;
    margin-bottom: 0;
}

.our-sell .row:first-child {
    align-items: end;
    margin-bottom: 100px;
}

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

.info-sell h4 {
    font-size: 24px;
    color: #253fa3;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-sell li img {
    margin-right: 15px;
}

.info-sell li {
    font-size: 15px;
    color: #4d5256;
    font-weight: 500;
    /* margin-bottom: 2px; */
    display: flex;
    align-items: flex-start;
    margin: 0.75rem 0;
}

.info-sell li:last-child {
    margin-bottom: 0;
}

.img-sell {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 52%;
    width: 100%;
}

.our-print h2 {
    margin-bottom: 50px;
}

.info-print {
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.info-print h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.info-print::before {
    width: 90%;
    height: 0;
    border-top: 10px solid #e1fbfa;
    border-left: 330px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -2;
}

.info-print::after {
    background: url(../images/bg18.webp) no-repeat;
    content: "";
    max-width: 84px;
    height: 74px;
    width: 100%;
    background-size: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.sl2 {
    background: #fff;
    padding: 40px 0;
}

.sl2 h2 {
    font-size: 39px;
    margin-bottom: 0;
    line-height: 44px;
}

.sl2 h2::before {
    top: inherit;
    bottom: 0;
    left: -30px;
    width: 220px;
}

.sl2 .row {
    align-items: center;
}

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

.our-sell::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: -100px;
    left: 50px;
}

.our-sell::after {
    background: url(../images/bg14.webp) no-repeat;
    content: "";
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    right: 30px;
    top: 60px;
    position: absolute;
    z-index: -1;
}

.img-sell img {background-size: cover;height: 530px;max-width: 100%;width: 100%;}

.our-briliant::after {
    background: url(../images/bg14.webp) no-repeat;
    content: "";
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    right: 30px;
    top: 60px;
    position: absolute;
    z-index: -1;
}

.our-briliant::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: 60px;
    left: 50px;
}


.pricing-banner::before{
    background: url("../images/publishing-banner.webp") no-repeat;
    background-size: cover;
}

.info-pack {
    padding: 40px 30px 20px;
    background: #fff;
    box-shadow: 0 5px 15px #00000030;
    position: relative;
    margin-bottom: 40px;
    transition: .5s all;
    border: 3px solid transparent;
}

.our-package [class*='col']:nth-child(2) .info-pack::before,.our-package [class*='col']:nth-child(4) .info-pack::before {
    background: #75efed;
}

.our-package [class*='col']:nth-child(3) .info-pack::before,.our-package [class*='col']:nth-child(5) .info-pack::before {
    background: #f6d6a8;
}

.info-pack h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
}

.info-pack h4 span {
    display: block;
    font-weight: 300;
}

.info-pack h3 {
    font-size: 61px;
    color: #2f41b1;
    font-weight: 700;
    position: relative;
    display: table;
    margin: auto;
    letter-spacing: -4px;
}

.info-pack h3 > span {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 5px;
    left: -20px;
}

.info-pack::before {
    background: #6548f5;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 0 0 10px 10px;
    bottom: -10px;
    left: 0;
    z-index: -1;
    transition: .1s;
    opacity: 1;
}



.info-pack h6 {
    position: absolute;
    top: 140px;
    right: 35px;
    font-weight: 400;
    color: #694bff;
    font-size: 18px;
    text-decoration: line-through;
    text-align: center;
    line-height: 17px;
}


.info-pack h6 > span {
    display: block;
}

.info-pack ul {
    height: 160px;
    margin: 30px 0;
    overflow-x: auto;
}

.info-pack ul li {
    font-size: 14px;
    color: #54565f;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
    z-index: 1;
}

.info-pack ul li:before {
    height: 9px;
    width: 9px;
    content: "";
    position: absolute;
    background: #a1b9f2;
    border-radius: 50%;
    top: 4px;
    left: 0;
}

.info-pack p {
    color: #1d2b4f;
    text-align: center;
    font-size: 18px;
}

.info-pack p > span {
    font-weight: 700;
    color: #0d63f3;
}

.info-pack .btn {
    margin: auto;
    display: table;
    width: 100%;
    letter-spacing: 1px;
}


.info-pack .talk {
    margin: 15px 0 0;
    text-align: center;
}

.info-pack .talk a {
    color: #694bff;
    font-weight: 600;
    font-size: 18px;
}

.info-pack .talk a > span {
    font-size: 14px;
    color: #1f2225;
    margin-right: 8px;
}

.info-pack .talk img {
    margin-right: 8px;
}

.info-pack::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a8a8a8;
    content: "";
    bottom: 178px;
    left: 0;
}

.our-package [class*='col']:first-child .info-pack h4::before {
    position: absolute;
    content: "";
    background: url("../images/best.webp") no-repeat;
    max-width: 168px;
    height: 47px;
    width: 100%;
    background-size: 100%;
    top: -20.5px;
    left: 0;
    right: 0;
    margin: auto;
}


.our-pricing .addon-box-new {
    background: #fff;
    border: #e2e2e2 1px solid;
    padding: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    min-height: 320px;
    display: flex;
    height: 100%;
}

.our-pricing .addon-box-new .addon-box-txt-n {
    width: 250px;
    font-size: 12px;
    display: inline-block;
    padding-right: 23px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 span {
    display: block
}



.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
    margin: 5px 0 14px
}

.addon-box-img-n {
    width: 50%;
    display: inline-block;
}


.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
    margin: 5px 0 14px;
}


.our-pricing a.btn {
    display: block;
    color: #040f4d;
}
.our-pricing .addon-box-new .addon-box-txt-n h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}

/*span.top-seller-addon {
    background: url(../img/top-seller-tag.webp) right top;
    width: 100%;
    float: left;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: -13px;
    top: 13px;
}*/

span.col-addon-price-nn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002a2b;
    display: inline-block;
    line-height: 19px;
}

.our-pricing .addon-btn-new {
    width: 93%;
    text-align: center;
    text-transform: uppercase;
}

.our-pricing .addon-box-new .addon-box-txt-n h2::before {display: none;}

span.col-addon-price-nn b {
    font-size: 23px;
    font-weight: 700;
    display: block;
    color: #3adcdd;
}
.our-pricing .addon-box-new p {
    font-size: 15px;
}
.our-pricing .addon-box-new .addon-box-txt-n {
    width: 50%;
}

.our-pricing .row>div {
    margin-bottom: 30px;
}

.our-pricing{
    background: #fff;
}

.our-package .info-text::before {
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    content: "";
    position: absolute;
    z-index: -2;
}

.our-package::after {
    background: url(../images/bg14.webp) no-repeat;
    content: "";
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    right: 30px;
    top: 60px;
    position: absolute;
    z-index: -1;
}

.our-package::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 290px;
    left: 50px;
}

.text-bsell {
    display: inline-block;
    width: 54%;
    margin-left: 15px;
}

.text-bsell h4 + p {
    margin-bottom: 0;
    font-size: 16px;
}

.text-bsell h4 {
    font-size: 24px;
    color: #1f2225;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.sell-book .row:nth-child(2) {
    margin-bottom: 60px;
}

.sell-book::after {
    background: url(../images/bg6.webp) no-repeat;
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 60px;
    right: 20px;
}

.sell-book::before {
    background: url(../images/bg19.webp) no-repeat;
    max-width: 61px;
    height: 225px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 20px;
}

.sell-book .info-text {
    margin-bottom: 60px;
}

.sell-book .info-text h2+p {
    font-size: 15px;
    max-width: 85%;
    margin: auto;
}


.sell-book {
    z-index: 1;
}

.info-sell-book {
    position: relative;
    z-index: 1;
}

.info-sell-book::before {
    background: url(../images/bg11.webp) no-repeat;
    max-width: 74px;
    height: 72px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: -20px;
    left: -20px;
    z-index: -1;
}

.our-promotion{
    background: url("../images/bg-promotion.webp") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 60%;
}

.info-prom h3 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
}

.info-prom h5 {
    color: #fff;
    font-size: 72px;
    font-weight: 100;
    letter-spacing: -4px;
    margin-bottom: 20px;
    line-height: 60px;
}

.our-premium{
    background: url("../images/bg-prem.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    padding-bottom: 180px;
}

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

.info-prem p {
    font-size: 16px;
    color: #acacac;
}

.our-premium::before {
    position: absolute;
    content: "";
    background: url(../images/bg17.webp) no-repeat;
    max-width: 167px;
    width: 100%;
    height: 175px;
    background-size: 100%;
    right: 60px;
    top: 60px;
}

.our-genre {
    padding: 0 0 80px;
    z-index: 1;
}

.our-genre .info-genre {
    background: #fff;
    padding: 60px;
    margin-top: -130px;
    box-shadow: 0 20px 35px #0000003d;
    position: relative;
    z-index: 1;
}

.our-genre .info-genre ul li {
    display: inline-block;
    width: 33%;
}

.our-genre .info-genre ul li img {
    margin-right: 6px;
}

.our-genre .info-genre ul li {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 18px;
}


.our-genre .info-genre::after {
    position: absolute;
    content: "";
    background: url(../images/bg17.webp) no-repeat;
    max-width: 167px;
    width: 100%;
    height: 175px;
    background-size: 100%;
    right: 0;
    bottom: -30px;
    transform: rotate(90deg);
}

.logs {
    padding: 40px 0;
    text-align: center;
    background: #fff;
}

.logs img {
    height: 62px;
}



.info-agency h3 {
    font-size: 48px;
    color: #1f2225;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.info-agency h3 > span {
    color: #004699;
}

.info-agency h3::before {
    content: "";
    width: 60%;
    height: 20px;
    background: #caf4f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.info-agency h3 + p {
    font-size: 16px;
    margin-bottom: 25px;
}

.info-agency ul li {
    list-style-type: disclosure-closed;
    color: #302f2f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-agency ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.info-agency ul li::marker {
    color: #832b00;
}

.img-agency {
    position: relative;
    z-index: 1;
}

.img-agency::before {
    background: url(../images/bg9.webp) no-repeat;
    content: "";
    max-width: 200px;
    height: 219px;
    width: 100%;
    background-size: 100%;
    left: -80px;
    bottom: -62px;
    position: absolute;
    z-index: -1;
}

.our-agency {
    overflow: hidden;
}

.our-agency .row{
    align-items: center;
    margin-bottom: 120px;
}

.our-agency .r2 .img-agency::before {
    left: inherit;
    background: url("../images/bg20.webp") no-repeat;
    background-size: 100%;
    right: -80px;
}

.our-agency .row:last-child {
    margin-bottom: 30px;
}

.img-agency::after{
    background: url("../images/bg21.webp") no-repeat;
    max-width: 61px;
    width: 100%;
    height: 223px;
    position: absolute;
    content: "";
    right: 60px;
    bottom: -60px;
}

.our-agency .r2 .img-agency::after {
    right: inherit;
    left: 60px;
}

.our-genre2::before{
    background: url("../images/bg-genre2.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 78%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -2;
}


.our-genre2 .info-genre {
    margin-top: 0;
    margin-bottom: 90px;
}

.our-genre2 {
    padding: 60px 0;
}

.our-genre2 h2 {
    color: #fff;
}

.our-genre2 h2::before {
    top: 0px;
    background: #694bff;
    left: -30px;
}

.gen::before {
    background: url(../images/bg6.webp) no-repeat;
    max-width: 90px;
    height: 90px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -40px;
    right: -30px;
}

.our-genre2 .info-genre::before {
    background: url(../images/bg22.webp) no-repeat;
    max-width: 150px;
    height: 150px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: -80px;
    left: -70px;
    z-index: -1;
}

.our-agency .info-text {
    margin-bottom: 100px;
}

.our-agency::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 36px;
    height: 172px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 160px;
    left: 90px;
}

.our-agency::after {
    background: url(../images/bg6.webp) no-repeat;
    max-width: 135px;
    height: 135px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: 60px;
    right: 20px;
    z-index: -1;
}

.service-banner::before{
    background: url("../images/banner2.jpg") no-repeat;
    background-size: cover;
}
.contact-banner::before{
    background: url("../images/banner2.jpg") no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.marketing-banner::before{
    background: url("../images/banner2.jpg") no-repeat;
    background-size: cover;
}

.pricing-banner::before{
    background: url("../images/banner2.jpg") no-repeat;
    background-size: cover;
}

.info-contact .form-control {
    margin-bottom: 15px;
    height: 50px;
    font-size: 13px;
}

.info-contact textarea.form-control {
    height: 140px;
    resize: none;
    margin-bottom: 25px;
}

.our-contact h2 {
    margin-bottom: 18px;
    font-size: 2.75rem;
}.our-contact p {
    font-size: 18px;
}

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

.info-contact .info-form {
    max-width: 90%;
}

.contact-detail ul li img {
    display: block;
    margin-bottom: 5px;
}

.contact-detail ul li:first-child a {
    color: #191b1d !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
}

.contact-detail ul li p {
    color: #132146;
    font-size: 14px;
}

.contact-detail ul li a {
    color: #191b1d !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 18px;
}

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

.contact-detail ul li {
    margin-bottom: 50px;
}

.our-contact::before {
    background: url(../images/bg7.webp) no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    bottom: 60px;
    left: 50px;
    z-index: -1;
}

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

.our-contact .container::after {
    background: url(../images/bg14.webp) no-repeat;
    content: "";
    max-width: 160px;
    height: 160px;
    width: 100%;
    background-size: 100%;
    right: 60px;
    top: 30px;
    position: absolute;
    z-index: -1;
}
div#popupform {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
}

.popup-bann {
    max-width: 390px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.popup-content {display: inline-block;max-width: 1010px;background: #fff;margin-left: -310px;padding: 30px 40px 20px 320px;}

.popup-content h2 {
    color: #313131;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 12px;
    letter-spacing: 0;
}

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

.popup-content h2 + p {
    color: #313131;
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 20px;
}

.popup-content .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    height: 42px;
    font-size: 13px;
}

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

.popup-content p.form_tagline {
    font-size: 13px;
    color: #000;
    padding-left: 18px;
    position: relative;
}

.popup-content p.form_tagline input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.popup-content .btn {
    display: table;
    margin: auto;
    width: 200px;
    background: #0ccfaf;
}

section.fancybox-stage .fancybox-slide--html {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-slide--html .fancybox-close-small {
    top: 58px;
    background: #f44336;
    width: 40px;
    height: 40px;
    right: 0px;
    opacity: 1;
    border-radius: 8px;
    padding: 6px;
}

.fancybox-button svg {
    color: #fff;
    position: relative;
    left: 1px;
}

.fancybox-button svg path {
    stroke: #fff;
    stroke-width: 1px;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-prev::before, .owl-testimonial.owl-carousel .owl-nav button.owl-next::before {
    position: absolute;
    content: "";
    max-width: 22px;
    background: url("../images/left.webp") no-repeat;
    height: 22px;
    width: 100%;
    background-size: 100%;
    left: 22px;
    top: 22px;
    filter: brightness(1);
    transition: .5s all;
}



.owl-testimonial.owl-carousel .owl-nav button.owl-next::before {
    background: url("../images/right.webp") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-testimonial.owl-carousel .owl-nav button.owl-prev {
    width: 65px;
    height: 65px;
    position: relative;
    margin: 0 0 0 25px;
    background: #fff;
    border-radius: 50%;
    line-height: 65px;
    box-shadow: 0 5px 12px #0000002b;
    transition: .5s all;
}

.owl-testimonial.owl-carousel .owl-nav button span {
    display: none;
}

.owl-testimonial.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: -10px;
    margin-top: 0;
}

.owl-testimonial.owl-carousel .owl-nav button:hover {
    background: #81e3b2;
}

.owl-testimonial.owl-carousel .owl-nav button:hover::before {filter: brightness(0);}

.faq h2 + p {
    font-size: 18px;
    max-width: 70%;
    color: #ffffff;
    margin-bottom: 40px;
}

.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
    display: none;
}

.info-pack:hover {transform: scale(1.03);border-color: #6548f5;}

.info-pack:hover::before {opacity: 0;}

.our-package {
}

.our-package [class*='col']:nth-child(2) .info-pack:hover, .our-package [class*='col']:nth-child(4) .info-pack:hover {
    border-color: #75efed;
}

.our-package [class*='col']:nth-child(3) .info-pack:hover, .our-package [class*='col']:nth-child(5) .info-pack:hover {
    border-color: #f6d6a8;
}

.our-pricing .addon-box-new:hover {
    border-color: #684bff;
    transform: scale(1.03);
    box-shadow: 0 5px 15px #0000002e;
}

footer ul.ftr-social li a i {
    width: 15px;
    text-align: center;
    margin-right: 5px;
}

.btn:hover {
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
}

header ul li:before,header ul li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    bottom: -9px;
    background: #832B00;
    opacity: 0;
    transition: .5s all;
}

header ul li:hover:before,header ul li:hover:after {
    opacity: 1;
    width: 100%;
}

header ul li:after {
    bottom: inherit;
    top: -9px;
}

header ul li.me-btn::before,header ul li.me-btn::after {
    display: none;
}
.top-bar ul.menu2 {
    margin-right: 11px;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #3041b1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #3041b1;
}

.info-pack h3 , .info-pack h6 {
    display: none;
}

.content-page p {
    margin-bottom: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
}
h5.sub-heading {
    text-transform: uppercase;
    color: #004699;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
}


.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.webp);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}



.thankyou-banner:before {
    background: #001e58db;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.thankyou-banner .container {
    position: relative;
    z-index: 1;
}

.thankyou-banner h1 {
    margin-top: 33px;
    margin-bottom: 24px;
    font-size: 52px;
}

.thankyou-banner h1 span {
    display: block;
    font-family: georgia;
    font-style: italic;
}

.thankyou-banner p {
    color: #fff;
}


.video_row {
    padding: 120px 0;
}

.row.video_row {    margin-top: 3em;    margin-bottom: 4em;     }     
.rclient-item {    text-align: center;  }
.rclient-item  a.rc_play {position: relative;display: block;overflow: hidden;width: 100%;height: 250px;}
.rclient-item a.rc_play .play_btn {position: absolute;left: 0;width: 64px;height: 64px;background: url(../images/aplay0.webp) no-repeat scroll center top;z-index: 1;top: 50%;right: 0;margin: auto;/* border-radius: 50%; */transform: translate(-0%, -50%);z-index: 999;}
.rclient-item a.rc_play .play_btn:before {    content: "";    position: absolute;    left: 0;    width: 64px;    height: 64px;    background: url(../images/aplay1.webp) no-repeat scroll center top;    z-index: 1;    bottom: 0;    right: 0;    margin: auto; }
.rclient-item h3 {margin-top: 30px;font-size: 22px;clear: both;font-weight: 700;color: #000;margin: 13px 0 20px;}
.rclient-item p {    font-weight: 600;    color: #000;    padding: 0 20px;    font-size: 18px;    letter-spacing: 0;  }
.rclient-item:hover a.rc_play img {    transform: scale(1.1);    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);  }
.rclient-item a.rc_play:hover .play_btn:before {	animation-name: spin;	animation-duration: 5000ms;	animation-iteration-count: infinite;	animation-timing-function: linear;   }
.rclient-item a.rc_play img {transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);transform: scale(1);width: 100%;height: 100%;object-fit: cover;}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
 

.mz-packages .info-pack ul {
    /*height: 300px;*/ 
    height: auto;
}

.mz-packages .info-pack ul h5 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: table;
    margin-top: 10px;
}

.mz-packages .info-pack ul strong {font-weight: 600;}

.mz-packages .info-text {
    margin-bottom: 60px;
}

.mz-packages .info-pack ul li.li45:before {
    display: none;
}

.mz_color .top-bar {
    background: #232f3e;
}

.mz_color .top-bar ul li a {
    color: #f2f2f2;
}

.mz_color .detail::before { 
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,000000+100 */
background: rgb(255,153,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,153,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,153,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.mz_color footer {
    background: #232f3e;
}

.mz_color .copy { 
    background: #146eb4;
}

.mz_color .info-pack.ip1 .btn-blue {     background: #232f3e;   }

.mz_color .info-pack.ip2 .btn-blue {     background: #146eb4;   }

.mz_color .info-pack.ip3 .btn-blue {     background: #ff9900;   }

.mz_color .info-pack::before{
    background: #232f3e;
}

.mz_color .info-pack.ip2:before {
    background: #146eb4 !important;
}

.mz_color .info-pack.ip3:before {
    background: #ff9900 !important;
}

.mz_color .our-package [class*='col'] .info-pack.ip2 h4::before { 
    position: absolute;
    content: "";
    background: url(../images/best.webp) no-repeat;
    max-width: 168px;
    height: 47px;
    width: 100%;
    background-size: 100%;
    top: -20.5px;
    left: 0;
    right: 0;
    margin: auto;
}

.mz_color .our-package [class*='col']:first-child .info-pack h4::before{
    display:none;
}
  
.mz_color .info-pack.ip1:hover {    border-color: #232f3e !important; }
 
.mz_color .info-pack.ip2:hover {    border-color: #146eb4 !important; }

.mz_color .info-pack.ip3:hover {    border-color: #ff9900  !important;}

.mz_color .info-pack .btn-blue:hover {
    background: #fff;
}  

.mz_color  .btn.btn-purp {      background: #ff9900;  
    color: #000 !important;  }


.mz_color 

.info-pack .talk a {
    color: #286eb4;
}

.mz_color  
.info-pack p > span {
    color: #286eb4;
}

.mz_color  
.price_mz {
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.mz_color  .info-pack .price_mz h3 ,.mz_color   .info-pack .price_mz h6 {
    display: inline-block;
    right: 0px;
    top: 0;
    position: relative;
    text-align: left;
}

.mz_color  .info-pack .price_mz h3 {
    position: relative;
    /* display: table; */
    font-size: 50px;
}  

.mz_color  .info-pack .price_mz  h3 > span {
    position: relative;
    left: 0;
    margin-right: 4px;
}

.mz_color .info-pack .price_mz  h6 {
    right: 0;
    margin-left: 10px;
}

.mz_color .info-pack::after{
    display:none;
}

.mz_color .info-pack p{    font-size: 17px; }




.info-pack ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.info-pack ul::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.info-pack ul::-webkit-scrollbar-thumb
{
	background-color: #003870;
}


a.logo {
    width: 210px;
    height: auto;
    display: block;
} 

.our-mission::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
}

.info-mission {
    color: #fff;
}

.testimonial_slider .slick-arrow {
    width: 70px;
    height: 70px;
    top: 80%;
    right: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #c7c7c7;
    font-family: boxicons !important;
}

.testimonial_slider .slick-arrow::before {
    color: #832B00;
    content: "\ebe7";
    font-family: boxicons !important;
    font-size: 24px;
} 

.testimonial_slider .slick-prev.slick-arrow {
    right: 9%;
}

.testimonial_slider .slick-prev.slick-arrow:before{
    content: "\eb34";
}

.testimonial_slider .slick-arrow:hover{background: #832B00;}

.our-author::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000091;
    top: 0;
    left: 0;
}

.our-author h2 {
    color: #fff;
    font-size: 40px;
}

.our-author {
    text-align: center;
}

.our-author h2 br {
    display: none;
}

.rclient-item a.rc_play::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0000004f;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 500ms all;
    opacity: 0;
}

.rclient-item a.rc_play:hover::before {
    opacity: 1;
}




.banner_inputs textarea {
    height: 83px;
    margin-bottom: 8px;
}


.banner_inputs input, .banner_inputs textarea {
    width: 100%;
    height: 44px;
    margin-bottom: 18px;
    padding: 0px 8px;
    outline: 0;
    border: none;
    background: #fff;
    border-radius: 3px;
}

.form_heading h3 {
    font-size: 31px;
    font-family: var(--f1);
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 26px;
    color: #fff;
}

.banner_form {
    width: 83%;
    margin: 0 auto;
    background: #832b00;
    padding: 33px 22px;
    text-align: center;
    border-radius: 29px;
    background-image: url(../images/form_bg.png?id=9856);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}



.banner_inputs input::placeholder, .banner_inputs textarea::placeholder {
    text-transform: capitalize;
}

.banner_inputs textarea {height: 110px;padding: 9px;}
.info-prem h6 {
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 800;
}

/*popup*/
div#popupform {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

#popupform .modal-body {
  padding: 0;
}

.popup-bann {
  max-width: 390px;
  position: relative;
  z-index: 2;
  display: inline-block;
  /* filter: grayscale(1); */
}

.popup-content {
  display: inline-block;
  max-width: 1010px;
  background: #fff;
  margin-left: -310px;
  padding: 30px 40px 20px 320px;
}

.popup-content h2 {
  color: #313131;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 12px;
  letter-spacing: 0;
}

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

.popup-content h2+p {
  color: #313131;
  font-size: 16px;
  max-width: 90%;
  margin-bottom: 20px;
}

.popup-content .form-control {
  margin-bottom: 15px;
  border-radius: 0;
  height: 42px;
  font-size: 13px;
}

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

.popup-content p.form_tagline {
  font-size: 13px;
  color: #000;
  padding-left: 18px;
  position: relative;
}

.popup-content p.form_tagline input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
}

.popup-content .btn {
  display: table;
  margin: auto;
  width: 200px;
  background: #ffe30a;
}
/*popup*/


@media only screen and (min-width: 300px) and (max-width: 768px) {
    .mycustompop .ys-box {
        width: 310px!important;
        top: 50%
    }
    .mycustompop .ys-box .ys-popup-content .right {
        padding: 0 10px
    }
    .popupform {
        padding: 30px 0;
        border: none
    }
    .popupform h2 strong {
        line-height: 56px
    }
    .popupform h2 span {
        line-height: 30px
    }
    .popupform form .lst-p {
        text-align: center;
        padding: 0
    }
    .popupform h4 {
        display: none;
    }
    .ys-container.finished .ys-popup-close {
        width: 40px;
        height: 40px;
        text-indent: 0;
        background: #000;
        color: #fff;
        font-size: 26px;
        border-radius: 33px;
        right: 3px;
        top: 3px
    }
    .floatbutton .clickbutton {
        display: none
    }
    .rightcalltoaction {
        display: none
    }
    .btn-block a {
        margin-top: 10px;
    }
    .our-author h2 {
        font-size: 23px;
        line-height: 35px;
    }
    .our-author {
         padding-bottom: 0px;
         padding-top: 0px;
    }
    .our-service .row .row [class*='col'] .info-ser {
        height: auto;
    }
    .testimonial_slider .slick-arrow {
        width: 50px;
        height: 50px;
        top: 87%;
    }
    .testimonial_slider .slick-prev.slick-arrow {
        right: 17%;
    }
    .faq p {
        font-size: 16px !important;
        max-width: 100% !important;
        color: #000 !important;
    }
    .faq h2 {
        font-size: 27px;
        color: #000;
    }
    .faq .nav-tabs .nav-link::before {
        right: 16px;
    }
    .faq .nav-tabs .nav-link::after {
        right: 16px;
    }
}
.info-books.center {
    width: 33%;
    margin: auto;
}