
/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
    font-family: 'Fredericka the Great';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
     font-family: 'Fredericka the Great';
     font-size: 15px; /*  base font size  15px= 1em*/
     margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
	color: #696969;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Frank Ruhl Libre';
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
	color: #000000;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Frank Ruhl Libre';
}
h1{
	color: #fff;
	font-size: 36px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
p {
	font-size: 15px;
	color: #696969;
	line-height: 24px;
    margin: 0 0 1.75em;
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border: 1px solid #e9e9e9; 
    color: #939595;
    font-size: 17px; 
    font-style: italic;
    line-height: 28px; 
    font-weight: 700;
    padding: 30px 25px 25px 80px;
    position: relative;
}
blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}
blockquote:after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
blockquote > :last-child {
    margin-bottom: 0;
}
address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em;
}
.default-button{
    display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
    border-radius: 3px;

}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}


/*======= header-section start =====*/
.header-section {
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index: 1;
}
.fixed-top-menu {
    background-color: #0131ff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}
.header-section .primary-menu {
    overflow: hidden;
}
.header-section .primary-menu .main-menu {
    overflow: hidden;
    display: inline-block;
}
.header-section .primary-menu .main-menu ul {
    list-style-type: none;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 23px 0 0 0;
}
.header-section .primary-menu .main-menu ul li {
    float: left;
}
.header-section .primary-menu .main-menu ul li a{
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;;
    padding: 10px 15px;
}
.header-section .primary-menu .main-menu ul li a i {
    font-size: 16px;
    color: #fdb715;
    margin-right: 4px;
}
.header-section .primary-menu .purchase-btn {
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 15px 0;
}
.header-section .primary-menu .purchase-btn a:hover {
    background-color: #e84b3a;
}
.header-section .primary-menu .purchase-btn a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 38px;
    background: #fdb715;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

/*===== banner-section start ====*/
.banner-section {
    background: url(../../assets/images/banner/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.banner-section .banner-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    left: 0;
    width: 100%;
}
.banner-section .banner-content h1 {
    font-size: 48px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.banner-section .banner-content h1:last-child {
    padding-bottom: 0px;
}
.banner-section .banner-content .banner-logo {
    display: inline-block;
    margin-bottom: 50px;
    width: 175px;
}
.banner-section .banner-content .feature-ban {
    overflow: hidden;
    margin-top:50px;
    max-width: 1150px;
    display: inline-block;
}
.banner-section .banner-content .feature-ban .feature-item{
    float:left;
    width: 33.33%;
}
.banner-section .banner-content .feature-ban .feature-item img {
    border-radius: 5px;
    max-width: 100%;
    display: block;
}
.banner-section .banner-content .feature-ban .feature-item-inner {
    margin:0 10px;
}


/*===== demos-secton start ====*/
.demos {
    background: #000;
    padding-top: 150px;
    padding-bottom: 115px;
    padding-right: 50px;
    padding-left:50px;
}
.demos .demos-header {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #181818;
}
.demos .demos-header h2 {
    color:#fff;
    font-weight: 600;
    font-size: 30px;
    padding-bottom:20px;
}
.demos .demos-header p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}
.demos-wrapper {
    overflow: hidden;
}
.demos-item {
    width: 33.33%;
    float: left;
    overflow: hidden; 
}
.demos-item .demos-item-inner {
    overflow: hidden;
    margin: 20px 15px;
    text-align: center;
}

.demos-item .demos-thumb {
    overflow: hidden;
}
.demos-item .demos-thumb img {
    max-width: 100%;
    display: block;
    margin: 0;
    transition: all 0.3s;
}
.demos-item .demos-item-inner h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    background: #0131ff;
}
.demos-item .demos-item-inner h3 a {
    color: #fff;
}

.demos-item:hover img {
    transform: scale(1.1);
}
/*======= demos-section End =====*/


/*======= feature-section start ======*/
.feature-section {
    background: url(../../assets/images/bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.feature-section .overlay-blue{
    position: static;
    width: 100%;
    height: 100%;
    background: rgba(11,44,215,0.8);
    padding: 120px 0px;
}
.feature-section .feature-item {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: center; 
}
.feature-section .feature-item-inner {
    margin:15px;
    /*background: rgba(30,64,221,0.6);*/
    background: rgba(255,255,255,0.1);
     padding: 50px 20px;
     overflow: hidden;
     min-height: 330px;
}
.feature-section .feature-item .feature-thumb {

}
.feature-section .feature-item .feature-thumb img {

}
.feature-section .feature-item-content {}
.feature-section .feature-item-content h4 {
    color: #fff;
    font-size: 18px;
    padding:18px 0px 18px 0px;
}
.feature-section .feature-item-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.feature-section .feature-item-content a {
    color: #fff;
    transition: all 0.3s;
}

/*======= feature-section start =====*/



/*===== inner-page-secton start ====*/
.inner-page {
    background: #000;
    padding-top: 150px;
    padding-bottom: 115px;
    padding-left: 50px;
    padding-right: 50px;
}
.inner-page .inner-page-header {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #181818;
}
.inner-page .inner-page-header h2 {
    color:#fff;
    font-weight: 600;
    font-size: 30px;
    padding-bottom:20px;
}
.inner-page .inner-page-header p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}
.section-wrapper {
    overflow: hidden;
}
.inner-page-item {
    width: 25%;
    float: left;
    overflow: hidden; 
}
.inner-page .inner-page-item {
    overflow: hidden;
    text-align: center;
}
.inner-page .inner-page-item-inner {
    margin: 0px 15px;
}

.inner-page .inner-page-thumb {
    overflow: hidden;
}
.inner-page .inner-page-thumb img {
    max-width: 100%;
    display: block;
    margin: 0;
    transition: all 0.3s;
}
.inner-page-item .inner-page-item-inner h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
    background: #000;
}
.inner-page-item .inner-page-item-inner h3 a {
    color: #fff;
    display: inline-block;
}

/*.demos-item:hover img {
    transform: scale(1.2);
}
*/

/*======= footer-section start =====*/
footer {
    padding:75px 0px;
    background: #000; 
} 
.footer-bg {
    background: url(../../assets/images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    position: relative;
    overflow: hidden;
}
.footer-bg .footer-content-area {
    text-align: center;
    position: absolute;
    top: 17%;
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 999;
    
}
.footer-bg .footer-content-area h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}
.footer-bg .footer-content-area h2:nth-child(2) {
    padding-top: 15px;
    padding-bottom:35px;
}
.footer-bg .footer-content-area h2 sup {
    top:-7px;
}
.footer-content-area .purchase-btn {
    overflow: hidden;
    display: inline-block;
    margin:20px 0;
}

.footer-content-area .purchase-btn a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 38px;
    background: #fdb715;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
.footer-content-area .purchase-btn a:hover {
    background-color: #e84b3a;
}
.footer-bg .footer-content-area h2:nth-child(3) {
    color: #fdb715;
}




.feature-all {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}



.new-offer-section {
  background: url(../../assets/images/offer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer-countdown {}
.offer-countdown li {
  padding: 10px 20px;
  text-align: center;
}
.offer-countdown li p {
  margin-bottom: 0;
}
.offer-buy p {
  font-size: 14px;
}
.new-offer-section h2, .new-offer-section h5 {
	font-weight: 500;
}
.new-offer-section h5 {
	text-transform: capitalize;
	margin-bottom: 10px;
}