/* ==========================================================================================
  Theme Name: Clean World
  Author: Slide sigma
  Description: Cleaning Service PSD Template
  Version: 1.0
========================================================================================== */


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

    CSS INDEX
    ===================

1. Theme Default CSS
2. Header
3. Banner
4. About
5. Service
6. Cta
7. How it works
8. Why us
9. Testimonial
10. Pricing
11. Blog
12. Cta
13. Footer
14. Team
15. Video area
16. Clents logo
17. Faq area
18. Portfolio
19. About Us
20. Blog Standared
21. Blog Details
22. Contact us
23. Portfolio
24. Service
25. Service details
26. Error
27. Login Signup
28. Coming soon
29. Partners
30. Portfolio details
31. Shop listing
32. Cart
33. Checkout
34. Product detail
35. Cost Calculator
36.Team
37.Gallery

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


/*Importing Font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900&amp;display=swap');


/* ....................................
1. Theme Default CSS
.......................................*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px
}

body,
html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;    
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    line-height: 1.3;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: bold;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
    margin-bottom: 15px;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #201c15;
    font-weight: normal;
}

.input-border::placeholder {
    color: #201c15;
    font-weight: normal;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}

.input-white {
    border: none;
    position: relative;
    border-radius: 5px;
    height: 51px;
    padding: 0px 25px;
}

.input-white+i {
    position: absolute;
    right: 25px;
    font-size: 17px;
    opacity: .4;
}


/*Buttons*/

.btn,
.btn:hover {
    border-radius: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn-blue {
    min-width: 185px;
    text-align: center;
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.btn-blue:hover {
    color: #fff;
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.btn-blue-border {
    min-width: 185px;
    text-align: center;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid;
}

.btn-blue-border:hover {
    color: #fff;
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.btn-white-border {
    min-width: 185px;
    text-align: center;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
}

.btn-white-border:hover {
    color: #fff;
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.btn-black {
    min-width: 185px;
    text-align: center;
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.btn-black:hover {
    color: #fff;
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.btn-lg {
    min-width: 150px;
    font-size: 14px;
    padding: 10px 24px;
}


/*shine effect*/

.shine-btn {
    transition: 0.6s;
    overflow: hidden;
    position: relative;
}

.shine-btn:focus {
    outline: 0;
}

.shine-btn:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:hover {
    cursor: pointer;
}

.shine-btn:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}

.shine-btn:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}

.sub-head {
    font-size: 16px;
    margin-bottom: 12px;
}


/* ....................................
2. Header
.......................................*/

.social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.email-head,
.social-head {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu-1 ul li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.main-menu-1>div>ul>li {
    padding: 7px 0px;
    padding-top: 9px;
}

.main-menu-1>ul>li {
    padding: 15px 0px;
}

.main-menu-1 ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 12px;
}

.main-menu-1 ul li a.active {
    border-radius: 50px;
    position: relative;
}

.main-menu-1 li .submenu {
    position: absolute;
    width: 220px;
    left: 17%;
    top: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 13px 0px;
    padding-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 25;
    text-align: left;
    background-color: #fff;
}

.main-menu-1 li .mega-menu {
    width: 100%;
    margin: 0 15px;
    padding: 20px 0px;
}

.main-menu-1 li .submenu.right-align {
    left: initial;
    right: 0;
}

.main-menu-1 ul li a.active:after {
    position: absolute;
    content: close-quote;
    left: 13px;
    right: 17px;
    bottom: -28px;
    height: 2px;
}

.line-after-1 .main-menu-1 ul li a.active:after {
    bottom: -30px;
}

.head-type-1.fixed-nav .line-after-1 .main-menu-1 ul li a.active:after {
    bottom: -23px;
}

.main-menu-1 ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu-1 ul>li:hover>.submenu.right-align {
    left: initial;
}

.main-menu-1>ul>li>a:hover,
.main-menu-1>ul>li>a.active {
    border-radius: 50px;
}

.main-menu-1>ul>li a:hover {
    border-radius: 50px;
}

.main-menu-1 li .submenu li a {
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 7px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu-1 li .submenu li {
    width: 100%;
    margin-right: 0px;
}

.main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}

.main-menu-1 li .submenu li:last-child a {
    border: none;
}

.main-menu-1 ul li a span {
    margin-left: 5px;
}

.main-menu-1 li .submenu li a:hover {
    border-radius: 0px;
}

.emergency {
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.head-type-1 {
    background-color: #fff;
}

.head-type-1.fixed-nav .emergency p {
    display: none;
}

.emergency img {
    position: absolute;
    left: -22px;
    top: 0;
    opacity: 0.15;
}

.head-1-book {
    border: 2px solid;
    padding: 7px 18px;
    font-size: 15px;
}

.head-1-book:hover {
    color: #fff;
}

.emergency p {
    margin-bottom: 0px;
}

.shine-inf {
    background-image: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, 0.15) 50%, transparent 66%);
    background-size: 300% 100%;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}

.head-type-1.fixed-nav,
.head-type-2.fixed-nav {
    position: fixed;
    -webkit-transition: all .4s;
    left: 0;
    top: 0;
    right: 0;
    transition: all .4s;
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
    z-index: 20;
    -webkit-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    -moz-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    -o-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.head-type-2.fixed-nav {
    box-shadow: 0 4px 10px rgb(127, 99, 44);
    padding: 8px 0px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.head-type-1.fixed-nav .emergency {
    padding: 21px 40px;
}

.mean-container .mean-nav {
    max-height: 80vh;
    overflow: scroll;
}

.head-type-1.fixed-nav .main-menu-1 ul li a.active:after {
    bottom: -18px;
}

.mobile-menu .mean-nav {
    margin: 0;
    margin-top: 13px;
    background-color: #fff;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mean-container a.meanmenu-reveal span {
    height: 2px;
    width: 30px;
    margin-top: 6px;
}

.mean-container a.meanmenu-reveal {
    top: -49px;
    margin-right: 10px;
    -webkit-transition: none;
    transition: none;
}

.mean-container .mean-bar {
    min-height: 0px;
    padding: 0px;
    background-color: #fff;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99;
}

.head-type-2.head-type-3 .mean-container .mean-bar {
    background: none;
}

.head-type-2 .mean-container .mean-nav {
    height: 0;
}

.head-type-2 .meanmenu-reveal.meanclose+.mean-nav {
    height: auto;
    overflow: auto;
}

.bottom-head .meanmenu-reveal.meanclose+.mean-nav {
    margin-top: 43px;
    overflow: auto;
}

.mean-container a.meanmenu-reveal span.close-menu {
    background: none;
    font-size: 21px;
}


/*header type 2*/

.head-type-2 {
    padding: 15px 0px;
}

.head-1-book-2 {
    padding: 9px 18px;
    font-size: 15px;
    color: #fff;
    height: 42px;
}

.head-1-book-2:hover {
    color: #fff;
}

.head-1-book-call {
    border: 1px solid #EABB55;
    padding: 7px 18px;
    font-size: 15px;
    color: #fff;
}

.borde{
    border: 1px solid #EABB55;
}

.head-type-2 .main-menu-1 ul li a {
    color: #fff;
    font-weight: 600;
}

.head-type-2 .main-menu-1 ul li a.active {
    color: #fff
}

.head-type-2 .main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(247, 247, 247, 0.05);
}

.head-type-2 .main-menu-1.menu-2 ul li a.active:after {
    position: absolute;
    content: close-quote;
    left: 13px;
    right: 17px;
    bottom: -24px;
    height: 1px;
    background-color: #fff;
}

.head-type-2.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
    bottom: -15px;
}

.head-type-2.head-type-3.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
    position: absolute;
    content: close-quote;
    left: 13px;
    right: 17px;
    bottom: -10px;
    height: 2px;
    background-color: #fff;
}

.head-type-2 .main-menu-1 ul li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
}

.head-1-book-call:hover {
    color: #fff;
}


/*header type 3*/

.head-type-2.head-type-3 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 32px 0px;
}

.head-type-2.head-type-3 .main-menu-1 ul>li:hover>.submenu,
.head-type-2.head-type-3 .main-menu-1 ul>li>.submenu {
    background-color: #fff;
    padding: 10px 0px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.head-type-2.head-type-3.fixed-nav {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.1);
    padding: 12px 0px;
}

.head-type-2.head-type-3 .container-fluid,
.slider-3 .container-fluid {
    max-width: 1200px;
}

.head-type-2.head-type-3 .head-1-book-call {
    padding: 9px 18px;
}

.head-type-2.head-type-3 .main-menu-1>div>ul>li>a {
    padding: 15px 12px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu {
    top: 45px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    transform: translateY(-50%);
    left: 23px;
    opacity: 1;
}

.head-type-2.head-type-3 .head-1-book-call:hover {
    color: #fff;
}


/*header type 4*/

.left-head .social-head ul {
    display: inline-block;
}

.topheader {
    padding: 19px 0px;
}

.social-head ul li a {
    font-size: 16px;
}

.social-head ul li {
    margin-right: 14px;
}

.left-head .email {
    font-size: 15px;
}

.right-head .btn.btn-blue {
    padding: 8px 17px;
    font-weight: 500;
}

.bottom-head .header-1 ul li a {
    color: #fff;
}

.bottom-head .main-menu-1>div>ul>li {
    margin-right: 10px;
    padding: 0;
}

.ns-header-1 .main-menu-1 ul li.mega-menu-dropdown,
.head-type-1 .main-menu-1 ul li.mega-menu-dropdown,
.head-type-2 .main-menu-1 ul li.mega-menu-dropdown,
.bottom-head .main-menu-1>div>ul>li.mega-menu-dropdown {
    position: static;
}

.bottom-head .main-menu-1 li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(247, 247, 247, .1);
}

.bottom-head .main-menu-1>div>ul>li>a.active,
.bottom-head .main-menu-1>div>ul>li>a:hover {
    color: #fff;
    border-radius: 0px;
}

.bottom-head .main-menu-1>div>ul>li>a {
    padding: 12px 15px;
    display: block;
}

.bottom-head .main-menu-1 li .submenu {
    top: 100%;
}

.search-popup .modal-content {
    background: none;
    border: none;
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search {
    height: 70px;
    background: #fff;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.close-search-modal {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 25px;
    color: #fff;
    opacity: .5;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(146, 117, 58, 0.37);
    font-size: 14px;
}

.main-menu-1 li .mega-menu.exd-mega-menu {
    width: 950px;
    right: 0;
    left: auto;
}

.main-menu-1 ul>li:hover>.exd-mega-menu {
    left: auto;
}


/* ....................................
3. Banner
.......................................*/

.each-slider {
    min-height: 670px;
    background-size: cover;
    background-position: center top;
}

.banner-text-left {
    margin-left: 90px;
    max-width: 750px;
}

.banner-text-left .banner-check-list {
    margin-bottom: 15px;
}

.banner-text-left h1 {
    font-size: 55px;
}

.banner-check-list li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 400;
}

.banner-check-list li:last-child {
    margin: 0;
}

.banner-check-list li i {
    margin-right: 7px;
}

.banner-text-left p {
    max-width: 550px;
}

.dots-img {
    position: absolute;
    max-width: 111px;
    left: -40px;
    top: 0;
}

.main-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 75px;
    color: #fff;
    border: 2px solid;
}

.main-slider.owl-carousel .owl-nav .owl-prev {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0;
    font-size: 20px;
}

.main-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.main-slider.owl-carousel .owl-nav button:hover i {
    color: #fff;
}


/*banner-type 2*/

.slider-2 {
    min-height: 710px;
}

.banner-check-list.white li i {
    color: #fff;
}

.banner-text-left.slide-type-2 {
    margin-left: 0px;
}

.banner-quote-form {
    padding: 38px 28px;
    text-align: center;
    border-radius: 6px;
    padding-top: 26px;
}


.input-white.select-nice {
    width: 100%;
}

.banner-quote-form .input-white {
    padding: 6px 14px;
}

.banner-quote-form .form-group {
    margin-bottom: 15px;
}

.banner-quote-form .input-white:focus+i {
    opacity: 1;
}

.banner-quote-form .input-white+i {
    font-size: 14px;
}

.banner-quote-form .btn-blue {
    font-size: 14px;
    box-shadow: none;
}

.sp-padd-sel1 {
    padding-right: 7px;
}

.sp-padd-sel2 {
    padding-left: 7px;
}


/*banner type 3*/

.slider-3.vector-slide {
    min-height: 785px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.zip-code-input {
    max-width: 400px;
    height: 55px;
}

.slider-3.vector-slide .banner-text-left {
    margin-top: 65px;
}

.zip-code-input .input-white {
    height: 55px;
}

.zip-code-input .btn-black {
    min-width: 72px;
}

.zip-code-input .input-white+i {
    position: absolute;
    right: 93px;
    font-size: 15px;
    z-index: 9;
    opacity: 0.3;
}

.slider-3 .banner-text-left {
    margin: 0;
}

.banner-3-check li img {
    max-width: 23px;
}

.banner-3-check li h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.banner-3-check {
    max-width: 550px;
}

.banner-3-check.check-list2 li {
    padding-left: 40px;
}


/*banner type 4*/

.banner-type-4 {
    min-height: 573px;
}

.play-btn-white {
    height: 62px;
    width: 62px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    line-height: 62px;
    border-radius: 50%;
}

.play-btn-white:hover {
    color: #fff;
}

.banner-form-4 {
    background-color: rgba(19, 27, 35, .3);
    padding: 20px 20px;
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}

.banner-form-4 .select-nice:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    height: 9px;
    width: 9px;
    right: 20px;
    top: 48%;
}

.banner-form-4 ul.list {
    width: 100%;
}

.banner-form-4 .form-control {
    padding: 7px 19px;
    font-weight: normal;
}

.banner-form-4 .btn.btn-black {
    min-width: 80px;
}

.feature-bg-icon2 {
    opacity: .03;
    position: absolute;
    right: 40vw;
    top: 20px;
    z-index: -1;
}
/* ....................................
10. Pricing
.......................................*/

.price-row-width {
    max-width: 1300px;
    margin: auto;
}

.each-price {
    background-color: #fff;
    padding: 40px 45px;
    border-radius: 6px;
    overflow: hidden;
}

.lined-head span {
    font-size: 15px;
    margin: 0px 13px;
    position: relative;
    top: -5px;
}

.price-features li {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.price-features li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.main-price {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.each-price h4 {
    font-size: 26px;
}

.main-price .sup,
.main-price .sub {
    font-size: 13px;
    font-weight: normal;
}

.main-price .sup {
    position: absolute;
    top: 5px;
    left: -14px;
}

.main-price .sub {
    margin-left: 2px;
}


.lined-head {
    display: inline-block;
    position: relative;
}

.lined-head:before {
    position: absolute;
    content: '........';
    left: -49px;
    font-size: 14px;
    top: 2px;
}

.lined-head:after {
    position: absolute;
    content: '........';
    right: -49px;
    font-size: 14px;
    top: 2px;
}

.each-price.active .price-features li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.each-price.active .lined-head:after,
.each-price.active .lined-head:before {
    color: #fff;
}

.each-price.active {
    transform: scale(1.03);
    z-index: 4;
    box-shadow: 0 12px 12px -6px rgba(41, 137, 216, 0.38);
}

.price-cl-bg {
    position: absolute;
    right: 140px;
    top: 37px;
    z-index: 1;
    opacity: .04;
}

.price-cl-bg2 {
    position: absolute;
    left: 200px;
    top: 67px;
    z-index: 1;
    opacity: .04;
}


/*price type 2*/

.each-price-2 {
    padding: 35px 22px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
    padding-bottom: 42px;
}

.each-price-2:after {
    position: absolute;
    content: close-quote;
    width: 250px;
    height: 250px;
    opacity: .15;
    border-radius: 50%;
    right: -100px;
    top: -90px;
}

.price-2-heads img {
    position: absolute;
    right: 27px;
}

.price-2-heads .line {
    display: block;
    width: 50%;
    height: 2px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.price-2-heads p {
    line-height: 1;
}

.prive-2-list li {
    position: relative;
    padding-left: 4px;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
}

.prive-2-list li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 12px;
    color: #3dba69;
}

.prive-2-list li span {
    font-weight: bold;
}

.price-row-width2 {
    max-width: 916px;
    margin: auto;
}

.each-price-2 .btn-block {
    padding: 13px 25px;
    font-size: 14px;
}

.each-price-2.active {
    color: #fff;
}

.each-price-2.active .line {
    background-color: #fff;
}

.each-price-2.active .prive-2-list li i {
    color: #fff;
}

.each-price-2.active:after {
    background-color: #fff;
    z-index: 10;
}

.each-price-2.active .price-2-heads img {
    right: 0;
}




/* ....................................
13. Footer
.......................................*/

.contact-footer ul li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #b3bec5;
    padding-left: 38px;
}

.contact-footer ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-1 {
    padding-bottom: 20px;
}

.footer-lines {
    width: 43px;
    height: 2px;
    display: inline-block;
    background-color: #b3bec5;
    margin-top: 22px;
    margin-bottom: 14px;
}

.footer-1 p {
    color: #b3bec5;
}

.footer-1 p {
    color: #b3bec5;
}

.footer-links li a:hover i {
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer-links li a:hover {
    color: #fff;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.footer-links li a {
    color: #b3bec5;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 2px;
}

.footer-links li a i {
    margin-right: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer-buttons .btn-white-border {
    border: 1px solid #b3bec5;
    color: #b3bec5;
}

.social-icons.footer a {
    color: #b3bec5;
}

/* ....................................
24. Service
.......................................*/

.quote-service {
    padding: 80px 70px;
    padding-bottom: 85px;
}

.quote-service .btn.btn-black {
    font-size: 15px;
}

.quote-service .input-white {
    padding: 7px 15px;
}



/* ....................................
30. Portfolio details
.......................................*/

.line-right {
    position: relative;
}

.line-right:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 20px;
    top: 50%;
    margin-left: 15px;
}

.case-info p {
    margin: 0;
}

.case-quote a {
    text-decoration: underline;
}

.each-gallery.case-gallery-links {
    margin-bottom: 30px;
}

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

.each-gallery {
    margin-right: 12px;
}

.gallery-links .full-cover {
    color: #fff;
}

.each-gallery:last-child {
    margin: 0;
}

.gallery-links .full-cover {
    opacity: 0;
}

.gallery-links:hover .full-cover {
    opacity: .9;
}

.each-gallery.case-gallery-links {
    margin-bottom: 30px;
}

/* ....................................
37.Gallery
.......................................*/

.each-work {
    position: relative;
}

.work-text {
    position: absolute;
    bottom: 35px;
    left: 50px;
    right: 50px;
    z-index: 10;
}

.each-work.center-plus .plus-btn .h-line {
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    left: 49%;
    position: absolute;
}

.each-work.center-plus .plus-btn .v-line {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.each-work.center-plus .plus-btn {
    top: 50px;
    left: 50px;
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 10;
}

.each-work:hover .plus-btn {
    transform: rotate(90deg);
}

.each-work .work-text {
    opacity: .7;
}

.each-work:hover .work-text {
    opacity: 1;
}

.each-work .work-text p {
    max-height: 0;
    opacity: 0;
    padding-top: 10px;
    -webkit-transition: max-height 0.4s ease-in, opacity 0.4s ease-in;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-in;
    overflow: hidden;
}

.each-work.center-plus .plus-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.each-work.center-plus:hover .plus-btn {
    opacity: 1;
}

.each-work:hover img {
    opacity: .5;
}

.each-work:before {
    position: absolute;
    content: close-quote;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 6px solid;
    opacity: 0;
    z-index: 9;
}

.each-work:hover:before {
    opacity: 1;
}

/* ....................................
non use css
.......................................*/


/*menu style */
.menu-tp-22 .main-link {
    font-size: 30px;
    font-weight: bold;
    padding: 13px 0px;
    display: block;
    position: relative;
}

.menu-tp-22 .main-link i {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 36%;
}

.menu-tp-22 .main-link.icon-change i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-tp-22 .main-link+ul li {
    padding-left: 25px;
    padding-bottom: 4px;
}

.menu-tp-22 .main-link+ul li:last-child {
    margin-bottom: 1px;
}

.pulse-wr {
    position: fixed;
    bottom: 160px;
    right: 15px;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    z-index: 251;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: transparent;
}

.pulse-wr1 {
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    z-index: 251;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: transparent;
}

.popup-pulse {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 60%;
    margin-left: -15px;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    display: block;
    width: 70px;
    height: 70px;
    text-transform: none;
    text-align: center;
    line-height: 65px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(205, 125, 19);
    -webkit-animation: zoom 0.8s infinite;
    animation: zoom 5.5s infinite;
}

.popup-pulse1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 60%;
    margin-left: -15px;
    margin-top: -40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    display: block;
    width: 70px;
    height: 70px;
    text-transform: none;
    text-align: center;
    line-height: 65px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(205, 125, 19);
    -webkit-animation: zoom 0.8s infinite;
    animation: zoom 5.5s infinite;
}

.popup-pulse span {
    position: absolute;
    top: 22px;
    left: 18px;
    font-size: 12px;
    line-height: 25px;
}

.popup-pulse:hover {
    -webkit-animation: none;
}