/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/*
section#home-custom-banner {
    margin: 0;
    padding: 50px 0 20px;
    background-color: #2b2e41;
    background-image:url('../img/banner/banner-background.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
    min-height: 500px;
}
*/
@font-face {font-family: "Lucida Calligraphy W01";
  src: url("../fonts/lucida-calligraphy-w01.eot"); /* IE9*/
  src: url("../fonts/lucida-calligraphy-w01.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/lucida-calligraphy-w01.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/lucida-calligraphy-w01.woff") format("woff"), /* chrome、firefox */
  url("../fonts/lucida-calligraphy-w01.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/lucida-calligraphy-w01.svg#Lucida Calligraphy W01") format("svg"); /* iOS 4.1- */
}

p {
    font-size:16px;
}
section#header {
    background-color:#fff !important;
}

#home-custom-banner {
    padding:50px 0px 50px;
	height:510px;
}

#home-custom-banner:before {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/banner/homepage-banner.jpg');
    background-position: bottom center;
    background-color:#0e1c25;
    content: "";
    opacity: 0;
    transition: opacity 1s ease-out;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 630px;
    width: 100%;
    bottom: 0;
    opacity: 1;
    transition: opacity 1s ease-in;    
    background-size: cover;
    z-index: -1;
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
}

#home-custom-banner h1 {
    font-weight:300;
    color:#0171bc;
    margin-top:10px;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    margin-bottom:0px !important;
}
#home-custom-banner .banner-info {
    animation: bounceInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}
#our-features h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align:center;
    position: relative;
    padding: 40px 0px;
}

#home-custom-banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px 15px;
    font-size: 25px;
}

#home-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin:10px 0px 30px;
}
#home-banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px !important;
    padding: 0 25px 25px 25px !important;
}

ul.bnr-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bnr-lists li {
    padding: 5px 0;
    line-height: 27px;
    font-size: 15px;
    margin-left: 20px;
    color:#fff;
}

ul.bnr-lists li:before {
    background: url('../img/banner/listitem.png') left center no-repeat;
    content:"";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px; 
    margin-top: 3px;
}

#home-custom-banner a {
    padding: 1rem 3rem;
    margin: 1.8rem 0;
    font-size: 27px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    background: #4a92b7;
    background: linear-gradient(to bottom, #4a92b7 0%,#006699 100%);
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.40);
}

#home-custom-banner p {
    color:#fff;
    font-size:17px;
}

#info-section {
    background: url(../img/banner/info-section-bg.jpg) #15193e;
    background-attachment: inherit;
    border-bottom: solid 1px #ddd;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
/*
.parallax-overlay {
    background-color: #232323;
    color: #787878;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    opacity: .8;
    padding: 35px;
    content:"";
}
*/
#info-section .title-heading {
    font-family: 'Open Sans', sans-serif;
    font-size:35px;
    font-weight: 600;
    padding:30px 0px;
    text-align: center;
    color:#fff;
}

#info-section p {
    font-size:20px;
    text-align: center;
    color:#fff;
    width: 79%;
    margin:0 auto;
}

#apps-info {
    /*background:linear-gradient(180deg, #8cd2f2 0%, #cbe9f6 57%, #e4f2f8 100%);*/
    background:linear-gradient(180deg, #38affd 0%, #7bcbff 54%, #abddff 100%);
    padding: 40px;
}

#apps-info .img-center {
    margin: 0 auto 15px;
}

#apps-info h4 {
    color: #075496;
    font-size: 22px;
    margin-top: 17px;
    font-weight: 900;
}

#apps-info p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}

.margin-top-35 {
    margin-top: 35px;
}

.app-title {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #005793;
    font-weight: 700;
}
.popular {
    font-family: "Lucida Calligraphy W01" !important;
    display:block;
    font-size: 27px;
    font-weight: 700;
    color:#005793;
    margin-bottom: 30px;
    margin-top: 10px;
}

#friendly-support {
    background:#fff;
    padding: 40px;
}
.fs-wrapper {
    padding:70px 0px;
    display: block;
    position: relative;
    text-align: left;
}
.fs-title {
    font-family: 'Open Sans', sans-serif;
    color: #005793;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 20px;
}
#friendly-support p {
    font-size:16px;
}

#friendly-support a {
    font-size: 18px;
    padding: 3px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0;
    /*padding: 1rem 3rem;
    margin: 1rem 0;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    background: #4a92b7;
    background: linear-gradient(to bottom, #4a92b7 0%,#006699 100%);
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.40);
    text-align: center;*/
}

#friendly-support a:hover {
    transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
}

#friendly-support a:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    content: "\f061";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s;
    margin-left: -5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

#friendly-support a:hover:after {
    opacity: 1;
    margin-left: 1px;
}

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

.features {
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.border-right {
    border-right: 1px solid #dedede;
    padding-right: 15px;
}

.features .icons {
    margin: 0 10px 0px 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}

.features .icons img {
    width:54px !important;
}

.features .icons i {
    display: inline-block;
    float: left;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
}
.features .fa {
    color: #043d5f !important;
}

.features .content {
    margin: 0;
    padding: 0 0 0 60px;
}

.features .content h4 {
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 22px;
}

.features .content h5 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px;
    font-style: italic;
    color: #6f9e28;
    font-weight: 300;
}

.features .content p {
    margin-bottom: 5px;
    font-size: 17px;
}
#info-section .heading {
    text-align: center;
    position: relative;
    padding: 20px 0px;
}
#info-section a {
    padding: 1rem 3rem;
    margin: 1rem 0;
    font-size: 27px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    background: #4a92b7;
    background: linear-gradient(to bottom, #4a92b7 0%,#006699 100%);
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.40);
    text-align: center;
}

.padding-top {
    padding-top: 20px;
}
.padding-bottom {
    padding-bottom: 20px;
}

section#footer {
    background-color:#053d60 !important;
    padding:0px !important;
    border:none !important;
}

.footer-widget-area {
    padding:50px 0px 40px;
}

.single-widget h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
#footer .single-widget ul {
    padding:0px !important;
}
#footer .single-widget ul li {
    display: block;
}

.single-widget a {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
    -webkit-transition: all 4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    color: #fff;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 8px;
    font-size: 15px;
    text-decoration: none;
}

.single-widget a:hover {
    text-decoration: none!important;
}

.footer-bottom {
    background-color:#022237;
    padding:10px 0px;
}

section#footer p {
    font-size: 15px;
    color:#fff;
}

#partners {
    background: #38affd url('../img/texture.png') left top repeat;
    padding: 20px 0;
}

.partners-logo {
    position: relative;
    text-align: center;
}

.whychooseus-wrapper {
    background:  url('../img/banner/whychooseusbg.jpg') no-repeat fixed 0% 0% / cover #101318;
    /*background:linear-gradient(180deg, #101318 0%, #647083 64%, #94a0b3 100%);
    background: #242d3b;*/
    padding: 50px 0;
    margin: 0px;
}

.whychooseus-wrapper .block {
    margin: 2% 5%;
    float: left;
    min-height: 300px;
}
.whychooseus-wrapper .block .title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
.whychooseus-wrapper .block .desc {
    color: #fff;
    text-align: left;
    font-size: 15px;
}
.whychooseus-wrapper .block .desc p {
    margin-bottom: 10px;
}
.whychooseus-wrapper .block img {
    margin: 0 auto 5px auto;
    display: table;
}

.title-block {
    padding: 0 0 25px 0;
    border-bottom: #5C8886 1px solid;
    display: table;
    margin: 0 auto 30px auto;
}

.title-block h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.2em;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color:#fff;
}

.title-block h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    text-transform: none;
    margin: 0 0 15px 0;
    text-align: center;
}

.faq-wrapper {
    background-color:#f5f3f3;
    padding:35px 0px;
}
.faq-wrapper .faq {
    display:block;
}
.faq-wrapper .faq h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    background: #fff url('../img/faq-open.png') 15px center no-repeat;
    font-size: 20px;
    font-weight: 600;
    border: #CBCBCB 1px solid;
    margin: 0 0 5px 0;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.faq-wrapper .faq h3.close {
    background: #242738 url('../img/faq-close.png') 15px center no-repeat;
    color: #fff;
    width: 100%;
    float:none;
    opacity: 1;
    margin:0px;
}

.faq-wrapper .faq .answer {
    display: none;
    padding: 14px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.faq-wrapper .faq .answer p {
    margin: 0 0 20px 0;
    font-size:16px;
}

.default-color {
    color:#242738 !important;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span.plain-text {
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 20px;
    color:#fff;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span {
    font-size:24px;
}

#order-standard_cart .view-cart-promotion-code {
    background-color: #add8ec !important;
}

@media only screen and (max-width: 575.98px) {#home-custom-banner h1 {font-size:30px;} #home-custom-banner {padding:10px 0px 10px;} #home-custom-banner:before{top:0px;height: 662px;}#home-banner h1 {font-size:23px;}.popular {margin-bottom:20px;} #apps-info .img-center {margin: 20px auto 15px;}}
@media only screen and (min-width: 481px) and (max-width: 767.98px) { #home-custom-banner {padding:30px 0px 0px;} #home-banner h1 {font-size:23px;}.popular {margin-bottom:20px;} #apps-info .img-center {margin: 20px auto 15px;}}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {  #home-custom-banner {padding:30px 0px 0px;} }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {  #home-custom-banner {padding:30px 0px 0px;} }
@media (min-width: 1200px) {  #home-custom-banner {padding:30px 0px 30px;}}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .footer-widget-area .single-widget {
        text-align: center;
    }
}


.offer-price {
    font-size: 30px !important;
}
.offer-price span.month {
    font-size:15px !important;
}
#offer {
    font-size: 15px !important;
    text-align: left;
    background: #a3d900;
    padding: 4px 6px;
    font-weight: 800;
    color: #fff;
    border-radius: 4px;
    display: inline-table;
    margin-right:5px;
}