/** --------------------------------------------------
Wellnon Main Stylesheet
v1.0.0
Added By Popway Innovation LLP
* -------------------------------------------------  */

/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/


@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,700,900');


::-webkit-input-placeholder {
    color:#bdbdbd !important;
}

::-moz-placeholder {
    color:#bdbdbd !important;
}

::-ms-placeholder {
    color:#bdbdbd !important;
}

::placeholder {
    color:#bdbdbd !important;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
    overflow-x: hidden;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #212529
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: .9375rem;
}

.h6,
h6 {
    font-size: .75rem;
}

.lead {
    font-size: 1.0625rem;
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.section-title {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0d6e4d;
}

.section-title span {
    position: relative;
    z-index: 3;
}

.section-title span::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fdbd42;
    z-index: -1;
}

.text-primary {
    color: #0d6e4d !important;
}

.text-secondary {
    color: #fdbd42 !important;
}

.text-dark {
    color: #232323 !important;
}

.text-para {
    color: #6c757d !important;
}

@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1.375rem
    }

    h3 {
        font-size: 1.25rem
    }

    h4 {
        font-size: 1.125rem
    }

    h5 {
        font-size: .9375rem
    }

    h6 {
        font-size: .75rem
    }
}


p {
    margin-bottom: 0px;
    font-size: 15px;
}

a {
    color: #0d6e4d;
}

a:hover,
a:focus {
    color: #232323;
    outline: none;
    text-decoration: none;
}

.mb-6 {
    margin-bottom: 2rem !important;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading p {
    margin-bottom: 0px !important;
}

/*--------------------

-----------------*/


img {
    vertical-align: middle;
    border-style: none;

}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    background-color: #fff
}


.section {
    position: relative;
    padding: 6rem 0;
}

@media (min-width:768px) {
    .section {
        padding: 5rem 0 6rem;
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 8.125rem;
}

@media (min-width:768px) {
    .section-top {
        padding-top: 10.3125rem
    }
}


.bg-grey {
    background: #e8f5f0;
}

.bg-wave {
    background-image: url(../img/bg/wave-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.btn {
    font-size: 0.8rem;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    padding: 0.8rem 2.2rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out !important;
    letter-spacing: 1px;
}

.btn-sm {
    padding: 0.6rem 1.5rem;
    font-size: 0.75rem;
}

.btn-circle {
    display: inline-flex;
    width: 4.20313rem !important;
    height: 4.20313rem !important;
    padding: 0 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}


.btn-outline-dark {
    border: 1px solid#222;
}

.btn-white {
    background: #fff;
    color: #212529;
}

.btn-trans-white {
    border: 1px solid#fff;
    color: #fff;
}

.btn-outline-dark:hover {
    background: #222 !important;
    color: #fff !important;
}

.btn.btn-link {
    color: #212529;
}

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

.btn-circled {
    border-radius: 75px;
    overflow: hidden;
    border: none;
}

.btn-circled > i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}

.btn-circled:hover > i {
    transform: scale(1, 1);
    text-indent: 0;
}

.btn-circled:hover {
    padding-left: 3rem;
    box-shadow: 0px 5px 10px rgb(49 49 49 / 23%);
}

.btn-sm.btn-circled:hover {
    padding-left: 2.5rem;
}

.bg-primary,
.btn-primary,
.btn-white:hover {
    background: #0d6e4d !important;
    color: #fff;
}

.bg-dark,
.btn-primary:hover {
    background: #232323 !important;
    color: #fff;
}

.bg-secondary,
.btn-secondary {
    background: #fdbd42 !important;
}

.btn-secondary:hover {
    background: #232323 !important;
}

.theme-list-lg {
    line-height: 32px;
    font-size: 18px;
}

.theme-list {
    line-height: 30px;

}

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

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

.main-nav {
    margin-bottom: -45px;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-size: 1rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    position: relative;
    transition: all ease-in-out 0.4s;
}

.navbar-nav .nav-link.active::before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid rgb(253 189 66 / 58%);
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: calc(50% - 20px);
    z-index: -1;
}

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

.navbar-nav .nav-link.active {
    font-weight: 800;
    color: #0d6e4d;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.navbar {
    position: relative;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.navbar .navbar-brand img {
    max-width: 100px;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.header-white {
    background: #fff;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
}

.navbar.fixed-top .navbar-brand img {
    max-width: 80px;
}

@keyframes stick-me {
    100% {
        transform: translateY(0%);
    }
}

.navbar.fixed-top {
    transform: translateY(-100%);
    animation: stick-me 0.4s cubic-bezier(0.82, 0.26, 0.35, 0.71) forwards;
}

.navbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .15s linear;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;

}

.navbar-dark {
    color: #fff;
}

.navbar-light::before {
    opacity: 1;
}

.navbar-light {
    color: #212529;
}


.navbar .nav-item-divider {
    display: none;
}

@media (min-width:1200px) {
    .navbar .nav-item-divider {
        display: block
    }
}

.navbar .nav-item-divider .nav-link {
    opacity: .25
}

.navbar .nav-item-divider .nav-link > span {
    border-left: 1px solid
}

@media (max-width:1199.98px) {
    .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border: 0
    }
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        transform: translateY(.5rem);
        opacity: 0
    }

    .navbar .dropdown-menu.show {
        animation: .2s forwards d
    }

    @keyframes d {
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
}



.nav-item.dropdown .dropdown-menu {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    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;
}

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

.nav-item.dropdown.mega-parent {
    position: static;
}

.dropdown-menu:not(.mega-menu) .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d6e4d;

}

.nav-item.dropdown .dropdown-menu.mega-menu {
    right: 5%;
    left: auto;
    top: calc(100% - 10px);
    display: inline-flex;
    max-width: 65%;
    border-top: 2px solid #0d6e4d;
}

.dropdown-menu.mega-menu .dropdown-item {
    padding: 20px 15px;
}

.dropdown-menu.mega-menu .dropdown-item:focus,
.dropdown-menu.mega-menu .dropdown-item:hover,
.dropdown-menu.mega-menu .dropdown-item:active {
    background-color: transparent;
}

.nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item img {
    width: 70%;
    border-radius: 50%;
    border: 5px solid white;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 1px 5px #0000002e;
    margin-bottom: 15px;
}

.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20, 27, 40, .90);
    border-color: transparent;

}


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


.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

/*------------------------
 BACKGROUND
----------------------------*/


.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bg-overlay:before {
    content: "";
    opacity: .55;
    background-color: #212529
}

.overlay-hover {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
}

.overlay-hover .overlay {
    display: none;
    transition: all ease-in-out 0.4s;
}

.overlay-hover .overlay .overlay-link {
    color: #ffffff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.overlay-hover:hover .overlay {
    display: block;
}

.box-shadow {
    box-shadow: 0 25px 100px -5px rgba(0, 0, 0, .15)
}



/*----------------------
 HEADER STYLE
-----------------------*/
.top-bar {
    padding: 8px 0;
}

.header-socials {
    line-height: 22px;
    margin-bottom: 0px;
}

.header-socials li a {
    color: #ffffff;
    padding: 0 10px;
}


/*-----------------
 LOGO BAR
-------------------*/

.logo-bar {
    padding: 20px 0px 50px;
}

.logo-bar .navbar-brand img {
    max-width: 100px;
}

.top-info-block {
    margin-right: 30px;
}


.icon-block {
    margin-right: 20px;
    color: #0d6e4d;
    font-size: 40px;
    line-height: 20px;
    font-weight: 400;
}

.top-info-block h5,
.top-info-block p {
    margin-bottom: 0px;
}

.top-info-block:last-child {
    margin-right: 0px;
}

.header-bar {
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
}


.main-navigation {
    margin-top: -30px;
}

.main-navigation .btn {
    padding: 0.6em 2rem;
}

/***********floating widget**********/
.floating-widget {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

button.widget-toggle {
    font-size: 30px;
    width: 65px;
    height: 65px;
    line-height: 68px !important;
    text-align: center;
    border-radius: 50%;
    background: #fdbd42;
    color: #fff;
    box-shadow: 0px 0px 10px rgb(24 45 82 / 31%);
    border: 0px;
    outline: none;
    cursor: pointer;
}

button.widget-toggle:after,
button.widget-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    animation: fab 2s ease-out infinite;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fdbd42;
    z-index: -1;
}

button.widget-toggle:before {
    animation: fab 2s ease-out infinite 0.5s;
}

@keyframes fab {
    0% {
        opacity: 0.8;
    }

    30% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.2;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

button.widget-toggle.close-me {
    font-size: 22px;
}

.widget-form-cont {
    width: 300px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgb(24 45 82 / 31%);
    border-radius: 10px;
    transform: scale(0);
    transition: all ease-in-out 0.4s;
    transform-origin: 10% 110%;
    position: absolute;
    bottom: 90px;
    left: 0;
}

.widget-form-cont.open-me {
    transform: scale(1);
}

.widget-form-cont:after {
    content: '';
    bottom: -15px;
    left: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    border-right: 10px solid transparent;
    filter: drop-shadow(0px 6px 2px rgb(0 0 0 / 0.15));
}

.widget-head h3 {
    font-weight: 700;
    color: #0d6e4d;
    margin-bottom: 20px;
}

.widget-head h3 span {
    position: relative;
}

.widget-head h3 span::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #fdbd42;
    z-index: -1;
}

.floating-widget .submit-area .theme-btn {
    float: right;
    padding: 5px 18px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 26px;
}

/***********Form Submit Elements**********/
.error-handling-messages .success-msg,
.error-handling-messages .error-msg {
    padding: 4px 15px;
    border: 2px solid;
    color: #222;
    display: none;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.error-handling-messages .success-msg {
        background: rgb(106 189 79 / 9%);
    border-color: #6abd4f;
    color: #6abd4f;
}

.error-handling-messages .error-msg {
    background: rgb(254 1 1 / 9%);
    border-color: #fe0101;
    color: #fe0101;
}

label.error.wobble-error {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #fe0101;
}

.form-loader {
    display: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #f9af20;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.form-loader i {
    animation: refresh 1s linear infinite;
    display: inline-block;
}

/*----------------------
 BANNER STYLE
-----------------------*/
.banner-area {
    background-image: url(../img/bg/wave-bg-2.svg);
    background-size: cover;
    background-position: center;
}

.py-7 {
    padding: 7.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}


.main-banner h5 {
    margin-bottom: 20px;
}

.main-banner h1.display-4 {
    line-height: 65px;
}

.main-banner p.lead,
.banner-content p.lead {
    margin-bottom: 2.5rem !important;
}


/*----------------------
 FEATURE STYLE
-----------------------*/
#feature {
    padding: 7rem 0 5rem;
}

.img-icon-block {
    position: relative;
}

.img-icon-block:before {
    position: absolute;
    content: "";
    top: -27px;
    background-color: #fdbd42;
    /*    opacity: .3;*/
    width: 80px;
    right: 70px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}

.img-icon-block i {
    font-size: 58px;
    z-index: 2 !important;
    color: #0d6e4d;
    position: relative;
}

/*----------------------
 SERVICE
-----------------------*/
h5.subtitle {
    color: #0d6e4d;
    margin-bottom: 10px;
    font-weight: 300;
}

.service-heading {
    margin-bottom: 50px;
}

.service-img {
    margin-bottom: -130px;
    border: 10px solid#fff;
    z-index: 9999;
}

.service-content {
    padding-top: 60px;
    padding-left: 15px;
}

.service-icon {
    margin-right: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    background: #0d6e4d;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}

.service-icon-lg {
    margin-right: 20px;
    font-size: 26px;
    line-height: 50px;
    width: 55px;
    height: 55px;
}

.service-block {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-align: left;
}

.service-content h1 {
    margin-bottom: 20px;
    margin-top: 15px;
}



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

.service-inner-content h4 {
    margin-bottom: 0;
}


/*----------------------
 PROCESS
-----------------------*/
.process-block {
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px 50px 10px 10px;
}

.process-block img {
    border-radius: 10px 40px 10px 10px;
    margin-bottom: 20px;
}

.process-block h3 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.certi-outer {
    position: relative;
    margin: 22px 15px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(128 128 128 / 57%);
    transition: all ease-in-out 0.4s;
}

.certi-outer:hover {
    transform: scale(1.03);
    box-shadow: 0px 2px 17px rgb(128 128 128 / 77%);
}

.certi-outer:hover::after,
.certi-outer:hover::before {
    border-color: #fdbd42;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.certi-outer::after,
.certi-outer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 30%;
    transition: all ease-in-out 0.4s;
    z-index: 3;
}

.certi-outer::after {
    left: 0;
    top: 0;
    border-top: 4px solid #0d6e4d;
    border-left: 4px solid #0d6e4d;
    border-top-left-radius: 20px;
}

.certi-outer::before {
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #0d6e4d;
    border-right: 4px solid #0d6e4d;
    border-bottom-right-radius: 20px;
}

/*----------------------
 WEB SERVICES
-----------------------*/

#services-2 {
    position: relative;
    background: url("../img/bg/6.jpg")no-repeat fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}


#services-2:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
}

.web-service-block {
    text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
}

.web-service-block i {
    font-size: 70px;
    margin-bottom: 30px;
    display: block;
}

.web-service-block i,
.web-service-block h3 {
    color: #fff;
}

.web-service-block p {
    color: #eee;
    margin-top: 15px;
}

.web-service-block:hover {
    background: #fff;
    border-color: transparent;
}

.web-service-block:hover i {
    color: #0d6e4d;
}

.web-service-block:hover h3 {
    color: #111;
}

.web-service-block:hover p {
    color: #111;
}

/*----------------------
 PRoject
-----------------------*/
#projects-wrap {
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.overlay.feature-overlay {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    opacity: .9;
}

#projects-wrap p.lead {
    color: #a9a9a9 !important;
}

#projects {
    margin-top: -60px;
}

.single-project img {
    border-radius: 10px;
}

.project-content {
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.project-content .btn {
    padding: .7rem 1.7rem;
    border-radius: 25px;
}

.project-content p {
    margin-top: 20px;
}

.project-content h4 {
    text-transform: capitalize;
}

.project-content-block {
    padding: 50px 40px;
    margin-left: -120px;
    background: #F4F7FC;
    position: absolute;
    bottom: -50px;
    border: 15px solid#fff;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.project-content-block h4 {
    color: #0d6e4d;
}

.project-content-block p {
    margin-top: 25px;
}

/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
#section-testimonial {
    padding-bottom: 120px;
    background: #F9FAFF;
}

.mb25 {
    margin-bottom: 25px;
}

.test-inner {
    position: relative;
    padding: 30px;
    background: #fff;
    border-top-right-radius: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.test-inner:hover {
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.test-author-thumb {
    margin-bottom: 15px;
}

.test-author-thumb img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px dotted #ddd;
    padding: 5px;
}

.test-author-info {
    margin-left: 20px;
    margin-top: 20px;
}

.test-inner i {
    font-size: 60px;
    opacity: .09;
    position: absolute;
    right: 40px;
    bottom: 20px;
}








/*----------------------
 BLOG SECTION
-----------------------*/
.blog-box {
    position: relative;
}



.blog-box .blog-img-box img {
    border-radius: 5px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}

.single-blog {
    padding-top: 25px;
    position: relative;
}

.blog-content ul {
    margin-bottom: 10px;
}



.blog-content a h3 {
    transition: all .3s ease 0s;
    margin: 15px 0px;
}

.blog-content:hover a h3 {
    color: #0d6e4d;
}


.bg-light .single-blog {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid#eee;
}



/*----------------------
 FOOTER
-----------------------*/
#footer {
    padding: 80px 0px 25px;
    position: relative;
    background: #1e212a;
}

#footer {
    background: url("../img/bg/10.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-overlay {
    background: #0d6e4d;
    opacity: .84;
}

.footer-brand {
    font-size: 30px;
}

.footer-links {
    padding-left: 0;
    list-style-type: none
}


.footer-widget p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fdbd42;
    margin-bottom: 20px;
}

ul.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #fff;
    text-transform: Capitalize;
}

#footer a.text-secondary:hover {
    color: #fff !important;
}

.footer-links i {
    width: 25px;
}

.footer-copy {
    color: #fff;
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #fff;
}


/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top {
    position: fixed;
    content: "";
    right: 25px;
    bottom: 25px;
    z-index: 999;
    background: #0d6e4d;
    color: #fff !important;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 7px 22px rgb(58 58 58 / 55%);
    box-shadow: 0 7px 22px rgb(58 58 58 / 55%);
}

.scroll-to-top i {
    width: 28px;
    height: 54px;
    font-size: 15px;
    line-height: 54px;
    display: block;
    text-align: center;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    text-decoration: none;
}

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}


/*-------------------------
 HOME -2 
-----------------------------*/
#banner {
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.banner-content {
    padding: 150px 0px;
    padding-right: 30px;
}

.banner-content p {
    color: #eee;
    padding-right: 80px;
    margin-bottom: 30px !important;
}

.banner-content .display-4 {
    color: #fff;
    font-weight: 600;
}

#banner .overlay {
    opacity: .7;
}

.banner-contact-form {
    padding: 45px 40px;
    margin-top: 30px;
}

.banner-contact-form .form-control {
    border-radius: 0px;
    height: 45px;
}

.banner-contact-form textarea.form-control {
    height: auto;
}

/*--------------------------
ABOUT
---------------------------*/
#about .img-block {
    position: relative;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

#about .img-block img {
    border: 5px solid #0d6e4d;
}

.pt-6 {
    padding-top: 4.5rem;
}

.img-icon i {
    font-size: 60px;
}

/*--------------------------
PRICING
---------------------------*/
.pricing-box {
    border: 1px solid#eee;
    padding: 60px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pricing-box .price-block h2 span {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.pricing-box:hover .price-block h2,
.pricing-box:hover h3 {
    color: #fff;
}

.pricing-box:hover .price-features li {
    color: #eee;
}

.pricing-box:hover {
    background: rgb(29, 28, 28);
    border-color: rgb(29, 28, 28);
}

.pricing-box:hover .btn {
    background: #fff !important;
    color: #000 !important;
}



/*-------------------------
 PORTFOLIO
---------------------------*/

.single-work {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



.work-block {
    position: relative;
    border: 5px solid#fff;

}

.work-block img {
    width: 100%;
    border-radius: 5px;
}

.overlay-content-block a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: -23px;
    background: #0d6e4d;
    color: #fff;
}


.overlay-content-block {
    position: absolute;
    content: "";
    bottom: 20px;
    width: 100%;
    left: 30px;
    padding: 30px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px 0px 0px 5px;
}

.work-block:hover .overlay-content-block {
    opacity: 1;
    visibility: visible;
}


.overlay-content-block h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}

/*----------------------
 TETSIMONIAL
-------------------------*/

.testimonial .content img {
    margin: 0 auto 30px;
    border: 3px solid#fff;
}

.img-md {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

/*------------------------
 BLOG
-------------------------*/

.blog-content h6 span {
    display: inline-block;
    padding-left: 10px;
}

.blog-content h6 span:after {
    display: none;
}

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




/*-----------------------
 HOME-3
---------------------------*/
.trans-navigation .navbar-brand h4,
.site-navigation .navbar-brand h4,
.site-navigation .navbar-brand h3,
.trans-navigation .navbar-brand h3 {
    color: #fff;
}

#banner-3 {
    position: relative;
    background: url("../img/banner/banner.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-content.style-2 {
    padding-top: 200px;
}


#banner-4 {
    position: relative;
    background: url("../img/banner/banner-2.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.site-navigation.header-white {
    border-bottom: 1px solid transparent;
}

.site-navigation .navbar-brand {
    padding-top: 13px;
    margin-right: 20px;
}


.banner-content2 {
    padding: 200px 0px;
}

.banner-content2 .display-4 {
    color: #fff;
    font-weight: 600;
}

.banner-content2 p.lead {
    color: #fff;
}


/*--------------------------
PAGE BANNER
--------------------------*/

.page-banner-area {
    position: relative;
    padding: 120px 0px;
    background-image: url("../img/banner/sub-header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-service {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/service.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-about {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/about.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-pricing {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/img2.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-project {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/p-4.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.page-banner-content h1 {
    /*    color: #fff;*/
    font-size: 3rem;
    margin-bottom: 15px;
}

.page-banner-content p {
    /*    color: #eee;*/
}

.form-control {
    border-radius: 0px;
    height: 45px;
}

.form-control-sm {
    height: 36px;
}


/*---------------------------
CONTACT PAGE
-----------------------------*/

#contact-info {
    padding-top: 90px;
}

.contact-info-block {
    border: 1px solid#eee;
    padding: 35px 20px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.contact-info-block > i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #fdbd42;
}

.form-control:focus,
.form-control:hover {
    border-color: #0d6e4d;
    box-shadow: none;
}


/* --------------
    MAP
-----------------*/

#map {
    height: 400px;
    width: 100%;
}


/* ==============================
  SINGEL PROJECTS
=============================*/

.project-details-info {
    margin: 40px 0px;
}

.info-block-2 {
    float: left;
    margin-right: 65px;
    margin-bottom: 40px;
}


.mt50 {
    margin-top: 80px;
}

.project-info ul {
    margin-top: 40px;
}

.project-info ul li {
    margin-bottom: 30px;
    padding-right: 20px;
}

.project-lg-img img {
    width: 100%;
}


/* =========================
PRELOADER
=======================*/

#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
}

.loader-icon {
    top: 50%;
    width: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translateX(-50%);
}

.loader-icon img {
    width: 220px;
}

.loader-line {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin-top: -45px;
}

.loader-line:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #fdbd42;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
    }

    .background-text {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .section-title {
        top: 0;
    }

    .background-text {
        display: none;
    }
}

img.vbox-figlio{
    max-height: 90vh;
}
