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.png");
    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;}



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: #00386f;
    margin-top: -30px;
    z-index: 1;
}

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

.copy {
    background: #004385;
    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: #acbccd !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: #ff7900;
    color: #fff !important;
}

.top-bar {
    text-align: right;
    background: #ebfafc;
    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;
}

.info-banner h1 {
    font-size: 90px;
    color: #004699;
    font-weight: 700;
    letter-spacing: -7px;
    line-height: 89px;
    margin-bottom: 15px;
}

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

.btn-blue {
    background: #003870;
    color: #fff !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/banner-01.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-1.png") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
}

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

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

.info-author h4 {
    font-size: 27px;
    font-weight: 600;
    color: #004699;
    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.png") 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: #535353;
    font-size: 16px;
    margin-bottom: 40px;
}

.info-mission h3 {
    font-size: 32px;
    font-weight: 200;
    color: #003870;
    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: #ff7900;
    position: absolute;
    left: -3px;
    top: 4px;
}

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

.img-mis {
    position: relative;
    top: 20px;
    right: -20px;
}

.img-mis::before {
    position: absolute;
    content: "";
    background: url("../images/bg2.png") no-repeat;
    max-width: 210px;
    height: 224px;
    top: -40px;
    left: 3px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

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

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

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

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

.btn-brown{
    background: #f4d2b2;
    color: #004597 !important;
}

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

.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: #004699;
    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, rgba(106,225,221,1) 0%, rgba(235,210,180,1) 75%);
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.faq h2 {
    color: #003870;
    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;
}

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

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

.faq .nav-tabs .nav-link::before {
    width: 15px;
    height: 5px;
    position: absolute;
    content: "";
    background: #000;
    top: 15px;
    right: 49px;
}

.faq .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 13px;
    background: #000;
    top: 15px;
    transform: rotate(90deg);
    right: 50px;
    transition: .5s all;
}

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

.faq .nav-tabs .nav-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 36px;
    background: #7dece7;
    z-index: -1;
    bottom: -3px;
}

.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.png") 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;
}

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: #bdcad7 !important;
    font-weight: 500;
    transition: .5s all;
    text-transform: capitalize;
}

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

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

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

footer::before {
    position: absolute;
    content: "";
    background: url(../images/bg2.png) 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.png) 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: #fff !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: #ff7900;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.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: 6px 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: #7d66f0;
    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: 84px 50px;
}

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

.our-service .row [class*='col']:last-child .info-ser:nth-child(2) {
    background: #003870;
}

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

.our-service .row .row [class*='col']:last-child .info-ser {
    background: #32c0c5;
}
.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.png") 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.png") no-repeat;
    max-width: 42px;
    height: 201px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -20px;
    right: -40px;
}
.our-service {
    overflow: hidden;
}

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


.our-about::after {
    background: url("../images/bg8.png") 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/writing-banner.jpg") 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;
}

.detail::before{
    background: url("../images/bg-detail.jpg") 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;
    text-transform: capitalize;
}

.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.png) 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.png) 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.png) 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.png) 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 h4 {
    font-size: 24px;
    color: #1f2225;
    font-weight: 300;
    margin-bottom: 0;
}

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

.info-story span {
    position: absolute;
    font-size: 73px;
    color: #d5d1e2;
    line-height: 72px;
    bottom: -18px;
    right: 10px;
    font-weight: 200;
}

.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: -170px;
    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.png") 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.png") 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 {
}

.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.png) 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.png) no-repeat;
    content: "";
    max-width: 211px;
    height: 211px;
    width: 100%;
    background-size: 100%;
    right: 10px;
    top: -105px;
    position: absolute;
    z-index: -6;
}

.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.png) 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.png") 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.png") no-repeat;
    max-width: 167px;
    width: 100%;
    height: 175px;
    background-size: 100%;
    right: 60px;
    top: 60px;
}



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

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

.about-page{
    background: url("../images/about-page.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.png) 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/about-banner.jpg") no-repeat;
    background-size: cover;
}

.publishing-banner::before{
    background: url("../images/publishing-banner.jpg") 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: 16px;
    color: #4d5256;
    font-weight: 500;
    /* margin-bottom: 2px; */
}

.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.png) 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.png) 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.png) 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.png) 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.png) 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.jpg") 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: #ff7900;
    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;
}

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

.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: #ff7900;
    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.png") 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.png) 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.png) 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.png) 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.png) 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.png) 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: 20px;
    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.png) 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.jpg") 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: 48px;
}

.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.jpg") 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: #000;
}

.our-premium::before {
    position: absolute;
    content: "";
    background: url(../images/bg17.png) 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.png) 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: #ff7900;
}

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

.img-agency::before {
    background: url(../images/bg9.png) 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.png") no-repeat;
    background-size: 100%;
    right: -80px;
}

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

.img-agency::after{
    background: url("../images/bg21.png") 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.jpg") 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: #ff7900;
    left: -30px;
}

.gen::before {
    background: url(../images/bg6.png) 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.png) 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.png) 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.png) 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/service-banner.jpg") no-repeat;
    background-size: cover;
}
.contact-banner::before{
    background: url("../images/contact-banner.jpg") no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.marketing-banner::before{
    background: url("../images/marketing-banner.jpg") no-repeat;
    background-size: cover;
}

.pricing-banner::before{
    background: url("../images/pricing-banner.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: 40px;
}

.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: 27px;
    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.png) 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.png) 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;
}

.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.png") 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.png") 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: #02284f;
    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: #65e1df;
    opacity: 0;
    transition: .5s all;
    z-index: ;
}

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.jpg);
    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;
}

@media only screen and (max-width: 1366px){
    footer::before {
        max-width: 100px;
    }
}