/*==================

================================*/


/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&amp;family=Rubik:wght@300;500;700&amp;display=swap");
body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6a7695;
    overflow-x: hidden;
}

p {
    color: #6e6e6e;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    font-size: 15px;
}


/*--------------------
 TYPOGRAPHY
-----------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #263b5e;
}

.h1,
h1 {
    font-size: 46px;
}

.h2,
h2 {
    font-size: 32px;
}

.h3,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 22px;
}

.h5,
h5 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #263b5e;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #F08100;
}


/*-------------------
BUTTONS STYLE
----------------=----*/

.btn {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 16px 33px;
    border-radius: 35px;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
    border: 2px solid transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

.btn i {
    display: inline-block;
    padding-left: 18px;
}

.btn-small {
    padding: 12px 25px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-main {
    background: #F08100;
    color: #fff;
    border-color: #F08100;
}

.btn-main:hover {
    color: #fff;
    border-color: #408858;
    background: #408858;
}

.btn-main2 {
    background: #408858;
    color: #fff;
    border-color: #408858;
}

.btn-main2:hover {
    background: #F08100;
    color: #fff;
    border-color: #F08100;
}

.btn-border {
    background: transparent;
    color: #222;
    border-color: #408858;
}

.btn-border:hover {
    color: #fff;
    border-color: #408858;
    background: #408858;
}

a {
    color: #F08100;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

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

a:focus {
    text-decoration: none;
}

a:focus,
a:visited {
    outline: none;
}

ul,
ol {
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.p-200 {
    padding: 0px 200px;
}

.form-control {
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    box-shadow: none;
}


/*====================
Banner Area
======================*/

.section-padding {
    padding: 50px 0px;
}

.page-wrapper {
    padding: 100px 0px;
}

.section-heading {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-heading .subheading {
    font-size: 100px;
    opacity: .15;
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #408858;
    z-index: -1;
}

.section-heading h2 {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-top: 10px;
}

.subtitle {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #408858;
    position: relative;
    font-weight: 600;
}

.page-header {
    padding: 80px 0px;
    position: relative;
    background: url("../img/final-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
}

.page-header:before {
    position: absolute;
    content: "";
    background: #263b5e;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.page-header .block h1 {
    color: #fff;
}

.page-header .block ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.page-header .block ul li a {
    color: #fff;
}


/*-------------------
   MENU
----------------------*/

.site-navigation {
    position: absolute;
    top: 20px;
    z-index: 9;
    width: 100%;
}

.navbar {
    background: #fff;
    padding: 10px 20px;
}

.navbar-nav .nav-link {
    padding-right: 30px !important;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: #222;
}

.navbar-nav .nav-link:hover {
    color: #F08100;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%;
}

.header-contact-icon {
    width: 50px;
    height: 50px;
    background: #408858;
    text-align: center;
    margin-right: 20px;
    border-radius: 32px;
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
}

.contact-text span {
    font-size: 14px;
}

.contact-text h4 {
    font-weight: 700;
}


/*-------------------
  DROPDOWN MENU
----------------------*/

.dropdown-menu {
    opacity: 0;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    transition: all .4s;
    text-transform: uppercase;
    border-left: 2px solid transparent;
    opacity: .7;
}

.dropdown-item:hover {
    text-decoration: none;
    padding-left: 20px;
    opacity: 1;
    background: #f5f5f5;
}

.dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown .dropdown-menu {
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
    min-width: 265px;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.menu_fixed {
    background: #fff;
    position: fixed;
    top: 0px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.menu_fixed .header-contact-icon {
    background: #F08100;
    color: #fff;
}

.site-navigation2 .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}


/* ================
 BAnner
================*/

.banner {
    position: relative;
    background: #ECF1DF;
}

.banner .banner-content {
    padding: 135px 0px 0px;
}

.banner .banner-content span.subheading {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #408858;
    position: relative;
    padding-left: 60px;
    font-weight: 600;
}

.banner .banner-content span.subheading:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #408858;
}

.banner .banner-content h1 {
    font-size: 75px;
    margin: 25px 0px 30px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
    font-family: "Rubik", sans-serif;
    color: #252525;
}

.banner .banner-content p {
    padding-right: 160px;
    margin-bottom: 40px;
}

.banner-img {
    padding: 150px 0px 0px;
}

.btm-bg {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.btm-bg img {
    width: 100%;
}

.banner-btn .btn {
    margin-right: 10px;
}

.banner-2 {
    background: url("../img/slider/home-3.jpg") center center;
    background-size: cover;
    position: relative;
}

.banner-2:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*    background: #ECF1DF;*/
    opacity: .9;
}


/*=================
FEATURE Section
====================*/

.feature {
    padding: 60px 0px 30px;
}

.feature-item {
    transition: 0.5s;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.feature-item .feature-img {
    margin-right: 30px;
}

.feature-item .feature-img img {
    max-height: 130px;
}

.feature-item .feature-content h4 {
    margin-bottom: 15px;
}

.feature-item p {
    margin-bottom: 0px;
}

.feature-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.feature-item:hover:before {
    width: 100%;
    background: #F08100;
}


/*==================
Services
==================*/

.service {
    padding-bottom: 130px;
}

.service .service-img {
    margin: 0 auto 40px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 100%;
}

.service .service-img img {
    width: 100%;
}

.service .service-img span {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #F08100;
    text-align: center;
    border-radius: 100%;
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    z-index: 2;
}

.service-item {
    text-align: center;
    transition: 0.5s;
    position: relative;
    background: #fff;
    padding: 35px 35px 0px 35px;
}

.service-item h4 {
    transition: 0.5s;
}

.service-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-item:hover .read-more {
    color: #F08100;
    border-color: #F08100;
}

.service-item:hover h4 {
    color: #F08100;
}

.service-item p {
    margin: 15px 0px 35px;
}

.service-item .btn {
    margin-bottom: -30px;
}

.read-more {
    color: #408858;
    border-bottom: 2px solid #408858;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}


/* ===========================
 CTA BG
================================*/

.cta {
    background: url("../img/final-bg.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px;
    position: relative;
    /*    margin-bottom: 100px;*/
}

.cta .cta-content {
    background: #fff;
    padding: 50px;
    position: relative;
    border-left: 10px solid #408858;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: -100px;
    border-radius: 8px;
}

.cta .cta-content h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.3;
}

.cta .cta-content h2 span {
    text-decoration: underline;
    -webkit-text-decoration-color: #F08100;
    text-decoration-color: #F08100;
    font-weight: 700;
}


/*=================
ABOUT Section
====================*/

.about {
    padding: 60px 0px 40px 0px;
}

.about-img {
    position: relative;
    margin-right: 50px;
    margin-top: 30px;
}

.about-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.about-img:after {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 100%;
    right: -30px;
    border: 10px solid #ECF1DF;
    content: "";
    z-index: -1;
}

.about-img .video-play {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: url(../img/quality.png);
    text-align: center;
    padding-top: 38px;
    color: #408858;
    font-size: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


/*
.about-img .video-play:hover {
    background: #408858;
    color: #fff;
}
*/

.about-img img {
    width: 100%;
}

.about-info {
    margin-bottom: 0px;
}

.about-info p {
    margin: 20px 0px 30px;
    text-align: justify;
    line-height: 24px;
}

.about-info ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
    font-weight: 600;
    color: #333;
}

.about-info ul li i {
    color: #408858;
    margin-right: 10px;
}

.about-info .btn {
    margin-top: 25px;
}


/*=================
Process Section
====================*/

.process-wrap {
    margin-top: 40px;
}

.process-item {
    margin-bottom: 30px;
}

.process-item .process-icon {
    float: left;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    background: #F08100;
    text-align: center;
    color: #fff;
    padding-top: 12px;
    border-radius: 100%;
}

.process-item .process-icon.style-2 {
    background: #408858;
}

.process-item .process-text {
    overflow: hidden;
}

.process-item .process-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.process-item p {
    margin-bottom: 0px;
}


/*=====================
Products section
====================*/

.product {
    padding-bottom: 70px;
}

.product-item {
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 35px 35px 35px;
    border: 2px solid #eef2fb;
    border-radius: 4px;
    position: relative;
    transition: .4s;
}

.product-item:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 40px;
    height: 3px;
    right: 0px;
    background: #408858;
    margin: 0 auto;
    opacity: 0;
    transition: .4s;
}

.product-item:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}

.product-item:hover:before {
    opacity: 1;
}

.product-item .product-img {
    margin-bottom: 50px;
}

.product-item .product-text h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}

.product-item .price-info h6 {
    color: #408858;
    margin-bottom: 0px;
}

.product-item .price-info h6 span {
    text-decoration: line-through;
    color: #CCC8C8;
    margin-left: 5px;
}

.rating {
    margin-bottom: 10px;
}

.rating i {
    font-size: 13px;
}

.btn-text {
    text-align: center;
    margin-top: 70px;
}

.btn-text p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #222;
}


/*==================
CTA-2
==================*/

.cta-2 {
    background: url("../images/bg/cta.jpg") center center;
    background-size: cover;
}

.cta-2 .section-heading {
    margin-bottom: 0px;
}

.cta-2 .section-heading .btn {
    background: #fff;
    border-color: #fff;
    color: #408858;
}

.cta-2 .section-heading .btn:hover {
    background: #F08100;
    border-color: #F08100;
    color: #fff;
}

.cta-2 .section-heading .subtitle {
    color: #fff;
}

.cta-2 .section-heading h2 {
    margin: 20px 0px 30px;
    color: #fff;
}


/*==================
    Order Processed
=========================*/

.order-booking {
    padding-bottom: 70px;
}

.order-item {
    border: 2px solid #eef2fb;
    padding: 30px 20px;
    position: relative;
    transition: .4s;
    margin-bottom: 30px;
}

.order-item.active,
.order-item:hover {
    background: #eef2fb;
}

.order-item.active i,
.order-item:hover i {
    background: #F08100;
    color: #fff;
}

.order-item h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #495057;
    line-height: 30px;
}

.order-item p {
    margin-bottom: 0px;
}

.order-item i {
    width: 50px;
    height: 50px;
    background: #ECF1DF;
    text-align: center;
    color: #F08100;
    padding-top: 13px;
    border-radius: 100%;
    position: absolute;
    top: -26px;
    right: 30px;
    transition: .4s;
    font-size: 20px;
    border: 2px solid #fff;
}


/*====================
 DEAL Section
 ==========================*/

.pb-190 {
    padding-bottom: 190px;
}

.deal-info.section-heading {
    margin-bottom: 0px;
    padding-left: 20px;
}

.deal-info.section-heading h2 {
    font-size: 75px;
    margin-bottom: 15px;
}

.deal-info.section-heading p {
    margin-bottom: 30px;
    font-size: 17px;
    padding: 0px 50px;
}

.deal-inner {
    background: #ECF1DF;
    padding: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin-top: -90px;
}

.deal-img {
    position: relative;
    z-index: 1;
}

.deal-img:before {
    position: absolute;
    content: "";
    top: 10px;
    right: -45px;
    width: 400px;
    height: 400px;
    background: #fff;
    z-index: -1;
    border-radius: 100%;
}

.deal-img .deal-coupon {
    position: absolute;
    right: -40px;
    top: 40px;
    background: #F08100;
    padding: 3px 14px;
    border-radius: 100%;
    font-weight: 700;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 20px;
    text-align: center;
    padding-top: 13px;
    text-transform: uppercase;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


/*====================
Clients Carousel
=======================*/

.clients-carousel {
    padding: 50px 0px;
}

.clients-thumb {
    width: 100%;
    max-width: 10rem;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}


/*============================== 
FOOTER section
===================== */

.footer {
    border-top: 1px solid #eef2fb;
}

.footer-top {
    padding: 80px 0px 30px;
}

.footer-btm {
    padding: 35px 0px 25px;
}

.footer-btm p {
    margin-bottom: 0px;
}

.footer-about p {
    padding-right: 30px;
}

.footer-gallery ul li {
    width: 30%;
    float: left;
    margin: 3px;
}

.footer-gallery ul li img {
    border-radius: 5px;
}

.footer-widget .widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget .widget-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #408858;
}

.footer-contact ul li {
    line-height: 35px;
}

.footer-contact ul li i {
    margin-right: 10px;
    color: #408858;
}

.footer-contact ul li a {
    color: #6a7695;
}

.footer-contact ul li a:hover {
    color: #F08100;
    padding-left: 10px;
}

.footer-contact ul li a.fsml:hover {
    font-size: 14px;
}

.copyright-bg {
    background: #f1f6fa;
    padding: 20px 0px;
}

.footer-btm p {
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.footer-btm-menu a {
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    padding-left: 20px;
}

.footer-btm-menu a:last-child {
    border-left: 1px solid #ddd;
    margin-left: 16px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f1f6fa;
    display: inline-block;
    border-radius: 100%;
    padding-top: 7px;
    color: #222;
}

.footer-socials a:hover {
    background: #408858;
    color: #fff;
}


/*=======================
Contact Form Page
=====================*/

.contact-section {
    padding-bottom: 70px;
}

.contact-item {
    border: 2px solid #eef2fb;
    padding: 35px 20px;
    text-align: center;
    flex-basis: 33.33%;
    margin: 0px 10px 30px;
    border-radius: 4px;
}

.contact-item p {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #408858;
}

#contactForms .form-control {
    transition: all 0.3s ease-in-out;
    background: #eef2fb;
    height: 55px;
    border-radius: 35px;
    padding-left: 20px;
    border-color: transparent;
}

#contactForms .form-control:focus {
    background: transparent;
    border-color: #F08100;
}

#contactForms textarea.form-control {
    height: auto;
    border-radius: 15px;
}

.map {
    height: 350px;
    background: #eee;
}


/*===================
Team Section
================== */

.secondary-bg {
    background: #f1f6fa;
}

.secondary-bg .subheading {
    z-index: 1;
}

.team-item {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.team-item:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #408858;
    opacity: 0;
    transition: all .4s;
}

.team-item:hover:before {
    opacity: .5;
}

.team-item:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.team-item:hover ul {
    opacity: 1;
}

.team-info {
    position: relative;
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-top: 2px solid #408858;
}

.team-info h4 {
    margin-bottom: 0px;
    font-size: 20px;
}

.team-info p {
    margin-bottom: 0px;
    color: #408858;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-info ul {
    opacity: 0;
    transition: all .4s;
    position: absolute;
    top: -56px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.team-info a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    border-radius: 100%;
    color: #F08100;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.team-info a:hover {
    background: #408858;
    border-color: #408858;
    color: #fff;
}


/*=============================
 Service page
==========================*/

.feature-2 {
    padding: 50px 0px 0px;
}

.feature-item.style-2 {
    background: #F1F6FC;
    padding: 40px;
    display: block;
    text-align: center;
}

.feature-item.style-2 .feature-img {
    margin-right: 0px;
    margin-bottom: 30px;
}


/*================
Service-2
======================*/

.service-carousel .owl-theme .owl-dots .owl-dot.active span,
.service-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #F08100;
}

.service-carousel .owl-dots {
    margin-top: 40px;
}

.service-item.style-2 {
    padding: 30px;
    border: 1px solid #F1F6FC;
}

.service-item.style-2 .service-img {
    margin-bottom: 25px;
    border: 0px;
    width: 200px;
    height: 200px;
    position: relative;
}


/*=======================
Testimonial
=========================*/

.review .review-item {
    padding: 40px 30px 30px 30px;
    background: #F1F6FA;
    text-align: center;
    border-radius: 20px;
}

.review .review-item i {
    font-size: 40px;
}

.review .review-item .desc {
    margin: 20px 0px 30px;
    color: #222;
    font-size: 18px;
    line-height: 36px;
}

.review.owl-carousel .owl-nav {
    position: absolute;
    left: 0px;
    left: -53%;
    bottom: 14%;
}

.review.owl-carousel .owl-nav button.owl-prev,
.review.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: #F1F6FA;
    border-radius: 100%;
}

.review.owl-carousel .owl-nav button.owl-prev:hover,
.review.owl-carousel .owl-nav button.owl-next:hover {
    background: #408858;
    color: #fff;
}

.review.owl-carousel .owl-nav button.owl-prev {
    background: #408858;
    color: #fff;
}

.client-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-wrap .client-img {
    border-radius: 100%;
    overflow: hidden;
    max-width: 70px;
    margin-right: 20px;
    border: 5px solid #fff;
}

.client-info h6 {
    margin-bottom: 0px;
}

.client-info p {
    margin-bottom: 0px;
}


/*============

Fixed btm top
--------------*/

.fixed-btm-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.fixed-btm-top .scroll-to-top {
    display: inline-block;
    text-align: center;
    height: 50px;
    background: #408858;
    color: #fff;
    width: 50px;
    border-radius: 100%;
    padding-top: 10px;
    opacity: 0;
}

.fixed-btm-top .scroll-to-top:hover {
    background: #F08100;
    color: #fff;
}

.scroll-to-top.reveal {
    opacity: 1;
    visibility: visible;
}


/*===================
Blog Main section home
=====================*/

.blog-section {
    background: #f1f6fa;
    padding-bottom: 70px;
    margin-top: 80px
}

.blog-post {
    transition: .4s;
    background: #fff;
    margin-bottom: 30px;
}

.blog-post:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
}

.blog-post:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-post .post-media {
    position: relative;
    transition: .4s;
    overflow: hidden;
}

.blog-post .post-media img {
    transition: .4s;
    width: 100%;
}

.blog-post .post-media span {
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
    text-align: center;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    z-index: 2;
}

.blog-post .post-content {
    padding: 20px 30px 30px 30px;
}

.blog-post .post-content .post-meta {
    border-bottom: 2px solid #eef2fb;
    padding-bottom: 15px;
}

.blog-post .post-content .post-meta span {
    margin-right: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6f7172;
    font-size: 12px;
}

.blog-post .post-content .post-meta span i {
    margin-right: 10px;
    color: #ddd;
}

.blog-post .post-content .post-title {
    margin: 18px 0px 13px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -.5px;
}

.blog-post .post-content .btn {
    padding: 13px 30px;
    margin-top: 15px;
}

.blog-post .post-content .btn:hover {
    background: #F08100;
    border-color: #F08100;
    color: #fff;
}

.blog-post:hover h2 {
    color: #F08100;
}


/*==================
Blog PAge 
==================== */

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

.post-bg {
    background: #faf9ff;
    border: 1px solid #eef2fb;
}

.post-bg .post-content {
    padding: 30px 40px 40px 40px;
}


/*-----------------
Right Sidebar
-----------------*/

.blog-sidebar .widget {
    padding: 30px;
    background-color: white;
    border: 2px solid #eef2fb;
    border-top-width: 4px;
    margin-bottom: 40px;
    transition: .4s;
    /* ----TAGS-----*/
    /*--------- SEARCH FORM -----------*/
    /*============== Widgte Categories ============ */
}

.blog-sidebar .widget:hover {
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    border-top-color: #8fb569;
}

.blog-sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.blog-sidebar .widget .widget-title:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #8fb569;
}

.blog-sidebar .widget ul,
.blog-sidebar .widget ol {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
    font-size: 13px;
    background: #f5f5f5;
    padding: 6px 16px;
    text-transform: uppercase;
    color: #333;
    margin: 0px 5px 10px 0px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
    background: #408858;
    color: #fff;
}

.blog-sidebar .widget.widget_search input {
    height: 55px;
    position: relative;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 9px 10px 9px 20px;
    width: 100%;
}

.blog-sidebar .widget.widget_search .search-form {
    position: relative;
}

.blog-sidebar .widget.widget_search .search-form [type=submit] {
    color: #fff;
    background: #408858;
    border: 1px solid #408858;
    padding: 12px 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog-sidebar .widget.widget_search .search-form [type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li {
    border-top: 1px solid #eaedff;
    padding: 15px 0;
    overflow: hidden;
    text-align: right;
    color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a {
    display: block;
    color: #647589;
    float: left;
}

.blog-sidebar .widget.widget_categories ul li a i {
    margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
    color: #408858;
}


/*==============
Recent post widget
====================*/

.recent-posts li {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.recent-posts li:last-child {
    margin-bottom: 0px;
    border: 0px;
}

.widget-post-thumb {
    max-width: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.widget-post-body h6 {
    margin-bottom: 0px;
}

.widget-post-body span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}


/*=====================
Blog pagination
===================*/

.blog-pagination {
    margin-top: 60px;
}

.blog-pagination ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    clear: both;
    display: flex;
    align-items: center;
}

.blog-pagination ul li {
    margin-right: 10px;
}

.blog-pagination ul li.active a {
    color: #fff;
    background: #408858;
    border-color: #408858;
}

.blog-pagination ul li a {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #408858;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
}

.blog-pagination ul li a:hover {
    background: #408858;
    color: #fff;
    border-color: #408858;
}


/*==========================
Single Blog Page 
===========================*/

.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
    margin-bottom: 20px;
}

.post-single img {
    margin-bottom: 20px;
}

.post-single blockquote {
    padding: 40px 30px 40px;
    margin-top: 35px;
    line-height: 1.5;
    font-size: 24px;
    background: #8fb569;
    position: relative;
    padding-left: 120px;
    color: #fff;
}

.post-single blockquote:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 60px;
    opacity: 0.3;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
}

.post-single blockquote i {
    font-size: 30px;
    display: none;
}

.post-single blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-single .post-meta {
    border-bottom: 2px solid #eef2fb;
    padding-bottom: 15px;
}

.post-single .post-meta span {
    margin-right: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6f7172;
    font-size: 12px;
}

.post-single .post-meta span i {
    margin-right: 10px;
    color: #ddd;
}


/*=====================
 Single Post Tags
==========================*/

.blog-footer {
    margin-top: 60px;
}

.single-tags a {
    display: inline-block;
    padding: 6px 16px;
    margin: 0px 5px;
    border: 2px solid #f0f0f0;
    color: #333;
    border-radius: 5px;
}

.single-tags a:hover {
    background: #F08100;
    color: #fff;
    border-color: #F08100;
}

.post-share a {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    text-align: center;
    padding-top: 12px;
    color: #777;
    display: inline-block;
    border-radius: 100%;
}

.post-share a:hover {
    background: #408858;
    color: #fff;
}


/*=====================
 Author Info
==========================*/

.author {
    margin: 40px 0px;
    padding: 40px;
    background: #f5f5f5;
    position: relative;
}

.author .author-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 25px;
}

.author .author-img img {
    border-radius: 100%;
    border: 5px solid #fff;
}

.author .author-info {
    overflow: hidden;
}

.author .author-info .author-designation {
    color: #F08100;
}

.author .author-info h4 {
    margin-bottom: 0px;
}

.author .author-info ul {
    margin: 25px 0px 0px;
}

.author .author-info ul li a {
    color: #222;
    padding: 0px 6px;
}


/*=====================
 CommentS Area
==========================*/

.comments {
    margin: 90px 0px;
}

.comments .commment-title {
    margin-bottom: 60px;
}

.comments .media {
    margin-bottom: 25px;
}

.comments .media img {
    border-radius: 100%;
}

.comments .media .media-body {
    padding-left: 20px;
}

.comments .media .media-body .media {
    margin-top: 35px;
}

.comments .media .media-body h5 span {
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    color: #F08100;
    border-left: 1px solid #eee;
}

.comments .media .reply-link {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    float: right;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}

.comments .media .reply-link i {
    margin-right: 5px;
}

.comments .media .reply-link:hover {
    color: #F08100;
}


/*=====================
 Comment Forms
==========================*/

.comments-form {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 15px;
}

.comments-form h3 {
    margin-bottom: 10px;
}

.comments-form .comment_form {
    margin-top: 30px;
}

.comments-form .comment_form .form-control {
    height: 50px;
    border-radius: 40px;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
    border: 1px solid #eee;
}

.comments-form .comment_form textarea.form-control {
    height: auto;
    border-radius: 15px;
}

.comments-form .comment_form .btn {
    padding: 14px 30px 14px 30px;
    margin-top: 20px;
}


/*=====================
 Single POst Navigation
==========================*/

.blog-navigation {
    margin: 60px 0px;
    padding: 50px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    clear: both;
}

.blog-navigation a {
    color: #222;
    font-size: 20px;
}

.blog-navigation a span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #408858;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog-navigation .next-post {
    text-align: right;
    float: right;
}

.single-tags {
    margin-bottom: 20px;
}

.single-tags a {
    margin-bottom: 10px;
}

.post-share a {
    margin-bottom: 10px;
}

.fw-fs {
    font-weight: bold;
    font-size: 14px;
}


/*
.fos {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
*/

.owner-ceo {
    background: #408858;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 10px;
    font-family: 'Roboto Slab', serif
}

.owner-ceo a {
    color: #fff;
}

.bene li {
    color: #6e6e6e;
}

.bene li i {
    color: #F08100;
    margin-right: 5px
}


/*gallery*/

.shop-item .inner-box {
    position: relative;
}

.shop-item {
    position: relative;
    margin-bottom: 40px;
}

.shop-item .inner-box .image {
    position: relative;
    background-color: #f8f8f8;
}

figure {
    margin: 0;
}

.shop-item .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.shop-item img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}


/*
img {
    max-width: 100%;
}
*/

.shop-item .lightbox-image:hover {
    opacity: 1;
}

.shop-item .lightbox-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background: rgba(0, 0, 0, .70);
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .lightbox-image .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 32px;
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    line-height: 66px;
}

.pb-150 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px
}

.navbar-nav li.nav-item .active {
    color: #F08100;
}


/* Make the image fully responsive */

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.d-lg-flex h4,
.order-item-new h4 {
    font-family: 'Roboto Slab', serif
}

.top-header {
    background: #408858;
    padding: 8px 0
}

.top-header ul.list-unstyled li i {
    margin-right: 10px;
    color: #F08100;
}

.top-header ul.list-unstyled li {
    color: #fff;
}

.top-header .footer-socials a {
    width: 28px;
    height: 28px;
    padding-top: 0
}

.top-header .footer-socials {
    float: right
}

.top-header ul.list-unstyled li {
    display: inline-block
}

@media only screen and (max-width:600px) {
    .top-header .footer-socials {
        display: none
    }
    .wbr {
        word-break: break-all
    }
    .owner-ceo {
        font-size: 20px !important
    }
    .order-item h4 {
        font-size: 15px
    }
}

.widget-title {
    font-size: 18px;
    text-transform: none;
    margin: 13px 0 20px;
}

.widget-contact ul {
    list-style: none;
    margin-bottom: 0;
    font-weight: 400;
}

.widget-contact ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
    color: #495057;
}

.widget-contact ul li i {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 14px;
    color: #45bbff;
    width: 40px;
    height: 40px;
}

.widget-contact li span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px
}

.imgre {
    border-radius: 20px;
    margin: 20px 0;
    width: 30%;
}

@media only screen and (max-width:767px) {
    .hide-767 {
        display: none !important;
    }
    .fon-18 a {
        font-size: 18px;
    }
    .imgre {
        width: 100%
    }
}

@media only screen and (max-width:450px) {
    .fon-18 a {
        font-size: 14px;
    }
}

@media only screen and (max-width:380px) {
    .fon-18 a {
        font-size: 13px;
    }
}

.new-form-design {
    height: 40px !important;
    font-size: 14px !important;
}

.new-textarea {
    font-size: 14px !important;
}

.footer-btn {
    padding: 10px 33px !important;
}

.alert-success {
    display: none
}

.h1-hide {
    display: none
}

.online {
    background: #f1f6fa;
    padding: 6px 12px;
    border-radius: 10px;
    color: #222;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    margin-right: 10px;
}

.onlines {
    padding: 6px 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

.online i {
    padding-right: 5px;
    color: #408858
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }
    49% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.blink {
    animation: blink 1s infinite;
}

@media only screen and (max-width:600px) {
    .online {
        float: left;
        margin-top: 4px
    }
}

.footer-socials a.fb {
    background: #3b5998 !important;
    color: #fff !important;
}
.footer-socials a.inta {
    background: #dd2a7b !important;
    color: #fff !important;
}