
section.banner a.various+a {
    background: #00317d;
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 20px 0;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 10px;
    font-size: 17px;
    margin-bottom: 23px;
    text-shadow: #000 0 1px 1px;
    font-weight: 500;
    margin-right: 19px;
}

section.new-process {
    background: #ffffff;
    color: #fff;
    padding: 70px 0;
    overflow:hidden;
}

section.new-process h2 {
    text-align: right;
    font-size: 40px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}

section.new-process ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 198px;
    margin-left: 11px;
    padding: 14px 0;
    border-right: 1px solid #e5e5e5;
}

section.new-process ul li h3 {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
    line-height: 18px;
    font-weight: 400;
    color: #858585;
}

section.new-process ul li i {
    display: none;
}

section.new-process ul li span {
    position: static;
    top: 3px;
    left: 4px;
    color: #3d59e8;
    font-size: 25px;
    font-weight: 500;
    vertical-align: super;
}

section.new-process ul li:nth-child(4), section.new-process ul li:nth-child(8) {
    margin-right: 0;
    border-right: 0;
}
div#grad1 {
    height: 60px;
    width: 140px;
    background: rgba(14,85,208,1);
    background: -moz-linear-gradient(left, rgba(14,85,208,1) 0%, rgba(12,72,183,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,85,208,1)), color-stop(100%, rgba(12,72,183,1)));
    background: -webkit-linear-gradient(left, rgba(14,85,208,1) 0%, rgba(12,72,183,1) 100%);
    background: -o-linear-gradient(left, rgba(14,85,208,1) 0%, rgba(12,72,183,1) 100%);
    background: -ms-linear-gradient(left, rgba(14,85,208,1) 0%, rgba(12,72,183,1) 100%);
    background: linear-gradient(to right, rgba(14,85,208,1) 0%, rgba(12,72,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e55d0', endColorstr='#0c48b7', GradientType=1 );
    border-radius: 100px;
    position: absolute;
    right: 23px;
    top: 11px;
    z-index: 0;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    opacity: .4;
}

div#grad1.green-grad {
    background: rgba(44,179,100,1);
    background: -moz-linear-gradient(left, rgba(44,179,100,1) 0%, rgba(36,160,88,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,179,100,1)), color-stop(100%, rgba(36,160,88,1)));
    background: -webkit-linear-gradient(left, rgba(44,179,100,1) 0%, rgba(36,160,88,1) 100%);
    background: -o-linear-gradient(left, rgba(44,179,100,1) 0%, rgba(36,160,88,1) 100%);
    background: -ms-linear-gradient(left, rgba(44,179,100,1) 0%, rgba(36,160,88,1) 100%);
    background: linear-gradient(to right, rgba(44,179,100,1) 0%, rgba(36,160,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb364', endColorstr='#24a058', GradientType=1 );
}

div#grad1.blue-grad {
    background: rgba(32,67,106,1);
    background: -moz-linear-gradient(left, rgba(32,67,106,1) 0%, rgba(22,51,85,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,67,106,1)), color-stop(100%, rgba(22,51,85,1)));
    background: -webkit-linear-gradient(left, rgba(32,67,106,1) 0%, rgba(22,51,85,1) 100%);
    background: -o-linear-gradient(left, rgba(32,67,106,1) 0%, rgba(22,51,85,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,67,106,1) 0%, rgba(22,51,85,1) 100%);
    background: linear-gradient(to right, rgba(32,67,106,1) 0%, rgba(22,51,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20436a', endColorstr='#163355', GradientType=1 );
}

.megapkg #grad1 {
    height: 110px;
    top: -7px;
    width: 250px;
    z-index: -1;
    right: 0px;
    opacity: .4;
    display: none;
}

.pricing-sec .col-md-12.megapkg img {
    position: relative;
    z-index: 3;
}
section.pricing-sec [class^="col-md-4"] {padding: 0;}

section.pricing-sec [class^="col-md-4"]:last-child>div {
    margin-right: 0;
}
.pricing-sec .col-md-12.megapkg {
    background: #ffffff;
    padding: 10px;
    border: 5px dashed #e3e3e3;
    color: #808080;
    margin-top: 15px;
    position: relative;
}

.pricing-sec .col-md-12.megapkg>div {
    background: #00317d;
    padding: 0px 0px 0px 20px;
}

.pricing-sec .col-md-12.megapkg>div h3, .pricing-sec .col-md-12.megapkg>div h4, .pricing-sec .col-md-12.megapkg>div h5 {
    display: inline-block;
    margin: 0;
}

.pricing-sec .col-md-12.megapkg>div h3 {
    font-size: 70px;
    /* line-height: 36px; */
    color: #ffcd1e;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.pricing-sec .col-md-12.megapkg>div h3 span {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: -9px;
}

.pricing-sec .col-md-12.megapkg>div h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding: 0 20px;
}

.pricing-sec .col-md-12.megapkg>div h4 span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.pricing-sec .col-md-12.megapkg>div h5 {
    display: inline-block;
    padding: 30px 30px;
    font-size: 60px;
    color: #ffcd1e;
    font-weight: 700;
}

.pricing-sec .col-md-12.megapkg>div h5 span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    text-align: right;
}

.pricing-sec .col-md-12.megapkg>div a {
    background: white;
    padding: 15px 40px;
    margin-left: 20px;
    color: #e00;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}


section.pricing-sec [class^="col-md-4"]>div ul li b {
    color: #000;
}

section.pricing-sec [class^="col-md-4"]>div a {
    display: block;
    background: #ee0000;
    margin: 30px auto 0;
    text-align: center;
    width: 240px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

section.pricing-sec [class^="col-md-4"]>div {
    background: #ffffff;
    padding: 0px 30px 30px;
    border: 5px dashed #e3e3e3;
    color: #808080;
    margin-top: 30px;
    position: relative;
    margin-right: 12px;
}
section.pricing-sec h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}

section.pricing-sec h2+p {
    text-align: center;
    color: #888888;
    font-size: 16px;
}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg.green-t {
    background: #2cb365;
}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg.blue-t {
    background: #20426a;
}

section.pricing-sec [class^="col-md-4"]>div ul li {display: block;padding-left: 20px;position: relative;font-size: 14px;margin-bottom: 10px;}

section.pricing-sec [class^="col-md-4"]>div ul li img {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}


section.pricing-sec {
    padding: 50px 0;
    background: url("../images/pricing-banner.jpg") no-repeat;
    height: 910px;
    width: 100%;
    background-size: cover;
}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg {
    margin: 3px;
    background: #0e54d0;
    width: calc(100% + 60px );
    padding: 20px 0px 20px 20px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    margin-left: -30px;
}

.title-pkg {}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg span {
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    position: relative;
    z-index: 1;
}

section.pricing-sec [class^="col-md-4"]>div>div.title-pkg h4 {
    display: inline-block;
    color: #ffd800;
    font-size: 39px;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-left: 10px;
    text-shadow: #00000070 0 4px 5px;
    z-index: 1;
}

section.pricing-sec [class^="col-md-4"]>div h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
    text-transform: uppercase;
}











section.banner p span {
    color: #ff851d;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 4px 1px #ff851d29;
    position: relative;
    top: -3px;
}

section.portfolio h2+p {
    font-size: 13px;
    margin-bottom: 0;
    color: #888888;
    line-height: 23px;
}

div#portfolio .tile {
    margin-bottom: 0;
    display: none;
}body{
     font-family: 'Poppins', sans-serif;

 }
header {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 20px 0;
    background: #00317d;
}

section.banner {
    background: url(../images/our-banner.png) white no-repeat right 59%;
    padding: 170px 0 0px;
    color: #00317d;
}

.tile.scale-anm {
    display: inline-block !important;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-testimonial-col:before {
    content: "";
    position: absolute;
    background: url(../images/testimonial-qoute.jpg);
    width: 68px;
    height: 48px;
    left: 0;
    top: 17px;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}


.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

div.CountDownTimer {
    width: 300px;
    color: #00317d;
}

.cus-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=) repeat;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.field label.error {
    display: none!important;
}

input.error,
textarea.error,
select.error {
    background-color: #FFD7D7!important;
    color: #111!important;
}


header ul {
    text-align: right;
    color: #fff;
    margin: 15px 0 0;
}

header ul li {
    display: inline-block;
    text-align: left;
}

header ul li.last a {
    display: block;
    background: #ffffff;
    color: #00317d;
    padding: 11px 42px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

header ul li.last {
    margin-left: 23px;
}

header ul li a {
    display: block;
}

header ul li.first span {
    display: block;
    color: #ffffff;
    font-size: 12px;
}

header ul li.first {
    font-size: 22px;
    color: #ffffff;
}

div#CountDownTimer+img {
    margin-bottom: 10px;
    display: block;
}
section.banner h1 {
    margin: 0 0 20px 0;
    color: #00317d;
    font-size: 33px;
    font-weight: bold;
}

section.banner p {
    font-size: 16px;
    color: #888888;
}

ul.banner-features {
    text-transform: uppercase;
    margin: 30px 0 0;
    font-size: 14px;
}

ul.banner-features li {
    display: inline-block;
    margin: 0 0px 12px;
    /* letter-spacing: 0.5px; */
    font-weight: 600;
    width: 49%;
    font-size: 13px;
}

ul.banner-features li i {
    color: #e2910e;
    font-size: 17px;
    position: relative;
    top: -2px;
    left: -2px;
}

ul.banner-features+a {
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 20px 0;
    background: #ec1200;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 10px;
    font-size: 17px;
    margin-bottom: 23px;
    text-shadow: #000 0 1px 1px;
    font-weight: 500;
    margin-right: 19px;
}

ul.banner-logos {
    margin: 20px 0 0 0;
    text-align: center;
    background: #f2f2f2;
    padding: 20px 0;
}

ul.banner-logos li {
    display: inline-block;
    margin: 0 40px;
}

section.banner-btm [class^="col-"] {
    text-align: center;
    color: #fff;
    padding: 0 28px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: end;
    border-right: 1px solid #dcdcdc;
}

section.banner-btm [class^="col-"]+[class^="col-"] {
}

section.banner-btm [class^="col-"]+[class^="col-"]+[class^="col-"] {
}

section.banner-btm [class^="col-"] i {
    display: inline-block;
    float: left;
    margin-top: 3px;
}

section.banner-btm [class^="col-"] h6 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #1e293d;
    float: right;
    width: 78%;
    margin-top: 0;
}

section.hm-about {
    padding: 30px 0 10px;
}

section.hm-about h2 {
    color: #00317d;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 49px;
    margin-top: 0;
}

section.hm-about h2+p {
    font-size: 14px;
    color: #545454;
}

section.hm-about h2+p br {
    display: none;
}

section.hm-about ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 21px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

section.banner-btm:after {
    display: block;
    clear: both;
    content: "";
}

section.hm-about ul li i {
    color: #e2910e;
    font-size: 16px;
    margin-right: 5px;
}

section.hm-about ul {
    margin: 0;
}

section.hm-about a {
    display: inline-block;
    text-align: center;
    background: #44c97c;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 40px;
    font-size: 17px;
    border-radius: 80px;
    font-weight: 500;
    margin-top: 18px;
    letter-spacing: 0.5px;
}

section.portfolio {
    background: #fff;
    padding: 50px 0;
}

section.portfolio h2 {
    margin: 0;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}

section.portfolio .toolbar.mb2.mt2 {
    margin-bottom: 46px;
}

section.portfolio .btn {
    background: transparent;
    color: #fff;
    outline: 0px none !important;
    color: #919191;
}

section.portfolio .btn:active, section.portfolio .btn:focus, section.portfolio .btn:visited {
    background: #00317d;
    color: white;
}

section.features-col {
    text-align: center;
    padding: 80px 0;
}

section.features-col h2 {
    margin: 0 0 62px;
    font-size: 31px;
    font-weight: 600;
    line-height: 39px;
}

section.features-col h2+p {
    font-size: 21px;
    margin-bottom: 83px;
    color: #9a9a9a;
    display: none;
}

section.cta-book {
    background: #44c97c;
    padding: 60px 0 0;
    color: #fff;
    font-size: 22px;
}

section.cta-book .col-md-7 {
    padding-top: 43px;
}

section.cta-book h2 {
    font-size: 40px;
    font-weight: 700;
}

section.cta-book h2 span {
    color: #fff18f;
    font-weight: 700;
}

section.cta-book ul {
    margin: 30px 0 0;
}

section.cta-book ul li {
    display: inline-block;
    margin-right: 23px;
    font-size: 14px;
    position: relative;
    padding-left: 37px;
}

section.cta-book ul li span {
    display: block;
    font-size: 14px;
}

section.cta-book ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}

section.cta-book a {
    display: inline-block;
    text-align: center;
    background: #ec1200;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 40px;
    font-size: 18px;
    border-radius: 80px;
    font-weight: 500;
    margin-top: 19px;
}

section.testimonail {
    padding: 63px 0;
    background: #e8ecf2;
}

div#testimonails-slider .item {
    color: #8c8989;
    padding-top: 20px;
    width: 60%;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

div#testimonails-slider .item p {
    line-height: 24px;
    color: #888888;
}

div#testimonails-slider .item h6 {
    color: #00317d;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

div#testimonails-slider .item h6 span {
    display: block;
    color: #4e4c4c;
    font-weight: 400;
    font-size: 13px;
    margin-top: 6px;
}

section.testimonail h2 {
    color: #232323;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 48px;
    position: relative;
    z-index: 1;
}

section.testimonail h2+p {
    font-size: 18px;
    color: #8a8a8a;
}

section.testimonail .col-md-6:nth-child(1) {
    padding-right: 72px;
    position: relative;
}



section.brands {

    background: #223047;
    text-align: center;
}

section.brands ul li {
    display: inline-block;
    padding: 30px 25px;
}

section.brands ul {
    margin: 0;
}



footer {
    background: #1e293d;
    padding: 40px 0 0;
    font-size: 13px;
    color: #ffffff;
    clear: both;
    line-height: 24px;
}
footer a {
    color: #889ec6;
}
footer ul li {
    color: #fff;
    text-align: left;
    font-size: 15px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 29px;
    font-weight: 400;
}

footer ul li i {position: absolute;left: 0;top: 4px;color: #3c4e6f;}

footer ul li a {
    color: #fff;
}

footer ul {
    margin-top: 20px;
    float: right;
}

.copyright {
    background: #1b2536;
    font-size: 15px;
    padding: 20px 0;
    margin-top: 22px;
}

i.top-scroll {
    position: absolute;
    right: 0;
    top: -39px;
    cursor: pointer;
}

.copyright .container {
    position: relative;
}

.copyright p {
    margin: 0;
    font-size: 13px;
}

footer img {
    margin-bottom: 13px;
}

footer i.fa.fa-phone {
    font-size: 21px;
}

section.testimonail .col-md-6:nth-child(1):before {
    content: open-quote;
    font-size: 642px;
    color: #f5f5f5;
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 0;
}





div#bouncepopupform {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 480px;
    height: 539px;
    margin: 0;
    padding: 18px;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
    z-index: 99994;
    background: #fff;
    margin-left: -240px;
}

div#bouncepopupform h2 {
    font-size: 21px;
    text-align:  left;
    text-align: left;
    font-weight: 700;
    margin-top: 8px;
    line-height: 25px;
    font-weight: 600;
}

div#bouncepopupform h2 span {
    display:  block;
    line-height:  normal;
    font-size: 16px;
}

div#bouncepopupform h2 span b {
    color: #00317d;
    font-weight: 800;
}

div#bouncepopupform input[type="submit"] {
    width: 270px;
    font-size: 17px;
    padding: 14px 0 !important;
    margin-top: -6px;
}

div#bouncepopupform textarea {
    height: 120px;
}

.bouncepopup-overlay {
    background: #000000de;
    position: fixed;
    width:  100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
div#CountDownTimerMini {
    color: #000 !important;
    text-shadow: none !important;
    width: 250px;
    margin: 0 auto;
    /* position: absolute; */
    right: 0;
}
a.bounce-close {
    background: #00317d;
    color: #fff !important;
    width: 37px;
    height: 37px;
    position:  absolute;
    right: 6px;
    top: 7px;
    box-shadow: #00000082 0 0px 6px;
    border-radius:  100%;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
    border: #ffffff 3px solid;
    text-align:  center;
}

.bouncepopup-overlay {
    display:  none;
}



div#bouncepopupform h6 {
    color: #00317d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
    margin-bottom: 0;
}


.counter-col {
    background: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    position: relative;
    padding: 0;
}

section.hm-about p {
    color: #888888;
}

section.banner-btm [class^="col-"] h6 span {
    font-size: 12px;
    color: #888888;
    display: block;
}

section.banner-btm {
    margin-top: 50px;
}

section.banner-btm [class^="col-"]:last-child {
    border-right: 0;
}

section.portfolio .btn.active-pf {
    background: #00317d;
    color: white;
}

section.pricing-sec [class^="col-md-4"]>div ul {
    height: 245px;
    overflow-y: scroll;
    width: 100%;
}

section.new-process h2:after {
    content: '';
    height: 6px;
    background: #ff851d;
    width: 40%;
    position: absolute;
    bottom: -20px;
    right: 0;
}

section.new-process ul {
    position: relative;
}

section.new-process ul:after {
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.new-process ul li:nth-child(2) span {
    color: #3d96e8;
}

section.new-process ul li:nth-child(3) span {
    color: #2cda27;
}

section.new-process ul li:nth-child(4) span {
    color: #ff851d;
}

section.new-process ul li:nth-child(5) span {
    color: #ff481d;
}

section.new-process ul li:nth-child(6) span {
    color: #ff1d7d;
}

section.new-process ul li:nth-child(7) span {
    color: #921dff;
}

section.new-process ul li:nth-child(8) span {
    color: #1d48ff;
}

div#testimonails-slider .item:after {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #bfc1c3;
    font-size: 80px;
    position: absolute;
    top: -10px;
    left: -60px;
    z-index: -1;
    opacity: 0.2;
}

footer i.fa {
    color: #ff851d;
}

section.our-published {
    text-align: center;
    padding: 40px 0;
    background: rgb(246,248,255);
    background: linear-gradient(180deg, rgba(246,248,255,1) 0%, rgba(255,255,255,1) 100%);
}

section.our-published h2 {
    margin-top: 0;
}

section.our-published p {
    margin-bottom: 20px;
}

section.our-published img {}

section.our-published h4 {
    font-size: 14px;
    color: #020f43;
    line-height: 20px;
}

section.our-published a {
    background: #00317d;
    color: #fff;
    padding: 12px 30px;
    margin-top: 30px;
    display: inline-block;
}

section.our-published .col-md-4 {
    margin-top: 25px;
}

section.own-book {
    padding: 45px 0;
    text-align: center;
    background: rgb(2,49,134);
    background: linear-gradient(90deg, rgba(2,49,134,1) 0%, rgba(11,48,179,1) 45%);
    color: white;
}

section.own-book h2 {
    font-size: 28px;
    font-weight: 400;
}

section.own-book h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

section.own-book a {
    background: white;
    color: #03318a;
    padding: 10px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
}

section.own-book h2 strong {
    color: #ff851d;
    font-size: 36px;
    text-shadow: 0 7px 1px #0000003b;
}
.popupform h2+p strong {
    position: relative;
    top: -2px;
    font-size: 17px;
    color: #ff851d;
}
section.banner .col-md-6 {
    margin-bottom: 20px;
}