/*************************
Theme Main Css File

It Includes All the styles of Elements Used In This Theme
0. Root Variables
1.Common Elements
2.Preloader
3. Main Header

11.Main Footer
12. Reponsive Media Queries

******************/



/**************************************
This is Base Colors Of Theme For Easy to use
    
    green: #f77059
    Green gradient: (#f77059, #0ea96c)
    Black: #252525
    Black gradiant: (#444444 ,#252525)
    Light Bg: #ebfbf5
    Light Gradient (#fdfffe, #ebfbf5)
    Text Color: #626262

**************************************/

/**************************************
Common Elements
**************************************/
html {
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
}

body.scroll-pad {
    padding-top: 70px;
}

/****************
Headings
*****************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Raleway', sans-serif;
    color: #252525;
    font-weight: 600;
    line-height: 1.5;
}

.h1,
h1 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 800;
}

/****************
Lists
*****************/
dl,
ol,
ul {
    margin-bottom: 0;
}

/****************
Links
*****************/
a {
    color: #00b0a2;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}

a:hover {
    color: #252525;
    text-decoration: none;
}

.fw-bold {
    font-weight: 800 !important;
}

/****************
Basic color & background classes for direct use
*****************/
.base-txt {
    color: #f77059 !important;
}

.base-bg {
    background-color: #f77059 !important;
}

.second-txt {
    color: #00b0a2 !important;
}

.second-bg {
    background-color: #00b0a2 !important;
}

.light-bg {
    background-color: #ebfbf5 !important;
}

.no-bg {
    background: none !important;
}

.bg-overlay {
    position: relative;
    z-index: 0;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}

/****************
Base Section Styles
(Common spacing, Text align etc.)
*****************/
.main-content-outer {
    width: 100%;
}

.section-space {
    padding: 90px 0;
}

.inner-cover {
    padding: 50px 0;
}

.start-margin {
    margin-top: 90px;
}

.end-margin {
    margin-bottom: 90px;
}

/****************
Section Title
*****************/

.theme-title {
    margin-bottom: 15px;
    position: relative;
}

.theme-title h5 {
    color: #00b0a2;
    margin-bottom: 5px;
    position: relative;
}


.theme-title.center-title {
    text-align: center;
    position: relative;
}

.theme-title h2 {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #252525;
    margin-bottom: 0;
}

.theme-title.light-title h2 {
    color: #fff;
}

.theme-title h2 span {
    position: relative;
}

.theme-title h2 span::after {
    content: '';
    left: 0px;
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 6px;
    background: #f77059;
    /* border-radius: 4px; */
    z-index: -1;
}


.sepretor {
    display: block;
    width: 50px;
    height: 3px;
    background: #f77059;
}

/****************
Buttons Style
*****************/
button,
button:focus,
button:hover {
    outline: none;
    border: none;
}

.btn-one {
    position: relative;
    background: #f77059;
    padding: 8px 30px;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    transition: all ease-in-out 0.4s !important;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.btn-one.btn-sm {
    padding: 5px 22px;
    font-size: 16px;
    line-height: 1.5;
}

.btn-one.btn-lg {
    padding: 10px 36px;
    font-size: 18px;
}

.btn-one.alt-btn {
    background: #00b0a2;
    color: #fff !important;
}

.btn-one.light-btn {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    color: #252525 !important;
}

.btn-one > i {
    margin-left: 8px;
}

.btn-one:hover {
    color: #fff !important;
}

.btn-one.alt-btn:hover {
    color: #fff !important;
}

.btn-one.hover-2:hover {
    color: #252525 !important;
}

.btn-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 102%;
    left: 0;
    background: #252525;
    text-align: center;
    border-radius: 15px;
    top: -102%;
    transition: all ease-in-out 0.4s;
    z-index: -1;
}

.btn-one.hover-2::before {
    background: #fff;
}

.btn-one:hover::before {
    top: -1px;
}

/****************
cards
*****************/
.card {
    border-radius: 15px;
    overflow: hidden;
}

.card-icon {
    background: #00b0a2;
    height: 60px;
    width: 60px;
    min-width: 60px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.card-icon span {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
}

.card-icon .card-num {
    font-weight: 800;
}

.card-title {
    font-weight: 800;
}

.card-style-1 .card-body {
    padding: 0;
}

.card-style-1 .card-icon,
.card-style-3 .card-icon {
    background: #00b0a2;
    height: 70px;
    width: 70px;
    min-width: 70px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.card-style-1 .card-icon i,
.card-style-3 .card-icon i {
    line-height: 38px;
    font-size: 34px;
    text-align: center;
}

.card-style-2 .card-icon {
    margin: 0 auto 15px;
    border-radius: 50%;
}

.card-style-3 {
    transition: all ease-in-out 0.4s;
}

.card-style-3 .card-text {
    font-weight: 500;
}

.card-style-2 .card-body {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 2px dashed #8c8c8c;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

.card-style-3 .card-body {
    padding: 25px;
    border: 2px dashed #dadada;
    border-radius: 20px;
}


/****************
Theme List
*****************/
ul.theme-list {
    list-style: none;
    padding-left: 0;
}

ul.theme-list li {
    display: flex;
    align-items: baseline;
}

ul.theme-list.three-row-list li {
    width: 33.33%;
    float: left;
    font-weight: 600;
}

ul.theme-list.three-row-list li {
    margin-top: 10px;
}

ul.theme-list li + li {
    margin-top: 10px;
}

ul.theme-list li i {
    color: #00b0a2;
    margin-right: 8px;
}


/****************
Blob Image
*****************/
.blob-img .grad-path {
    transform-origin: center;
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    -moz-transform-box: fill-box;
    -o-transform-box: fill-box;
    -ms-transform-box: fill-box;
    animation: blob 10s ease-in-out infinite alternate;
}

@keyframes blob {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-60deg);
    }
}

.img-clip {
    position: absolute;
    z-index: -9999;
}

.deco-img {
    position: relative;
    z-index: 2;
}

.deco-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background: #fdfffe;
    z-index: -1;
    border-radius: 50%;
}

.rounded {
    border-radius: 20px !important;
}

/****************
Section Top/Bottom Shape Image
*****************/
.ps-shape-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/****************
Section Top & Bottom Wave Decoration
*****************/
.bottom-wave::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../img/resource/bottom-wave.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}


/****************
Common Social Bar
*****************/
.social-bar > li {
    margin-right: 8px !important;
}

.social-bar > li > a {
    padding: 5px 10px;
}

.social-bar.style-1 > li > a {
    font-size: 18px;
}

.social-bar.style-2 > li > a {
    width: 36px;
    height: 36px;
    background: #00b0a2;
    line-height: 36px;
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.social-bar.style-2 > li > a:hover {
    background: #252525;
    color: #ffffff;
}

/***************
Back To Top
************/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f77059;
    color: #ffffff !important;
    border-radius: 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 999;
    display: none;
}

/****************
Owl Carousel Styles
*****************/
.owl-stage-outer {
    overflow: visible !important;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: initial !important;
    text-decoration: none !important;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    width: 40px;
    display: block;
    height: 40px;
    line-height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    font-size: 20px;
}

.owl-nav .owl-next span:hover,
.owl-nav .owl-prev span:hover {
    border-color: #f77059;
    color: #f77059;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 35%;
}

.owl-nav .owl-prev {
    left: -55px;
}

.owl-nav .owl-next {
    right: -55px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f77059;
}

/**************************************
Preloader 
**************************************/
.preloader {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader-icon-outer {
    height: 50px;
    width: auto;
}

.preloader-icon {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background: #f77059;
    color: #FFF;
    -webkit-animation: scaleLines 0.3s 0.3s linear infinite alternate;
    animation: scaleLines 0.3s 0.3s linear infinite alternate;
}

.preloader-icon::after,
.preloader-icon::before {
    content: "";
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: #f77059;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    -webkit-animation: scaleLines 0.3s 0.45s linear infinite alternate;
    animation: scaleLines 0.3s 0.45s linear infinite alternate;
}

.preloader-icon:before {
    left: -20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader-txt {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

/****************
Preloader Keyframes
*****************/
@-webkit-keyframes scaleLines {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

@keyframes scaleLines {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

/**************************************
Main Header
**************************************/
.top-bar {
    width: 100%;
    background-color: #252525;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contact-bar li {
    margin-right: 15px !important;
}

.contact-bar li > a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.contact-bar li > a:hover {
    color: #ffffff;
}

.contact-bar li.highlight-item > a {
    font-weight: 600;
    color: #f77059;
}

.contact-bar li > a > i {
    color: #f77059;
    margin-right: 10px;
}

.navbar-brand > img {
    width: 260px;
    height: auto;
    transition: all ease-in-out 0.4s;
}

header.header-main.is-sticky .navbar-brand > img {
    width: 230px;
}

/****************
Sticky Nav Keyframes
*****************/
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes stickySlideUp {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.header-main {
    width: 100%;
}

.header-main .navbar {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    animation-duration: 0.5s;
    animation-name: stickySlideUp;
}

.header-main.is-sticky nav.navbar {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.header-main.fixed-top.is-sticky nav.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all ease-in-out 0.4s;
}

.header-main.scroll-fix.is-sticky nav.navbar {
    position: fixed;
    z-index: 999;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: stickySlideDown;
}

.header-main .navbar .navbar-nav li.nav-item {
    margin: 0 15px;
}

.header-main li.nav-item a.nav-link {
    position: relative;
    color: #252525;
    font-weight: 500;
    z-index: 0;
}

.header-main .navbar-light .navbar-nav .nav-link:focus,
.header-main .navbar-light .navbar-nav .nav-link:hover {
    color: #00b0a2;
}

.header-main li.nav-item .dropdown-menu {
    border: 0;
    border-radius: 10px;
    padding: 5px 0;
    box-shadow: 0 0.2rem 0.8rem rgb(0, 0, 0, 0.05);
    transition: all ease-in-out 0.4s;
}

.header-main li.nav-item .dropdown-menu .dropdown-item {
    position: relative;
    transition: all ease-in-out 0.4s;
}

.header-main li.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 0.255em;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.header-main li.nav-item .dropdown-menu .dropdown-item:focus,
.header-main li.nav-item .dropdown-menu .dropdown-item:hover {
    color: #00b0a2;
    background-color: transparent;
    font-weight: 500;
    transition: all ease-in-out 0.4s;
}

.header-main li.nav-item.dropdown .dropdown-menu li {
    padding: 5px 0;
    font-size: 15px;
}

.header-main li.nav-item.dropdown .dropdown-menu li + li {
    border-top: 1px solid #ededed;
}

.header-main li.nav-item.btn-nav-item .nav-link::after {
    visibility: hidden;
}

.header-main li.nav-item.btn-nav-item .nav-link {
    color: #252525;
    padding: 8px 30px;
    font-weight: 700;
}

.header-main li.nav-item.btn-nav-item .btn-one > i {
    margin-left: 0px;
    margin-right: 8px;
}

.header-main li.nav-item.btn-nav-item .btn-one:hover {
    background-color: #252525;
    color: #fff;
}

/**************************************
Page Header
**************************************/
.page-header-outer {
    position: relative;
    background: url(../img/resource/page-header-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    overflow: hidden;
}

.page-header-inner {
    padding: 100px 0 75px;
}

.page-header-outer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), transparent);
    z-index: -1;
}

.page-header-outer h1 {
    color: #fff;
    font-size: 3.8rem;
    font-weight: 600;
}

ul.breadcrumbs li,
ul.breadcrumbs li a:hover {
    color: #ffffff;
    font-size: 18px;
}

ul.breadcrumbs li i {
    margin-left: 8px;
}

/**************************************
Home Slider 1
**************************************/
.home-jumbo {
    position: relative;
    z-index: 0;
    padding: 90px 0 80px;
    background-image: url(../img/banner/banner-8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.home-jumbo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -135px;
    bottom: -1px;
    width: 75%;
    transform: skewX(-25deg);
    background-color: #d5f9f6;
    border-radius: 0 80px 80px 0;
}

.home-jumbo h5 {
    font-weight: 500;
}

.home-jumbo .owl-theme .owl-dots {
    text-align: left;
    margin-top: 30px !important;
}

/**************************************
Home Slider 2
**************************************/
.simple-slider .owl-carousel .item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.simple-slider .owl-carousel .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.55;
    z-index: -1;
}

.simple-slider .owl-nav .owl-next span,
.simple-slider .owl-nav .owl-prev span {
    width: 60px;
    display: block;
    height: 60px;
    line-height: 56px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    font-size: 20px;
}

.simple-slider .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.simple-slider .banner-subtitle {
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
}

.simple-slider .banner-title {
    font-size: 4rem;
    line-height: 1.2;
    color: #fff;
}

.simple-slider .owl-nav .owl-prev span,
.simple-slider .owl-nav .owl-next span {
    color: #fff;
}

.simple-slider .owl-nav .owl-prev {
    left: 15px;
    top: 42%;
}

.simple-slider .owl-nav .owl-next {
    right: 15px;
    top: 42%;
}

/**************************************
Home Slider 3
**************************************/
.wave-slider {
    position: relative;
}

.wave-slider .inner-cover {
    padding: 190px 0 60px;
    background: linear-gradient(to bottom, #fdfffe, #ebfbf5);
}

#slider-particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
}

/**************************************
About Section
**************************************/
.counter-icon {
    font-size: 28px;
    background: #f77059;
    border-radius: 15px;
    width: 55px;
    height: 55px;
    display: block;
    line-height: 58px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.counter h3,
.counter h3 span {
    font-size: 46px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 0;
}

.counter p {
    margin-bottom: 0;
    font-weight: 500;
}

.counter-outer .counter-box-2 {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.counter-outer.nomove_counter .counter-box-2 {
    margin-top: 0px;
}

.counter-box-2 {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
}

.counter-box-2 .counter-icon {
    margin-right: 15px;
}

.counter-box-2 p {
    font-size: 18px;
}

.counter-box-3 {
    background: #f77059;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.img-counter-box {
    position: relative;
}

.img-counter-box .counter-box-3 {
    position: absolute;
    bottom: 50px;
    left: -30px;
}

.counter-box-3 h3,
.counter-box-3 h3 span {
    color: #fff;
}

/**************************************
Why Choose Us Section 
**************************************/
.img-icon-card .card-body {
    position: relative;
}

.img-icon-card .card-icon {
    margin: 0;
    position: absolute;
    top: -30px;
    right: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.img-icon-card .card-icon i {
    font-size: 24px;
    line-height: 29px;
}

/**************************************
Sevices Section 
**************************************/
.content-box-1 {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.content-box-1 .content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    background: #ffffff;
    z-index: 0;
    transition: all ease-in-out 0.4s;
}

.content-box-1 .content-inner::after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    transform: skewY(8deg);
    z-index: -1;
}

.content-box-1 .content-inner p {
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    transition: all ease-in-out 0.4s;
}

.content-box-1:hover .content-inner p {
    opacity: 1;
    height: 135px;
}

.content-box-1 .rm-link {
    position: absolute;
    top: -30px;
    right: 30px;
    background: #f77059;
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.content-box-2 {
    border: 2px dashed #dadada;
    border-radius: 30px;
    padding: 20px;
}

.content-box-2 .grad-icon {
    background: #00b0a2;
    width: 85px;
    height: 85px;
    min-width: 85px;
    padding: 20px;
    border-radius: 50%;
    margin-right: 25px;
    transition: all ease-in-out 0.4s;
}

.content-box-2:hover .grad-icon {
    transform: scale(1.1);
}

.content-box-2 .content-inner p {
    margin-top: 5px;
    margin-bottom: 10px;
}

/**************************************
Portfolio Section 
**************************************/
.portfolio-outer {
    background-image: url(../img/resource/left-wave.svg);
    background-size: 80%;
    background-position: top left;
    background-repeat: no-repeat;
}

.portfolio-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.grid-box {
    padding: 15px;
}

.grid-box img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all ease-in-out 0.4s;
}

.grid-box > a {
    position: relative;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}

.grid-box > a:hover img {
    transform: scale(1.1);
}

.grid-box > a:hover .project-info {
    bottom: 15px;
    opacity: 1;
    transform: scale(1);
}

.project-info {
    position: absolute;
    bottom: -10%;
    left: 15px;
    right: 15px;
    padding: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 15px;
    opacity: 0;
    transform: scale(0);
    transition: all ease-in-out 0.4s;
}

.project-info h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.filters {
    width: 100%;
    text-align: center;
}

.filters ul {
    list-style: none;
    padding: 20px 0;
}

.filters li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .05em;
}

.filters li:hover {
    color: #a6a6a6;
}

.filters li.active {
    color: #fff;
    border-radius: 15px;
    background: #00b0a2;
}

/**************************************
Project Single
**************************************/
.project-category {
    color: #f77059;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-features-list li.list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.project-features-list h6 {
    color: #00b0a2;
}

.project-features-list p {
    margin-bottom: 0;
}

.post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.post-nav a {
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    background: #fbfbfb;
    border-radius: 15px;
}

.post-nav a:hover {
    color: #f77059;
}

.post-prev a i {
    margin-right: 5px;
}

.post-next a i {
    margin-left: 5px;
}

.post-prev a p,
.post-next a p {
    margin-bottom: 0;
    color: #252525;
    font-size: 18px;
    font-weight: 700;
}

/**************************************
Brands Section
**************************************/
.brand-box {
    padding: 0 20px;
}

.brand-box img {
    -webkit-filter: opacity(30%);
    filter: opacity(30%);
    transition: all ease-in-out 0.4s;
}

.brand-box:hover img {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
}

/**************************************
How We Work Section
**************************************/
.we-work-outer {
    position: relative;
    z-index: 0;
    background-image: url(../img/banner/banner-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

ul.step-list {
    list-style: none;
    padding: 0;
}

.step-list li {
    display: flex;
    align-items: center;
}

.step-list li + li {
    margin-top: 30px;
}

.step-count {
    display: block;
    font-size: 24px;
    font-weight: 800;
    width: 45px;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    text-align: center;
    background: #f77059;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
}

.step-txt p,
.step-txt h5 {
    margin-bottom: 0;
}

.step-txt h5 {
    font-size: 18px;
}

/**************************************
FAQ Section
**************************************/
.accordion-box {
    border: 1px solid #d5d5d5 !important;
    border-radius: 30px !important;
    overflow: hidden;
}

.accordion-box + .accordion-box {
    margin-top: 12px;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    padding: 12px 15px;
    line-height: 1.5;
    transition: all ease-in-out 0.4s;
}

.accordion-button:not(.collapsed) {
    color: #212529;
    background: #ffffff;
    box-shadow: none;
    font-weight: 700;
}

.accordion-button:focus {
    border-color: #314856;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 22px !important;
    margin-left: auto;
    content: "\f067";
    background-image: none !important;
    transition: transform .2s ease-in-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: #00b0a2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.accordion-box .accordion-body {
    background: #fff;
    padding-top: 5px;
}

/**************************************
Team Section
**************************************/
.team-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.team-info {
    position: relative;
    padding: 15px 15px;
    text-align: center;
    z-index: 5;
    background-color: #fff;
    border: 2px dashed #c3c3c3;
    border-radius: 0 0 20px 20px;
    border-top: 0;
}

.team-info p,
.team-info h5 {
    margin-bottom: 0;
}

.team-info p {
    color: #f77059;
}

.team-box .social-bar {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    transition: all cubic-bezier(0.73, -0.09, 0.01, 0.98) 0.4s;
}

.team-box:hover .social-bar {
    bottom: 110px;
}

/**************************************
CTA Section
**************************************/
.cta-inner {
    padding: 30px 50px;
    background-color: #252525;
    background-image: url(../img/resource/footer-lines.png);
    border-radius: 60px 15px;
}

.cta-outer h3,
.cta-outer p {
    color: #fff;
}

.cta-outer p {
    font-size: 18px;
}

.cta-style-2 .cta-inner {
    padding: 60px 0;
    border-radius: 0;
}

/**************************************
Pricing Section
**************************************/
.pricing-box {
    border-radius: 25px;
    overflow: hidden;
    border: 2px dashed #e1e1e1;
}

.pricing-top {
    background: #ebfbf5;
    padding: 25px;
}

.pricing-top .anual-price {
    display: none;
}

.pricing-top .h1 {
    color: #00b0a2;
    font-size: 3.5rem;
}

.pricing-inner {
    padding: 25px;
}

.pricing-box li.list-group-item {
    border: 0;
    padding: 5px 0px;
}

.toggle-section {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 35px;
}

.toggle-section #switch {
    display: none;
}

.toggle-section .switch-label {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: #f77059;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.4s ease-in-out;
}

.toggle-section .switch-label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.toggle-section #switch:checked + .switch-label::before {
    transition: all 0.4s ease-in-out;
    transform: translateX(30px);
}

/**************************************
Testimonial Section
**************************************/
.testimonial-outer {}

.testi-style-1 .testi-box,
.testi-style-2 .testi-box {
    position: relative;
    padding: 0 20px 20px;
    border: 2px dashed #e1e1e1;
    border-radius: 20px;
    background-color: #fff;
    z-index: 2;
    margin-top: 40px;
}

.testi-style-1 .owl-nav .owl-next,
.testi-style-1 .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
}

.testi-style-1 .user-box {
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
}

.testi-style-1 .user-box img {
    max-width: 125px;
    border-radius: 50%;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    margin: -30px auto 10px;
    display: inline-block;
}

.testi-style-1 .user-box p {
    font-size: 14px;
}

.testi-style-1 p,
.testi-style-1 .user-box h6,
.testi-style-2 p,
.testi-style-2 .user-box h6 {
    margin-bottom: 0;
}

.testi-style-1 .testi-box span.fa-quote-left {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    color: #00b0a2;
}

.testi-style-2 .testi-box {
    padding: 0 25px 20px;
}

.testi-style-2 .user-box {
    margin-bottom: 20px;
    margin-top: -25px;
    background-color: #fff;
    padding: 20px 20px 0;
    border-radius: 40px 40px 0 0;
}

.testi-style-2 .user-info {
    margin-left: 15px;
}

.testi-style-2 .user-box img {
    max-width: 65px;
    border-radius: 50%;
    border: 3px solid #f77059;
}

.testi-style-2 .testi-box span.fa-quote-right {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    color: #00b0a2;
}

/**************************************
Blog Section
**************************************/
.blogs-outer .inner-cover {
    background: linear-gradient(to top, #ffffff, #ebfbf5);
}

.blog-box {
    margin-bottom: 30px;
    border-radius: 20px;
}

.blog-info {
    font-size: 14px;
    margin-top: 5px;
}

.blog-box .blog-info a {
    color: #6c757d;
}

.blog-box .blog-info i,
.blog-box .stats i {
    color: #00b0a2;
}

.link-btn {
    font-weight: 500;
}

.blog-box .card-footer .link-btn:hover {
    color: #252525;
}

/**************************************
Single Blog Section
**************************************/
.blog-detail-inner {
    padding: 30px 0 0;
}

.single-blog-info {
    font-weight: 500;
    margin-bottom: 10px;
}

.single-blog-info .col i {
    margin-right: 5px;
}

.blockquote {
    font-weight: 500;
    padding: 20px 35px;
    background: #ebfbf5;
    line-height: 1.8;
    border-left: 5px dashed #00b0a2;
    border-radius: 0 15px 15px 0;
}

.blockquote-footer span {
    color: #f77059;
    font-weight: 600;
}

.blog-user {
    padding: 30px;
    background: #ebfbf5;
    border-radius: 15px;
    margin: 25px 0 50px;
}

.comments-list {
    padding: 10px 0;
}

.comments-list .comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}

.blog-user .blog-user-img img,
.comments-list .comment-item .comment-user img {
    max-width: 100px;
}

.blog-user .blog-user-info,
.comments-list .comment-item .comment-info {
    margin-left: 25px;
}

.blog-sidebar,
.service-sidebar {
    padding-left: 20px;
}

.sidebar-card {
    margin-bottom: 35px;
    border-radius: 25px;
}

.sidebar-card .theme-title {
    margin-bottom: 0;
}

.sidebar-card .card-body {
    padding: 35px;
}

.sidebar-card .list-group li {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-card .list-group li a {
    color: #6b6b6b;
}

.sidebar-card .list-group li a:hover {
    color: #f77059;
}

.sidebar-card .list-group li i {
    margin-right: 5px;
    color: #f77059;
}

.blog-search .form-control {
    padding: 10px;
}

.blog-search .btn {
    padding: 12px 15px;
    border-radius: 8px;
    background: #f77059;
    border: 0;
}

.blog-recent-list .blog-recent-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.blog-recent-list .blog-recent-item .blog-recent-img img {
    width: 100px;
    height: auto;
    min-width: 100px;
    border-radius: 5px;
}

.blog-recent-list .blog-recent-item .blog-recent-info {
    margin-left: 15px;
}

.blog-tags .blog-tags-list {
    flex-wrap: wrap;
}

.blog-tags .blog-tags-list li {
    padding: 0;
    border: 0;
    margin: 8px 15px 8px 0;
}

.blog-tags .blog-tags-list li a {
    padding: 2px 10px;
    background: #f77059;
    color: #fff;
    display: block;
    border-radius: 8px;
}

.blog-tags .blog-tags-list li a:hover {
    background: #252525;
    color: #fff;
}

.sidebar-ads {
    position: relative;
    background-image: url(../img/resource/solar-panels.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px;
    z-index: 0;
}

.sidebar-ads .card-body {
    border: 2px dashed #00b0a2;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar-ads h4 {
    color: #fff;
    line-height: 1.6;
    font-weight: 800;
}

.sidebar-ads::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/**************************************
Contact Us
**************************************/

.contact-box {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 15%);
    background: #fff !important;
    margin-top: -12px;
}

.form-floating {
    margin-bottom: 30px;
}

.form-control,
.form-select {
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}

.form-floating textarea.form-control {
    height: 100px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #f77059;
    box-shadow: none;
}

.map-outer {
    margin-bottom: -65px;
}

/**************************************
Footer 
**************************************/
.footer-main {
    z-index: 5;
    position: relative;
    position: relative;
    padding: 70px 0 70px;
    z-index: 100;
    background-color: #0e0e0e;
    color: #979797;
    background-image: url(../img/resource/footer-lines.png);
}

footer h3 {
    color: #fff;
}

footer p,
.footer-bottom p {
    margin-bottom: 0;
}

footer .logo-img {
    width: 250px;
    height: auto;
}

footer .widget-title {
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 25px;
}

footer .widget-title::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    border-radius: 50%;
    background: #f77059;
    bottom: -14px;
    left: 0;
}

ul.widget-list {
    list-style: none;
    padding-left: 0;
    line-height: 36px;
}

ul.widget-list li {
    display: flex;
    align-items: baseline;
}

ul.widget-list li a {
    color: #979797;
}

ul.widget-list li a:hover,
.link-btn:hover {
    color: #fff;
}

ul.widget-list li i {
    color: #00b0a2;
    font-size: 15px;
    margin-right: 8px;
}

footer .btn-one:hover {
    background-color: #fff;
    color: #252525 !important;
}

.footer-bottom {
    background: #020202;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #2e2e2e;
}

/**************************************
404 Error Page
**************************************/
.error-outer {
    padding: 50px 0 120px;
}

.error-inner h1 {
    text-align: center;
    font-size: 15em;
    line-height: 1;
    font-weight: 600;
}

.cloud-letter {
    position: relative;
    display: inline-block;
}

.cloud-letter img {
    position: absolute;
    top: -20%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}


/**************************************
Mobile Responsive Media Queries 
**************************************/

/**************************************
For All Device Greater Then 991px
**************************************/
@media (min-width: 992px) {
    .header-main li.nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
}

/**************************************
For All Device Less Then 991px
**************************************/
@media (max-width: 991px) {
    .btn-one {
        padding: 5px 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    .header-main .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-main button.navbar-toggler {
        padding: 8px 10px;
        font-size: 20px;
        line-height: 0.8;
        border-color: #00b0a2;
        color: #252525;
        border-radius: 10px;
    }

    .header-main button.navbar-toggler:hover,
    .header-main button.navbar-toggler:active,
    .header-main button.navbar-toggler:focus {
        border-color: #00b0a2;
        background-color: #00b0a2;
        border-width: 1px;
        color: #fff;
    }

    .header-main .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -190px;
        transition: all 0.2s ease;
    }

    .header-main .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 250px;
        padding: 0 15px;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #ffffff;

    }

    .header-main .navbar-collapse.show {
        z-index: 999;
    }

    .header-main .navbar-collapse.show::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgb(0 0 0 / 25%);
        z-index: -1;
    }

    .header-main button.navbar-close {
        position: absolute;
        top: 10px;
        right: -40px;
        color: #fff;
        font-size: 24px;
        padding: 8px;
        border: 0 !important;
        background: #00b0a2;
        border-radius: 0 10px 10px 0;
    }

    .header-main li.nav-item .dropdown-menu .dropdown-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-main li.nav-item a.nav-link,
    .header-main li.nav-item .dropdown-menu .dropdown-item {
        font-size: 15px;
    }

    .header-main li.nav-item a.nav-link::after {
        float: right;
        margin: 12px 10px;
    }

    .header-main li.nav-item a.nav-link.dropdown-toggle.show {
        padding-bottom: 0;
    }

    .header-main .navbar .navbar-nav li.nav-item {
        margin: 0;
    }

    .header-main .navbar .navbar-nav li.nav-item + li.nav-item {
        border-top: 1px solid #e4e4e4;
    }

    .header-main li.nav-item .dropdown-menu {
        padding: 0px 0 5px;
        box-shadow: none;
    }

    .header-main li.nav-item.btn-nav-item .btn-one {
        padding: 2px 15px;
        margin: 12px 0 10px;
        font-size: 16px;
    }

    .header-main .navbar.navbar-light .navbar-text {
        display: none;
    }
}

/**************************************
For All Mobiles
**************************************/
@media only screen and (min-width: 300px) and (max-width: 691px) {

    .h1,
    h1 {
        font-size: 2rem;
        font-weight: 800;
    }

    .h5,
    h5 {
        font-size: 1.15rem;
    }

    .h6,
    h6 {
        line-height: 1.5;
    }

    .w-75 {
        width: 90% !important;
    }

    ul.theme-list.three-row-list li {
        width: 100%;
    }

    .section-space {
        padding: 65px 0;
    }

    .start-margin {
        margin-top: 70px;
    }

    .theme-title h2 {
        font-size: 1.8rem;
    }

    .theme-title h2 span::after {
        bottom: 5px;
    }

    .theme-title .w-75 {
        width: 100% !important;
    }

    .contact-bar {
        text-align: center;
    }

    .contact-bar li {
        margin-left: 0;
    }

    .navbar-brand > img {
        width: 180px;
    }

    header.header-main.is-sticky .navbar-brand > img {
        width: 170px;
    }

    .home-jumbo .inner-cover {
        padding: 130px 0 50px;
    }

    .home-jumbo::before {
        left: 0;
        bottom: 0;
        width: 100%;
        transform: skewX(0deg);
        background-color: rgb(213 249 246 / 83%);
        border-radius: 0;
    }

    .simple-slider .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .simple-slider .banner-title {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .simple-slider .banner-subtitle {
        margin-bottom: 0px;
        line-height: 1.5;
        font-size: 22px;
    }

    .wave-slider .inner-cover {
        padding: 150px 0 60px;
    }

    .page-header-inner {
        padding: 65px 0 55px;
    }

    .page-header-outer h1 {
        font-size: 2.8rem;
    }

    .counter h3,
    .counter h3 span {
        font-size: 38px;
    }

    .counter-outer .counter-box-2 {
        margin-top: 20px;
    }

    .counter-box-2 {
        padding: 15px;
    }

    .content-box-2 .grad-icon {
        margin: 0 auto 15px;
    }

    .img-counter-box .counter-box-3 {
        bottom: 15px;
        left: 15px;
    }

    .content-box-1:hover .content-inner p {
        height: auto;
    }

    .portfolio-outer {
        background-size: 180%;
    }

    .filters li {
        margin: 3px 0;
    }

    .testimonial-outer {
        background-size: 150%;
    }

    .post-nav {
        flex-direction: column;
    }

    .post-nav .post-next {
        margin-top: 20px;
    }

    .blog-user .blog-user-info,
    .comments-list .comment-item .comment-info {
        margin-left: 0;
    }

    .blog-sidebar,
    .service-sidebar {
        padding-left: 0px;
    }

    .sidebar-card .card-body {
        padding: 25px;
    }

    .pricing-box.side-boxes {
        transform: scale(1);
    }

    .error-inner h1 {
        font-size: 7rem;
    }

    .footer-inner {
        padding: 40px 0 70px;
    }

    footer .widget-title {
        font-size: 1.3rem;
    }

    .card-style-2 .card-body {
        border-radius: 20px;
        border-right: 2px dashed #8c8c8c;
    }
}


/**************************************
For All Medium Devices (Tablet, phablet etc.)
**************************************/

@media only screen and (min-width: 692px) and (max-width: 991px) {

    .h1,
    h1 {
        font-size: 2.3rem;
        font-weight: 800;
    }

    .h5,
    h5 {
        font-size: 1.15rem;
    }

    .h6,
    h6 {
        line-height: 1.5;
    }

    .section-space {
        padding: 80px 0;
    }

    .theme-title h2 {
        font-weight: 800;
        font-size: 2.2rem;
    }

    .navbar-brand > img {
        width: 165px;
    }

    .header-main .navbar {
        padding-left: 30px;
        padding-right: 30px;
    }


    .navbar-brand > img {
        width: 200px;
    }

    header.header-main.is-sticky .navbar-brand > img {
        width: 185px;
    }

    .home-jumbo .inner-cover {
        padding: 130px 0 50px;
    }

    .home-jumbo::before {
        width: 90%;
    }

    .simple-slider .container {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .simple-slider .banner-title {
        font-size: 2.8rem;
    }

    .wave-slider .inner-cover {
        padding: 160px 0 60px;
    }

    .content-box-2 .grad-icon {
        margin: 0 auto 15px;
    }

    .page-header-outer h1 {
        font-size: 3rem;
    }

    .page-header-inner {
        padding: 80px 0 65px;
    }

    .content-box-1:hover .content-inner p {
        height: auto;
    }

    .counter-outer .counter-box-2 {
        margin-top: 20px;
    }

    .counter-box-2 {
        padding: 15px;
    }

    .counter-box-2.counter h3,
    .counter-box-2.counter h3 span {
        font-size: 36px;
    }

    .counter-box-2 p {
        font-size: 16px;
    }

    .img-counter-box .counter-box-3 {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        text-align: center;
    }

    .testimonial-outer {
        background-size: 65%;
    }

    .testi-style-1 .owl-item {
        transform: scale(1) !important;
    }

    .blog-sidebar,
    .service-sidebar {
        padding-left: 0px;
    }

    .pricing-inner {
        padding: 15px;
    }

    .error-inner h1 {
        font-size: 10rem;
    }

}
