
/*================================================
[  Table of contents  ]
================================================
    00. Google Fonts
    01. General Styles
    02. Preloader
    03. Shortodes
    04. Page Header 
    05. Parallax
    06. Page Banner
    07. Feature Content
    08. Device Slider 
    09. Process Slider
    10. Counter 
    11. Screenshots
    12. Magnifiq popup 
    13. Pricing Table 
    14. Faqs  
    15. Testimonial 
    16. Download
    17. Subscribe
    18. Contact
    19. Footer
======================================
[ End table content ]
======================================*/

/*====================================================*/
/* 00. Google Fonts                                   */
/*====================================================*/

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i|Montserrat:500,600,700|Playfair+Display:400i");

/*====================================================*/
/* 01. General Styles                                 */
/*====================================================*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #204b9b;
    overflow-x: hidden;
    position: relative;
}


::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #6ec6d9;
    border-radius: 4px;
  }
  

* {
    outline: none !important;
    outline-offset: 0;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

a:hover {
    color: #6ec6d9;
    text-decoration: none;
}

a:focus {
    color: #6ec6d9;
}

a.link {
    color: #6ec6d9;
}

a.link:hover {
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 43px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 33px;
    }
}

h2 {
    font-size: 30px;
    line-height: 33px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

h3 {
    font-size: 25px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 19px;
}

h6 {
    font-size: 15px;
    line-height: 17px;
}

section {
    position: relative;
}

a.link:hover {
    color: #333333;
}

.btn {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 48px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #6fc6d9;
    border: 2px solid transparent;
    line-height: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 30px;
}

.btn.shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn.medium {
    height: 42px;
}

.btn.outline {
    background-color: transparent;
    border-color: #204b9b;
    color: #204b9b;
}

.btn.outline:hover {
    background-color: #6fc6d9;
    color: #ffffff;
}

.btn.outline.white {
    border-color: #ffffff;
    color: #ffffff;
}

.btn.outline.white:hover {
    border-color: #204b9b;
    color: #204b9b;
    background-color: transparent;
}

.btn.btn-video {
    font-weight: normal;
    padding: 0;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
}

.btn.btn-video:before {
    content: "\e614";
    font-family: "Stroke-Gap-Icons";
    font-size: 73px;
}

.btn.btn-video:hover {
    border-color: #204b9b;
    color:#204b9b;
    background-color: transparent;
}

.btn.btn-app {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: left;
    height: unset;
    margin-right: 10px;
}

.btn.btn-app:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}

.btn.btn-app span {
    display: block;
    margin-left: 47px;
}

.btn.btn-app span:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
    margin-bottom: 3px;
}

.btn.btn-app span:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
}

.btn.btn-app.apple:before {
    background-image: url("../elements/apple.svg");
}

.btn.btn-app.android:before {
    background-image: url("../elements/play.svg");
}

.btn:hover {
    background-color: #204b9b;
    color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

/*========================================*/
/* Btn App Responsive                     */
/*========================================*/

@media (max-width: 478px) {
    .btn {
        margin: 0 15px 15px;
    }
}

@media (min-width: 576px) {
    .btn.btn-app:last-child {
        margin-right: 0;
    }
}

input::-webkit-input-placeholder {
    color: #333333 !important;
}

input:-moz-placeholder {
    color: #333333 !important;
}

input::-moz-placeholder {
    color: #333333 !important;
}

input:-ms-input-placeholder {
    color: #333333 !important;
}

textarea::-webkit-input-placeholder {
    color: #333333 !important;
}

textarea:-moz-placeholder {
    color: #333333 !important;
}

textarea::-moz-placeholder {
    color: #333333 !important;
}

textarea:-ms-input-placeholder {
    color: #333333 !important;
}

.bg-parallax input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.bg-parallax input:-moz-placeholder {
    color: #ffffff !important;
}

.bg-parallax input::-moz-placeholder {
    color: #ffffff !important;
}

.bg-parallax input:-ms-input-placeholder {
    color: #ffffff !important;
}

.bg-parallax textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}

.bg-parallax textarea:-moz-placeholder {
    color: #ffffff !important;
}

.bg-parallax textarea::-moz-placeholder {
    color: #ffffff !important;
}

.bg-parallax textarea:-ms-input-placeholder {
    color: #ffffff !important;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
textarea.form-control {
    color: #333333;
    font-size: 13px;
    padding: 15px 18px;
    background-color: #eff2f7;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
textarea.form-control:focus {
    border-color: #dddddd;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.form-control-lg {
    background-color: transparent;
    border-color: #dddddd;
    padding: 0 30px;
    font-size: 14px;
    height: 55px;
    border-radius: 30px;
}

.form-control.form-control-lg:focus {
    border-color: #eff2f7;
    background-color: #eff2f7;
}

.bg-parallax .form-control:focus,
.bg-parallax .form-control-lg:focus {
    background-color: transparent;
}

.error {
    color: #f7777f;
}

.valid {
    color: #204b9b;
}

.form-messages,
label {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.form-messages {
    margin-top: 15px;
    width: 100%;
}

.row-group {
    width: 100%;
    margin: 0;
}

@media (min-width: 992px) {
    .row.no-gutter {
        margin-left: 0;
        margin-right: 0;
    }
    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-left: 0;
        padding-right: 0;
    }
    .row-group [class^="col-"]:not(:last-child) {
        padding-right: 0;
    }
}

.not-animated {
    opacity: 0;
}

/*====================================================*/
/* 02. Preloader                                      */
/*====================================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

.preloader .pulse {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(-50%, -50%, 0);
}

.preloader .pulse:before,
.preloader .pulse:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #204b9b;
    position: absolute;
    left: 0;
    top: 0;
}

.preloader .pulse:before {
    -webkit-animation: pulse-outer 0.8s ease-in infinite;
    animation: pulse-outer 0.8s ease-in infinite;
}

.preloader .pulse:after {
    -webkit-animation: pulse-inner 0.8s linear infinite;
    animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes pulse-outer {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/*====================================================*/
/* 03. Shortodes                                      */
/*====================================================*/

.h-80 {
    height: 80% !important;
}

.h-100 {
    height: 100%;
}

.w-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*========================================*/
/* Width Height Responsive                */
/*========================================*/

@media (min-width: 576px) {
    .h-sm-80 {
        height: 80%!important;
    }
    .h-sm-100 {
        height: 100%;
    }
    .w-sm-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .h-md-80 {
        height: 80%!important;
    }
    .h-md-100 {
        height: 100%;
    }
    .w-md-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .h-lg-80 {
        height: 80%!important;
    }
    .h-lg-100 {
        height: 100%;
    }
    .w-lg-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .h-xl-80 {
        height: 80%!important;
    }
    .h-xl-100 {
        height: 100%;
    }
    .w-xl-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
}

.border-top {
    border-top: 1px solid #dddddd;
}

.border-bottom,
.border-top {
    border-color: #dddddd !important;
}

/*========================================*/
/* Border Bottom Responsive               */
/*========================================*/

@media (min-width: 576px) {
    .border-sm-bottom {
        border-bottom: 1px solid #dddddd;
    }
    .border-sm-none {
        border: none !important;
    }
}

@media (min-width: 768px) {
    .border-md-bottom {
        border-bottom: 1px solid #dddddd;
    }
    .border-md-none {
        border: none !important;
    }
}

@media (min-width: 992px) {
    .border-lg-bottom {
        border-bottom: 1px solid #dddddd;
    }
    .border-lg-none {
        border: none !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-bottom {
        border-bottom: 1px solid #dddddd;
    }
    .border-xl-none {
        border: none !important;
    }
}

.subtitle {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    color: #6fc6d9;
}

.subtitle.sm {
    font-size: 16px;
    line-height: 24px;
}

.text-light {
    color: #999999 !important;
}

.title-seperator {
    width: 1px;
    height: 50px;
    background-color: #dddddd;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-seperator:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #204b9b;
    border-radius: 50%;
    bottom: 0;
    left: -4px;
    background-color: #ffffff;
}

.seperator {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 4px;
    width: 30px;
    background: #204b9b;
}

/*========================================*/
/* 03.01 Mockups Styles                   */
/*========================================*/

.mockup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-bottom: 100px;
	padding-bottom: 90px;
}

.mockup img {
    max-width: 100% !important;
}

.mockup .left {
    position: absolute;
}

.mockup .right {
    position: relative;
}

.mockup [data-zindex="1"] {
    z-index: 1;
}

.mockup [data-zindex="0"] {
    z-index: 0;
}

.mockup.triple-mockup .left {
    position: absolute;
    z-index: 0;
}

.mockup.triple-mockup .center {
    position: relative;
    z-index: 1;
}

.mockup.triple-mockup .right {
    position: absolute;
    z-index: 0;
}

.mockup.center-img img {
    margin-left: auto;
    margin-right: auto;
}

.mockup.landscape {
    margin-bottom: -74px;
}

/*========================================*/
/* Mockup Responsive                      */
/*========================================*/

@media (max-width: 991px) {
    .mockup {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .mockup img {
        max-width: 120% !important;
    }
}

/*========================================*/
/* 03.02 Paddings                         */
/*========================================*/

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.ptb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pt-220 {
    padding-top: 220px;
}

.pb-220 {
    padding-bottom: 220px;
}

.ptb-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.pt-320 {
    padding-top: 320px;
}

.pb-320 {
    padding-bottom: 320px;
}

/*========================================*/
/* 03.03 Margins                          */
/*========================================*/

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-bottom: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

/*========================================*/
/* Paddings, Margins Responsive           */
/*========================================*/

@media (min-width: 576px) {
    .pt-sm-20 {
        padding-top: 20px !important;
    }
    .pb-sm-20 {
        padding-bottom: 20px !important;
    }
    .pt-sm-30 {
        padding-top: 30px !important;
    }
    .pb-sm-30 {
        padding-bottom: 30px !important;
    }
    .pt-sm-40 {
        padding-top: 40px !important;
    }
    .pb-sm-40 {
        padding-bottom: 40px !important;
    }
    .ptb-sm-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-sm-60 {
        padding-top: 60px !important;
    }
    .pb-sm-60 {
        padding-bottom: 60px !important;
    }
    .ptb-sm-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-sm-70 {
        padding-top: 70px !important;
    }
    .pb-sm-70 {
        padding-bottom: 70px !important;
    }
    .ptb-sm-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .pt-sm-90 {
        padding-top: 90px !important;
    }
    .pb-sm-90 {
        padding-bottom: 90px !important;
    }
    .ptb-sm-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .pt-sm-100 {
        padding-top: 100px !important;
    }
    .pb-sm-100 {
        padding-bottom: 100px !important;
    }
    .ptb-sm-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .pt-sm-120 {
        padding-top: 120px !important;
    }
    .pb-sm-120 {
        padding-bottom: 120px !important;
    }
    .ptb-sm-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-sm-200 {
        padding-top: 200px !important;
    }
    .pb-sm-200 {
        padding-bottom: 200px !important;
    }
    .ptb-sm-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-sm-220 {
        padding-top: 220px !important;
    }
    .pb-sm-220 {
        padding-bottom: 220px !important;
    }
    .ptb-sm-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .pt-sm-320 {
        padding-top: 320px !important;
    }
    .pb-sm-320 {
        padding-bottom: 320px !important;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .mt-sm-15 {
        margin-top: 15px !important;
    }
    .mb-sm-15 {
        margin-bottom: 15px !important;
    }
    .mt-sm-20 {
        margin-top: 20px !important;
    }
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mt-sm-25 {
        margin-bottom: 25px !important;
    }
    .mb-sm-25 {
        margin-bottom: 25px !important;
    }
    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
    .mt-sm-40 {
        margin-top: 40px !important;
    }
    .mt-sm-50 {
        margin-top: 50px !important;
    }
    .mb-sm-50 {
        margin-bottom: 50px !important;
    }
    .mt-sm-60 {
        margin-top: 60px !important;
    }
    .mb-sm-60 {
        margin-bottom: 60px !important;
    }
    .mt-sm-80 {
        margin-top: 80px !important;
    }
    .mb-sm-80 {
        margin-bottom: 80px !important;
    }
}

@media (min-width: 768px) {
    .pt-md-20 {
        padding-top: 20px !important;
    }
    .pb-md-20 {
        padding-bottom: 20px !important;
    }
    .pt-md-30 {
        padding-top: 30px !important;
    }
    .pb-md-30 {
        padding-bottom: 30px !important;
    }
    .pt-md-40 {
        padding-top: 40px !important;
    }
    .pb-md-40 {
        padding-bottom: 40px !important;
    }
    .ptb-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-md-60 {
        padding-top: 60px !important;
    }
    .pb-md-60 {
        padding-bottom: 60px !important;
    }
    .ptb-md-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-md-70 {
        padding-top: 70px !important;
    }
    .pb-md-70 {
        padding-bottom: 70px !important;
    }
    .ptb-md-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .pt-md-90 {
        padding-top: 90px !important;
    }
    .pb-md-90 {
        padding-bottom: 90px !important;
    }
    .ptb-md-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .pt-md-100 {
        padding-top: 100px !important;
    }
    .pb-md-100 {
        padding-bottom: 100px !important;
    }
    .ptb-md-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .pt-md-120 {
        padding-top: 120px !important;
    }
    .pb-md-120 {
        padding-bottom: 120px !important;
    }
    .ptb-md-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-md-200 {
        padding-top: 200px !important;
    }
    .pb-md-200 {
        padding-bottom: 200px !important;
    }
    .ptb-md-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-md-220 {
        padding-top: 220px !important;
    }
    .pb-md-220 {
        padding-bottom: 220px !important;
    }
    .ptb-md-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .pt-md-320 {
        padding-top: 320px !important;
    }
    .pb-md-320 {
        padding-bottom: 320px !important;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .mt-md-15 {
        margin-top: 15px !important;
    }
    .mb-md-15 {
        margin-bottom: 15px !important;
    }
    .mt-md-20 {
        margin-top: 20px !important;
    }
    .mb-md-20 {
        margin-bottom: 20px !important;
    }
    .mt-md-25 {
        margin-bottom: 25px !important;
    }
    .mb-md-25 {
        margin-bottom: 25px !important;
    }
    .mb-md-40 {
        margin-bottom: 40px !important;
    }
    .mt-md-40 {
        margin-top: 40px !important;
    }
    .mt-md-50 {
        margin-top: 50px !important;
    }
    .mb-md-50 {
        margin-bottom: 50px !important;
    }
    .mt-md-60 {
        margin-top: 60px !important;
    }
    .mb-md-60 {
        margin-bottom: 60px !important;
    }
    .mt-md-80 {
        margin-top: 80px !important;
    }
    .mb-md-80 {
        margin-bottom: 80px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg-20 {
        padding-top: 20px !important;
    }
    .pb-lg-20 {
        padding-bottom: 20px !important;
    }
    .pt-lg-30 {
        padding-top: 30px !important;
    }
    .pb-lg-30 {
        padding-bottom: 30px !important;
    }
    .pt-lg-40 {
        padding-top: 40px !important;
    }
    .pb-lg-40 {
        padding-bottom: 40px !important;
    }
    .ptb-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-lg-60 {
        padding-top: 60px !important;
    }
    .pb-lg-60 {
        padding-bottom: 60px !important;
    }
    .ptb-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-lg-70 {
        padding-top: 70px !important;
    }
    .pb-lg-70 {
        padding-bottom: 70px !important;
    }
    .ptb-lg-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .pt-lg-90 {
        padding-top: 90px !important;
    }
    .pb-lg-90 {
        padding-bottom: 90px !important;
    }
    .ptb-lg-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .pt-lg-100 {
        padding-top: 100px !important;
    }
    .pb-lg-100 {
        padding-bottom: 100px !important;
    }
    .ptb-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .pt-lg-120 {
        padding-top: 120px !important;
    }
    .pb-lg-120 {
        padding-bottom: 120px !important;
    }
    .ptb-lg-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-lg-200 {
        padding-top: 200px !important;
    }
    .pb-lg-200 {
        padding-bottom: 200px !important;
    }
    .ptb-lg-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-lg-220 {
        padding-top: 220px !important;
    }
    .pb-lg-220 {
        padding-bottom: 220px !important;
    }
    .ptb-lg-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .pt-lg-320 {
        padding-top: 320px !important;
    }
    .pb-lg-320 {
        padding-bottom: 320px !important;
    }
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .mt-lg-15 {
        margin-top: 15px !important;
    }
    .mb-lg-15 {
        margin-bottom: 15px !important;
    }
    .mt-lg-20 {
        margin-top: 20px !important;
    }
    .mb-lg-20 {
        margin-bottom: 20px !important;
    }
    .mt-lg-25 {
        margin-bottom: 25px !important;
    }
    .mb-lg-25 {
        margin-bottom: 25px !important;
    }
    .mb-lg-40 {
        margin-bottom: 40px !important;
    }
    .mt-lg-40 {
        margin-top: 40px !important;
    }
    .mt-lg-50 {
        margin-top: 50px !important;
    }
    .mb-lg-50 {
        margin-bottom: 50px !important;
    }
    .mt-lg-60 {
        margin-top: 60px !important;
    }
    .mb-lg-60 {
        margin-bottom: 60px !important;
    }
    .mt-lg-80 {
        margin-top: 80px !important;
    }
    .mb-lg-80 {
        margin-bottom: 80px !important;
    }
}

@media (min-width: 1200px) {
    .pt-xl-20 {
        padding-top: 20px !important;
    }
    .pb-xl-20 {
        padding-bottom: 20px !important;
    }
    .pt-xl-30 {
        padding-top: 30px !important;
    }
    .pb-xl-30 {
        padding-bottom: 30px !important;
    }
    .pt-xl-40 {
        padding-top: 40px !important;
    }
    .pb-xl-40 {
        padding-bottom: 40px !important;
    }
    .ptb-xl-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-xl-60 {
        padding-top: 60px !important;
    }
    .pb-xl-60 {
        padding-bottom: 60px !important;
    }
    .ptb-xl-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-xl-70 {
        padding-top: 70px !important;
    }
    .pb-xl-70 {
        padding-bottom: 70px !important;
    }
    .ptb-xl-70 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .pt-xl-90 {
        padding-top: 90px !important;
    }
    .pb-xl-90 {
        padding-bottom: 90px !important;
    }
    .ptb-xl-90 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .pt-xl-100 {
        padding-top: 100px !important;
    }
    .pb-xl-100 {
        padding-bottom: 100px !important;
    }
    .ptb-xl-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .pt-xl-120 {
        padding-top: 120px !important;
    }
    .pb-xl-120 {
        padding-bottom: 120px !important;
    }
    .ptb-xl-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-xl-200 {
        padding-top: 200px !important;
    }
    .pb-xl-200 {
        padding-bottom: 200px !important;
    }
    .ptb-xl-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xl-220 {
        padding-top: 220px !important;
    }
    .pb-xl-220 {
        padding-bottom: 220px !important;
    }
    .ptb-xl-220 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .pt-xl-320 {
        padding-top: 320px !important;
    }
    .pb-xl-320 {
        padding-bottom: 320px !important;
    }
    .mt-xl-10 {
        margin-top: 10px;
    }
    .mb-xl-10 {
        margin-bottom: 10px;
    }
    .mt-xl-15 {
        margin-top: 15px !important;
    }
    .mb-xl-15 {
        margin-bottom: 15px !important;
    }
    .mt-xl-20 {
        margin-top: 20px !important;
    }
    .mb-xl-20 {
        margin-bottom: 20px !important;
    }
    .mt-xl-25 {
        margin-bottom: 25px !important;
    }
    .mb-xl-25 {
        margin-bottom: 25px !important;
    }
    .mb-xl-40 {
        margin-bottom: 40px !important;
    }
    .mt-xl-40 {
        margin-top: 40px !important;
    }
    .mt-xl-50 {
        margin-top: 50px !important;
    }
    .mb-xl-50 {
        margin-bottom: 50px !important;
    }
    .mt-xl-60 {
        margin-top: 60px !important;
    }
    .mb-xl-60 {
        margin-bottom: 60px !important;
    }
    .mt-xl-80 {
        margin-top: 80px !important;
    }
    .mb-xl-80 {
        margin-bottom: 80px !important;
    }
}

/*========================================*/
/* 03.04 Bottom Effect                    */
/*========================================*/

.bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    width: 102%;
    height: 150px;
    left: -1%;
    background-color: #ffffff;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.bottom-effect:after {
    content: "";
    display: block;
    height: 150px;
    background-color: #ffffff;
}

@media (min-width: 1920px) {
    .bottom-effect:after {
        height: 170px;
    }
}

/*========================================*/
/* 03.05 Section Title                    */
/*========================================*/

.section-title {
    text-align: center;
    position: relative;
    z-index: 11;
    padding-bottom: 50px;
}

.section-title .title {
    text-transform: uppercase;
    line-height: 25px;
}

.section-title .title-seperator {
    margin-left: auto;
    margin-right: auto;
}

.section-icon {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 14;
}

.section-icon span {
    position: absolute;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    background-color: #eff2f7;
    border-radius: 50%;
}

.section-icon span:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #dcdfe4;
    z-index: 12;
}

.section-icon span i {
    z-index: 13;
    position: relative;
}

/*========================================*/
/* 03.06 Feature Box                      */
/*========================================*/

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box .icon {
    position: relative;
    border: 1px solid #eff2f7;
    border-radius: 50%;
    z-index: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.feature-box .icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #eff2f7;
    border: 1px solid #eff2f7;
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.feature-box .content h6 {
    text-transform: uppercase;
}

.feature-box .content p {
    margin-bottom: 0;
}

.feature-box.icon-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-box.icon-top .icon {
    width: 88px;
    height: 88px;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 24px;
}

.feature-box.icon-top .icon:before {
    width: 66px;
    height: 66px;
    top: 10px;
}

.feature-box.icon-top h6 {
    margin-bottom: 0;
}

.feature-box.icon-top h6:after {
    content: "";
    display: block;
    margin: 20px auto;
    height: 4px;
    width: 25px;
    background-color: #6ec6d9;
}

.feature-box.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
}

.feature-box.icon-left .content {
    margin-left: 15px;
}

.feature-box.icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.feature-box.icon-right .content {
    margin-right: 15px;
}

.feature-box.icon-left .icon,
.feature-box.icon-right .icon {
    font-size: 24px;
    padding: 5px;
    min-width: 78px;
    height: 78px;
    background-color: #eff2f7;
}

.feature-box.icon-left .icon:before,
.feature-box.icon-right .icon:before {
    width: 66px;
    height: 66px;
    top: 5px;
    left: 5px;
    border-color: #ddddde;
    background-color: #ffffff;
}

.feature-box.icon-left .content,
.feature-box.icon-right .content {
    margin-top: 15px;
}

.feature-box.icon-left .content .subtitle,
.feature-box.icon-right .content .subtitle {
    font-size: 13px;
    margin-bottom: 5px;
}

.feature-box.icon-left.top,
.feature-box.icon-right.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feature-box.icon-left.top .icon,
.feature-box.icon-right.top .icon {
    width: 78px;
}

.feature-box.icon-right.top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feature-box.icon-left.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-box:hover .icon {
    color: #ffffff;
}

.feature-box:hover .icon:before {
    background-color: #204b9b;
}

/*====================================================*/
/* 04. Page Header                                    */
/*====================================================*/

.page-header {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 99;
}

.page-header nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.page-header nav .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header nav .brand a.logo {
    font-family: "Montserrat", sans-serif;
    text-transform: initial;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.page-header nav.affix-top .brand a.logo {
    color: #ffffff;
}

.page-header nav.affix {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-header nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header .navbar-desktop {
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 15;
}

.page-header .navbar-desktop .desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header .navbar-desktop .desktop-menu ul {
    display: block;
    padding: 0;
    margin: 0;
}

.page-header .navbar-desktop .desktop-menu ul>li {
    display: inline-block;
}

.page-header .navbar-desktop .desktop-menu ul>li>a {
    padding: 0;
    font-size: 13px;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav {
    margin-right: 40px;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li {
    margin-right: 20px;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li:last-child {
    margin-right: 0;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li>a {
    letter-spacing: 0.5px;
    color: #ffffff;
    display: block;
    line-height: 40px;
    font-size: 11px;
    font-weight: 600;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li>a:hover,
.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li>a.active {
    color: #6ec6d9;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-nav>li>a:focus {
    color: #6ec6d9;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-download>li>a {
    display: block;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 4px 30px;
    border-radius: 30px;
}

.page-header .navbar-desktop.affix ul.navbar-nav>li>a {
    color: #333333;
}

.page-header .navbar-desktop.affix ul.navbar-download>li>a {
    color: #ffffff;
}

.page-header .navbar-desktop.affix ul.navbar-download>li>a {
    color: #204b9b;
    border-color: #204b9b;
}

.page-header .navbar-desktop .desktop-menu ul.navbar-download>li>a:hover {
    color: #204b9b;
    border-color: #204b9b;
}

.page-header .navbar-desktop.affix ul.navbar-download>li>a:hover {
    color: #ffffff;
    background-color: #204b9b;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav>li>a.active {
    color: #204b9b;
}

.page-header .navbar-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 15;
}

.page-header .navbar-mobile .navbar-toggler {
    padding: 0;
    position: relative;
    z-index: 15;
}

.page-header .navbar-mobile .navbar-toggler span {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #333333;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.page-header .navbar-mobile .navbar-toggler span+span {
    margin-top: 4px;
}

.page-header .navbar-mobile .navbar-toggler.collapsed span {
    background-color: #ffffff;
}

.page-header .navbar-mobile .mobile-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 12;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav {
    padding-top: 50px;
    text-align: center;
    font-size: 13px;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav>li {
    border-bottom: 1px solid #dfe5e8;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav>li:first-child {
    border-top: 1px solid #dfe5e8;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav>li>a {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.page-header .navbar-mobile .mobile-menu ul.navbar-nav>li>a:focus {
    color: #204b9b;
}

.page-header .navbar-mobile.affix .brand a {
    color: #204b9b;
}

.page-header .navbar-mobile.affix .navbar-toggler span {
    background-color: #204b9b;
}

/*========================================*/
/* Page Header Responsive                 */
/*========================================*/

@media (max-width: 992px) {
    .page-header .navbar-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .page-header .navbar-mobile {
        display: none;
    }
}

/*====================================================*/
/* 05. Parallax                                       */
/*====================================================*/

.bg-parallax {
    position: relative;
}

/*====================================================*/
/* 06. Page Banner                                    */
/*====================================================*/

.page-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-banner .banner-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner.banner-video .mbYTP_wrapper {
    z-index: -2 !important;
}

.page-banner.banner-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.page-banner.banner-slider .swiper-pagination span {
    opacity: 1;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #ffffff;
    margin-left: 0;
    margin-right: 6px;
    border-radius: 50%;
}

.page-banner.banner-slider .swiper-pagination span:last-child {
    margin-right: 0;
}

.page-banner.banner-slider .swiper-pagination span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.page-banner.banner-slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    height: 100%;
}

.page-banner.banner-slider .swiper-button {
    background: rgba(255, 255, 255, 0.3) none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-banner.banner-slider .swiper-button:before {
    position: absolute;
    font-family: 'swipericon';
    color: #ffffff;
    font-size: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10;
}

.page-banner.banner-slider .swiper-button.swiper-button-prev {
    left: 15px;
}

.page-banner.banner-slider .swiper-button.swiper-button-prev:before {
    content: "\e820";
    margin-left: -1px;
}

.page-banner.banner-slider .swiper-button.swiper-button-next {
    right: 15px;
}

.page-banner.banner-slider .swiper-button.swiper-button-next:before {
    content: "\e81d";
}

.page-banner.banner-slider .swiper-button .preview-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    z-index: 9;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-banner.banner-slider .swiper-button.swiper-button-prev .preview-img {
    -webkit-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
}

.page-banner.banner-slider .swiper-button.swiper-button-next .preview-img {
    -webkit-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0);
}

.page-banner.banner-slider .swiper-button.swiper-button-prev:hover .preview-img {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}

.page-banner.banner-slider .swiper-button.swiper-button-next:hover .preview-img {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}

.page-banner .screen-slider:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/mockups/banner/06.png) no-repeat;
    background-size: contain;
    z-index: 3;
    width: 300px;
    height: 600px;
}

.page-banner .screen-slider .owl-item .slide {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.page-banner .screen-slider .owl-item .slide img {
    width: unset;
    max-width: 100%;
    margin: auto;
}

/*========================================*/
/* Page Banner Responsive                 */
/*========================================*/

@media (max-width: 767px) {
    .page-banner.banner-minimal .banner-content {
        padding-top: 150px;
        padding-bottom: 70px;
    }
    .page-banner.banner-default .banner-content {
        padding-top: 150px;
        padding-bottom: 70px;
    }
    .page-banner.banner-slider .swiper-button {
        display: none;
    }
    .page-banner .screen-slider {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    .page-banner .screen-slider .owl-item {
        padding: 17px;
    }
}

@media (min-width: 768px) {
    .page-banner.banner-minimal .banner-content {
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .page-banner.banner-default {
        height: 90vh;
    }
    .page-banner.banner-slider .swiper-pagination {
        display: none;
    }
    .page-banner.banner-slider .swiper-button {
        opacity: 1;
        visibility: visible;
    }
    .page-banner .screen-slider:before {
        width: 260px;
        height: 545px;
    }
    .page-banner .screen-slider .owl-item .slide {
        padding-top: 50px;
    }
    .page-banner .screen-slider .owl-item.center .slide {
        padding-top: 16px;
    }
}

@media (max-width: 991px) {
    .page-banner.banner-default {
        text-align: center;
    }
    .page-banner.banner-default .banner-content {
        padding-top: 200px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .page-banner.banner-default {
        min-height: 900px;
    }
    .page-banner.banner-default .container,
    .page-banner.banner-default .row,
    .page-banner.banner-default [class^="col-"],
    .page-banner.banner-default .banner-content,
    .page-banner.banner-default .mockup {
        height: 100%;
    }
    .page-banner.banner-default .banner-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-banner .screen-slider .owl-item.center .slide {
        padding: 17px;
    }
}

@media (max-width: 1200px) {
    .page-banner.banner-screen-slider {
        max-height: 900px;
    }
}

@media (min-width: 1200px) {
    .page-banner {
        max-height: 900px;
    }
    .page-banner .screen-slider:before {
        width: 300px;
        height: 600px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page-banner.banner-slider .swiper-pagination {
        display: block;
    }
    .page-banner.banner-slider .swiper-button {
        opacity: 0;
        visibility: hidden;
    }
}


/*====================================================*/
/* 07. Feature Content                                */
/*====================================================*/

.feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .feature-content {
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*====================================================*/
/* 08. Device Slider                                  */
/*====================================================*/

.device-slider {
    position: relative;
    z-index: 3;
}

.device-slider .device {
    position: absolute;
    top: 0;
    z-index: 3;
}

.device-slider .device img {
    max-width: 100%;
}

.device-slider .device img.left {
    position: absolute;
}

.device-slider .device img.right {
    position: relative;
}

/*====================================================*/
/* 09. Process Slider                                 */
/*====================================================*/

.process-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.process-slider .device-slider {
    width: 303px;
    margin-left: auto;
    margin-right: auto;
}

.process-slider .device-slider .slick-slider {
    padding: 16px;
}

.process-slider .device-slider .slick-slider img {
    width: 100%;
    display: block;
    height: auto;
}

.process-slider .process-slider-nav {
    position: relative;
    cursor: pointer;
	z-index: 1000;
}

/*========================================*/
/* Process Slider Responsive              */
/*========================================*/

@media (max-width: 991px) {
    .process-slider .process-slider-nav .feature-box.icon-right.top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
    .process-slider .process-slider-nav .feature-box.icon-right.top .content {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .process-slider {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .process-slider .process-slider-nav .process-line {
        background: #6fc6d9;
        position: absolute;
        width: 0;
        height: 1px;
        top: 35px;
        z-index: 1000;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .process-slider .process-slider-nav .process-line.left {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .process-slider .process-slider-nav .process-line.right {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .process-slider .process-slider-nav .process-line .pointer {
        position: absolute;
        width: 13px;
        height: 13px;
        border: 2px solid #6fc6d9;
        background: transparent;
        top: -6px;
        opacity: 0;
        border-radius: 50%;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .process-slider .process-slider-nav .process-line.left .pointer {
        left: -11px;
    }
    .process-slider .process-slider-nav .process-line.right .pointer {
        right: -11px;
    }
    .process-slider .process-slider-nav.active .process-line {
        width: 150px;
    }
    .process-slider .process-slider-nav.active .process-line .pointer {
        opacity: 1;
    }
}

/*====================================================*/
/* 10. Counter                                        */
/*====================================================*/

.counter-container {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.counter-container .counter {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.counter-container .counter .counter-icon,
.counter-container .counter .percent {
    text-align: center;
}

.counter-container .counter .counter-icon {
    font-size: 46px;
    line-height: 46px;
}

.counter-container .counter .percent {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    padding: 20px 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.counter-container .counter .content {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.counter-container canvas {
    display: none;
}
/*========================================*/
/* Counter Responsive                     */
/*========================================*/

@media (min-width: 768px) {
    .counter-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .counter-container .counter:not(:last-child) {
        margin-bottom: 40px;
    }
}

/*====================================================*/
/* 11. Screenshots                                    */
/*====================================================*/

ul.screenshots-slider {
    list-style: none;
}

ul.screenshots-slider .owl-stage-outer {
    margin-bottom: 30px;
}

ul.screenshots-slider li.slide {
    position: relative;
    overflow: hidden;
}

ul.screenshots-slider li.slide img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

ul.screenshots-slider li.slide a.mfp-image-popup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

ul.screenshots-slider li.slide a.mfp-image-popup:before,
ul.screenshots-slider li.slide a.mfp-image-popup:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}

ul.screenshots-slider li.slide a.mfp-image-popup:before {
    width: 50px;
    height: 1px;
}

ul.screenshots-slider li.slide a.mfp-image-popup:after {
    height: 50px;
    width: 1px;
}

ul.screenshots-slider li.slide:hover a.mfp-image-popup {
    opacity: 1;
    visibility: visible;
}

ul.screenshots-slider li.slide:hover a.mfp-image-popup:before,
ul.screenshots-slider li.slide:hover a.mfp-image-popup:after {
    opacity: 1;
    visibility: visible;
}

ul.screenshots-slider .owl-item.active li.slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

ul.screenshots-slider .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.screenshots-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 2px solid #204b9b;
    border-radius: 12px;
    margin-right: 6px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

ul.screenshots-slider .owl-dots .owl-dot.active {
    background-color: #204b9b;
}

ul.screenshots-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

ul.screenshots-slider .owl-dots .owl-dot.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*====================================================*/
/* 12. Magnifiq popup                                 */
/*====================================================*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #333333;
    font-weight: 100;
}

.mfp-bg {
    background-color: rgba(255, 255, 255, 0.95);
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.mfp-close:focus,
button.mfp-close:focus,
button.mfp-close:active:focus {
    background-color: transparent;
    color: #333333;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/*====================================================*/
/* 13. Pricing Table                                  */
/*====================================================*/

.pricing-table {
    text-align: center;
    position: relative;
    background-color: #ffffff;
/*    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;*/
    z-index: 1;
}

.pricing-table .pricing-header {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8ec;
}

.pricing-table .pricing-header .pricing-title {
    color: #204b9b;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.pricing-table .pricing-header .pricing span {
    display: inline-block;
}

.pricing-table .pricing-header .pricing span.currency,
.pricing-table .pricing-header .pricing span.amount {
    line-height: 50px;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.pricing-table .pricing-header .pricing span.period {
    display: block;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #cccccc;
    line-height: 24px;
}

.pricing-table .pricing-features ul {
    padding: 35px 30px 20px 55px;
    text-align: left;
    list-style: none;
}

.pricing-table .pricing-features ul li {
    padding: 11px 0;
    line-height: 1.1;
    margin: 0;
}

/*.pricing-table .pricing-features ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #6fc6d9;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}*/

.pricing-table .pricing-features ul li.inactive {
    color: #cccccc;
}

.pricing-table .pricing-features ul li.inactive:before {
    color: #cccccc;
    content: "\f00d";
}

.pricing-table .pricing-footer {
    padding-bottom: 40px;
}

/*========================================*/
/* Pricing Table Responsive               */
/*========================================*/

@media (max-width: 991px) {
    .pricing-table {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pricing-table.highlighted {
        border-top: 5px solid #204b9b;
        z-index: 2;
        margin: -15px;
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 1, 1, 0.1);
        box-shadow: 0 5px 20px 0 rgba(0, 1, 1, 0.1);
    }
    .pricing-table.highlighted .pricing-header {
        padding-top: 54px;
        margin-bottom: 3px;
    }
    .pricing-table.highlighted .pricing-features {
        border-top: 1px solid #e7e8ec;
    }
}

/*====================================================*/
/* 14. Faqs                                           */
/*====================================================*/

.faqs-accordian ul.owl-custom-pagination {
    list-style: none;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom a {
    display: block;
    border-top: 1px solid #dddddd;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom a h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 18px 3px;
    letter-spacing: 1px;
    position: relative;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom a h6:after {
    position: absolute;
    right: 3px;
    display: inline-block;
    font-weight: normal;
    content: "\f078";
    font-family: "FontAwesome";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom.active a {
    border-bottom: 1px solid #dddddd;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom.active a h6:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom:last-child {
    border-bottom: 1px solid #dddddd;
}

.faqs-accordian ul.owl-custom-pagination li.owl-dot-custom .accordian-content p:first-child {
    padding-top: 16px;
}

.faqs-accordian .device-slider .slider-wrapper {
    width: 250px;
    display: inline-block;
}

.faqs-accordian .device-slider .owl-paginated-slider {
    z-index: 2;
    padding: 16px;
}

.faqs-accordian .device-slider .device {
    z-index: unset;
}

.faqs-accordian .device-slider .device .left {
    z-index: 2;
}

.faqs-accordian .device-slider .device .right {
    z-index: 1;
}

/*====================================================*/
/* 15. Testimonial                                    */
/*====================================================*/

[class^="testimonial-slider"] {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

[class^="testimonial-slider"] .owl-item.active .testimonial {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-animation-name: zoomInScale;
    animation-name: zoomInScale;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

@-webkit-keyframes zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.testimonial-avatar .avatar {
    position: relative;
    width: 71px;
    height: 71px;
    background-color: #eff2f7;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 5px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.testimonial-avatar .avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 1px solid #ddddde;
}

.testimonial-avatar .authors-meta {
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.testimonial-avatar .authors-meta span {
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.testimonial-avatar .authors-meta h6.name,
.testimonial-avatar .authors-meta span.name {
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 6px;
}

.testimonial-avatar .authors-meta span.corps {
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
}

.testimonial-slider {
    margin-bottom: 15px;
}

.testimonial-avatar-slider .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-avatar-slider .owl-item .testimonial-avatar {
    cursor: pointer;
    opacity: 0.5;
}

.testimonial-avatar-slider .owl-item.current .testimonial-avatar {
    opacity: 1;
}

.testimonial-slider-minimal .testimonial .testimonial-avatar .authors-meta {
    margin-bottom: 15px;
}

.testimonial-slider-minimal .testimonial .testimonial-avatar .authors-meta span.name {
    font-style: normal;
}

.testimonial-slider-minimal .testimonial p {
    margin-bottom: 30px;
}

.testimonial-slider-minimal .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-slider-minimal .owl-dots .owl-dot {
    border: 2px solid #204b9b;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-right: 6px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.testimonial-slider-minimal .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial-slider-minimal .owl-dots .owl-dot.active {
    background-color: #204b9b;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-parallax .testimonial-slider-minimal .owl-dots .owl-dot {
    background-color: transparent;
}

.bg-parallax .testimonial-slider-minimal .owl-dots .owl-dot.active {
    background-color: #204b9b;
}

/*========================================*/
/* Testimonial Responsive                 */
/*========================================*/

@media (max-width: 576px) {
    .testimonial-avatar-slider .owl-stage-outer .owl-stage {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .testimonial-avatar-slider .owl-stage-outer .owl-stage .owl-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}


/*====================================================*/
/* 16. Download                                       */
/*====================================================*/

.download-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*========================================*/
/* Download Responsive                    */
/*========================================*/

@media (max-width: 992px) {
    .download-content {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .download-content {
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*====================================================*/
/* 17. Subscribe                                      */
/*====================================================*/

.subscribe-form {
    text-align: center;
}

.subscribe-form .form-group {
    margin-bottom: 20px;
}

.subscribe-form .subscribe-btn {
    background-color: #204b9b;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 60px;
    width: 60px;
    color: #ffffff;
    font-size: 19px;
    border-radius: 50%;
}

.subscribe-form .subscribe-btn:hover {
    background-color: #204b9b;
}

.subscribe-form label {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*====================================================*/
/* 18. Contact                                        */
/*====================================================*/

.contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-address .icon {
    position: relative;
    min-width: 77px;
    height: 77px;
    margin-right: 20px;
    background-color: #eff2f7;
    padding: 5px;
    border: 1px solid #eff2f7;
    border-radius: 50%;
    font-size: 20px;
    z-index: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.contact-address .icon:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    left: 5px;
    top: 5px;
    z-index: -1;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.contact-address .content {
    margin-top: 5px;
}

.contact-address .content h6 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-address .content .subtitle {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}

.contact-address .content p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.contact-address:hover .icon {
    color: #ffffff;
}

.contact-address:hover .icon:before {
    background-color: #204b9b;
}

.contact-addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.contact-form {
    width: 100%;
}

/*========================================*/
/* Contact Address Responsive             */
/*========================================*/

@media (max-width: 991px) {
    .contact-addresses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-addresses .contact-address:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .contact-addresses .contact-address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-addresses .contact-address:nth-child(1) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contact-addresses .contact-address:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        /*border-right: 2px solid #dddddd;*/
        border-left: 2px solid #dddddd;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact-addresses .contact-address:nth-child(3) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/*====================================================*/
/* 19. Footer                                         */
/*====================================================*/

.page-footer {
    font-weight: 500;
    background-color: #003f66;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.page-footer .footer-top,
.page-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.page-footer .footer-top {
    padding-bottom: 40px;
}

.page-footer .footer-top:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    opacity: 0.1;
}

.page-footer .footer-bottom {
    padding-top: 40px;
}

.page-footer .footer-logo {
    display: block;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 48px;
}

.page-footer ul.footer-nav {
    display: block;
    list-style: none;
}

.page-footer ul.footer-nav li {
    display: inline-block;
    margin-right: 40px;
}

.page-footer ul.footer-nav li:last-child {
    margin-right: 0;
}

.page-footer ul.footer-nav li a {
    font-size: 12px;
    font-weight: 600;
    display: block;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
}

.page-footer ul.social-list {
    list-style: none;
}

.page-footer ul.social-list li {
    display: inline-block;
    margin-right: 15px;
}

.page-footer ul.social-list li:last-child {
    margin-right: 0;
}

.page-footer ul.social-list li a {
    display: block;
    line-height: 48px;
    font-size: 16px;
}

/*========================================*/
/* Page Footer Responsive                 */
/*========================================*/

@media (max-width: 992px) {
    .page-footer {
        padding-top: 40px;
    }
    .page-footer .footer-top {
        padding-bottom: 40px;
    }
    .page-footer .footer-top .footer-logo,
    .page-footer .footer-top .footer-nav {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .page-footer .footer-top .footer-logo {
        text-align: left;
    }
    .page-footer .footer-top .footer-nav {
        text-align: center;
        line-height: 48px;
    }
    .page-footer .footer-top .social-list {
        text-align: center;
    }
    .page-footer .footer-bottom .copyright {
        text-align: left;
    }
    .page-footer .footer-bottom .footer-nav {
        text-align: center;
    }
}