body{
    font-family: 'Poppins', sans-serif;
}
section.banner {
    background: url(../images/banner.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 100px 0 70px;
    color: #fff;
    text-align: center;
    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: 18px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 20px 0;
}
.topbar {
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}

.topbar ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
}

.topbar ul li a {
    color:#fff;
}

.topbar ul {
    position:relative;
    z-index:9;
}

.topbar ul li i {
    color: #f68833;
    padding-right: 10px;
    font-size: 15px;
    position: relative;
}

.topbar ul li span {
    font-size: 10px;
    color: #f68833;
    text-transform: uppercase;
    padding-left: 10px;
}
header ul.navbar-nav li {
    text-align: right;
    float: right;
    position: relative;
}

header ul.navbar-nav li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
}

header ul.navbar-nav {
    font-family: 'Poppins', sans-serif;
    text-align: right;
    width: 100%;
 
    text-align: right;
}

header nav.navbar.navbar-expand-md.navbar-dark {
    padding: 0;
    text-align: right;
    float: right;
}
.topbar ul li:last-child {
    margin-right: 10px;
}

header img {
    position: relative;
    top: 5px;
}
section.banner h2 {
    font-size: 57px;
    margin: 0 0 20px;
    font-weight: 500;
    color: #fff;
    line-height: 63px;
}

section.banner h3 {
    font-size: 19px;
    /* font-style: italic; */
    margin-bottom: 20px;
    line-height: 30px;
}

section.banner ul li {
    display: inline-block;
    margin: 0 9px;
    font-size: 14px;
}

section.banner ul {
    background: rgba(255, 255, 255, 0.06);
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 20px;
}

section.banner ul li i {color: #f6cb3a;padding-right: 9px;}

section.banner img {
    display: block;
    margin: 30px auto 0;
}

section.banner a,
section.banner a+a:hover{
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px;
    display: inline-block;
    background: #3a63ff;
    color: #fff;
    margin-top: 0px;
    margin-right: 20px;
    border: 2px solid #3a63ff;
}

section.banner a+a,
section.banner a:hover{
    background: none;
    border: 2px solid #3d59e8;
}
section.sponsorsec {
    background: #141229a8;
    text-align: center;
    padding: 10px 0;
    margin-top: -84px;
    z-index: 1;
    position: relative;
}

section.sponsorsec ul li {
    display: inline-block;
    margin: 0 32px;
}

section.sponsorsec ul li:hover {
    opacity:0.5;
}
section.solution {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #a9a9a9;
    position: relative;
}

h2 {
    font-size: 29px;
    color: #1a192b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

section.solution ul li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    width: 48%;
    display: inline-block;
}

section.solution img {
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 570px;
    top: 0;
}

section.services {
    padding: 50px 0;
    text-align: center;
    color: #8d8ac4;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,243,253,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,243,253,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,243,253,1) 100%);
}

section.services h2+p {
    padding: 0 170px;
}

section.services ul li {
    display: inline-block;
    width: 22%;
    margin: 0 15px;
    transition: all 0.3s;
}

section.services ul li:hover {
    transform:translateY(-15px);
    transition: all 0.3s;
}

section.services ul li p {
    padding: 0;
    min-height: 80px;
}

section.services ul li h2 {
    font-size: 18px;
    margin: 10px 0 10px;
}

section.services ul {margin-top: 40px;}

section.solution ul {
    margin-top: 30px;
}

section.yourbook {
    padding: 50px 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

section.yourbook .container {
    background: #3a63ff;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

section.yourbook h2 {
    color: #fff;
    font-size: 27px;
}

section.yourbook h2+p {
    padding: 0 170px;
}

section.yourbook a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px;
    display: inline-block;
    background: #ffffff;
    color: #000;
    margin-top: 10px;
    margin-right: 20px;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

section.yourbook a+a {
    background: #000;
    color: #fff;
    border: 2px solid #000000;
}

section.yourbook a:hover {
    background:transparent;
    color:#fff;
    border: 2px solid #ffffff;
}
a:hover {
    text-decoration: none;
}

section.process {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(238,245,254,1) 0%, rgba(238,245,254,1) 41%, rgba(255,255,255,1) 100%);
}

section.process ul {font-family: 'Poppins', sans-serif;margin: 20px 0;}

section.process ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 40px;
    /* background: #fff; */
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 15px 0px 15px 70px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    transform: scale(1);
    max-width: 24%;
}

section.process ul li span {
    position: absolute;
    empty-cells: inherit;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #3e84ff;
    font-weight: 700;
}

section.process ul li i {
    position: absolute;
    left: 17px;
    top: 18px;
}

section.process ul li h3 {
    font-size: 14px;
    color: #4b3879;
    display: inline-block;
    line-height: 19PX;
    MARGIN: 0;
}

section.process ul li:nth-child(4), section.process ul li:nth-child(8) {
    margin-right: 0;
}

section.process ul li:hover {
    background: #fff;
    transform: scale(1.05);
    transition: all .3s ease-in-out;
    box-shadow: rgba(185, 181, 181, 0.13) -3px 9px 20px;
}

section.testimonial {
    padding: 50px 0;
    text-align: center;
    font-size: 21px;
    color: #4b3879;
    font-family: 'Poppins', sans-serif;
}

section.testimonial p {
    font-style: italic;
    padding: 0px 80px;
    margin-top: 10px;
}

section.testimonial h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

section.testimonial h4 {
    color: #809aff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

section.brands {
}

section.brands li img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

section.brands li img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

section.brands ul li {
    display: inline-block;
}

section.brands .container {
    border-top: 3px solid #809aff;
    padding: 20px 0;
}

img {}

footer {
    padding: 50px 0;
    background: #211f35;
    color: #8480ad;
}

section.ftr-copyright {
    background: #161426;
    color: #5e5b74;
    padding: 20px 0;
    font-size: 12px;
}

footer h5 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
}

footer ul li a {
    color: #8480ad;
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
    position: relative;
}

footer ul {
    list-style: disc;
}

footer ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

section.ftr-copyright p {
    margin: 0;
}

section.ftr-copyright ul li {
    display: inline-block;
    padding: 0 10px;
}

section.ftr-copyright ul li a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #8480ad;
}

section.ftr-copyright ul li a:hover {
    color:#fff;
}
section.brands ul {}

section.brands ul li {
    margin: 0 42px;
}
section.bookseller {
    padding: 4em 0 0;
}

section.bookseller span {
    font-size: 19px;
    color: #694de3;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    display: block;
}

section.bookseller .toolbar button {
    background: none;
    display: block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #8d8ac4;
    font-size: 13px;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 5px;
    font-weight: 600;
}

section.bookseller .toolbar button.active, section.bookseller .toolbar button:focus,
section.bookseller .toolbar button:hover {
    font-weight: 800;
    outline: none;
    box-shadow: none;
    padding-left: 20px;
    position: relative;
}

section.bookseller .btn:active, section.bookseller .btn:focus, section.bookseller .btn:visited {
    font-weight: 700;
}

section.bookseller .toolbar button.active:before, section.bookseller .toolbar button:hover:before, section.bookseller .toolbar button:focus:before {content: "";position: absolute;top: 7px;left: 0px;width: 13px;height: 2px;background: #ccc;}

section.booksellern .col-md-9 div .col-md-2 {
    display: inline-block;
}



section.bookseller .col-md-9 .col-md-2 {
    display: inline;
}


section.bookseller h2 {
    margin-top: 31px;
}
div#portfolio .tile.scale-anm {display: -webkit-box;}

div#portfolio .tile {display: none;}
div#portfolio .tile.scale-anm img {
    width: 100%;
    max-width: 100%;
    min-height: 410px;
}

div#portfolio .col-md-4.tile.fiction.scale-anm {
    max-width: 33%;
}
section.solution ul li i {
    color: #f6cb3a;
    padding-right: 9px;
}
section.banner.innerbanner {
    /*height: 300px;*/
    height: auto;
    padding: 200px 0 40px;
}

section.innerbanner h2 {
    font-size: 36px;
    line-height: normal; 
}
section.innercontent h4 {
    color: #1a192b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}  
section.aboutsec {
    padding: 80px 0 20px;
    color: #a9a9a9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
}

section.aboutsec h3 {
    font-size: 17px;
    color: #f68833;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 10px 0 13px;
}

section.achievments {
    background: url(../images/achbanner.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}
section.achievments h2 {
    color: #fff;
}

section.achievments {}

.countsec ul li {
    display: inline-block;
    width: 32%;
    position: relative;
    padding-right: 30px;
}

.countsec ul li h3 {
    font-size: 14px;
    color: #34d9a9;
    margin-bottom: 0;
}

.countsec ul li span {
    display: block;
    font-size: 62px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin: 10px 0;
}

.countsec ul li p {
    font-size: 12px;
}

.countsec {
    margin-top: 30px;
}
section.ourwriters {
    padding: 50px 0 0;
    text-align: center;
    font-size: 12px;
    color: #8d8ac4;
    line-height: 22px;
    font-weight: 500;
}

p {
    font-family: 'Poppins', sans-serif;
}

.authslider {
    margin-top: 40px;
    width: 80%;
    margin: 0 auto;
}

.authslider i {
    display: block;
}

.authslider h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px;
}

.authslider p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: -webkit-fill-available;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.authslider i img {
    /* width: 100%; */
    max-width: 100%;
}

.authslider .item {
    text-align: left;
}

.authslider .owl-item {background-color: white;}

.authslider a.profilebtn {
    display: inline-block;
    padding: 6px 40px;
    color: #fff;
    font-size: 14px;
    background: #3a63ff;
    border:1px solid;
}

.authslider a.profilebtn:hover,
section.pricing-section a.quote-btn:hover{
    border-color:#3a63ff;
    color:#3a63ff;
    background:transparent;
}

.authslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.authslider .owl-dots .owl-dot.active span, .authslider .owl-dots .owl-dot:hover span {
    background: #3a63ff;
}
section.testimonial i.fas.fa-quote-left {
    font-size: 235px;
    position: absolute;
    left: 60px;
    opacity: .2;
    z-index: 0;
    color: #85bbfb;
    top: 0;
}
.testimonial .container {
    position: relative;
}


section.authorsmain {
    padding: 50px 0;
    color: #8d8ac4;
    font-size: 14px;
    line-height: 22px;
}

section.authorsmain ul.authors li {
    display: inline-block;
    width: 33%;
}

section.authorsmain ul.authors {
    width: 80%;
    margin: 50px auto 0;
}

section.authorsmain ul.authors li a.profilebtn {
    display: inline-block;
    padding: 6px 40px;
    color: #fff;
    font-size: 14px;
    background: #3a63ff;
}

section.authorsmain ul.authors li:nth-child(3) {}

section.authorsmain ul.authors li i {
    display: block;
}

section.authorsmain ul.authors li h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px;
}

section.authorsmain ul.authors li p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
         /* fallback */
    max-height: -webkit-fill-available;      /* fallback */
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

section.authorsmain ul.authors li i img {
    /* width: 100%; */
    max-width: 100%;
}

section.authorsmain ul.authors li .item {
    text-align: left;
}



section.authorsmain ul.authors hr {
    margin: 75px 0;
}
section.authorsmain h2:after {
    content:"";
    position: absolute;
    right: 0;
    width: 66%;
    height: 2px;
    background: #ececec;
    bottom: 13px;
}

section.authorsmain h2 {
    position: relative;
}
section.contact-us {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #848894;
    font-size: 12px;
    line-height: 22px;
}

section.contact-us p {}

section.contact-us h5 {
    font-size: 22px;
    color: #848894;
    font-style: italic;
}

section.contact-us h4 {
    font-size: 34px;
    color: #3a63ff;
    font-weight: 700;
}

section.contact-us ul li {
    display: inline-block;
}

section.contact-us ul li i {
    font-size: 19px;
    color: #cccccc;
}

section.contact-us ul {
    margin-top: 10px;
}

section.contact-us ul li a {
    padding: 10px 20px 0px 0px;
}

.contact-form {}

.contact-form input {
    width: 100%;
    border: 2px solid #ededed;
    padding: 10px 10px;
    height: 43px;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 14px;
    font-weight: 500;
}

.contact-form textarea {
    width: 100%;
    border: 2px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
}

.contact-form input[type=submit] {
    display: inline-block;
    padding: 6px 70px;
    color: #fff;
    font-size: 14px;
    background: #3a63ff;
    border: noe;
    border: none;
    width: auto;
}

.contact-form input:focus, .contact-form textarea:focus {border: 2px solid #3a63ff;}
section.innercontent {
    padding: 50px 0 0;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 22px;
}

section.innercontent img {
    width: 100%;
}

section.innercontent h3 {
    font-size: 26px;
    color: #1a192b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

section.innercontent h3+p {
    color: #a9a9a9;
}

.textblue {
    color: #8d8ac4;
}
section.innercontent ul {
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

section.innercontent ul li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
    /* display: inline-block; */
    color: #777777;
}

section.innercontent ul li i {
    color: #f6cb3a;
    padding-right: 9px;
    position: absolute;
    top: 6px;
    left: 0;
}
section.pricing-section {
    background: linear-gradient(to right, rgba(251,253,255,1) 0%, rgba(237,244,254,1) 100%);
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 22px;
}

section.pricing-section .fade {
}

section.pricing-section ul.nav-tabs {
    display: block;
    margin-top: 20px;
}

section.pricing-section ul.nav-tabs li {
    display: block;
}

section.pricing-section ul.nav-tabs li a {
    display: block;
    padding: 17px 20px;
    background: linear-gradient(to right, rgba(231,234,249,1) 0%, rgba(244,247,254,1) 100%);
    border: 1px solid #dcdff0;
    color: #716eb3;
    opacity: .9;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

section.pricing-section h3 {
    font-size: 30px;
    color: #1a192b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

}

section.pricing-section .tab-content ul li {
    font-size: 13px;
    color: #716eb3;
    list-style-type: disc;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 16px;
}

section.pricing-section .tab-content ul {
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

section.pricing-section .tab-content p {
    font-size: 14px;
    color: #716eb3;
    font-weight: 500;
}

section.pricing-section .price {}

section.pricing-section .price span {
    margin: 30px 0;
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;

    font-weight: 800;
    letter-spacing: 1px;
}

section.pricing-section a.quote-btn {
    display: inline-block;
    padding: 6px 30px;
    color: #fff;
    font-size: 14px;
    background: #3a63ff;
    margin: 10px 0 0;
    position:absolute;
    bottom:10px;
    border:1px solid;
}
section.pricing-section .whitebox {
    background: #fff;
}

section.pricing-section .col-md-8 .col-md-6 {
    padding: 20px 30px 60px;
}
p.txtgrey {
    color: #a9a9a9 !important;
}
section.pricing-section .tab-content>.active {
    display: block;
    opacity: 1;
}
section.reviews {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(238,245,254,1) 0%, rgba(238,245,254,1) 41%, rgba(255,255,255,1) 100%);
}

section.reviews ul.rev-list li {background: #fff;padding: 20px;box-shadow: #e4d4d459 0 0 5px;width: 48%;display: inline-block;margin: 0 10px 20px;}

section.reviews ul.rev-list li h3 {
    font-size: 25px;
}

section.reviews ul.rev-list li h4 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #809aff;
    margin-bottom: 20px;
}

section.reviews ul.rev-list li p {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

section.reviews div.review-box span {
    display: inline-block;
    padding: 9px;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background: #3a63ff;
    border-radius: 100px;
    float: left;
}

section.reviews div.review-box ul li a {}

.review-box {
    border-top: 2px solid #ece8e8;
    margin: 0 -20px;
    padding: 10px 20px;
}

section.reviews .review-box ul.tags li {
    width: auto;
    padding: 0;
    display: inline-block;
    background: none;
    box-shadow: inherit;
    margin: 0;
}

section.reviews .review-box ul.tags li a {
    background: #f1f1f1;
    padding: 7px;
    margin: 0 0px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

section.reviews .review-box ul.tags {
    margin-top: 14px;
    margin-left: 60px;
}
header ul.submenu {
    position: absolute;
    width: 170px;
    left: 0px;
    padding: 0px 0;
    background: #12a9de;
    /* padding: 10px 0; */
    border-radius: 3px;
    opacity: 0;
}

header ul.submenu li {
    display: block;
    float: none !important;
    text-align: left !important;
    padding: 5px 15px;
}

header ul.submenu li a {
    display: block;
}

header ul.submenu li:hover {
    background: #000;
    color: #fff;
}

header ul.navbar-nav li:hover ul.submenu {
    opacity: 1;
}

#portfolio {
    /* margin: 1rem 0; */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
#portfolio .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

 }

#portfolio .scale-anm {
  transform: scale(1);
}



#portfolio .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

 .countsec ul li b {
    display: block;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin: 10px 0;
    position: absolute;
    right: 60px;
    top: 29px;
}

section.innercontent ul li {
    padding-left: 20px;
    position: relative;
}

section.innercontent ul li i {}

#portfolio2 {
    /* margin: 1rem 0; */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.popupform ul li{text-align:left;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border:#dedede 2px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color:#0467ff;}
.popupform ul li textarea{height:161px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background:#0467ff;color:#fff;font-size:18px;border:#0467ff 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 195px;margin: 0 auto;text-align: center;display: block;}
.popupform ul li input[type="submit"]:hover{background: #0058de;}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 450px;border-radius:23px;padding: 30px;overflow:visible;border-bottom:#0467ff 5px solid;/* border: 9px solid #000; */}
.popupform h2{font-size:28px;color:#000000;font-weight:900;padding-left:15px;border-left:#0467ff 6px solid;margin-bottom:12px;line-height:35px;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border:#0467ff 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;}
.popupform .fancybox-close-small:after{color:#0467ff;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}
input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
section.innercontent h3.mt-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
section.pricing-section ul.nav-tabs li .active,
section.pricing-section ul.nav-tabs li a:hover{
    background: #12a9de;
    color: #fff;
}
p.approx-tag {
    position: relative;
    top: 5px;
    font-size: 11px !IMPORTANT;
    font-weight: 700 !IMPORTANT;
    color: #000 !important;
}




.prf-row1 {
    color: #383737;
}

.prf-row1 h4 {
    color: #383737;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.prf-row1 h4 small {
    font-size: 21px;
    display: block;
    font-weight: 600;
    color: #383737;
    text-transform: capitalize;
}

ul.prf-exp {
    margin: 0;
}

ul.prf-exp li {
    margin-bottom: 10px;
    font-weight: 500;
}

ul.prf-exp li span {
    display: inline-block;
    text-align: left;
    width: 49%;
}

.pd-left25{padding-left: 25px;}

.prf-tag a {
    display: block;
    text-align: center;
    color: #0092d3;
    border: #0092d3 1px solid;
    padding: 6px 0;
    margin-bottom: 13px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.prf-row2 {
    padding: 30px 0;
    display: none;
}

.prf-row2 h5 {
    font-weight: 600;
    color: #383737;
    border-bottom: #848282 1px solid;
    padding-bottom: 8px;
    font-size: 20px;
    margin-bottom: 33px;
}

ul.prf-tag-list {
    margin: 0 0 0px 15px;
    width: 100%;
}

ul.prf-tag-list li {
    background: #e5f4fb;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 8px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

ul.summary-list {
    margin: 0;
}

ul.summary-list li {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 9px;
}

ul.summary-list li span {
    width: 79%;
    display: inline-block;
}

ul.summary-list li span+span {
    text-align: right;
    width: 20%;
    font-size: 13px;
    color: #4994cd;
}
.prf-row1 .clear+h5 {
    margin-left: 15px;
}
.prf-row1 h2 {
    color: #383737;
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
    text-transform: uppercase;
}

.prf-row1 h2 small {
    color: #383737;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.clear {
    clear: both;
}



 .prf-row1 h5 {
    font-weight: 600;
}

section.profile {
    padding: 60px 0;
}
#portfolio2 .col-md-3 {
    max-width: inherit;
}
#portfolio2 img {
    max-width: 100%;
    height: 340px;
}
.countsec ul li:nth-child(2) b {
    right: 70px;
}


section.clearsection.terms.aboutleft .inner h2, section.clearsection.terms.aboutleft .aboutleft h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: josefin sans;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

section.clearsection h2, section.clearsection h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

section.clearsection.terms.aboutleft {
    font-size: 13px;
    line-height: 24px;
}
.pd-right-0{padding-right: 0px !important}
.topbar:after {content: "";width: 100%;height: 26px;background-color: transparent;position: absolute;left: 0;top: 0;}

/*.topbar {*/
/*    user-select: none;*/
/*}*/

h5.sochead {
    margin-top: 20px;
    margin-bottom: 10px;
}
		
	
ul.socials-list {
    list-style: none;
}

ul.socials-list li {
    display:inline-block;
    margin-right: 10px;
}

ul.socials-list li a {
    font-size: 16px;
  
}
ul.socials-list li a:hover , ul.socials-list li a:focus , ul.socials-list li a:active{  padding-left:0px;}


.faq-section h2 {margin-bottom: 0;}

.faq-section .panel-group .panel {padding: 0;margin-bottom: 1.5em;box-shadow: none;border: 1px solid #eee;}

.faq-section .panel-heading {padding: 17px 20px;background: #1c162c;}

.faq-section .panel-heading:hover {
    background: #3a63ff;
}

.faq-section h4.panel-title {    font-size: 17px;}

.faq-section .panel-body {    padding: 20px;    margin-bottom: 0;}

.faq-section .panel-body p {    margin-bottom: 0;}

.faq-section .panel-heading a { color: #fff;    text-decoration: none;  }

.col-md-12.faq-head {text-align: center;    margin-bottom: 3em; }

section.faq-section {padding: 3em 0;width: 100%;background: #eeeeeea1;}

section.solution-new { 
    padding: 4em 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #7d7d7d;}

 



/* Halloween Form */

@media only screen and ( max-width:950px ){



body .popupform.halweenform form.validate-popupform {
    max-width: 100%;  
} 

body .popupform.halweenform {
    width: 90%;
    padding: 25px;
    /*background-size: contain;*/ 
}
body .popupform.halweenform h2 {
       font-size: 22px;
    margin-bottom: 4px;
    text-align: center;
    line-height: normal;
}
body .popupform.halweenform:after {
    display: none;
}    
body .popupform.halweenform h2+p {  
    text-align: center;
}
      
}


.popupform.halweenform {
    background: url('../images/hal-popbg.jpg') no-repeat scroll center  #053119;
    width: 700px;
    padding-right: 40px;
    border-bottom: none;
    background-size:cover;
    padding-bottom: 30px;
    position: relative;
} 
  
.popupform.halweenform h2 {
    border: none;
    padding: 0;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}

.popupform.halweenform h2+p {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
 
.popupform.halweenform ul li i {
    display: none;
}

.popupform.halweenform ul li input[type="text"], .popupform.halweenform ul li input[type="email"], .popupform.halweenform ul li textarea {border-color: #fff;padding: 10px;font-size: 13px;}

.popupform.halweenform ul li textarea {
    height: 100px;
}
   
.popupform.halweenform ul li input[type="submit"] {
    width: 100%;
    background: #eda239;
    border-color: #eda239;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: normal;
    cursor: pointer;
    color: #000;
} 

.popupform.halweenform ul li {
    margin: 5px 0;
} 

.popupform.halweenform:after {content: "";position: absolute;right: 40px;width: 213px;height: 360px;bottom: 50px;background: url('../images/hal-text.png') no-repeat scroll center top;background-size:contain;display: none;}

.popupform.halweenform .fancybox-close-small {
    background: #ef403d;
    border-color: #ef403d;
}

.popupform.halweenform .fancybox-close-small:after {
    background: none;
    color: #fff;
}

.popupform.halweenform form.validate-popupform {
    max-width: 350px;
    float: right;
}
 
.popupform.halweenform p.ptex-lab {margin-bottom: 0;margin-top: 20px;text-align: center;font-size: 13px;color: #fff;clear: both;float: left;width: 100%;}
 
.popupform.halweenform h2 span {
    background: #ef403d;
    padding: 0 4px;
}
   
/* Halloween Form End */   

/* New Styling */

.bookseller_wrap .tile:hover img {
    transform:translateY(-10px);
    transition: all 350ms ease;
}

.bookseller_wrap .tile img {
    transition: all 350ms ease;
}

.packages-list li {
    position:relative;
    margin: 0 0px 10px;
    width: 50%;
    float: left;
    padding-left: 29px;
    color: #000;
}

.packages-list i {
    position:absolute;
    left: 0;
    top: 3px;
    color: #f68833;
}

a.help-link.nav-link {
    background: #f16b21;
    padding: 3px 0;
    margin-top: 4px;
}






.indent_inn h2 b { vertical-align: baseline;   color: #f44336;   } 

.indent_inn {     padding: 0 20px;  width: 100%;    max-width: 1170px;   }  

.indent_inn h2 {    font-size: 44px;    text-align: center;}

.ddexitForm {margin-top: 30px;}

.indent-pop ul {margin: 0;width: 100%;float: left;display: flex;}
 
.indent-pop ul li.ind-line {    width: 26.2%;    float: left;    padding: 0 5px;}

.indent-pop ul li.ind-line input {height: 60px;display: block;margin: 0 auto;background: #ffffff;border: 1px solid #c3c3c3;padding: 17px 10px 16px 20px;width: 100%;}  

.indent-pop ul li.ind-line i.fa {    display: none;}

.indent-pop ul li.ind-line input[type="submit"] {padding: 10px 20px;font-size: 17px;background-color: #3a63ff;border-color: #3a63ff;color: #fff;cursor: pointer;} 

.indent-pop ul li.ind-line.last {    width: 20%;} 
 
.indent-pop ul {    flex-flow: wrap;    }


#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000000000;	pointer-events: none;    align-items: center;    justify-content: center;}

#ddexitpopwrapper .veil{    left: 0;    top: 0;    width: 100%;    height: 100%;    position: fixed;    background-color: rgba(0,0,0,.7);    content: "";    z-index: 1;    display: none;    cursor: default;  }

.ddexitpop {    width: 100%;    padding: 0;    z-index: 2;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    position: relative;    background: white;    left: 0;    top: 0;    -webkit-animation-duration: .5s;     animation-duration: .5s;    visibility: hidden;    height: 100%;    display: flex;    align-items: center;    justify-content: center; }

.ddexitpop .calltoaction{ 	display: inline-block;    text-decoration: none;    border-radius: 5px;    padding: 15px;    background: #15C5FF;    display: block;    width: 80%;    margin: 10px auto;    text-align: center;    color: white !important;}

div.closeexitpop{ background:url('../images/xclose.png') no-repeat scroll center center;	width: 70px;	height: 70px;	overflow: hidden;	display: none;	position: fixed;	cursor: pointer;	text-indent: -1000px;	z-index: 3;	top: 10px;	right: 10px;     background-size: 20px;    opacity: 0.7;}   


#ddexitpopwrapper.open{	pointer-events: auto;} 

#ddexitpopwrapper.open .veil{ display: block;   }

#ddexitpopwrapper.open div.closeexitpop{    display: block; }

#ddexitpopwrapper.open .ddexitpop{     visibility: visible; }

@media screen and (max-height: 765px){
    
.ddexitpop{		/* top: 0; */   	}  

.indent-pop ul li.ind-line {    width: 100% !important;    margin-bottom: 10px;}

.indent-pop ul li.ind-line input[type="submit"] {width: auto; padding:10px 20px;}

.indent_inn h2 {    font-size: 30px;}

.indent_inn h2 br {    display: none;}    

} 
  

