﻿/*!
 * Main styleSheet File  for RTL Particles demos
 * Project : Xapp - HTML App Landing Page Template
 * Version : 1.0
 * Author: Norhan_Moh
 * Primary use : Templates / Creative / showcase / Business /Mobile /App


 * Table Content :
  -----------------
    + VENDOR - Default fall-backs and external files.
    ------ Google Fonts
    ------ Bootstrap 4
    ------ Animate.scss
    ------ fontawesome 5

    + BASE - BasicRules , Helpers classes and Basic Pages Animations
 
    ------ BasicRules
    ------ Helpers
    ------ pagesAnimations

    + MODULES - Re-usable site elements; e.g. buttons ,lists ,tabs ,etc
    ------ Sections Styles 
    ------  Buttons 
    ------  Forms 
    ------  images 

    + LAYOUT - Contains styling for larger layout components; e.g. nav, header, footer,etc
    ------ Header 
    ------ Footer 

    + SECTIONS - Contains page-specific and sections styling
    ------  Intro -- > #intro
    ------  About -- > #about
    ------  Features -- > #features
    ------  Showcase -- > #showcase
    ------  Contact -- > #contact
    ------  Loader -- > #loader
    ------  Subscribe -- > #subscribe
    ------  Testimonials -- > #testimonials
    ------  Video -- > #video
    ------  Screenshots -- > #screenshots
    ------  Team -- > #team
    ------  Blogs -- > #blogs
    ------  Download -- > #download
    ------  CallToAction -- > #callToAction
    ------  Prices -- > #prices
    ------  FQA -- > #fqa
    ------  Contact Info  -- > #contactInfo
    ------  InnerPageTitle -- > #innerPageTitle
    ------  SingleBlog -- > #singleBlog
    ------  Error page -- > #errorPage
    ------  Statistics -- > #statistics
    ------  Blog Sidebar  -- > #blogSidebar
    ------  Coming Soon  -- > #comingSoon

   + Breakpoints - Contains responsive and breakpoints styling

   + Demos - Contains the styles of the demos ( Add the demo class to body tag)
    ------  ParticlesStyle --> For particles pages styles

   + RTL - Contains RTL styling


    

 * Vendor :
  ----------------
  + Google Fonts ( Quicksand font ) : https://fonts.google.com/specimen/Quicksand
  + Bootstrap v4.1.1 : http://getbootstrap.com
  + Animate.css v3.6.0 : http://daneden.me/animate
  + Animate.scss : https://github.com/geoffgraham/animate.scss
  + Font Awesome icons free v5.0.13 : https://fontawesome.com/icons?d=gallery&m=free


*/

/* VENDOR - Default fall-backs and external files.
========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Quicksand:400");
@import url("https://fonts.googleapis.com/css?family=Cairo:400,700");
@import url("bootstrap/bootstrap.min.css");
@import url("animate/animate.css");
@import url("fontawesome/css/fontawesome-all.min.css");
/* BASE -  BasicRules , Helpers classes and Basic Pages Animations
========================================================================== */

/* =========================================
 Basic Rules  
    - Variables
    - Transitions Effect
    - Change Selection Text Color
    - Scroll Bar style
    - Social Links styles
 =========================================*/

/* Variables */

:root {
    --color-main: #a82f2f;
    --color-secondary: #a82f2f;
    --color-gradient: linear-gradient(to left, var(--color-main), var(--color-secondary));
    --font-logo: Quicksand, sans-serif;
    --font-body: Cairo, sans-serif;
}

/* Transition Effect  */

*:not(#navbar):not(.tooltip),
::before,
::after {
    -webkit-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
}

body p {
    font-size: 1.1rem;
}

body[class*='black'] #innerPageTitle+section {
    background: #fff;
}

body main {
    position: relative;
}

body main.home .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body * {
    line-height: 1.6;
}

/*  Change Selection Text Color   */

::-moz-selection {
    background: var(--color-main);
    opacity: .8;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

::selection {
    background: var(--color-main);
    opacity: .8;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

::-moz-selection {
    background: var(--color-main);
    opacity: .8;
    color: #fff;
}

/*   Scroll Bar   */

*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 0px solid white;
    opacity: .6;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #7b7b7b;
}

/* Social Links */

.socialMediaLinks a {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.socialMediaLinks a i {
    margin: 0;
    vertical-align: middle;
}

.socialMediaLinks a:hover,
.socialMediaLinks a:focus {
    background: #fff;
    text-decoration: none;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.socialMediaLinks a:hover i,
.socialMediaLinks a:focus i {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes charColor {
    0% {
        color: #f0f0f0;
    }
    50% {
        color: var(--color-main);
    }
    100% {
        color: #f0f0f0;
    }
}

@keyframes charColor {
    0% {
        color: #f0f0f0;
    }
    50% {
        color: var(--color-main);
    }
    100% {
        color: #f0f0f0;
    }
}

/* =========================================
   Helpers
      - .gradient-background -- > for Gradient Background
      - .gradient-text -- > for Gradient text
      - .logo -- > for Logo text ( font family ) 
      - .title , .section-title -- > for Title and Section title
      - .mask -- > for Mask
      - .paragraph --> for Paragraph
      - .zoomIn-img --> for Zooming In Images

    You can also use Bootstrap 4 Utilities : 
    https://www.w3schools.com/bootstrap4/bootstrap_utilities.asp  

   =========================================*/

/* Gradient Background */

.gradient-background {
    background: var(--color-gradient);
}

/* Gradient text*/

.gradient-text,
#blogs .blog-list .card .card-body .card-subtitle {
    background-image: var(--color-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Logo Text */

.logo {
    font-family: var(--font-logo);
}

.logo h1 {
    font-size: 100px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline;
}

/* Title */

.title,
.section-title {
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1.6;
}

.title p,
.section-title p {
    text-transform: capitalize;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 500;
}

.section-title {
    margin-bottom: 70px;
}

.section-title .display-4 {
    font-size: 3.5rem;
    margin-bottom: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-title p {
    font-size: 15px;
}

/* Mask */

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gradient);
    opacity: .85;
}

section>.mask {
    -webkit-backface-visibility: hidden;
}

/* Paragraph */

.paragraph {
    padding: 10px 0;
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Zoom In Images */

.zoomIn-img img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*  Text Gradient */

.socialMediaLinks a:hover i,
.socialMediaLinks a:focus i,
.logo h1,
.home section:nth-child(even) .title .display-4,
.home section:nth-child(even) .section-title .display-4,
.home section:nth-child(even) .title h4,
.home section:nth-child(even) .section-title h4,
.btn:hover i,
.btn:focus i,
.btn:active i,
.btn-transparent:hover i,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:hover i,
body[class*=particles] #errorPage .btn:hover i,
.btn-transparent:focus i,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:focus i,
body[class*=particles] #errorPage .btn:focus i,
.btn-transparent:active i,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:active i,
body[class*=particles] #errorPage .btn:active i,
.form label,
body>#header #navbar .navbar-nav .nav-item .nav-link.btn i,
body>footer #top-btn p i,
#intro #extra-info .scroll-bottom i,
#screenshots #screenshots-slider a[class*=carousel-control] span,
#blogs .section-title .display-4,
#prices .plan.recommended ul li.price h2,
#prices .plan.recommended ul li.price h2 *,
#fqa #accordion .card .card-header h6,
#singleBlog .userName,
#blogSidebar .search .form .input-group .input-group-append .btn i {
    color: var(--color-main);
    background-image: var(--color-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================
      Animated row
   =========================================*/

.image-background-demo .home #intro .container .row>[class*=col-xl-4],
.image-background-demo .home #intro .container .row>[class*=col-xl-6],
.image-background-demo .home #intro .container .row>[class*=col-xl-3],
.image-background-demo .home #about:not(.style2) .container .row>[class*=col-xl-4],
.image-background-demo .home #about:not(.style2) .container .row>[class*=col-xl-6],
.image-background-demo .home #about:not(.style2) .container .row>[class*=col-xl-3],
.image-background-demo .home #features:not(.style2) .container .row>[class*=col-xl-4],
.image-background-demo .home #features:not(.style2) .container .row>[class*=col-xl-6],
.image-background-demo .home #features:not(.style2) .container .row>[class*=col-xl-3] {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show [class*=col-xl-3]:nth-child(1),
.image-background-demo .home #about:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(1),
.image-background-demo .home #features:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(1) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show [class*=col-xl-3]:nth-child(2),
.image-background-demo .home #about:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(2),
.image-background-demo .home #features:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(2) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show [class*=col-xl-3]:nth-child(3),
.image-background-demo .home #about:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(3),
.image-background-demo .home #features:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(3) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show [class*=col-xl-3]:nth-child(4),
.image-background-demo .home #about:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(4),
.image-background-demo .home #features:not(.style2) .container .row.show [class*=col-xl-3]:nth-child(4) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-4],
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-4],
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-4] {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-4]:first-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-4]:first-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-4]:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-4]:last-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-4]:last-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-4]:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-6],
.image-background-demo .home #intro .container .row.show>[class*=col-xl-5],
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-6],
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-5],
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-6],
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-5] {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-6]:first-child,
.image-background-demo .home #intro .container .row.show>[class*=col-xl-5]:first-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-6]:first-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-5]:first-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-6]:first-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-5]:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #intro .container .row.show>[class*=col-xl-6]:last-child,
.image-background-demo .home #intro .container .row.show>[class*=col-xl-5]:last-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-6]:last-child,
.image-background-demo .home #about:not(.style2) .container .row.show>[class*=col-xl-5]:last-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-6]:last-child,
.image-background-demo .home #features:not(.style2) .container .row.show>[class*=col-xl-5]:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa #accordion>div {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(2) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(3) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(4) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(5) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(6) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(7) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(8) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(9) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #fqa .show #accordion>div:nth-child(10) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .contact-form .form-group:nth-child(1),
.image-background-demo .home #contact .contact-form button:nth-child(1) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .contact-form .form-group:nth-child(2),
.image-background-demo .home #contact .contact-form button:nth-child(2) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .contact-form .form-group:nth-child(3),
.image-background-demo .home #contact .contact-form button:nth-child(3) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .contact-form .form-group:nth-child(4),
.image-background-demo .home #contact .contact-form button:nth-child(4) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .contact-form .form-group:nth-child(5),
.image-background-demo .home #contact .contact-form button:nth-child(5) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .show .contact-form .form-group:nth-child(1),
.image-background-demo .home #contact .show .contact-form button:nth-child(1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .show .contact-form .form-group:nth-child(2),
.image-background-demo .home #contact .show .contact-form button:nth-child(2) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .show .contact-form .form-group:nth-child(3),
.image-background-demo .home #contact .show .contact-form button:nth-child(3) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .show .contact-form .form-group:nth-child(4),
.image-background-demo .home #contact .show .contact-form button:nth-child(4) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #contact .show .contact-form .form-group:nth-child(5),
.image-background-demo .home #contact .show .contact-form button:nth-child(5) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul li,
.image-background-demo .home #about.style2 ul li {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(1),
.image-background-demo .home #about.style2 ul.show li:nth-child(1) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(2),
.image-background-demo .home #about.style2 ul.show li:nth-child(2) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(3),
.image-background-demo .home #about.style2 ul.show li:nth-child(3) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(4),
.image-background-demo .home #about.style2 ul.show li:nth-child(4) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(5),
.image-background-demo .home #about.style2 ul.show li:nth-child(5) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home #features.style2 ul.show li:nth-child(6),
.image-background-demo .home #about.style2 ul.show li:nth-child(6) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(1),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(1) {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(2),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(2) {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(3),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(3) {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(4),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(4) {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(1),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(1) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(2),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(2) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(3),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(3) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(4),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(4) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(1),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(1) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(2),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(2) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(3),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(3) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(4),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(4) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(5),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(5) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(6),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(6) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(7),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(7) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(8),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(8) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(9),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(9) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(10),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(10) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(11),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(11) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(12),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(12) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(13),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(13) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(14),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(14) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home) section#blogs .container .row [class*=col-xl-4]:nth-child(15),
main:not(.home) section#blogs .container .row .card-columns .card:nth-child(15) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(1),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(2),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(2) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(3),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(3) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(4),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(4) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(5),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(5) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(6),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(6) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(7),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(7) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(8),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(8) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(9),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(9) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(10),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(10) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(11),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(11) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(12),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(12) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(13),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(13) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2600ms;
    animation-delay: 2600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(14),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(14) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2800ms;
    animation-delay: 2800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main:not(.home).show section#blogs .container .row [class*=col-xl-4]:nth-child(15),
main:not(.home).show section#blogs .container .row .card-columns .card:nth-child(15) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon #countDown>div:nth-child(1) {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon #countDown>div:nth-child(2) {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon #countDown>div:nth-child(3) {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon #countDown>div:nth-child(4) {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon.show #countDown>div:nth-child(1) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon.show #countDown>div:nth-child(2) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon.show #countDown>div:nth-child(3) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#comingSoon.show #countDown>div:nth-child(4) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#errorPage .error-icon {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main#errorPage.show .error-icon {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* MODULES - Re-usable site elements; e.g. buttons ,lists ,tabs ,etc
  ========================================================================== */

/* =========================================
   Sections  
   =========================================*/

section {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

section:not(.small-section) {
    min-height: 700px;
    padding: 100px 10px;
}

section.small-section {
    min-height: 360px;
}

.home section:nth-child(odd) {
    color: #fff;
}

.home section:nth-child(odd) .title,
.home section:nth-child(odd) .section-title {
    color: #fff;
}

.home section:nth-child(even) {
    color: #27212b;
    background: #fff;
}

.home section:nth-child(even) .title p,
.home section:nth-child(even) .section-title p {
    color: #7b7b7b;
    -webkit-text-fill-color: #7b7b7b;
}
/* -------- ODD-Even Section Styles ---------------*/
.home section:nth-child(even):not(.odd-section) .title .display-4,
.home section:nth-child(even):not(.odd-section) .title h4, .home section:nth-child(even):not(.odd-section) .section-title .display-4,
.home section:nth-child(even):not(.odd-section) .section-title h4, .home section.even-section .title .display-4,
.home section.even-section .title h4, .home section.even-section .section-title .display-4,
.home section.even-section .section-title h4, section.even-section .title .display-4,
section.even-section .title h4, section.even-section .section-title .display-4,
section.even-section .section-title h4 {
  color: var(--color-main);
  background-image: var(--color-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home section:nth-child(odd):not(.even-section), .home section.odd-section, section.odd-section {
  color: #fff;
}
.home section:nth-child(odd):not(.even-section) .title .display-4, .home section:nth-child(odd):not(.even-section) .title p, .home section:nth-child(odd):not(.even-section) .section-title .display-4, .home section:nth-child(odd):not(.even-section) .section-title p, .home section.odd-section .title .display-4, .home section.odd-section .title p, .home section.odd-section .section-title .display-4, .home section.odd-section .section-title p, section.odd-section .title .display-4, section.odd-section .title p, section.odd-section .section-title .display-4, section.odd-section .section-title p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.home section:nth-child(even):not(.odd-section), .home section.even-section, section.even-section {
  color: #27212b;
  background: #fff;
}
.home section:nth-child(even):not(.odd-section) .title p, .home section:nth-child(even):not(.odd-section) .section-title p, .home section.even-section .title p, .home section.even-section .section-title p, section.even-section .title p, section.even-section .section-title p {
  color: #7b7b7b;
  -webkit-text-fill-color: #7b7b7b;
}
section.even-section + section.even-section {
  padding-top: 0px;
}
.solid-background-demo .home section.even-section + section.even-section:before {
  display: none;
}
/* -------- =================================== ---------------*/
/* =========================================
   Buttons 
   =========================================*/

.btn {
    background: var(--color-gradient);
    color: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    min-width: 50px;
    border: 0px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    padding: 8px 18px !important;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    font-size: 15px;
}

.btn i {
    margin: 0 7px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-image: none;
    vertical-align: middle;
}

.btn span {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    vertical-align: middle;
}

.btn * {
    position: relative;
    z-index: 9;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #fff;
    color: #27212b;
}

.input-group .btn {
    background: var(--color-gradient);
    color: #fff;
}

.input-group .btn:hover,
.input-group .btn:focus {
    background: #fff;
    color: #27212b;
}

.input-group-btn:not(:last-child) .btn,
.input-group-btn:not(:first-child) .btn,
.input-group-btn:not(:last-child) .btn {
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.input-group-btn:not(:last-child) .btn:hover,
.input-group-btn:not(:last-child) .btn:focus,
.input-group-btn:not(:first-child) .btn:hover,
.input-group-btn:not(:first-child) .btn:focus,
.input-group-btn:not(:last-child) .btn:hover,
.input-group-btn:not(:last-child) .btn:focus {
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* Buttons styles*/

/* Button white */

.btn-white,
#blogs .blog-list .card .card-body .btn {
    background: #fff;
    color: #27212b;
}

.btn-white i,
#blogs .blog-list .card .card-body .btn i {
    background-image: var(--color-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-white:hover,
#blogs .blog-list .card .card-body .btn:hover,
.btn-white:focus,
#blogs .blog-list .card .card-body .btn:focus {
    background: var(--color-gradient);
    color: #fff;
}

.btn-white:hover i,
#blogs .blog-list .card .card-body .btn:hover i,
.btn-white:focus i,
#blogs .blog-list .card .card-body .btn:focus i {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-image: none;
}

/* Black button */

.btn-black {
    background: #27212b;
}

.btn-black:hover,
.btn-black:focus {
    background: #fff;
}

/* Transparent button */

.btn-transparent,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn,
body[class*=particles] #errorPage .btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent i,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn i,
body[class*=particles] #errorPage .btn i {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-image: none;
}

.btn-transparent:hover,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:hover,
body[class*=particles] #errorPage .btn:hover,
.btn-transparent:focus,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:focus,
body[class*=particles] #errorPage .btn:focus,
.btn-transparent:active,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:active,
body[class*=particles] #errorPage .btn:active {
    background: #fff;
    color: #27212b;
}

/* Cancel && close buttons */

section .btn.cancel,
section .btn.close,
section .btn[type="reset"] {
    background: #fff;
    color: #7b7b7b;
}

section .btn.cancel:hover,
section .btn.cancel:focus,
section .btn.cancel:active,
section .btn.close:hover,
section .btn.close:focus,
section .btn.close:active,
section .btn[type="reset"]:hover,
section .btn[type="reset"]:focus,
section .btn[type="reset"]:active {
    background: #e83535 !important;
    color: #fff;
}

/* buttons */

.buttons .btn {
    min-width: 126px;
}

/* =========================================
   Forms 
   =========================================*/

.form-messages {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-messages .alert {
    display: none;
}

.form .form-group {
    padding-right: 0;
    font-weight: 500;
}

.form .form-control {
    color: #27212b;
    font-weight: 500;
}

.form input.form-control {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 30px;
}

.form textarea.form-control {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 25px 30px;
}

.form.was-validated .form-control {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form label {
    font-weight: 800;
}

.form label,
.form div:not(.input-group-append)>.btn {
    margin: 11px;
    font-size: 1rem;
}

.form .input-group {
    width: 100%;
}

.form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b1b1b1 !important;
}

.form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1 !important;
}

.form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b1b1 !important;
}

.form :-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1 !important;
}

.form-group .invalid-tooltip,
.form-group .valid-tooltip {
    right: 0;
}

/* =========================================
   Images  
   =========================================*/

img {
    width: 100%;
}

.imgPanel {
    min-width: 50px;
    min-height: 50px;
}

.home .imgPanel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home .imgPanel img {
    margin: 0 -100px;
}

.home .imgPanel:hover img {
    margin: 0 -15px;
}

.imgPanel img {
    max-width: 100%;
    height: auto;
    position: relative;
    width: 100%;
    height: 100%;
    /* Broken Image */
}

.imgPanel img:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    height: 200px;
    width: 200px;
    background-color: #e6e6e6;
    border: 2px dotted #c8c8c8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
}

.imgPanel img:after {
    content: "" " Broken Image of " attr(alt);
    display: block;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #aaa;
    position: absolute;
    top: 45%;
    left: 0;
    width: 200px;
    text-align: center;
}

/* =========================================
   Modals 
   =========================================*/

#video-modal .fade .modal-dialog,
#image-modal .fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#video-modal .modal-dialog,
#image-modal .modal-dialog {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#video-modal .modal-dialog .modal-content,
#image-modal .modal-dialog .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0px;
}

#video-modal .modal-dialog .modal-content .close,
#image-modal .modal-dialog .modal-content .close {
    color: #fff;
    position: absolute;
    right: 28px;
    top: 0;
}

#video-modal .modal-dialog .modal-content img,
#image-modal .modal-dialog .modal-content img {
    margin: auto;
    display: block;
    width: 100%;
}

/* LAYOUT - Contains styling for larger layout components; e.g. nav, header, footer,etc
  ========================================================================== */

/* =========================================
   Header 
   =========================================*/

body>#header #navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

body>#header #navbar .mask {
    z-index: -1;
    opacity: .9;
}

body>#header #navbar .navbar-brand.logo {
    font-weight: 400;
}

body>#header #navbar .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
    outline: 0;
}

body>#header #navbar:not(.scrolling) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body>#header #navbar:not(.scrolling) .mask {
    opacity: 0;
}

body>#header #navbar:not(.scrolling) .navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

body>#header #navbar .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

body>#header #navbar .navbar-nav .nav-item .nav-link.btn {
    font-weight: 500;
    background: #fff;
    color: #27212b;
    border: 0px;
    letter-spacing: 0;
}

body>#header #navbar .navbar-nav .nav-item .nav-link.btn:hover,
body>#header #navbar .navbar-nav .nav-item .nav-link.btn:focus {
    color: #27212b;
}

body>#header #navbar .navbar-nav .nav-item:hover .nav-link,
body>#header #navbar .navbar-nav .nav-item:focus .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

body>#header #navbar .navbar-nav .nav-item.show .nav-link,
body>#header #navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: transparent;
}

body>#header #navbar .download-btns .nav-item .nav-link {
    color: #fff;
}

body>#header #navbar .download-btns .nav-item .nav-link:hover i,
body>#header #navbar .download-btns .nav-item .nav-link:focus i {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dropdown .dropdown-toggle::after {
    vertical-align: middle !important;
}

.dropdown .dropdown-menu * {
    text-transform: capitalize;
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: .9rem;
    font-weight: 500;
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:focus {
    background: var(--color-main);
}

.dropdown .dropdown-menu .dropdown-item:not(.active):hover {
    background: #e6e4e4;
}

.dropdown .dropdown-menu.show {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* =========================================
   Footer 
   =========================================*/

body>footer {
    background: var(--color-gradient);
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

body>footer #top-btn {
    position: fixed;
    bottom: 10px;
    right: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 6;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body>footer #top-btn p {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
}

body>footer #top-btn.show {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body>footer #top-btn.show:hover,
body>footer #top-btn.show:focus {
    bottom: 25px;
}

/* Footer for 404Error , comingSoon pages */

#comingSoon+footer,
#errorPage+footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    background: transparent;
    color: #7b7b7b;
    font-weight: 500;
}

/* SECTIONS - Contains page-specific and sections styling
  ========================================================================== */

/* =========================================
   Intro 
   =========================================*/

#intro {
    min-height: 800px;
}

#intro .fixed-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

#intro .fixed-section .jumbotron {
    background: transparent;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

#intro .fixed-section .jumbotron .logo h1 {
    margin: 0;
    display: block;
}

#intro .fixed-section .jumbotron .logo h1 span {
    line-height: 1.2;
    font-size: 57px;
    font-weight: bold;
}

#intro .fixed-section .jumbotron p {
    margin: 40px auto 52px;
    display: block;
    font-size: 29px;
    font-weight: 400;
    text-transform: capitalize;
}

#intro .fixed-section .jumbotron .imgPanel {
    width: 80%;
    margin: 20px auto;
    max-width: 310px;
}

#intro .fixed-section .jumbotron .imgPanel img {
    width: 87%;
}

#intro .fixed-section .jumbotron .download-btns {
    margin-bottom: 40px;
}

#intro .fixed-section .jumbotron .download-btns .btn {
    margin-bottom: 20px;
}

#intro .fixed-section .jumbotron .scroll-bottom {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

#intro .fixed-section .jumbotron .scroll-bottom a {
    background: transparent;
    color: #aeaeae;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 21px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

#intro .fixed-section .jumbotron .scroll-bottom a:hover {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    text-decoration: none;
}

#intro.style2 .fixed-section .jumbotron {
    text-align: center;
}

#intro.style2 .fixed-section .jumbotron p {
    max-width: 640px;
}

#intro.style2 .fixed-section .jumbotron .imgPanel {
    width: 90%;
    max-width: 563px;
    margin: 40px auto;
}

#intro.style2 .fixed-section .jumbotron .imgPanel img {
    width: 100%;
}

#intro.style2 .fixed-section .jumbotron .download-btns {
    margin-bottom: 45px;
}

#intro #extra-info>div {
    position: absolute;
    top: 45%;
    -webkit-transform: rotate(-90deg) translateY(-42px);
    -ms-transform: rotate(-90deg) translateY(-42px);
    transform: rotate(-90deg) translateY(-42px);
}

#intro #extra-info>div ul {
    margin-bottom: 0;
}

#intro #extra-info>div p {
    display: inline;
    color: #cccccc;
    font-size: 13px;
    letter-spacing: 2px;
}

#intro #extra-info>div p span {
    padding: 5px;
}

#intro #extra-info>div a {
    color: #aeaeae;
}

#intro #extra-info .left {
    left: 0px;
}

#intro #extra-info .right {
    right: 30px;
}

#intro #extra-info .statistics .icon {
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
}

#intro #extra-info .statistics .icon .mask {
    opacity: 1;
}

#intro #extra-info .statistics .icon i {
    font-size: 13px;
    padding: 2px;
    position: relative;
    color: #fff;
}

#intro #intro-slider .carousel-indicators {
    bottom: 0;
}

/* =========================================
   About section 
   =========================================*/

#about {
    -webkit-box-shadow: 0px -15px 14px 0 rgba(0, 0, 0, 0.25), 2px -13px 5px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0px -15px 14px 0 rgba(0, 0, 0, 0.25), 2px -13px 5px 0 rgba(0, 0, 0, 0.22);
}

#about .about-features {
    margin-bottom: 0;
}

#about .about-features li {
    margin-top: 20px;
}

#about .about-features li .title,
#about .about-features li .section-title {
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}

#about .about-features li .title h4,
#about .about-features li .section-title h4 {
    font-weight: 800;
}

#about .about-features li p.paragraph {
    margin-bottom: 0;
    font-size: 15px;
    color: #7b7b7b;
    font-weight: 500;
}

#about .about-features li .icon {
    margin: 0px auto;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #27212b;
    width: 87px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#about .about-features li .icon i {
    z-index: 2;
    position: relative;
}

#about .about-features li .icon:before,
#about .about-features li .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-gradient);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#about .about-features li .icon:before {
    width: 100%;
    height: 100%;
    z-index: 0;
}

#about .about-features li .icon:after {
    background: #fff;
    width: 95%;
    height: 95%;
    z-index: 1;
}

#about .about-features li:hover .icon {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

#about.style2 .imgPanel {
    width: 80%;
    margin: 20px auto;
    max-width: 310px;
}

#about.style2 .imgPanel img {
    width: 87%;
}

#about.style2 .about-features li>div {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#about.style2 .about-features li .icon {
    width: 65px;
    height: 65px;
}

/*--------------------------------------*/

/* =========================================
   Features Section  
   =========================================*/

#features {
    background: url(../images/bg-1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

#features .features-list ul {
    margin-bottom: 0;
}

#features .features-list ul li {
    margin-bottom: 20px;
}

#features .features-list ul li p.paragraph {
    padding-top: 0;
}

#features .features-list ul li .title,
#features .features-list ul li .section-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 600;
}

#features .features-list ul li .icon i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding: 17px 0;
    color: #fff;
    width: 63px;
    height: 63px;
    border: 1px solid #fff;
    text-align: center;
}

#features .features-list ul li:hover .icon i {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

#features.style2 .features-list ul li .row {
    direction: ltr;
}

#features:not(.style2) .row [class*="col"]:first-child p {
    padding-right: 0;
}

#features:not(.style2) .row [class*="col"]:first-child .row {
    direction: rtl;
}

#features:not(.style2) .row [class*="col"]:last-child p {
    padding-left: 0;
}

#features:not(.style2) .row [class*="col"] img {
    width: 80%;
}

/* =========================================
   Showcase Section
   =========================================*/

#showcase .showcase-list .row {
    margin-top: 80px;
    min-height: 450px;
}

#showcase .showcase-list .row .imgPanel {
    max-width: 50%;
    margin: auto;
}

#showcase .showcase-list .row:nth-child(odd) {
    direction: rtl;
}

#showcase .showcase-list .row .paragraph {
    font-size: 20px;
    color: #484848;
}

/* =========================================
   Contact  Section 
   =========================================*/

#contact .contact-form {
    position: relative;
}

#contact .contact-form .form-group {
    position: relative;
}

#contact .contact-form .form-group .invalid-tooltip,
#contact .contact-form .form-group .valid-tooltip {
    right: 0;
}

/* =========================================
   Loader 
   =========================================*/

#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 900000;
    overflow: hidden;
    background: #fff;
}

#loader,
#loader * {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#loader .progress {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 3px;
}

#loader .progress .progress-bar {
    background: var(--color-gradient);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

#loader .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: auto;
    height: 100px;
    color: #7b7b7b;
    text-transform: uppercase;
}

#loader .text span {
    font-weight: 300;
    padding: 5px;
    vertical-align: middle;
}

#loader .text span:nth-child(1) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(2) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(3) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(4) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(5) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(6) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(7) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(8) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .text span:nth-child(9) {
    display: inline-block;
    -webkit-animation-name: charColor;
    animation-name: charColor;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#loader .snow {
    fill: #ccc;
}

#loader .shap {
    color: var(--color-main);
    opacity: .8;
    z-index: 99999;
}

#loader.hide {
    left: -150%;
}

/* For Solid demos */

body[class*=solid] #loader .text {
    left: 90px;
    right: auto;
}

/* =========================================
   Subscribe Section
   =========================================*/

#subscribe {
    background: #27212b;
    color: #fff;
    /* Mailchimp */
}

#subscribe .input-group {
    margin: auto;
}

#subscribe .input-group .form-control {
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 25px;
    font-weight: 500;
}

#subscribe #mc_embed_signup {
    font-weight: 500;
}

#subscribe #mc_embed_signup div.mce_inline_error {
    display: block;
    position: absolute;
    padding: 10px;
    top: 80px;
    width: 100%;
}

/* Subscribe  section of coming soon and 404 Error pages */

#comingSoon #subscribe,
#errorPage #subscribe {
    background: transparent;
    margin: 30px 0;
    color: #7b7b7b;
}

#comingSoon #subscribe p,
#errorPage #subscribe p {
    text-transform: capitalize;
}

#comingSoon #subscribe .input-group,
#errorPage #subscribe .input-group {
    width: 90%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.04);
}

#comingSoon #subscribe .input-group .form-control,
#errorPage #subscribe .input-group .form-control {
    background: transparent;
    border: 0;
    font-weight: 500;
}

#comingSoon #subscribe .input-group .form-control:focus,
#errorPage #subscribe .input-group .form-control:focus {
    border-width: 1px 0 1px 1px;
    background: #fff;
    border-color: #ccc;
    outline: 0;
}

#comingSoon #subscribe #mc_embed_signup .response,
#errorPage #subscribe #mc_embed_signup .response {
    border: 1px solid #ccc;
    padding: 12px 26px;
    background: #f7f6f6f0;
    width: auto;
    margin: auto;
    color: #27212b;
}

#comingSoon #subscribe #mc_embed_signup div.mce_inline_error,
#errorPage #subscribe #mc_embed_signup div.mce_inline_error {
    padding: 0px;
    top: 50px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
}

/* =========================================
   Testimonials Section
   =========================================*/

#testimonials {
    background: url(../images/bg-1.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    /* Slider */
}

#testimonials #testimonials-slider .carousel-inner .carousel-item {
    min-height: 160px;
}

#testimonials #testimonials-slider .carousel-inner .carousel-item footer {
    background: transparent;
    color: #fff;
}

#testimonials #testimonials-slider .carousel-inner .carousel-item .carousel-caption {
    min-height: 160px;
    top: 0;
    width: 80%;
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#testimonials #testimonials-slider .carousel-indicators {
    position: relative;
    margin-top: 10px;
}

/* =========================================
   Video Section
   =========================================*/

#video {
    background: url("../images/bg-2.jpg") fixed center center;
    -webkit-background-size: cover;
    background-size: cover;
}

#video h1 {
    margin: 0;
}

#video h1 a {
    color: #fff;
    line-height: 1.2;
}

#video h1 a:hover i {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* =========================================
   Screenshots Section
   =========================================*/

#screenshots {
    /* Slider */
}

#screenshots #screenshots-slider .carousel-inner .carousel-item img {
    margin: auto;
}

#screenshots #screenshots-slider a[class*=carousel-control] span {
    font-size: 50px;
}

/* =========================================
   Team Section 
   =========================================*/

#team .card {
    margin: 20px auto;
    height: 200px;
    width: 200px;
    overflow: hidden;
    -webkit-perspective: 600px;
    perspective: 600px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    padding: 5px;
}

#team .card .faces {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}

#team .card .faces>[class*=face] {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#team .card .faces .front-face {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

#team .card .faces .front-face .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#team .card .faces .front-face .overlay h4 {
    position: relative;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 9px 0 13px;
    margin: 0;
}

#team .card .faces .back-face {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: .9;
}

#team .card .faces .back-face .card-body {
    text-align: center;
    background: var(--color-gradient);
    color: #fff;
    height: 100%;
}

#team .card .faces .back-face .card-body .card-title {
    margin-top: 21px;
}

#team .card .faces .back-face .card-body a {
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 19px;
}

#team .card .faces .back-face .card-body a:hover i,
#team .card .faces .back-face .card-body a:focus i {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#team .card:hover .faces,
#team .card:focus .faces {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* =========================================
   Blogs Section 
   =========================================*/

#blogs {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    /* masonry-blogs */
}

#blogs .section-title p {
    color: #7b7b7b;
}

#blogs .blog-list .card {
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#blogs .blog-list .card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: var(--color-gradient);
    opacity: .7;
}

#blogs .blog-list .card img[class*=card-img] {
    height: 250px;
}

#blogs .blog-list .card .card-body {
    z-index: 1;
    background-color: #fff;
}

#blogs .blog-list .card .card-body .card-title {
    color: #27212b;
    font-weight: 800;
    font-size: 16px;
    margin-top: 20px;
}

#blogs .blog-list .card .card-body .card-title a {
    color: #27212b;
}

#blogs .blog-list .card .card-body .card-title a:hover,
#blogs .blog-list .card .card-body .card-title a:focus {
    text-decoration: none;
    color: inherit;
}

#blogs .blog-list .card .card-body .card-subtitle {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px !important;
}

#blogs .blog-list .card .card-body .card-subtitle span:not(:first-child) {
    opacity: 0;
    margin: 0 10px;
}

#blogs .blog-list .card .card-body .card-subtitle span:not(:first-child):before {
    content: '|';
    padding: 0 4px;
    vertical-align: text-top;
}

#blogs .blog-list .card .card-body .card-text {
    color: #7b7b7b;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}

#blogs .blog-list .card .card-body .btn {
    margin-bottom: 25px;
}

#blogs .blog-list .card:hover .card-body .card-subtitle span,
#blogs .blog-list .card:focus .card-body .card-subtitle span {
    opacity: 1;
    margin: 0;
    -webkit-transition: margin .2s ease;
    -o-transition: margin .2s ease;
    transition: margin .2s ease;
}

#blogs .blog-list .card:hover:before,
#blogs .blog-list .card:focus:before {
    top: 0;
}

#blogs .load-more {
    width: 140px;
    margin: 20px auto;
    display: block;
    text-align: center;
}

#blogs.masonry-blogs .blog-list .card-columns {
    orphans: 1 !important;
    widows: 1 !important;
}

#blogs.masonry-blogs .blog-list .card-columns .card {
    display: inline-block;
}

#blogs.masonry-blogs .blog-list .card-columns .card *,
#blogs.masonry-blogs .blog-list .card-columns .card .btn * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: initial;
}

#blogs.masonry-blogs .blog-list .card-columns .card:before {
    top: 0;
    left: -110%;
}

#blogs.masonry-blogs .blog-list .card-columns .card:nth-child(even):before {
    top: 0;
    left: 110%;
}

#blogs.masonry-blogs .blog-list .card-columns .card:nth-child(4n+3):before {
    top: 100%;
    left: 0;
}

#blogs.masonry-blogs .blog-list .card-columns .card img[class*=card-img] {
    height: inherit;
    max-height: inherit;
}

#blogs.masonry-blogs .blog-list .card-columns .card .card-body {
    position: relative;
    z-index: none;
}

#blogs.masonry-blogs .blog-list .card-columns .card:hover:before {
    left: 0;
    top: 0;
}

#blogs.masonry-blogs .col-xl-9 .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#blogs.masonry-blogs .col-xl-9 .card-columns .card *,
#blogs.masonry-blogs .col-xl-9 .card-columns .card .btn * {
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

#singleBlog+#blogs {
    background: #f5f5f5;
}

/* =========================================
   Download Section 
   =========================================*/

#download {
    background: url("../images/bg-3.jpg") center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#download .download-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#download .download-links .btn {
    padding: 12px 32px;
    font-size: 17px;
    font-weight: 500;
}

#download .list-inline {
    margin-bottom: 0;
}

/* =========================================
   callToAction Section 
   =========================================*/

#callToAction {
    background: url("../images/bg-3.jpg") center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#callToAction .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#callToAction .link .btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 400;
}

#callToAction .link .btn:hover,
#callToAction .link .btn:focus {
    background: #fff;
    color: #27212b;
}

#callToAction .list-inline {
    margin-bottom: 0;
}

/* =========================================
   Prices 
   =========================================*/

#prices .plan {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    /* Recommended Package */
    /* Hover */
}

#prices .plan ul {
    margin-bottom: 0;
    overflow: hidden;
}

#prices .plan ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    /* Package's Title */
    /* Package's Price */
}

#prices .plan ul li:last-child {
    padding: 0;
    overflow: hidden;
}

#prices .plan ul li:last-child .btn {
    width: 100%;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    background: #27212b;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: .9;
    margin-top: 15px;
}

#prices .plan ul li:last-child .btn:hover,
#prices .plan ul li:last-child .btn:focus,
#prices .plan ul li:last-child .btn:active {
    background: #27212b !important;
    opacity: 1;
    color: #fff;
}

#prices .plan ul li span {
    padding: 0 5px;
    text-transform: capitalize;
    display: inline-block;
}

#prices .plan ul li p {
    margin-bottom: 0;
    color: #7b7b7b;
    font-weight: 500;
    font-size: 16px;
}

#prices .plan ul li b {
    font-weight: 500;
    color: #27212b;
}

#prices .plan ul li.title,
#prices .plan ul li.section-title {
    margin-bottom: 0;
    background: #27212b;
}

#prices .plan ul li.title p,
#prices .plan ul li.section-title p {
    font-weight: bold;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

#prices .plan ul li.price {
    background: #fff;
    padding: 20px 0 10px;
}

#prices .plan ul li.price sub {
    font-size: .2em;
    text-transform: capitalize;
    font-weight: 500;
}

#prices .plan ul li.price sup {
    font-size: 0.4em;
    font-weight: 100;
    text-transform: uppercase;
    vertical-align: super;
}

#prices .plan ul li.price hr {
    width: 70%;
    margin: 0 auto;
}

#prices .plan ul li.price * {
    color: #27212b;
}

#prices .plan.recommended ul li:last-child .btn {
    background: var(--color-gradient);
}

#prices .plan.recommended ul li:last-child .btn:hover,
#prices .plan.recommended ul li:last-child .btn:focus,
#prices .plan.recommended ul li:last-child .btn:active {
    background: var(--color-gradient) !important;
}

#prices .plan.recommended ul li.title,
#prices .plan.recommended ul li.section-title {
    background: var(--color-gradient);
}

#prices .plan:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#prices .plan:hover .btn {
    opacity: 1 !important;
}

/* =========================================
   FQA  Section
   =========================================*/

#fqa #accordion .card {
    margin: 0.7rem 0;
    /* Question's Title (Header)*/
    /* Answer */
}

#fqa #accordion .card .card-header {
    padding: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
}

#fqa #accordion .card .card-header h6 {
    padding: .6rem 1.25rem;
    font-size: 17px;
}

#fqa #accordion .card .card-body {
    position: relative;
}

#fqa #accordion .card .card-body p {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 500;
}

/* =========================================
   Contact Info   Section 
   =========================================*/

#contactInfo {
    background: url("../images/bg-2.jpg") center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: visible;
}

#contactInfo ul {
    margin-bottom: 0;
}

#contactInfo ul li {
    font-size: 1.6rem;
    font-weight: 500;
}

#contactInfo ul li i {
    margin: 0 10px;
}

#contactInfo ul.socialMediaLinks li i {
    margin: 0;
}

/* =========================================
   InnerPageTitle 
   =========================================*/

#innerPageTitle {
    position: relative;
    min-height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* tile of the page */
    /* ReferenceLinks */
}

#innerPageTitle * {
    z-index: 5;
}

#innerPageTitle .title,
#innerPageTitle .section-title {
    color: #fff;
    -webkit-text-fill-color: #fff;
    position: relative;
    margin: 0;
    padding: 20px 0;
}

#innerPageTitle .breadcrumb {
    margin: auto;
    width: -webkit-max-content;
    width: max-content;
    width: -moz-max-content;
    background: transparent;
}

#innerPageTitle .breadcrumb .breadcrumb-item,
#innerPageTitle .breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

#innerPageTitle .breadcrumb .breadcrumb-item a:hover,
#innerPageTitle .breadcrumb .breadcrumb-item a:focus {
    text-decoration: none;
    color: #fff;
}

#innerPageTitle .breadcrumb .breadcrumb-item.active,
#innerPageTitle .breadcrumb .breadcrumb-item a.active {
    color: #fff;
}

#innerPageTitle .breadcrumb .breadcrumb-item:before,
#innerPageTitle .breadcrumb .breadcrumb-item a:before {
    color: rgba(255, 255, 255, 0.6);
}

/* =========================================
   singleBlog 
   =========================================*/

#singleBlog i {
    padding: 0 5px;
}

#singleBlog .card {
    margin-bottom: 40px;
}

#singleBlog .card .post-details {
    padding: 40px 30px;
}

#singleBlog .card .post-details .title,
#singleBlog .card .post-details .section-title {
    color: #27212b;
}

#singleBlog .card .post-details .info {
    color: #7b7b7b;
}

#singleBlog .card .post-details .info .tag .badge {
    background: var(--color-gradient);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    padding: 7px 10px;
}

#singleBlog .card .post-details .info .author span {
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 500;
}

#singleBlog .card .post-details .info .date {
    text-transform: capitalize;
    font-weight: 500;
}

#singleBlog .card .post-details .info .date i {
    padding: 0 5px;
}

#singleBlog .card .post-image .imgPanel img {
    width: 100% !important;
}

#singleBlog .card .post-content {
    padding: 2.25rem;
    color: #27212b;
    font-size: 15px;
    line-height: 1.8;
}

#singleBlog .card .post-content p {
    line-height: 1.8;
}

#singleBlog .card .post-content .blockquote {
    position: relative;
    padding: 20px 30px;
    font-style: italic;
    color: #27212b;
    background: #e4e4e4;
    outline: 2px solid #fff;
    outline-offset: 7px;
    font-size: 17px;
    line-height: 1.8;
}

#singleBlog .card .post-content .subTitle {
    color: #27212b;
    margin: 20px 0;
}

#singleBlog .card .post-content ul:not(.list-inline) li {
    position: relative;
    list-style-type: none;
}

#singleBlog .card .post-content ul:not(.list-inline) li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: var(--color-main);
    margin-right: 10px;
}

#singleBlog .aboutAuthor {
    margin: 30px 0;
}

#singleBlog .aboutAuthor .media {
    background-color: white;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

#singleBlog .aboutAuthor .media .userName {
    padding: 5px 0px 0 0;
    font-size: 1.4rem;
    text-transform: capitalize;
}

#singleBlog .aboutAuthor .media .media-heading small {
    color: #27212b;
    font-size: .7em;
    display: block;
    text-transform: capitalize;
    margin: 6px 0;
    font-weight: 500;
}

#singleBlog .aboutAuthor .media .userImage {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ced4da;
    margin: 0 20px;
}

#singleBlog .aboutAuthor .media .userImage img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#singleBlog .aboutAuthor .media .userComment {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #7b7b7b;
}

#singleBlog .aboutAuthor .socialLinks a {
    color: #aeaeae;
    padding: 0 3px;
}

#singleBlog .aboutAuthor .socialLinks a i {
    padding: 0;
}

#singleBlog .aboutAuthor .socialLinks a:hover,
#singleBlog .aboutAuthor .socialLinks a:focus {
    text-decoration: none;
    color: var(--color-main);
}

#singleBlog #comments>div {
    margin: 30px 0;
}

#singleBlog #comments>div .comment {
    margin: 20px 0;
}

#singleBlog #comments>div .comment .media {
    background-color: white;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

#singleBlog #comments>div .comment .media .userName {
    padding: 5px 0px 0 0;
    font-size: 1.4rem;
}

#singleBlog #comments>div .comment .media .media-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#singleBlog #comments>div .comment .media .media-heading small {
    color: #aeaeae;
    font-size: .5em;
}

#singleBlog #comments>div .comment .media .media-heading small span {
    padding: 5px;
    text-transform: capitalize;
}

#singleBlog #comments>div .comment .media .userImage {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ced4da;
    margin: 0 20px;
}

#singleBlog #comments>div .comment .media .userImage img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#singleBlog #comments>div .comment .media .userComment {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

#singleBlog #comments>div .comment .commentActions a {
    color: #aeaeae;
    padding: 0 3px;
}

#singleBlog #comments>div .comment .commentActions a i {
    padding: 0;
}

#singleBlog #comments>div .comment .commentActions a:hover,
#singleBlog #comments>div .comment .commentActions a:focus {
    text-decoration: none;
    color: var(--color-main);
}

#singleBlog #comments>div .comment.replay .media {
    border-width: 1px 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#singleBlog #comments .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

/* =========================================
   Statistics Section  
   =========================================*/

#statistics {
    background: url(../images/bg-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: visible;
}

#statistics p {
    margin-bottom: 0;
}

#statistics p:not(.lead) {
    margin-bottom: 13px;
}

#statistics p:not(.lead) * {
    line-height: 1;
}

#statistics p span {
    font-size: 2.3rem;
    padding: 1px;
}

#statistics p.lead {
    text-transform: capitalize;
}

#statistics img {
    position: absolute;
    top: 1750px;
    width: auto;
    height: 500px;
    bottom: 0;
    margin: auto;
}

#statistics img.show {
    top: 34px;
}

#statistics .col-xl-6 {
    margin: 25px 0;
}

/* =========================================
   404 Error
   =========================================*/

#errorPage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #27212b;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#errorPage .error-icon {
    color: var(--color-main);
    font-size: 150px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 310px;
    height: 310px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    background: rgba(255, 255, 255, 0.02);
}

#errorPage .error-icon:hover {
    -webkit-text-fill-color: var(--color-main);
}

#errorPage .error-icon:hover span:nth-child(1) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#errorPage .error-icon:hover span:nth-child(2) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#errorPage .error-icon:hover span:nth-child(3) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#errorPage .error-icon:hover span:nth-child(4) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#errorPage .error-icon:hover span:nth-child(5) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#errorPage h3 {
    font-weight: 400;
    margin: 30px 0;
}

#errorPage p {
    font-weight: 700;
    display: block;
    margin: 25px 0;
    text-transform: uppercase;
    letter-spacing: 6px;
}

/* =========================================
    Blog Sidebar 
   =========================================*/

#blogSidebar>div {
    margin-bottom: 30px;
}

#blogSidebar>div:not(:first-child) {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

#blogSidebar>div>h6.title,
#blogSidebar>div>h6.section-title {
    text-transform: uppercase;
    color: #27212b;
    font-weight: 900;
    margin-bottom: 20px;
}

#blogSidebar>div:hover>h6.title,
#blogSidebar>div:hover>h6.section-title,
#blogSidebar>div:focus>h6.title,
#blogSidebar>div:focus>h6.section-title {
    color: var(--color-main);
}

#blogSidebar .list-group-item {
    background: transparent;
    border: 0;
    padding: 5px 0;
}

#blogSidebar .list-group-item a {
    text-decoration: none;
    color: #7b7b7b;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

#blogSidebar .list-group-item a:hover,
#blogSidebar .list-group-item a:focus {
    color: var(--color-main);
}

#blogSidebar .list-group-item a p>a {
    font-weight: 500;
}

#blogSidebar .list-group-item .badge {
    background-color: transparent;
    font-weight: 400;
}

#blogSidebar .list-group-item .badge a {
    font-weight: 500;
}

#blogSidebar .latestPosts {
    /* post */
}

#blogSidebar .latestPosts .post {
    margin-bottom: 20px;
    /* post Image */
}

#blogSidebar .latestPosts .post * {
    text-decoration: none;
}

#blogSidebar .latestPosts .post h6.title,
#blogSidebar .latestPosts .post h6.section-title {
    font-size: 13px;
    font-weight: 800;
    color: #27212b;
}

#blogSidebar .latestPosts .post p {
    text-transform: capitalize;
    font-style: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-size: 11px;
    color: #7b7b7b;
    font-weight: 500;
    margin: 0;
}

#blogSidebar .latestPosts .post .imgPanel {
    height: 40px;
    width: 40px;
}

#blogSidebar .latestPosts .post:hover h6.title,
#blogSidebar .latestPosts .post:hover h6.section-title {
    color: var(--color-secondary);
}

#blogSidebar .search .form .input-group input.form-control {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 14px;
}

#blogSidebar .search .form .input-group .input-group-append {
    position: absolute;
    right: 0;
    z-index: 14;
}

#blogSidebar .search .form .input-group .input-group-append .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ccc;
    border-left: 0;
    border: 0;
}

#blogSidebar .search .form .input-group .input-group-append .btn:hover,
#blogSidebar .search .form .input-group .input-group-append .btn:focus {
    background: var(--color-gradient);
}

#blogSidebar .search .form .input-group .input-group-append .btn:hover i,
#blogSidebar .search .form .input-group .input-group-append .btn:focus i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

#blogSidebar .archives p,
#blogSidebar .categories p {
    margin-bottom: 0;
    position: relative;
}

#blogSidebar .categories .badge {
    background: #7b7b7b;
    margin: 0 8px;
}

#blogSidebar .categories .badge a {
    color: #fff;
    font-size: 11px;
}

#blogSidebar .categories a[data-toggle=collapse]:before {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 700;
}

#blogSidebar .categories a[data-toggle=collapse][aria-expanded=true]::before {
    content: '-';
}

#blogSidebar .categories [id*=subCategory] {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 5px 30px;
    margin: 11px 0;
}

#blogSidebar .tags a {
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 2px;
    padding: 6px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 800;
    text-transform: capitalize;
}

#blogSidebar .tags a:hover,
#blogSidebar .tags a:focus,
#blogSidebar .tags a .active {
    background: var(--color-gradient);
    color: #fff;
    border-color: #fff;
}

#blogSidebar .basic-widget {
    background: transparent;
    color: #7b7b7b;
    font-size: 13px;
}

#blogSidebar .basic-widget .card-title {
    color: #27212b;
    font-size: 15px;
    font-weight: 800;
}

#blogSidebar .basic-widget .card-text {
    font-size: 13px;
    font-weight: 500;
}

#blogSidebar .basic-widget .btn {
    font-size: 13px;
}

#blogSidebar .follow .socialMediaLinks li:last-child,
#blogSidebar .follow .socialMediaLinks li:first-child,
#blogSidebar .follow .socialMediaLinks li:not(last-child) {
    margin-right: 3px;
}

#blogSidebar .follow .socialMediaLinks li a {
    color: #aeaeae;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 15px;
}

/* =========================================
  Coming Soon
   =========================================*/

#comingSoon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #27212b;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* CountDown */
}

#comingSoon h3 {
    font-weight: 400;
}

#comingSoon p {
    display: block;
    font-weight: 500;
    font-size: 21px;
}

#comingSoon #countDown {
    margin: 20px auto;
}

#comingSoon #countDown>div {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23);
}

#comingSoon #countDown>div p {
    padding: 12px 0;
    font-weight: 900;
    margin: 0;
    font-size: 12px;
    color: #7b7b7b;
}

#comingSoon #countDown>div p strong {
    display: block;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

#comingSoon #countDown:hover>div:nth-child(1) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#comingSoon #countDown:hover>div:nth-child(2) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#comingSoon #countDown:hover>div:nth-child(3) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#comingSoon #countDown:hover>div:nth-child(4) {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Demos - Contains the styles of the demos
  ========================================================================== */

/* =========================================
   particles-js Basic Style
   =========================================*/

body[class*=particles] #intro {
    background: url("../images/bg-3.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body[class*=particles] #intro .fixed-section {
    background: rgba(39, 33, 43, 0.95);
}

body[class*=particles] #intro .fixed-section .jumbotron .logo h1 {
    color: #FBB722;
    -webkit-text-fill-color: #c8c8c8;
}

body[class*=particles] #intro .fixed-section .jumbotron p {
    color: #c8c8c8;
}

body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn {
    color: #c8c8c8;
    border-color: #c8c8c8;
}

body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:hover,
body[class*=particles] #intro .fixed-section .jumbotron .download-btns li .btn:focus {
    border-color: #fff;
}

body[class*=particles] #intro .fixed-section #extra-info>div a {
    color: #cccccc;
}

body[class*=particles] #errorPage {
    color: #c8c8c8;
    background: url("../images/bg-1.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body[class*=particles] #errorPage .mask {
    opacity: .95;
    background: #27212b;
}

body[class*=particles] #errorPage .btn {
    color: #c8c8c8;
    border-color: #c8c8c8;
}

body[class*=particles] #errorPage .error-icon {
    background: rgba(255, 255, 255, 0.04);
}

body[class*=particles] #comingSoon {
    color: #c8c8c8;
    background: url("../images/bg-1.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body[class*=particles] #comingSoon .mask {
    opacity: .95;
    background: #27212b;
}

body[class*=particles] #comingSoon #countDown>div {
    background: rgba(39, 33, 43, 0.65);
}

body[class*=particles] #comingSoon #countDown>div p strong {
    color: #c8c8c8;
}

body[class*=particles] #comingSoon #countDown>div p span {
    color: #aeaeae;
}

body[class*=particles] #comingSoon #subscribe .input-group .form-control {
    background: rgba(39, 33, 43, 0.65);
}

body[class*=particles] #innerPageTitle {
    background: url("../images/bg-1.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

body[class*=particles] #innerPageTitle .mask {
    background: #27212b;
    opacity: .9;
}

body[class*=particles] #comingSoon+footer,
body[class*=particles] #errorPage+footer {
    color: #c8c8c8;
}

body[class*=particles] #comingSoon #subscribe,
body[class*=particles] #errorPage #subscribe {
    color: #c8c8c8;
}

body[class*=particles] #comingSoon #subscribe .form-control,
body[class*=particles] #errorPage #subscribe .form-control {
    color: #fff;
}

body[class*=particles] #comingSoon .socialMediaLinks a,
body[class*=particles] #errorPage .socialMediaLinks a {
    color: #c8c8c8;
    border-color: #c8c8c8;
}

body[class*=particles] #comingSoon .socialMediaLinks a:hover,
body[class*=particles] #comingSoon .socialMediaLinks a:focus,
body[class*=particles] #errorPage .socialMediaLinks a:hover,
body[class*=particles] #errorPage .socialMediaLinks a:focus {
    border-color: #fff;
}

/* particles-js  div */

#particles-js,
#loader-particles-js {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* particles-js  mask */

#particles-js:not(.mask) {
    background: transparent;
}

/* Breakpoints - Contains responsive and breakpoints styling
  ========================================================================== */

/* =========================================
   Breakpoints / Responsive Screens 
  
      = Breakpoint viewport sizes and media queries.
      = Breakpoints are defined as a map of (name: minimum width), order from small to large:
      = (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)
  
   =========================================*/

/*  Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #download .section-title,
    #callToAction .section-title {
        margin-bottom: 0;
    }
    #intro {
        min-height: 1024px;
    }
    #intro .fixed-section .jumbotron .container {
        max-width: 80%;
    }
}

/* Screens Between 1440px and 1199.98px ( max-width:1200px & min-width:992px )*/

@media (min-width: 992px) {
    #blog .blog-list .card-title {
        font-size: 1.2rem;
    }
    #blog .blog-list .card-subtitle {
        font-size: .8rem;
    }
    #download .section-title .display-4 {
        font-size: 3.1rem;
    }
    .small-section .section-title {
        margin-bottom: 30px;
    }
    #subscribe form {
        margin-top: 30px;
    }
    #intro {
        min-height: 950px;
    }
    #intro .fixed-section .jumbotron .logo h1 {
        font-size: 100px;
    }
}

/*  Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #header #navbar .navbar-nav .nav-item .nav-link.active {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #subscribe .input-group {
        width: 50%;
        margin: auto;
        height: 50px;
    }
    #intro:not(.style2):not(.style3) .fixed-section .jumbotron .logo h1 {
        text-align: left;
    }
    #showcase .showcase-list .row .imgPanel {
        max-width: 50%;
        margin: auto;
    }
    #features:not(.style2) .features-list .row [class*="col"] ul li:first-child,
    #features:not(.style2) .features-list .row [class*="col"] ul li:last-child {
        margin-left: -50px;
        margin-right: -50px;
    }
    #features:not(.style2) .features-list .row [class*="col"]:first-child ul {
        margin-right: 30px;
    }
    #features:not(.style2) .features-list .row [class*="col"]:first-child ul:first-child li:not(:first-child):not(:last-child) {
        margin-right: 0px;
    }
    #features:not(.style2) .features-list .row [class*="col"]:last-child ul {
        margin-left: 30px;
    }
    #features:not(.style2) .features-list .row [class*="col"]:last-child ul:first-child li:not(:first-child):not(:last-child) {
        margin-left: 0px;
    }
    #contact .contact-form {
        width: 80%;
        margin: auto;
    }
    #contactInfo {
        height: 350px;
    }
    #contactInfo img {
        position: absolute;
        top: 0;
        width: auto;
        height: 500px;
        margin: auto;
        z-index: 0;
    }
    #contactInfo img.show {
        bottom: 0;
    }
    #intro.style2 .fixed-section .jumbotron .scroll-bottom p {
        margin: 20px auto;
    }
    #intro.style2 .fixed-section .jumbotron .download-btns {
        margin-bottom: 10px;
    }
    #comingSoon section,
    #errorPage section {
        margin-top: -40px;
    }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .home .imgPanel img {
        margin: 0 -60px;
    }
    #download .section-title {
        margin-bottom: 50px;
    }
    #download .btn {
        margin-bottom: 20px;
    }
    body[class*=solid] #loader:not(.hide)::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(20%);
        -ms-transform: rotate(90deg) translate(20%);
        transform: rotate(90deg) translate(20%);
        top: inherit;
    }
    body[class*=solid] #loader .text {
        left: 0;
        right: 0;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(20%);
        -ms-transform: rotate(90deg) translate(20%);
        transform: rotate(90deg) translate(20%);
        top: inherit;
    }
    #intro #extra-info .right {
        right: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 200px;
        top: inherit;
    }
    #intro #extra-info .right a {
        background: transparent;
        color: #aeaeae;
        border: 2px solid #aeaeae;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 25px;
        padding: 9px;
        width: 60px;
        height: 60px;
        display: block;
        margin: auto;
    }
    #intro #extra-info .right a span {
        display: none;
    }
    #intro #extra-info .right a i {
        color: #aeaeae;
        -webkit-text-fill-color: #aeaeae;
    }
    #intro #extra-info .right a i:before {
        content: '\f078';
    }
    #blogs.masonry-blogs .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #blogSidebar .latestPosts .post h6.title,
    #blogSidebar .latestPosts .post h6.section-title,
    #blogSidebar .latestPosts .post h6.section-title {
        font-size: 11px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #screenshots #screenshots-slider .carousel-inner .carousel-item img {
        height: 490px;
        width: auto;
    }
    #intro .fixed-section .jumbotron .scroll-bottom {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #intro .fixed-section:hover .jumbotron .scroll-bottom {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #about.style2 .about-features li>div .title,
    #about.style2 .about-features li>div .section-title {
        margin-top: 0;
    }
}

/*  Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .paragraph {
        padding: 10px 3px;
    }
    .card {
        margin: 20px auto;
    }
    form.form-inline .input-group {
        width: 90%;
    }
    .small-section .section-title {
        margin-bottom: 30px;
    }
    #navbar .navbar-nav .nav-item .nav-link {
        margin-top: 5px;
        text-align: center;
    }
    #navbar .navbar-nav .nav-item .btn {
        width: 60%;
        margin: 5px auto;
    }
    #navbar .navbar-nav.download-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        clear: both;
    }
    #intro {
        height: 1024px;
    }
    #intro .fixed-section {
        padding: 0 0;
    }
    #intro .fixed-section .jumbotron {
        text-align: center;
    }
    #intro .fixed-section .jumbotron .logo h1 {
        font-size: 6rem;
    }
    #intro .fixed-section .jumbotron p {
        margin: 40px auto;
        font-size: 25px;
    }
    #intro .fixed-section .jumbotron .btn {
        font-size: 14px;
    }
    #intro .fixed-section .jumbotron .imgPanel,
    #intro .fixed-section .jumbotron #intro-slider {
        display: none;
    }
    #intro #extra-info .right {
        bottom: 24px;
    }
    #intro #extra-info .right a {
        font-size: 20px;
        padding: 9px;
        width: 50px;
        height: 50px;
    }
    #features .features-list .row [class*="col"] ul:first-child *:not(i) {
        text-align: left;
    }
    #features .features-list .row [class*="col"] ul:first-child .row {
        direction: ltr;
    }
    #features .features-list .row [class*="col"] ul p {
        padding-left: 0;
        padding-right: 0;
    }
    #subscribe .input-group {
        width: 90%;
    }
    #subscribe .input-group .btn {
        min-width: 50px;
        padding: 8px;
    }
    #subscribe .input-group .btn span {
        display: none;
    }
    #screenshots #screenshots-slider .carousel-inner .carousel-item img {
        width: 200px;
        height: auto;
    }
    #blog .blog-list .card-title {
        font-size: 1.2rem;
    }
    #blog .blog-list .card-subtitle {
        font-size: .8rem;
    }
    #testimonials {
        min-height: 300px;
    }
    #contactInfo {
        text-align: center;
    }
    #contactInfo ul li i {
        display: block;
        margin-bottom: 10px;
    }
    #statistics * {
        text-align: center;
    }
    #statistics .col-xl-6 {
        margin: 21px 0;
    }
    body>#header #navbar:not(.scrolling) .mask {
        opacity: .9;
    }
    body.black-solid-background-demo>#header #navbar:not(.scrolling) .mask,
    body[class*=particles]>#header #navbar:not(.scrolling) .mask {
        background: #27212b;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(20%);
        -ms-transform: rotate(90deg) translate(20%);
        transform: rotate(90deg) translate(20%);
        top: inherit;
    }
    #blogs.masonry-blogs .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #blogSidebar .latestPosts .post h6.title,
    #blogSidebar .latestPosts .post h6.section-title,
    #blogSidebar .latestPosts .post h6.section-title {
        font-size: 13px;
    }
    #blogSidebar .latestPosts .media-body {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    #blogSidebar .latestPosts .media-body p {
        margin-bottom: 0;
    }
    #innerPageTitle {
        min-height: 130px;
        margin-top: 56px;
    }
    #innerPageTitle .title,
    #innerPageTitle .section-title {
        padding: 0px;
    }
    #innerPageTitle+section {
        padding: 20px 0;
    }
    #callToAction .section-title {
        text-align: center !important;
    }
    #download .section-title {
        text-align: center !important;
    }
    #comingSoon section,
    #errorPage section {
        width: 100%;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(20%);
        -ms-transform: rotate(90deg) translate(20%);
        transform: rotate(90deg) translate(20%);
        top: inherit;
    }
    body[class*="solid"] #loader:not(.hide):before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(25%);
        -ms-transform: rotate(90deg) translate(25%);
        transform: rotate(90deg) translate(25%);
        top: inherit;
    }
    body[class*="solid"] #comingSoon::before,
    body[class*="solid"] #errorPage::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(28%);
        -ms-transform: rotate(90deg) translate(28%);
        transform: rotate(90deg) translate(28%);
    }
}

/*  Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    section.small-section {
        min-height: 360px;
        padding: 40px 0;
    }
    #contactInfo,
    #statistics,
    #download {
        min-height: 480px;
    }
    #contactInfo .download-links .btn,
    #statistics .download-links .btn,
    #download .download-links .btn {
        font-size: 15px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title .display-4 {
        font-size: 2.4rem;
        font-weight: 300;
    }
    .section-title p {
        width: 90%;
        margin: auto;
        font-size: 15px;
    }
    .display-4 {
        font-size: 1.6rem;
    }
    ul {
        padding: 0;
    }
    .paragraph {
        font-size: 15px;
    }
    .logo h1 {
        font-size: 4.4rem;
    }
    body p {
        font-size: 1rem;
    }
    .home .imgPanel img {
        margin: 0 -40px;
    }
    #singleBlog .card-title h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    #singleBlog .info li {
        line-height: 1.7;
        margin-bottom: 10px;
    }
    #singleBlog #comments .buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #singleBlog .aboutAuthor .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    #singleBlog #comments>div .comment .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        position: relative;
    }
    #singleBlog #comments>div .comment .media small.date {
        position: absolute;
        top: 20px;
        right: 0;
    }
    #singleBlog #comments>div .comment .media .userImage {
        height: 50px;
        width: 50px;
    }
    #intro .fixed-section {
        padding: 0 0;
    }
    #intro .fixed-section .jumbotron {
        padding: 0;
    }
    #intro .fixed-section .jumbotron .logo h1 {
        font-size: 4.4rem;
    }
    #intro .fixed-section .jumbotron p {
        font-size: 19px;
        font-weight: 500;
    }
    #intro .fixed-section .jumbotron .imgPanel {
        width: 80%;
        margin: 50px auto;
    }
    #intro .fixed-section .jumbotron .download-btns .list-inline-item,
    #intro .fixed-section .jumbotron .download-btns .list-inline-item:not(:last-child) {
        margin-right: .6rem;
    }
    #about .about-features * {
        text-align: center;
    }
    #about .imgPanel img {
        margin: 0px -90px;
    }
    #features .features-list .row [class*="col"] ul * *,
    #features .features-list .row [class*="col"] ul:first-child * {
        text-align: center !important;
    }
    #features .features-list .row [class*="col"] ul i,
    #features .features-list .row [class*="col"] ul span {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    #features.style2 .features-list ul * {
        text-align: center;
    }
    #testimonials #testimonials-slider .carousel-inner .carousel-item .carousel-caption {
        width: 100%;
    }
    #testimonials #testimonials-slider .carousel-inner .carousel-item .carousel-caption .lead {
        font-size: 1rem;
    }
    #showcase .showcase-list .row {
        margin-top: 40px;
    }
    #showcase .showcase-list .row .title,
    #showcase .showcase-list .row .section-title {
        margin-bottom: 10px;
    }
    #showcase .showcase-list .row .paragraph {
        font-size: 15px;
    }
    #comingSoon p {
        font-size: 18px;
    }
    #comingSoon #countDown>div {
        width: 100px;
        height: 100px;
    }
    #comingSoon #countDown>div p {
        font-size: 10px;
    }
    #comingSoon #countDown>div p strong {
        font-size: 2.2rem;
    }
    #comingSoon,
    #errorPage {
        position: relative;
    }
    #comingSoon #subscribe,
    #errorPage #subscribe {
        margin-bottom: 65px;
    }
    #comingSoon #subscribe .input-group,
    #errorPage #subscribe .input-group {
        width: 100%;
    }
    #comingSoon #subscribe #mc_embed_signup,
    #errorPage #subscribe #mc_embed_signup {
        padding: 0;
    }
    #comingSoon #subscribe #mc_embed_signup div.mce_inline_error,
    #errorPage #subscribe #mc_embed_signup div.mce_inline_error {
        top: 50px;
        width: 95%;
    }
    #comingSoon+footer,
    #errorPage+footer {
        position: relative;
        bottom: 0;
        background: #27212b;
    }
    body[class*="solid"] #comingSoon+footer,
    body[class*="solid"] #errorPage+footer {
        background: #1b161f;
    }
    #errorPage {
        min-height: 778px;
    }
    #errorPage .error-icon {
        font-size: 100px;
        width: 240px;
        height: 240px;
    }
    #blogs.masonry-blogs .col-xl-9 .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #blogs.masonry-blogs .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #statistics .col-xl-6 {
        margin: 10px 0;
    }
    #prices .plan {
        width: 93%;
        margin: 0 auto 20px;
    }
    #blogSidebar form.form-inline .input-group {
        width: 100%;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(60%);
        -ms-transform: rotate(90deg) translate(60%);
        transform: rotate(90deg) translate(60%);
        top: inherit;
    }
    body[class*="solid"] #loader:not(.hide):before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(60%);
        -ms-transform: rotate(90deg) translate(60%);
        transform: rotate(90deg) translate(60%);
        top: inherit;
    }
    body[class*="solid"] #comingSoon,
    body[class*="solid"] #errorPage {
        overflow: hidden;
    }
    body[class*="solid"] #comingSoon::before,
    body[class*="solid"] #errorPage::before {
        background-position: bottom;
        -webkit-transform: rotate(90deg) translate(66%);
        -ms-transform: rotate(90deg) translate(66%);
        transform: rotate(90deg) translate(66%);
    }
}

/* landscape */

@media (max-width: 990px) and (orientation: landscape) {
    section.small-section {
        min-height: 300px;
        padding: 30px 0;
    }
    .container {
        width: 100%;
    }
    section {
        width: 100%;
    }
    #innerPageTitle+section {
        width: 100%;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title .display-4 {
        font-size: 2.6rem;
        font-weight: 300;
    }
    .section-title p {
        width: 90%;
        margin: auto;
        font-size: 16px;
    }
    .display-4 {
        font-size: 1.6rem;
    }
    .paragraph {
        font-size: 15px;
    }
    .logo h1 {
        font-size: 4.4rem;
    }
    #intro #extra-info .right {
        bottom: 15px;
    }
    #intro #extra-info .right a {
        font-size: 18px;
        padding: 6px 0;
        width: 40px;
        height: 40px;
    }
    #intro .fixed-section .jumbotron .scroll-bottom {
        bottom: 15px;
    }
    #intro .fixed-section .jumbotron .scroll-bottom p {
        margin: 10px 0;
    }
    #intro .fixed-section .jumbotron .scroll-bottom p a {
        font-size: 18px;
        padding: 6px 0;
        width: 40px;
        height: 40px;
    }
    #intro .fixed-section .jumbotron .logo h1 {
        font-size: 4rem;
    }
    #intro .fixed-section .jumbotron p {
        font-size: 17px;
        font-weight: 500;
        margin: 25px auto;
    }
    #showcase .showcase-list .row .imgPanel {
        width: 30%;
    }
    .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    #statistics .col-xl-6 {
        margin: 20px 0;
    }
    #subscribe .input-group {
        width: 70%;
    }
    #subscribe .input-group .btn {
        min-width: 50px;
        padding: 8px;
    }
    #subscribe .input-group .btn span {
        display: none;
    }
    #comingSoon p {
        font-size: 18px;
    }
    #comingSoon #countDown>div {
        width: 100px;
        height: 100px;
    }
    #comingSoon #countDown>div p {
        font-size: 10px;
    }
    #comingSoon #countDown>div p strong {
        font-size: 2.2rem;
    }
    #comingSoon,
    #errorPage {
        position: relative;
    }
    #comingSoon #subscribe,
    #errorPage #subscribe {
        margin-bottom: 65px;
    }
    #comingSoon #subscribe .input-group,
    #errorPage #subscribe .input-group {
        width: 80%;
    }
    #comingSoon #subscribe #mc_embed_signup,
    #errorPage #subscribe #mc_embed_signup {
        padding: 0;
    }
    #comingSoon #subscribe #mc_embed_signup div.mce_inline_error,
    #errorPage #subscribe #mc_embed_signup div.mce_inline_error {
        top: 50px;
        width: 75%;
    }
    #comingSoon+footer,
    #errorPage+footer {
        position: relative;
        bottom: 0;
        background: #27212b;
    }
    body[class*="solid"] #comingSoon+footer,
    body[class*="solid"] #errorPage+footer {
        background: #1b161f;
    }
    #errorPage {
        min-height: 778px;
    }
    #errorPage .error-icon {
        font-size: 100px;
        width: 240px;
        height: 240px;
    }
    #singleBlog .card-title h2 {
        font-size: 25px;
        line-height: 1.5;
    }
    #singleBlog .info li {
        line-height: 1.7;
        margin-bottom: 10px;
    }
    #blogSidebar form.form-inline .input-group {
        width: 100%;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before {
        background-position: center;
        -webkit-transform: rotate(0deg) translate(100px);
        -ms-transform: rotate(0deg) translate(100px);
        transform: rotate(0deg) translate(100px);
    }
    body[class*=solid] #loader .text {
        left: 55px;
        margin: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    body[class*=solid] #loader:not(.hide)::before {
        background-position: center;
        -webkit-transform: rotate(0deg) translate(100px);
        -ms-transform: rotate(0deg) translate(100px);
        transform: rotate(0deg) translate(100px);
    }
    body[class*="solid"] #comingSoon,
    body[class*="solid"] #errorPage {
        overflow: hidden;
    }
    body[class*="solid"] #comingSoon::before,
    body[class*="solid"] #errorPage::before {
        background-position: center;
        -webkit-transform: rotate(0deg) translate(100px);
        -ms-transform: rotate(0deg) translate(100px);
        transform: rotate(0deg) translate(100px);
    }
}

/* For  Safari Browsers */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .mask {
        opacity: .9;
    }
}

/* Firefox Browser*/

@-moz-document url-prefix() {
    .home .imgPanel:hover img {
        margin: 0 -70px;
    }
    body[class*=solid] #intro.show .fixed-section .jumbotron::before,
    body[class*=solid] #errorPage::before,
    body[class*=solid] #comingSoon::before,
    body[class*=solid] #loader:not(.hide):before {
        background-image: url("../svg/backgroundSvg-animated-firefox.svg");
    }
}

/* Internet Explorer Browser*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mask {
        opacity: .9;
    }
}

@media screen and (min-width: 0\0) {
    .mask {
        opacity: .9;
    }
}

@supports (-ms-accelerator: true) {
    .mask {
        opacity: .9;
    }
}

@supports (-ms-ime-align: auto) {
    .mask {
        opacity: .9;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mask {
        opacity: .9;
    }
}

/* RTL - Contains RTL styling
  ========================================================================== */

/* =========================================
   RTL Style 
   =========================================*/

/* Basic Rules*/

*:not([dir=ltr]) {
    direction: rtl;
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.list-inline,
.list-unstyled,
.list-group {
    padding-right: 0;
    padding-left: inherit;
}

.list-inline-item:last-child {
    margin-right: .5rem;
}

.dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em;
}

.dropdown-menu {
    text-align: right;
}

.mr-3,
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.section-title .display-4,
.title h4,
.section-title h4,
.title .display-4,
.section-title .display-4 {
    line-height: 1.3;
    letter-spacing: -1px;
}

.logo h1,
.logo {
    direction: ltr;
}

.form.was-validated .form-control {
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form.was-validated textarea.form-control {
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form .form-group .invalid-tooltip,
.form .form-group .valid-tooltip {
    right: initial;
    left: 0;
}

.form .form-group {
    padding-right: 0;
    padding-left: 0;
}

.form .form-group.col-md-6:first-child {
    padding-left: 15px;
}

.form .form-group.col-md-6:first-child .invalid-tooltip,
.form .form-group.col-md-6:first-child .valid-tooltip {
    left: 15px;
}

.carousel-indicators {
    padding-right: 0;
}

/* Loader */

#loader .text {
    direction: ltr;
}

#loader.hide {
    left: 0;
    right: -150%;
}

/* Header */

#header .mr-auto {
    margin-left: auto;
    margin-right: 0 !important;
}

/* intro */

#intro #extra-info>div p {
    letter-spacing: normal;
}

#intro #extra-info .right {
    direction: ltr;
}

/* Featuers */

#features.style2 .features-list ul li .row {
    direction: rtl;
}

#features:not(.style2) .row [class*="col"]:first-child .row {
    direction: ltr;
}

/* Showcase */

#showcase .showcase-list .row {
    text-align: right;
}

#showcase .showcase-list .row:nth-child(odd) {
    direction: ltr;
}

/* statistics */

#statistics * {
    text-align: right;
}

#statistics img {
    left: 0;
}

/* contactInfo */

#contactInfo img {
    right: 0;
}

/* FQA */

#fqa #accordion {
    text-align: right;
}

#fqa #accordion .card .card-header h6::before {
    left: -29px;
    right: inherit;
}

/* Contact */

section#contact {
    text-align: right;
}

/* contact Info */

#contactInfo {
    text-align: right;
}

/* Blogs */

#blogs {
    text-align: right;
}

#blogs .blog-list .card .card-body .card-subtitle span:not(:first-child):before {
    vertical-align: initial;
}

/* subscribe */

#subscribe .input-group .form-control {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 25px;
}

.input-group-btn:not(:last-child) .btn,
.input-group-btn:not(:first-child) .btn,
.input-group-btn:not(:last-child) .btn,
.input-group-btn:not(:last-child) .btn:hover,
.input-group-btn:not(:last-child) .btn:focus,
.input-group-btn:not(:first-child) .btn:hover,
.input-group-btn:not(:first-child) .btn:focus,
.input-group-btn:not(:last-child) .btn:hover,
.input-group-btn:not(:last-child) .btn:focus {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    -webkit-border-bottom-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+.breadcrumb-item::before,
#innerPageTitle .breadcrumb .breadcrumb-item .breadcrumb-item+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+.breadcrumb-item::before,
#innerPageTitle .breadcrumb .breadcrumb-item a a+.breadcrumb-item::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item .breadcrumb-item+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a .breadcrumb-item+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a+a::before,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a::before {
    padding-right: .0px;
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item,
#innerPageTitle .breadcrumb .breadcrumb-item a+.breadcrumb-item,
#innerPageTitle .breadcrumb .breadcrumb-item .breadcrumb-item+a,
#innerPageTitle .breadcrumb .breadcrumb-item a+a,
#innerPageTitle .breadcrumb .breadcrumb-item a+.breadcrumb-item,
#innerPageTitle .breadcrumb .breadcrumb-item a a+.breadcrumb-item,
#innerPageTitle .breadcrumb .breadcrumb-item a+a,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a,
#innerPageTitle .breadcrumb .breadcrumb-item .breadcrumb-item+a,
#innerPageTitle .breadcrumb .breadcrumb-item a .breadcrumb-item+a,
#innerPageTitle .breadcrumb .breadcrumb-item a+a,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a,
#innerPageTitle .breadcrumb .breadcrumb-item a+a,
#innerPageTitle .breadcrumb .breadcrumb-item a a+a {
    padding-left: .0px;
    padding-right: .5rem;
}

/* blog Sidebar */

#blogSidebar .search .form .input-group .input-group-append {
    right: inherit;
    left: 0;
}

#blogSidebar .search .form .input-group .input-group-append>.btn {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#blogSidebar .categories a[data-toggle=collapse]:before {
    right: inherit;
    left: 0;
}

/* Single Blog */

#singleBlog .card .post-content {
    font-size: 17px;
}

#singleBlog .card .post-content ul {
    padding-right: 0;
    padding-left: 10px;
}

#singleBlog .card .post-content ul:not(.list-inline) li:before {
    margin-left: 10px;
    margin-right: 0;
}

/* Top Butn */

body>footer #top-btn {
    left: 30px;
    right: initial;
}

body>footer #top-btn p {
    font-family: initial;
}

/* callToAction */

#callToAction .btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#blogs .load-more i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* social links */

.socialMediaLinks {
    font-family: initial;
}

/* Error Page */

#errorPage p {
    letter-spacing: normal;
}

#errorPage .btn {
    direction: ltr;
}

#errorPage .btn i {
    vertical-align: middle;
}

/* Demos */

.solid-background-demo #intro .fixed-section .jumbotron::before,
.black-solid-background-demo #intro .fixed-section .jumbotron::before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.solid-background-demo #intro .fixed-section #extra-info>div p,
.black-solid-background-demo #intro .fixed-section #extra-info>div p {
    color: #aeaeae;
}

/* Animation section */

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(1),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(1) {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(2),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(2) {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(3),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(3) {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row>.col-xl-3:nth-child(4),
.image-background-demo .home section:nth-child(even) .row>.col-xl-4:nth-child(4) {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(1),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(1) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(2),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(2) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(3),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(3) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-background-demo .home section:nth-child(even) .row.show>.col-xl-3:nth-child(4),
.image-background-demo .home section:nth-child(even) .row.show>.col-xl-4:nth-child(4) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* =========================================
   Breakpoints / Responsive Screens 
  
      = Breakpoint viewport sizes and media queries.
      = Breakpoints are defined as a map of (name: minimum width), order from small to large:
      = (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)
  
   =========================================*/

/*  Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #intro .fixed-section .jumbotron {
        text-align: right;
    }
    #intro:not(.style2):not(.style3) .fixed-section .jumbotron .logo h1 {
        text-align: right;
    }
}

/* IPad Pro */

@media (max-width: 1199.98px) and (min-width: 992px) {
    #blogs .blog-list .card .card-body .card-subtitle {
        font-size: 11px;
    }
}

/*  Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    #contactInfo {
        text-align: center;
    }
    #features .features-list .row [class*="col"] ul:first-child .row {
        direction: rtl;
        text-align: right;
    }
    #features .features-list .row [class*="col"] ul:first-child *:not(i) {
        text-align: right;
    }
    #statistics * {
        text-align: center;
    }
}

/*  Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .form .form-group.col-md-6:first-child {
        padding-left: 0;
    }
    .form .form-group.col-md-6:first-child .invalid-tooltip,
    .form .form-group.col-md-6:first-child .valid-tooltip {
        left: 0;
    }
}