/*
@File: Consa Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Backgrounds
** - Preloaders CSS
** - Header area CSS
** - Slider area CSS
** - Service area CSS
** - Who we are area CSS
** - Testimonials area CSS
** - About Us area CSS
** - Breadcumbs area CSS
** - Newsletter area CSS
** - Projects area CSS
** - Widget area CSS
** - Comments area CSS
** - Qoute form CSS
** - Contact us CSS
** - Team area CSS
** - Blog posts area CSS
** - Footer area CSS
** - 404 not found CSS
*/

/* Color Theme */
:root {
    --floww-primary-color: #1E92FB;
    --floww-secondary-color: #03fffe;
    --floww-tertiary-color: #00ceb1;
    /* --floww-pink-color: #FF0080; */
    --floww-pink-color: #03fffe;
    --floww-orange-color: #FF8C00;
    --floww-orange-color-rgb: 255, 140, 0;
    /* --floww-purple-color: #8E2DE2; */
    --floww-purple-color: #FF8C00;
    /* --floww-blue-color: #4A00E0; */
    --floww-blue-color: #FF0080;
}

.special-text-custom {
    color: var(--floww-orange-color);
    font-size: 20px;
    font-weight: 600;
}

/* Default CSS */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,300i,400,400i,500,700,700i');

body {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

img {
    max-width: 100%;
}

p {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 22px;
}

.content-block-area {
    padding: 100px 0;
}

.theme-btn {
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 100px;
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
    margin-top: 14px !important;
    font-size: 15px;
}

.theme-btn-blue {
    background-color: var(--floww-orange-color);
    border: 2px solid var(--floww-orange-color);
}

.theme-btn-blue:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.theme-btn-orange {
    background: #ea8828;
    border: 2px solid #ea8828;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.theme-btn-orange:hover {
    background-color: #040e18;
    border: 2px solid #ea8828;
}

.theme-btn-white {
    border: 2px solid #fff;
}

.theme-btn-white:hover {
    border: 2px solid var(--floww-orange-color);
    background-color: var(--floww-orange-color);
}

.services-boxed-item .read-more-btn:hover {
    color: #262829;
}

.services-boxed-item .read-more-btn {
    color: var(--floww-orange-color);
    padding-left: 0;
    margin: 0 !important;
}

.section-title>h2 {
    margin: 0;
    font-weight: 600;
    font-size: 29px;
    color: #000;
    margin-bottom: 14px;
}

.colored-line {
    background: var(--floww-orange-color) none repeat scroll 0 0;
    height: 1px;
    margin: auto;
    width: 100px;
    display: none;
}

.section-sub-title>p {
    margin: 5px 0;
}

.spacer {
    height: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.spacer-50 {
    height: 50px;
}

.top-header-area a:hover {
    opacity: .7;
}

.categories li:hover {
    background: var(--floww-orange-color);
}

.social-icos a:hover {
    background: var(--floww-orange-color);
    color: #fff;
}

.subscribe button:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    background: #040e18;
}

.footer-top-area a:hover,
.footer-copyright-area a:hover {
    color: #fff;
}

.footer-top-area a.link-color:hover {
    color: #fff;
}

.blog-info>a:hover,
.blog-content-info>a:hover,
.question-answer-list-item>a:hover,
.single-blog-post>a:hover {
    color: #040e18;
}

.post-content-area>a:hover>h2 {
    color: var(--floww-orange-color);
}

.recent-post a:hover,
.tag-list a:hover {
    background-color: var(--floww-orange-color);
    color: #fff;
}

.brochures>a:hover {
    background-color: #040e18;
}

.next-prev-post a:hover {
    background-color: var(--floww-orange-color);
}

/* =========== Backgrounds CSS =========== */
.breadcumbs-bg {
    background-image: url(../img/bread-cumb-bg.jpg);
}

.contact-breadcumbs-bg {
    background-image: url(../img/contact-bread-cumb-bg.jpg);
}

.industry-breadcumbs-bg {
    background-image: url(../img/industry-bread-cumb-bg.jpg);
}

.services-breadcumbs-bg {
    background-image: url(../img/services-bread-cumb-bg.jpg);
}

.gallery-breadcumbs-bg {
    background-image: url(../img/gallery-bread-cumb-bg.jpg);
}

.projects-bread-cumb-bg {
    background-image: url(../img/projects-bread-cumb-bg.jpg);
}

.blog-bread-cumb-bg {
    background-image: url(../img/blog-bread-cumb-bg.jpg);
}

.cta-bg {
    background-image: url(../img/cta-bg.jpg);
}

.service-img-bg-1 {
    background-image: url(../img/service-img-bg-1.jpg);
}

.service-img-bg-2 {
    background-image: url(../img/service-img-bg-2.jpg);
}

.service-img-bg-3 {
    background-image: url(../img/service-img-bg-3.jpg);
}

.service-img-bg-4 {
    background-image: url(../img/service-img-bg-4.jpg);
}

.service-img-bg-5 {
    background-image: url(../img/service-img-bg-5.jpg);
}

.service-img-bg-6 {
    background-image: url(../img/service-img-bg-6.jpg);
}

.single-service-boxed-bg {
    background-image: url(../img/single-service-boxed-bg.jpg);
}

.service-boxed-bg {
    background-image: url(../img/service-boxed-bg.jpg);
}

.project-bg-1 {
    background-image: url(../img/project-bg-1.jpg);
}

.project-bg-2 {
    background-image: url(../img/project-bg-2.jpg);
}

.project-bg-3 {
    background-image: url(../img/project-bg-3.jpg);
}

.project-bg-4 {
    background-image: url(../img/project-bg-4.jpg);
}

.project-bg-5 {
    background-image: url(../img/project-bg-5.jpg);
}

.project-bg-6 {
    background-image: url(../img/project-bg-6.jpg);
}

.question-boxed-img {
    background-image: url(../img/question-boxed-img.jpg);
}

.blog-bg-1 {
    background-image: url(../img/blog-bg-1.jpg);
}

.blog-bg-2 {
    background-image: url(../img/blog-bg-2.jpg);
}

.blog-bg-3 {
    background-image: url(../img/blog-bg-3.jpg);
}

.blog-bg-4 {
    background-image: url(../img/blog-bg-4.jpg);
}

.blog-bg-5 {
    background-image: url(../img/blog-bg-5.jpg);
}

/* =========== End Backgrounds CSS =========== */

/* === Preloader CSS Area === */
.site-preloader-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.site-preloader-wrap .folding {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}

/* === End Preloader CSS Area === */

/* =========== Header Area CSS =========== */
.top-header-area {
    background: -moz-linear-gradient(left, rgba(var(--floww-orange-color-rgb), 0) 27%, rgba(var(--floww-orange-color-rgb), 0.03) 29%, rgba(var(--floww-orange-color-rgb), 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(var(--floww-orange-color-rgb), 0) 27%, rgba(var(--floww-orange-color-rgb), 0.03) 29%, rgba(var(--floww-orange-color-rgb), 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(var(--floww-orange-color-rgb), 0) 27%, rgba(var(--floww-orange-color-rgb), 0.03) 29%, rgba(var(--floww-orange-color-rgb), 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d53e5', endColorstr='var(--floww-orange-color)', GradientType=1);
    /* IE6-9 */
    padding: 15px 0;
}

.top-header-area a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.top-header-area .fa {
    color: var(--floww-orange-color);
    margin-right: 3px;
}

span.seprator {
    color: #1f2e96;
    margin: 0 10px;
}

.text-end {
    text-align: right !important;
    padding-right: 0;
}

/* === Navbar === */
.bg-light {
    background-color: #f8f9fa !important;
    padding: 0;
}

.bg-light .container {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 30px 10px;
    position: relative;
}

.navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 3px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--floww-orange-color);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2f7af8;
}

/* ==== Navbar Shirnk ====*/
.shrink {
    min-height: 35px;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1030;
    left: 0;
    top: 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.shrink .navbar-brand {
    font-size: 20px;
}

/* ==== End Navbar Shirnk ====*/

/* ==== Navbar Cross Icons ====*/
.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/* ==== End Navbar Cross Icons ====*/

/* ==== Navbar Dropdown Menu ====*/
.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item {
    display: block;
    padding: 10px 20px;
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
    transition: .5s all ease 0s;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    white-space: nowrap;
}

.dropdown-menu :last-child {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(var(--floww-orange-color-rgb), 0.9);
    padding-left: 35px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

/* ==== End Navbar Dropdown Menu ====*/

/* === Header Search Form === */
.header-search-bar {
    margin-top: -18px;
    position: absolute;
    right: -20px;
    top: 50%;
    color: #666;
    font-size: 15px;
}

.header-search-bar:after {
    font-family: fontawesome;
    content: "\f002";
}

.header-search-bar:after {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1
}

.header-search-bar form {
    position: relative;
    z-index: 9;
}

.header-search-bar input[type="search"] {
    border: medium none;
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    background: none;
}

.header-search-bar input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}

/* === End Header Search Form === */

/* === Slider Area === */
.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.custom-btn {
    background-color: var(--floww-orange-color);
    color: #fff;
    border: 1px solid var(--floww-orange-color);
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.custom-btn1 {
    background-color: var(--floww-orange-color);
    color: #fff;
    border: 1px solid var(--floww-orange-color);
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.custom-btn1:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}

/*
Hero slider style
==========================*/
.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
}

.item-bg1 {
    background-image: url('../img/slider-1.jpg');
}

.item-bg2 {
    background-image: url('../img/slider-2.jpg');
}

.item-bg3 {
    background-image: url('../img/slider-3.jpg')
}

.hero-text {
    padding: 0 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: #fff;
    font-size: 17px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-nav .owl-prev {
    background-color: var(--floww-orange-color);
    position: absolute;
    left: 100px;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}

.hero-slider .owl-nav .owl-next {
    background-color: var(--floww-orange-color);
    position: absolute;
    right: 100px;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}

.hero-slider .owl-nav {
    margin-top: 0;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.hero-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
}

.hero-slider .owl-dot {
    display: inline-block;
    margin: 5px;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
    background: var(--floww-orange-color);
}

@media only screen and (max-width: 768px) {
    .special-text-custom {
        font-size: 18px;
    }

    .single-hs-item {
        height: 550px;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .hero-slider .owl-nav .owl-next {
        top: auto;
        margin: 0;
        right: 50px;
        bottom: 35px;
        z-index: 999;
    }

    .hero-slider .owl-nav .owl-prev {
        top: auto;
        margin: 0;
        left: 50px;
        bottom: 35px;
        z-index: 999;
    }

    .hero-slider .owl-dots {
        bottom: 42px;
        left: 50px;
        right: 50px;
    }
}

/* === End Slider Area === */

/* === Breadcumbs Area === */
.theme-breadcumbs-area {
    background-color: #ddd;
    background-size: cover;
    height: 290px;
    background-position: center center;
    font-size: 18px;
    text-transform: uppercase;
}

.theme-breadcumbs-area h2 {
    margin: 0 0 10px;
    padding: 9px 0 0 13px;
    position: relative;
    z-index: 2;
}

.theme-breadcumbs-area h2::before {
    background: #91c4f3 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 60px;
    z-index: -1;
}

.breadcumb-table {
    width: 100%;
    height: 100%;
    display: table;
}

.breadcumb-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.theme-breadcumbs-area a {
    color: #6a6868;
}

.theme-breadcumbs-area span {
    color: var(--floww-orange-color);
}

/* === End Breadcumbs Area === */

/* === About Us Area === */
.about-section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.hero-boxed {
    padding-left: 88px;
    position: relative;
    margin-bottom: 30px;
}

.top-image-preview {
    text-align: right;
}

.bottom-image-preview {
    bottom: 0;
    position: absolute;
    width: 230px;
}

.boxed-images {
    position: relative;
}

.hero-boxed i {
    display: inline-block;
    background-color: var(--floww-orange-color);
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    position: absolute;
    left: 10px;
}

.hero-boxed h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-boxed p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

/* === End About Us Area === */

/* === CTA Area === */
.cta-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    padding: 60px 0;
    z-index: 1;
}

.cta-area:before {
    background: #000;
    content: "";
    opacity: .6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.cta-texts-area {
    padding-left: 15px;
    position: relative;
}

.cta-texts-area>h2 {
    margin: 0 0 5px;
    padding-top: 5px;
    font-weight: 600;
}

.cta-texts-area:before {
    position: absolute;
    background: var(--floww-orange-color);
    width: 4px;
    height: 70px;
    left: 0;
    top: 12px;
    content: "";
}

.cta-area .theme-btn {
    margin: 22px 0;
}

/* === End CTA Area === */

/* === Who We Area === */
.who-we-are-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f1f1f1;
}

.who-we-are {
    background: #f7f8fa;
}

.video-boxed {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.video-boxed img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease 0s;
}

.video-boxed:hover img {
    transform: scale(1.2);
}

.video-boxed .video-content {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.7;
    padding-top: 26%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 100%;
}

.video-boxed:hover .video-content {
    opacity: 0.8;
}

.video-boxed .title {
    display: block;
    margin-top: 15px;
    opacity: 1;
    text-transform: uppercase;
}

.video-boxed .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-boxed .icon li {
    display: inline-block;
}

.video-boxed .icon li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 41px;
    height: 75px;
    line-height: 77px;
    margin-right: 6px;
    padding-left: 8px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 75px;
}

.video-boxed .icon li a:hover {
    background: var(--floww-orange-color);
    border: 1px solid var(--floww-orange-color);
}

.who-we-info p {
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 14px;
    text-align: justify;
}

.who-btn {
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 100px;
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
    margin-top: 14px !important;
    font-size: 15px;
    background-color: var(--floww-orange-color);
    border: 1px solidvar(--floww-orange-color);
}

.who-btn:hover {
    background-color: #ffffff;
    color: var(--floww-orange-color);
    transition: .4s;
}

/* === End Who We Area === */

/* === Our Services Area === */
.services-section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.box-item {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}

span.box-item-icon {
    background: var(--floww-orange-color) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    border-radius: 50px;
}

.box-item>h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.box-item>p {
    margin: 5px 0 0;
}

.single-service-item {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    height: 285px;
}

.services-boxed-item {
    margin-bottom: 30px;
}

.separator-line {
    margin: 50px 0;
    height: 1px;
    background: #eee;
}

.services-boxed-item>h3 {
    margin: 25px 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.services-boxed-item p {
    margin: 0;
}

.single-service-boxed {
    background-color: #ddd;
    height: 480px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.service-boxed-preview {
    background-color: #ddd;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.lightbox-gallery {
    display: block;
    position: relative;
}

.lightbox-gallery::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 90%;
    left: 5%;
    position: absolute;
    top: 5%;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.lightbox-gallery::after {
    content: "\f216";
    color: var(--floww-orange-color);
    font-family: "Ionicons";
    font-size: 40px;
    left: 0;
    text-align: center;
    position: absolute;
    top: 60%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: .4s;
    -webkit-transition: .4s;
}

.lightbox-gallery:hover::before {
    visibility: visible;
    opacity: 1;
}

.lightbox-gallery:hover::after {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.list-boxed>li {
    font-size: 20px;
    margin-bottom: 7px;
    padding: 0;
}

.list-boxed>li::before {
    color: #ea8828;
    content: "";
    font-family: ionicons;
    font-size: 22px;
    left: 0;
    margin-right: 8px;
    top: 0;
}

.brochures>a {
    background: #ea8828 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 47px;
    position: relative;
}

.brochures.clearfix.mb-30>a::before {
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    left: 0;
    margin-right: 10px;
    padding-left: 23px;
    position: absolute;
}

.testimonial-for-service {
    background: #f7f8fa;
    padding: 20px 15px;
}

/* === End Our Services Area === */

/* === Projects Page CSS === */
.pagination-area>ul {
    text-align: center;
}

.pagination-area li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-area li a {
    border: 2px solid #999999;
    border-radius: 50%;
    color: #999999;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    width: 45px;
    transition: .4s;
    -webkit-transition: .4s;
}

.pagination-area li a:hover,
.pagination-area li.active a {
    color: var(--floww-orange-color);
    border: 2px solid var(--floww-orange-color);
}

.featured-project {
    padding: 0 0 100px;
}

.featured-project-box {
    border: 5px solid #f7f8fa;
    position: relative;
    overflow: hidden;
}

.featured-project-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.featured-project-box:hover:before {
    background: rgba(0, 0, 0, 0.7);
}

.featured-project-box img {
    width: 100%;
    height: auto;
}

.featured-project-box .project-details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.featured-project-box:hover .project-details {
    left: 0;
}

.featured-project-box .project-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.featured-project-box .project-title:after {
    content: "";
    display: block;
    width: 20%;
    border-bottom: 1px solid #fff;
    margin: 15px 0 15px;
}

.featured-project-box .description {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.featured-project-box .read {
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent var(--floww-orange-color) var(--floww-orange-color) transparent;
    position: absolute;
    bottom: 0;
    right: -100%;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.featured-project-box:hover .read {
    right: 0;
}

.featured-project-box .read i {
    position: relative;
    top: 2px;
    left: 6px;
}

.single-service-area>h2 {
    font-size: 40px;
    text-transform: uppercase;
}

/* === End Projects Page CSS === */

/* === Testimonials CSS Area === */
.testimonials {
    background-image: url(../img/paul-bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
}

.testimonials .colored-line {
    margin: 0 auto 30px;
}

.client-profile {
    border: 2px solid var(--floww-orange-color);
    border-radius: 50%;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    width: 90px;
}

.testimonials p.info {
    font-style: italic;
    margin: 50px 0;
    padding-left: 7px;
    position: relative;
    color: #fff;
}

.testimonials .info::before {
    content: "";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 0px;
    color: var(--floww-orange-color);
}

.testimonials h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.testimonials span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}

.testimonial-slides .owl-nav div {
    position: absolute;
    left: 25%;
    top: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 19px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    margin-top: -20px;
    opacity: .6;
    transition: .4s;
    -webkit-transition: .4s;
}

.testimonial-slides .owl-nav div:hover {
    opacity: 1;
    color: var(--floww-orange-color);
    border: 2px solid var(--floww-orange-color);
}

.testimonial-slides .owl-nav div.owl-next {
    left: auto;
    right: 25%;
}

.testimonial-single-slide {
    max-width: 590px;
    margin: auto;
}

/* === End Testimonials CSS Area === */

/* === Questions & Answer CSS Area === */
.question-boxed {
    height: 620px;
    background-position: center center;
    background-size: cover;
    background-color: #ddd;
    width: 100%;
}

.question-answer-list-item>h5 {
    font-weight: 700;
    line-height: 1.5;
    margin: 0px 0 8px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}

.question-answer-list-item span {
    color: var(--floww-orange-color);
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.question-answer-list-item>p {
    margin-bottom: 17px;
    font-size: 15px;
}

.question-answer-list-item>a {
    color: var(--floww-orange-color);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/* === End Questions & Answer CSS Area === */

/* === Our Awesome Team CSS Area === */
.our-awesome-team {
    background: #f7f8fa
}

.our-team {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.our-team .pic {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.our-team .layer-1 {
    width: 200%;
    overflow: hidden;
    transform: rotate(10deg) translate(-13%, 13%);
}

.our-team .layer-2 {
    background: #fff;
    overflow: hidden;
    transform: rotate(-16deg) translate(-9%, -13%);
}

.our-team .layer-3 {
    width: 51%;
    margin: 0 auto;
    transform: rotate(6deg) translateY(5%);
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    width: 50%;
    height: 150%;
    background: -moz-linear-gradient(left, rgba(var(--floww-orange-color-rgb), 0) 25%, rgba(var(--floww-orange-color-rgb), 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(var(--floww-orange-color-rgb), 0) 25%, rgb(216, 216, 216) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(var(--floww-orange-color-rgb), 0) 25%, rgba(var(--floww-orange-color-rgb), 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d53e5', endColorstr='var(--floww-orange-color)', GradientType=1);
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
}

.our-team:hover .social {
    transform: translateX(0px);
}

.our-team .social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    bottom: 95px;
    right: 25px;
}

.our-team .social-icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 4px 0;
    transform: scale(0);
    transition: all 0.2s ease-out 0.4s;
}

.our-team:hover .social-icon li a {
    transform: scale(1);
}

.our-team .social-icon li a.fa-facebook:hover {
    color: #4867aa;
}

.our-team .social-icon li a.fa-google-plus:hover {
    color: #db4437;
}

.our-team .social-icon li a.fa-twitter:hover {
    color: #1da1f2;
}

.our-team .team-info {
    padding: 20px 15px;
    margin: 25px;
    background: var(--floww-orange-color);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.our-team:hover .team-info {
    background: #fff;
    color: #272727;
}

.our-team .title {
    font-size: 20px;
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    text-transform: uppercase;
}

/* === End Our Awesome Team CSS Area === */

/* === Our Blog === */
.single-blog-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.single-blog-item img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.40s linear 0s;
    -webkit-transition: all 0.40s linear 0s;
}

.single-blog-item:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: transform 3s linear 0s;
    -webkit-transition: transform 3s linear 0s;
}

.single-blog-item .blog-content {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
}

.single-blog-item:hover .blog-content {
    opacity: 1;
}

.single-blog-item .blog-prof {
    margin: 20px 0 20px 0;
    position: relative;
    top: 25%;
}

.single-blog-item .blog-prof a {
    color: var(--floww-orange-color);
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-content-info>span {
    color: #999999;
    font-size: 15px;
}

.blog-content-info>h3 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 12px;
}

.blog-info>p {
    margin: 0 0 20px;
}

.blog-info>a {
    font-weight: 400;
    text-transform: uppercase;
    color: var(--floww-orange-color);
}

.blog-content-info {
    background: #f7f8fa none repeat scroll 0 0;
    padding: 14px;
}

.blog-content-info>a {
    color: var(--floww-orange-color);
    font-weight: 400;
}

.single-blog-post {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
}

.single-blog-post>a {
    font-weight: 400;
    color: var(--floww-orange-color);
    margin-top: 12px;
    display: inline-block;
}

.single-blog-post:first-child {
    padding: 0 0 40px;
}

.single-post-preview {
    height: 365px;
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-post-table {
    background: rgba(0, 0, 0, 0.5);
    display: table;
    height: 100%;
    width: 100%;
}

.single-post-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.post-content-area {
    color: #fff;
    padding-top: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.post-content-area>a {
    color: #fff;
}

.post-content-area>a>h2 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
    padding-left: 20px;
    padding-right: 20px;
}

.post-content-area>h2 {
    font-family: roboto;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-info {
    font-size: 18px;
    font-style: italic;
    padding: 0 7px;
    text-transform: uppercase;
}

.author-img {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    width: 100px;
}

.author-info {
    margin-bottom: -25px;
    position: relative;
    text-align: center;
    top: -55px;
}

.author-name a {
    color: var(--floww-orange-color);
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.single-blog-post blockquote {
    background: #f7f8fa none repeat scroll 0 0;
    border-left: 5px solid #7787ef;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 1px;
}

.next-prev-post {
    margin: 30px 0;
}

.next-prev-post a {
    background-color: #212529;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    width: 48%;
}

.recent-post>li {
    background: #f7f8fa none repeat scroll 0 0;
    margin-bottom: 5px;
}

.recent-post a {
    display: block;
    padding: 15px;
    text-transform: capitalize;
}

.categories li {
    background: #f7f8fa none repeat scroll 0 0;
    margin-bottom: 5px;
    transition: .4s;
    -webkit-transition: .4s;
}

.categories a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

.recent-post>li:last-child {
    margin-bottom: 0;
}

.thumb {
    border: 4px solid #fff;
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 10px;
    vertical-align: middle;
    width: 80px;
}

.recent-post p {
    font-size: 18px;
    margin: 0 0 5px;
}

.recent-post span {
    color: #313131;
    font-size: 14px;
}

.widget-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.widget-title::before {
    background: var(--floww-orange-color);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 55px;
}

.mb-30 {
    margin-bottom: 40px;
}

.tag-list>li {
    background: #f7f8fa none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 7px;
}

.tag-list a {
    display: block;
    font-size: 18px;
    padding: 7px 9px;
    text-transform: uppercase;
}

.blog-serch-form>input {
    border: 1px solid #ddd;
    height: 44px;
    padding: 0 15px;
    width: 100%;
}

.blog-serch-form {
    position: relative;
}

.blog-serch-form>button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: var(--floww-orange-color);
    font-size: 20px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

/* === End Our Blog === */

/* Comments Area CSS */
.comment-title {
    font-size: 21px;
    margin: 40px 0;
    font-weight: 400;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.comment-metadata>p {
    color: #b0afaf;
    font-size: 15px;
}

.comment-metadata h4 {
    font-weight: 400;
    margin: 0 0 3px;
}

.comment-reply-link {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.comment-reply-link:hover {
    color: var(--floww-orange-color);
}

.comment-form-wrap input {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

.comment-form-wrap textarea {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 3px;
    height: 160px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

.comment-form-wrap input.sbmt-btn {
    width: inherit;
    height: inherit;
    padding: 10px 30px;
    background: var(--floww-orange-color);
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
}

.comment-form-wrap input.sbmt-btn:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.comment-form-title {
    margin: 0 0 30px;
}

.space-20 {
    height: 20px;
}

/* End Comments Area CSS */

/* === Footer Area CSS === */
.footer-top-area {
    background: #262829;
}

.footer-logo {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
}

.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
}

.footer-wid.footer-menu li {
    line-height: 29px;
}

.footer-top-area a.link-color {
    color: var(--floww-orange-color);
    font-weight: 700;
}

.footer-top-area a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #838b8c;
}

.footer-wid {
    padding: 80px 0 40px;
}

.footer-wid-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.social-icos {
    padding: 0 0 40px;
}

.subscribe {
    margin-top: 10px;
}

.subscribe input {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #303030;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border-radius: 5px;
}

.subscribe button {
    background: var(--floww-orange-color) none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 45px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    border-radius: 5px;
}

.subscribe button:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    background: #040e18;
    color: #fff;
    transition: .5s;
}

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

.social-icos a {
    background: #838b8c none repeat scroll 0 0;
    border-radius: 50%;
    color: #262829;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
}

ul.list-inline li {
    display: inline-block;
}

.footer-copyright-area {
    background: #18191a;
    color: #838b8c;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
}

.footer-copyright-area a {
    color: #838b8c;
    font-size: 15px;
    font-weight: 400;
}

/* === End Footer Area CSS === */

/* === Gallery Page CSS === */
.portfolio-menu button {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    padding: 7px 18px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
    background: var(--floww-orange-color);
    color: #fff;
}

.single-portfolio-item {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 100%;
}

.mask-table {
    display: table;
    height: 100%;
    width: 100%;
}

.mask-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-portfolio-item .gallery-hover-overlay {
    background-color: var(--floww-orange-color);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container {
    height: 100%;
    padding: 20px 14px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container::before {
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0, 1);
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container::after {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1, 0);
    transition: transform 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container h4 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    transform: translateY(-10px);
    transition: all 0.5s ease 0s;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container .divider-border {
    border-bottom: 1px solid #fff;
    margin: 15px auto 11px;
    width: 60%;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container p {
    color: #fff;
    margin: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0s;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container .lightbox {
    background-color: #fff;
    border-radius: 50%;
    color: #767676;
    display: inline-block;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    text-align: center;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.5s ease 0s;
    width: 40px;
}

.single-portfolio-item .gallery-hover-overlay .overlay-container .lightbox:focus {
    outline: none;
    outline-offset: 0;
}

.single-portfolio-item:hover .gallery-hover-overlay {
    opacity: 1;
}

.single-portfolio-item:hover .gallery-hover-overlay .overlay-container:before {
    transform: scale(1, 1);
}

.single-portfolio-item:hover .gallery-hover-overlay .overlay-container:after {
    transform: scale(1, 1);
}

.single-portfolio-item:hover .gallery-hover-overlay .overlay-container h4 {
    transform: translateY(0);
}

.single-portfolio-item:hover .gallery-hover-overlay .overlay-container p {
    transform: translateY(0);
}

.single-portfolio-item:hover .gallery-hover-overlay .overlay-container .lightbox {
    transform: translateY(0);
}

#Container {
    display: block;
}

button:focus {
    outline: 0;
    outline: 0;
}

/* === End Gallery Page CSS === */

/* === Industries Page CSS === */
.industries-area {
    padding-top: 100px;
    padding-bottom: 50px;
}

.industry-content {
    background-color: #f7f8fa;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.industry-content i {
    color: var(--floww-orange-color);
    font-size: 80px;
}

.industry-content h3 {
    color: var(--floww-orange-color);
    font-size: 18px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.industry-content p {
    margin: 0;
    font-size: 15px;
}

/* === End Industries Page CSS === */

/* === Contact Page CSS === */
.area-title {
    border-bottom: 1px solid #f7f8fa;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.area-title::before {
    background: var(--floww-orange-color) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px;
}

.contact-us .media {
    border: 1px solid #f7f8fa;
    padding: 40px 20px;
    transition: .4s;
    -webkit-transition: .4s;
    display: flex;
}

.contact-us .media:hover {
    background: #f7f8fa;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.contact-us .media .media-left {
    padding-right: 15px;
}

.contact-us .media .media-left i {
    font-size: 40px;
    color: var(--floww-orange-color);
}

.contact-us .media .media-body h4 {
    color: #666;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    font-size: 20px;
}

.contact-form-area {
    padding: 100px 0 0;
}

.form-group {
    margin-bottom: 20px;
}

.contact-form-area .form-group .form-control {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 60px;
    box-shadow: none;
    font-size: 14px;
}

.contact-form-area .form-group textarea.form-control {
    height: auto !important;
}

.contact-form-area .form-group label {
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-form-area .btn-send-message {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
}

#map iframe {
    background-color: #eaeaea;
    height: 500px;
    width: 100%;
    margin-bottom: -10px;
}

/* === End Contact Page CSS === */

/* === Back to top button Area CSS === */
.gototop {
    display: none;
    -webkit-animation: hide 350ms ease-out forwards 1;
    animation: hide 350ms ease-out forwards 1;
    padding: 15px;
    border: 0;
    font-size: 20px;
    text-align: center;
    background-color: var(--floww-orange-color);
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 35px;
    box-shadow: 0 2px 10px rgba(var(--floww-orange-color-rgb), 0.5);
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    cursor: pointer;
}

.gototop>span {
    display: inline-block;
    -webkit-transition: transform 100ms 100ms ease-in-out;
    transition: transform 100ms 100ms ease-in-out;
}

.gototop:hover,
.gototop:focus {
    background-color: #4c62f4;
}

.gototop:hover>span,
.gototop:focus>span {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.isvisible {
    -webkit-animation: show 1s ease-out forwards 1;
    animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    25% {
        opacity: .5;
        -webkit-transform: rotate(-3deg) translateY(-40px);
    }

    75% {
        -webkit-transform: rotate(3deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: .5;
        transform: rotate(-3deg) translateY(-40px);
    }

    75% {
        transform: rotate(3deg);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        opacity: .5;
        -webkit-transform: rotate(-3deg) translateY(-40px);
    }

    75% {
        -webkit-transform: rotate(3deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
}

@keyframes show {
    0% {
        transform: rotate(0deg);
    }

    25% {
        opacity: .5;
        transform: rotate(-3deg) translateY(-40px);
    }

    75% {
        transform: rotate(3deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

/* === End Back to top button Area CSS === */

/* === Pricing Section Style === */
.pricing-area {
    padding: 70px 0 50px;
}

.pricing-table {
    background-color: #fff;
    border: 1px solid #e8e8e9;
    box-shadow: 1px 1px 1px 0 #f4f4f4;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-table:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}

.pricing-table h3 {
    color: #333;
    font-size: 20px;
    margin-top: 0;
    font-weight: 400;
    padding: 25px 15px;
    text-align: center;
    text-transform: uppercase;
}

.price {
    background: #2f7af8;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 124px;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.price span {
    display: block;
    font-size: 32px;
    margin-top: 39px;
    margin-bottom: 10px;
}

.pricing-list {
    border-top: 1px dashed #eaeaea;
    list-style: outside none none;
    margin-bottom: 0;
    text-align: center;
}

.pricing-list li {
    border-bottom: 1px dashed #eaeaea;
    font-size: 18px;
    padding: 8px 15px;
    transition: all 0.3s ease 0s;
}

.pricing-list li:hover {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pricing-btn {
    padding: 20px 0;
}

.btn-pricing-bg {
    background: #2f7af8 none repeat scroll 0 0;
    border: 2px solid #2f7af8;
    border-radius: 2px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    padding: 6px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    display: inline-block;
}

.btn-pricing-bg:hover,
.pricing-area .btn-pricing-bg:focus {
    background: #040e18 none repeat scroll 0 0;
    border: 2px solid #040e18;
    color: #fff;
}

/* === End Pricing Section Style === */
/* 404 Page */
.error-section {
    padding: 200px 0;
}

.error-section h1 {
    color: #68b808;
    font-size: 55px;
    margin: 0 30px 0;
}

.return {
    font-weight: 500;
    margin: 30px 0 13px;
}

/* End 404 Page */