body {
    font-family: Poppins, sans-serif;
    font: 14px/1.6 -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.button,
a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    color: #2b96cc;
    text-decoration: none
}

a,
button {
    color: #313131;
    outline: medium none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.top-5 {
    margin-top: 3rem
}

.mt-25 {
    margin-top: -48px
}

.mb-30 {
    margin-bottom: 30px
}

.cls {
    padding: 10px 0 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #313131;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize
}

h2 {
    font-size: 35px;
    text-transform: capitalize
}

h3 {
    font-size: 28px;
    text-transform: capitalize;
    margin: 0 0 10px
}

h4 {
    font-size: 17px;
    text-transform: capitalize;
    margin: 0 0 10px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

.h3 {
    font-size: 16px;
    color: #414142;
    text-transform: capitalize
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #414142;
    margin-bottom: 0
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.theme-overlay {
    position: relative
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #2aae67;
    overflow: hidden
}

#loader {
    width: 90px;
    height: 65px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

#loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #f56970;
    bottom: 0
}

@keyframes sequence1 {
    0% {
        height: 10px
    }

    50% {
        height: 50px
    }

    100% {
        height: 10px
    }
}

@keyframes sequence2 {
    0% {
        height: 20px
    }

    50% {
        height: 65px
    }

    100% {
        height: 20px
    }
}

#loader li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0s
}

#loader li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite .1s
}

#loader li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite .2s
}

#loader li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite .3s
}

#loader li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite .4s
}

#loader li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite .5s
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.separator {
    border-top: 1px solid #f2f2f2
}

.container {
    max-width: 1300px
}

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.breadcrumb>.active {
    color: #888
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel .owl-nav div:hover {
    background: #2b96cc;
    color: #fff
}

.learnmore-2 a {
    background-color: #ffaf14;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px
}

#scrollUp {
    /* background: rgba(255,255,255,.4); */
    /* bottom: 50px;
    color: #303133;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 50px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-radius: 50px;
    border-color: rgb(255, 255, 255);
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 245, 248) 100%); */
    /* position: fixed; */
    z-index: 99;
    right: 50px;
    bottom: 50px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 245, 248) 100%);
    box-shadow: rgba(55, 99, 170, 0.1) 8px 8px 20px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    overflow: hidden;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    color: #303133;
    font-size: 12px;
}

#scrollUp:hover {
    box-shadow: rgba(55, 99, 170, 0.2) 8px 8px 20px 0px;
    text-decoration: none;
}

.padding {
    padding: 50px 0
}

.padding-no-bottom {
    padding: 120px 0 120px
}

.padding-4 {
    padding: 120px 0
}

.fifth-section {
    padding: 120px 0
}

.margin-boottom20 {
    margin-bottom: 30px
}

.margin-boottom30 {
    margin-bottom: 30px
}

#scrollUp:hover {
    /* background: #444; */
    color: #2aae67;
}

.section-title {
    text-align: center;
    margin-bottom: 50px
}

.section-title .head-text h1 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase
}

.section-title .head-text {
    text-align: center;
    text-transform: capitalize;
    display: inline-block
}

.section-title .head-text h3 {
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    display: inline-block
}

.section-title .head-text h3::before {
    content: "";
    position: absolute;
    right: -32px;
    width: 20px;
    height: 2px;
    background: #f56970;
    top: 50%;
    transform: translateY(-50%)
}

.section-title .head-text h3::after {
    content: "";
    position: absolute;
    left: -32px;
    width: 20px;
    height: 2px;
    background: #f56970;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000
}

.section-title-2 .head-text p {
    position: relative;
    padding-top: 20px
}

.section-title-2 .head-text {
    text-align: center;
    text-transform: capitalize;
    display: inline-block
}

.section-title-2 .head-text span {
    font-size: 22px;
    position: relative
}

.section-title-2 .head-text span::before {
    content: "";
    position: absolute;
    right: -32px;
    width: 20px;
    height: 2px;
    background: #ee9499;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-2 .head-text span::after {
    content: "";
    position: absolute;
    left: -32px;
    width: 20px;
    height: 2px;
    background: #ee9499;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-3 {
    text-align: left;
    margin-bottom: 35px
}

.section-title-3 h1 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
}

.section-title-3 {
    text-align: left;
    text-transform: capitalize;
    display: inline-block
}

.section-title-3 h4 {
    font-size: 18px;
    position: relative;
    /* color: #000; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 28px;
    color: #141414;
}

/* .section-title-3 h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 108px;
    height: 4px;
    bottom: -8px;
    background-color: #f56970
} */

.section-title h4 {
    font-size: 18px
}

.section-title h2 {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 35px
}

.section-title p {
    margin-top: 20px
}

.header-top-padding {
    padding-top: 40px
}

.section-button {
    margin-top: 40px
}

.section-button a {
    background-color: #6b6fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent
}

.section-button a:hover {
    border: 1px solid #6b6fff;
    color: #6b6fff;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 16px #fff;
    box-shadow: 0 5px 16px #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%
}

#status {
    position: absolute;
    left: 55%;
    top: 45%;
    width: 150px;
    height: 150px;
    margin: -32px 0 0 -32px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#status img {
    height: 120px;
    width: 120px
}

.main-navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 11;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

/* .main-navigation:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.main-navigation:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
} */


/* .main-navigation:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #9ba6b7;
    opacity: .3;
} */

.main-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 50px #60636242;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-animation: sticky 1s;
    animation: sticky 1s
}

.sticky .menu-area ul li a:hover {
    color: #f4f1f1
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo-area {
    /* position: absolute; */
    /* left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) */
}

.logo-area img {
    width: 238px
}

.menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.menu-area ul li {
    display: inline-block;
    float: none;
    position: relative
}

.menu-area ul li:nth-child(1) {
    float: left
}

.menu-area ul li:nth-child(2) {
    float: left
}

.menu-area ul li:nth-child(3) {
    float: left
}

.menu-area ul li:nth-child(4) {
    float: left
}

.menu-area ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 25px 62px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-navigation.sticky .menu-area ul li a {
    color: #333;

}

.menu-area ul li a:nth-child(1) {
    padding-right: 0
}

.menu-area ul li a:hover {
    color: #2aae67 !important;
}

.menu-area ul li ul.dropdown {
    position: absolute;
    right: -122px;
    top: 97%;
    width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 15px
}

.menu-area ul li ul.dropdown li {
    display: block;
    float: inherit;
    text-align: left;
    margin-left: 15px;
    position: relative;
    border-bottom: 1px solid #efefef
}

.menu-area ul li ul.dropdown li:last-child {
    border-bottom: none
}

.menu-area ul li ul.dropdown li a {
    padding: 8px 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #646572
}

.menu-area ul li:hover ul.dropdown {
    top: 106%;
    opacity: 1;
    visibility: visible
}

.menu-area ul li ul.dropdown li a:hover {
    color: #f56970
}

.menu-area ul li ul.dropdown ul.dropdown {
    position: absolute;
    left: 120%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.menu-area ul li ul.dropdown li:hover>ul.dropdown {
    opacity: 1;
    visibility: visible;
    left: 110%
}

#mobile-menu {
    display: block
}

.slider-area {
    height: 68vh
}

.single-slider {
    position: relative;
    height: 68vh;
}

.slider-area .owl-carousel {
    z-index: 0
}

.slider-area .owl-carousel .owl-dots {
    text-align: center;
    top: -130px;
    position: relative
}

.slider-img {
    position: relative;
    height: 68vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-img:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: .7;
    z-index: 2;
}

.grid-overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    max-width: 1200px;
    width: 89%;
    height: 100%;
    opacity: .5;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 3;
}

.grid-overlay>div,
.grid-overlay::before,
.grid-overlay::after {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
}

.grid-overlay::before {
    content: "";
    left: 25%;
}

.grid-overlay::after {
    content: "";
    right: 25%;
}

.slider-img img {
    /* height:  70vh; */
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2
}

.slider-text a.skill-btn:hover {
    background-color: #f56970;
    border: 1px solid #f56970
}

.welcome {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize
}

.slider-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase
}

.slider-text h2 span {
    color: #f56970
}

.slider-text p {
    line-height: 30px;
    color: #e5e5e5;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400
}

.slider-text a {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700
}

.slider-on .owl-controls {
    position: relative !important;
    top: -138px !important
}

.slider-area-2 {
    height: 70vh;
}

.single-slider-2 {
    position: relative
}

.single-slider-2:before {
    position: absolute;
    background: rgba(0, 0, 0, .89);
    height: 70vh;
    width: 100%;
    content: "";
    opacity: .85;
    z-index: 0
}

.slider-height {
    background-image: url(../../theme/assets/img/header-3.jpg);
    height: 70vh;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase
}

.slider-content h2 span {
    color: #f56970
}

.slider-content p {
    line-height: 30px;
    color: #e5e5e5;
    font-size: 18px;
    margin-bottom: 35px
}

.slider-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700
}

.slider-content a.skill-btn:hover {
    background-color: #f56970;
    border: 1px solid #f56970
}

.others-header-image-area {
    background-image: url(../../theme/assets/img/header.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.others-page-title p {
    color: #d0cccc
}

.others-header-image-area .others-page-title p {
    color: #ddd;
    font-size: 15px
}

.others-header-image-area .others-page-title h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    background-color: #fe6871
}

.others-page-title h1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    bottom: -6px;
    background-color: #f56970
}

.others-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.text-gray {
    color: #d0d0d0
}

.bg-pattern-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slick-slide img {
    height: 80vh
}

.PrevArrow {
    display: none !important
}

.next-arr-position {
    position: relative
}

.NextArrow {
    font-size: 20px;
    background-color: #212020;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 50%
}

.NextArrow:hover {
    background: #fe6871
}

.intro-text h1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%
}

.intro-text p {
    color: #d7d7d7
}

.others-page-title h1 {
    font-size: 33px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    display: inline
}

@keyframes textcolor {
    0% {
        background-position: left 0 top 10px
    }

    40% {
        background-position: left 800px top 10px
    }
}

.intro-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e5e5e5;
    font-weight: 400;
    line-height: 28px
}

.learnmore {
    margin-top: 25px
}

.site-btn a {
    background-color: #fff;
    text-decoration: none;
    color: #f56970;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176)
}

.site-btn a:hover {
    background-color: #f56970;
    color: #fff
}

.learnmore a:hover {
    background-color: #fff;
    color: #fe6871
}

.default-text-color {
    color: #fe6871
}

.modal {
    top: 60px
}

.modal-content {
    border-radius: 20px
}

.modal-header {
    border-bottom: 0 solid #fff
}

.header-form {
    background-color: #fff;
    padding: 5px
}

.header-form .country {
    width: 25px
}

.header-form button.site-btn-submit {
    background-color: #f56970;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    border: 0;
    cursor: pointer
}

.submit-button {
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1)
}

.service-list {
    padding: 120px 0
}

.service-list .content a {
    font-weight: 500
}

.top-margin {
    margin-top: -60px
}

.service-box {
    position: relative;
    /* background: #fff; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, .12); */
    padding: 28px 18px;
    transition: .5s;
    border-radius: 4px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.service-box:hover {
    background-color: #f56970;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%), -2px -2px 20px 0 rgba(255, 255, 255, .45);
}

.service-box:hover h2 {
    color: #fff
}

.service-box:hover i {
    margin-left: 15px
}

/* 
.service-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
} */

.service-icon img {
    height: 50%
}

.service-text h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;

}

.service-text {
    width: 184px;
}

.service-text i {
    /* margin-left: 10px; */
    transition: .5s;
    font-size: 18px
}

.service-header-image-area {
    background-image: url(../../theme/assets/img/service-bg.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.service-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(135, 135, 135, .25)
}

.icon-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 26px;
    min-height: 198px
}

.icon-box:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.icon-box .content {
    float: right;
    text-align: right;
    width: 70%
}

.icon-box img {
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .7;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    width: 105px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.box:after {
    position: absolute;
    content: "";
    top: -43%;
    left: -33%;
    background: rgba(25, 44, 68, 1);
    height: 187px;
    width: 200px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.box:hover:after {
    opacity: 1;
    top: -29%;
    left: -12%
}

.icon-box:hover a {
    color: #f56970
}

.icon-box:hover a h1 {
    color: #f56970
}

.service-heading-text {
    padding-top: 120px
}

.service-content h1 {
    font-size: 18px
}

.content-img {
    width: 100%;
    text-align: center
}

.content-img img {
    width: 80%
}

.box-2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(108, 108, 108, .25);
    padding: 30px
}

.icon-box-2 {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px
}

.icon-box-2:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.icon-box-2 .content {
    float: right;
    width: 80%;
    text-align: right
}

.icon-box-2 img {
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .7;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    width: 90px;
    position: absolute;
    z-index: 1
}

.box-2:after {
    position: absolute;
    content: "";
    top: -58%;
    left: -70%;
    background: rgba(25, 44, 68, 1);
    height: 224px;
    width: 293px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.box-2:hover.box-2:after {
    opacity: 1;
    top: -29%;
    left: -12%
}

.padding-2 {
    padding: 0 0
}

.padding-3 {
    padding: 0 0 100px 0
}

.first-section {
    padding: 120px 0
}

.fifth-section {
    padding: 120px 0
}

.read-more-state {
    display: none
}

.read-more-trigger {
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #fff;
    font-weight: 500
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .55s ease
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more'
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less'
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #2f2e2e;
    font-size: .9em;
    line-height: 2;
    border: 0 solid #fff;
    border-radius: .25em
}

.about-us p {
    padding-bottom: 30px
}

.about-left-bg {
    position: absolute;
    left: -365px
}

.about-left-bg img {
    width: 100%
}

.about-right-bg img {
    width: 100%
}

.about-img img {
    width: 100%;
    text-align: right
}

.about-right-bg {
    position: absolute;
    right: 0
}

.about-us .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.about-us .title h1 {
    font-size: 24px;
    padding-bottom: 6px
}

.about-spin {
    position: relative
}

.about-us-header-image-area {
    background-image: url(../../theme/assets/img/about-banner.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.about-us-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.progress-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px
}

.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
    margin-bottom: 15px
}

.progress-bg {
    background-color: #fff;
    padding: 35px;
    box-shadow: 1px -1px 20px 3px #ececec
}

.progress::after,
.progress::before {
    content: "";
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1
}

.progress:after {
    left: auto;
    right: 0
}

.progress .progress-bar {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s
}

.progress .progress-value {
    line-height: 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: -19px;
    right: 0;
    z-index: 2
}

.progress .progress-bar.first {
    width: 80%;
    background: #f56970
}

.progress .progress-bar.second {
    width: 70%;
    background: #f56970
}

.progress .progress-bar.third {
    width: 60%;
    background: #f56970
}

.progress.orange .progress-value {
    color: #162b3b
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.our-vision-area img {
    padding: 10px
}

.our-vision-area .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.our-vision-area .text-content h1 {
    color: #333;
    margin-bottom: 20px
}

.our-vision-area .text-content span {
    font-size: 18px;
    display: block
}

.our-vision-area .a {
    position: relative
}

.our-vision-area ul li {
    padding-bottom: 5px
}

.our-vision-area .fa-circle {
    color: #ee9499;
    font-size: 10px;
    transform: translateY(-30%)
}

.our-mission-area .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.our-mission-area .text-content h1 {
    color: #333;
    margin-bottom: 20px
}

.our-mission-area .text-content span {
    font-size: 18px;
    display: block
}

.our-mission-area .a {
    position: relative
}

.our-mission-area ul li {
    padding-bottom: 5px
}

.our-mission-area .fa-circle {
    color: #f56970;
    font-size: 10px;
    transform: translateY(-30%)
}

.experience-area {
    padding: 120px 0
}

.experience-area p {
    padding-bottom: 30px
}

.experience-left-bg {
    position: absolute;
    left: -5px
}

.experience-left-bg img {
    width: 100%
}

.experience-area .counter {
    animation-duration: 1s;
    animation-delay: 0s
}

.experience-area .counter-up {
    background-color: #f7f7f7;
    text-align: center;
    padding: 80px 0;
    margin: auto;
    transition: .5s
}

.experience-area .box-4>:first-child {
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176);
    background-color: #fff
}

.experience-area .counter-up:hover {
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176);
    background-color: #fff
}

.experience-area .counter-up h1 {
    font-size: 35px;
    font-weight: 500;
    color: #f56970
}

.experience-area .counter-up h3 {
    font-size: 15px;
    color: #f56970
}

.experience-area .counter-up:hover h1 {
    color: #f56970
}

.experience-area .counter-up:hover h3 {
    color: #f56970
}

.expertise-area {
    padding: 120px 0
}

.expertise-area {
    background: rgba(47, 60, 86, .03)
}

.expertise-area .title-bg {
    color: rgba(238, 238, 238, .62);
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    opacity: .8;
    font-weight: 700;
    z-index: -1;
    text-transform: capitalize
}

.serviceBox {
    padding: 30px 30px 30px 90px;
    position: relative;
    transition: all .5s ease 0s;
    background-color: #fff;
    margin-top: 30px
}

.serviceBox:hover {
    border-color: #ffa5b3
}

.serviceBox:before {
    content: "";
    display: block;
    width: 5px;
    height: 0;
    background: #f56970;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s
}

.serviceBox:before {
    top: 0
}

.serviceBox:after {
    bottom: -3px
}

.serviceBox:hover:before {
    opacity: 1;
    height: 100%
}

.serviceBox .service-icon {
    display: inline-block;
    position: absolute;
    top: 33%;
    left: 23px;
    font-size: 45px;
    color: #f56970;
    opacity: 1;
    transition: all .5s ease-in 0s
}

.serviceBox:hover .service-icon {
    opacity: 1
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 700;
    color: #f56970;
    margin-bottom: 15px
}

.serviceBox .description {
    font-size: 13.5px;
    color: #414142;
    line-height: 23px
}

/* .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%
} */

.project-area {
    padding: 120px 0
}

.project-list {
    position: relative;
    overflow: hidden
}

.project-list .overlay-content {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(28, 36, 40, .8509803921568627);
    width: 100%;
    height: 100%;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    padding: 25px
}

.project-list .overlay-content h1 {
    font-size: 26px;
    color: #f56970
}

.project-list .overlay-content p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    font-weight: 400
}

.project-list .overlay-content i {
    font-size: 22px;
    color: #f56970;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.project-list:hover .overlay-content {
    left: 0;
    visibility: visible;
    opacity: 1
}

.project-list img {
    width: 100%
}

.project-list .content .content-overlay {
    background: rgba(47, 60, 86, .85);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.project-list .content:hover .content-overlay {
    opacity: 1
}

.project-header-image-area {
    background-image: url(../../theme/assets/img/project-bg.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.project-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.tab-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.tab-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.tab-header h1 {
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px
}

.tab-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2f3c56;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.tab-header-card {
    margin-right: -.625rem;
    margin-bottom: .25rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.tab-header-card .nav-item a {
    color: #fff;
    font-size: 15px
}

.nav-tabs .nav-link.active {
    background-color: #ff9800;
    border: 0 solid transparent
}

.nav-tabs .nav-link:hover {
    border-color: #2f3c56 #2f3c56 #2f3c56
}

.tab-list li {
    padding-bottom: 10px
}

.testimonial-content {
    position: relative;
    padding-top: 5%
}

.testimonial-content .text-area {
    text-align: center
}

.text-area::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 18px;
    background-image: url(../../theme/assets/img/left-top-quote.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.text-area::after {
    position: absolute;
    content: "";
    right: -25px;
    bottom: 28px;
    background-image: url(../../theme/assets/img/left-bottom-quote.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.text-area span {
    color: #f56970;
    font-size: 15px
}

.testimonial-area {
    /* background-image: url(assets/img/cover-bg1.jpg); */
    background-image: url(../../theme/assets/img/service-bg.jpg);
    padding: 120px 0;
    position: relative;
    background-size: cover;
}

.testimonial-area:before {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .8;
    z-index: 0;
    top: 0
}

.testimonial-area .title-bg {
    color: rgba(238, 238, 238, .62);
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    opacity: .8;
    font-weight: 700;
    z-index: -1;
    text-transform: capitalize
}

.testimonial-area h3 {
    color: #fff
}

.testimonial-area h1 {
    color: #fff;
    font-size: 25px
}

.testimonial {
    text-align: center
}

.testimonial .pic {
    margin-bottom: 35px
}

.testimonial .pic>img {
    border-radius: 50%;
    text-align: center;
    width: 120px;
    margin: auto
}

.testimonial .testimonial-review {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px
}

p.testimonial-description {
    font-size: 15.5px
}

.testimonial-review>.testimonial-description {
    font-style: italic
}

.testimonial .testimonial-title {
    color: #000;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.testimonial-title>small {
    color: #f56970;
    font-style: normal;
    font-size: 14px;
    line-height: 22px
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 8px;
    background: 0 0;
    border: 1px solid #ff9800;
    margin: 5px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f8af14
}

.pricingTable {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center
}

.pricing-plan .inactive {
    background: #fbfbfb
}

.pricing-plan .active .pricingTable {
    box-shadow: 0 0 15px 10px rgba(204, 204, 204, .12941176470588237)
}

.pricingTable-header img {
    width: 100px
}

.pricingTable .pricingTable-header {
    color: #333
}

.pricingTable .title {
    font-size: 22px;
    margin: 30px;
    text-transform: uppercase
}

.pricingTable .price-value {
    margin: 10px 0 10px;
    color: #000;
    position: relative;
    transition: all .3s ease-in-out 0s
}

.pricingTable .price-value:after {
    border-width: 11px 5px;
    border-color: transparent transparent #777 #777;
    top: -22px;
    left: auto;
    right: 0
}

.pricingTable .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
    font-weight: 600
}

.pricingTable .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px
}

.pricingTable .pricing-content li {
    font-size: 14px;
    line-height: 30px
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #f56970;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    border: 1px solid;
    border-radius: 25px;
    padding: 13px 40px
}

.pricing-plan .active .pricingTable-signup {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    border: 1px solid;
    width: 140px;
    border-radius: 25px;
    background: #f56970
}

.pricing-plan .pricingTable:hover .pricingTable-signup {
    background: #f56970;
    color: #fff
}

.pricing-plan .pricingTable:hover .price-value {
    margin: 10px 0 10px;
    background: #f56970;
    color: #fff;
    position: relative;
    transition: all .6s ease-in-out 0s
}

.pricing-plan .active .price-value {
    margin: 10px 0 10px;
    background: #f56970;
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out 0s
}

.team-member {
    padding: 120px 0
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative
}

.our-team img {
    width: 100%;
    height: auto
}

.our-team .team-content {
    width: 100%;
    background: #f56970;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease 0s
}

.our-team:hover .team-content {
    padding-bottom: 40px
}

.our-team .team-content:before {
    left: -3%
}

.our-team .team-content:after {
    right: -3%;
    transform: rotate(-15deg)
}

.our-team .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
    color: #fff
}

.our-team .post {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px
}

.our-team .social-links {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all .5s ease 0s
}

.our-team:hover .social-links {
    bottom: 0
}

.our-team .social-links li {
    display: inline-block
}

.our-team .social-links li a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
    transition: all .5s ease 0s
}

.our-team .social-links li:last-child a {
    margin-right: 0
}

.our-team .social-links li a:hover {
    color: #ccc
}

.blog-area {
    padding: 120px 0;
    background: #f8f9f9
}

.blog-container {
    /* box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .48); */
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 20px 1px rgb(194 188 210 / 20%);
}

.blog-container p {
    margin-bottom: 10px !important
}

.blog-container h3 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-container .blog-details {
    padding-top: 5px;
    color: #f56970
}

.blog-container .blog-cat {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #fff;
    color: #f56970;
    padding: 5px 14px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.blog-container img {
    width: 100%
}

.owl-carousel .owl-dot.active {
    background-color: #2aae67 !important;
    height: 8px;
    width: 25px;
    border-radius: 10px
}

.owl-carousel .owl-dot {
    background-color: rgba(42, 174, 103, .78) !important;
    display: inline-block;
    height: 8px;
    margin: 0 3px;
    width: 25px;
    border-radius: 10px
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0
}

.test-blog-slider img {
    width: 100%
}

.blog-header-image-area {
    background-image: url(../../theme/assets/img/blog-home.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.blog-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.side-blog-search {
    margin-bottom: 30px
}

.side-blog-search form.search-box {
    position: relative;
    width: 100%
}

.search-box input[type=text] {
    color: #000;
    display: block;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-style: normal;
    border: 2px solid rgba(245, 105, 112, .39);
    border-radius: 30px;
    background: #fff
}

.search-box button {
    display: block;
    cursor: pointer;
    height: 50px;
    width: 80px;
    padding: 11px 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 5px;
    background: #f56970;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 20px
}

input[type=email]:focus,
input[type=text]:focus {
    border-color: #ccc;
    
}

.popular-post {
    margin: 30px 0 0
}

.popular-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
    position: relative
}

.popular-post-img .full-cover {
    color: #fff;
    opacity: 0
}

.popular-post-img img {
    width: 82px;
    height: 72px
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popular-post-text p {
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    color: #414142
}

.popular-post-text span {
    font-weight: 500;
    font-size: 12px;
    float: left;
    padding-left: 10px;
    color: rgba(245, 105, 112, .75)
}

.post-img {
    position: relative
}

.post-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(.3);
    transition: all .3s ease 0s
}

.post-img a.post-tag {
    padding: 0 8px;
    height: 30px;
    background: #f8af14 none repeat scroll 0 0;
    color: #15202c;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.post-title {
    color: #333;
    margin: 0 0 10px
}

.single-review .post-content {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 40px 52px;
    text-align: center
}

.single-sidebar-widget h6.widget-title {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase
}

.sidebar-area {
    margin-top: 105px
}

.sidebar-area a:hover {
    color: #f56970
}

.single-sidebar-widget {
    margin: 0 0 70px;
    text-align: center;
    border-radius: 5px;
    padding: 25px;
    border: 2px solid rgba(245, 105, 112, .2784313725490196);
    margin-bottom: 30px
}

.img-circle {
    border-radius: 50%
}

.sidebar-content {
    overflow: hidden
}

.single-sidebar-widget .my-photo {
    margin: 25px 0 20px
}

.archive-list,
.categories-list,
.tags-list {
    text-align: left;
    margin: 30px 0 0
}

.categories-list ul li {
    padding: 8px 0
}

.archive-list ul li a,
.categories-list ul li a,
.tags-list ul li a {
    color: #414142;
    position: relative
}

.archive-list ul li a span.month,
.categories-list ul li a span.category {
    margin-left: 0;
    text-transform: uppercase
}

.archive-list ul li a span.number,
.categories-list ul li a span.number {
    float: right
}

.archive-list,
.categories-list,
.tags-list {
    text-align: left;
    margin: 30px 0 0
}

.tags-list ul li {
    display: inline-block;
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 26px;
    margin: 0 5px 10px 0;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.archive-list ul li {
    padding: 8px 0
}

.tags-list ul li a i {
    top: 2px;
    margin-right: 4px;
    font-size: 12px
}

.tags-list ul li a {
    top: 2px;
    margin-right: 4px;
    font-size: 13px !important
}

#wp-calendar {
    width: 100%
}

.pagination {
    font-size: 18px;
    position: relative
}

.pagination>li {
    display: inline
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination li:first-child a,
.pagination li:last-child a {
    font-size: 20px;
    border: none
}

.pagination li a {
    margin: 0
}

.pagination li span.current {
    background: #f5f5f5
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #f56970;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(187, 187, 187, .23137254901960785)
}

.blog-img img {
    width: 100%;
    height: auto
}

.blog-area .content {
    padding: 30px
}

.my-photo img {
    border-radius: 50%
}

.single-blog-details span.tag {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 19px
}

.single-blog-details h1.post-title,
.single-blog-details p.post-date,
.single-blog-details span.tag {
    text-align: center
}

.single-blog-details h1.post-title {
    position: relative;
    margin: 0 0 28px
}

.single-blog-details h1.post-title::after {
    content: "";
    position: absolute;
    background: #fe6871 none repeat scroll 0 0;
    width: 170px;
    height: 2px;
    display: inline-block;
    bottom: -10px;
    left: 50%;
    margin-left: -85px
}

.single-blog-details .post-long-desc {
    margin: 30px 0 0
}

blockquote {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 20px;
    padding: 20px;
    border-left: 3px solid #fe6871;
    color: #7e7e7e;
    background-color: rgba(245, 105, 112, .14901960784313725)
}

.single-blog-bottom {
    margin: 40px 0 0
}

.post-tags span.lbl {
    font-size: 16px
}

.post-tags span a {
    color: #999;
    font-style: italic;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase
}

.post-tags span a:last-child {
    margin-right: 0
}

.post-tags span a:hover {
    color: #6c9
}

.about-author {
    padding: 45px 60px 60px 0;
    display: inline-block
}

.about-author h6.title,
.comments-area h6.title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 40px;
    position: relative
}

.about-author h6.title:after,
.comments-area h6.title:after {
    content: "";
    position: absolute;
    background: #f56972 none repeat scroll 0 0;
    width: 80px;
    height: 2px;
    display: inline-block;
    top: 24px;
    left: 0
}

.about-author .author-img {
    float: left;
    margin-right: 30px
}

.author-info p {
    margin: 0;
    padding: 12px 0 0 10px
}

.fn,
.says {
    vertical-align: top
}

.comments .skill-btn {
    background-color: #ffaf14;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff !important
}

.comment-metadata {
    margin: -10px 0 15px 37px;
    font-size: 13px
}

.comment-form-area {
    padding: 0
}

.comment-form-area input[type=text],
.comment-form-area textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    outline: 0;
    margin: 0 0 20px;
    padding: 0 10px
}

.comment-form-area button.submit-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 32px;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    padding: 0 26px;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    cursor: pointer
}

.comment-form-area textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    outline: 0;
    margin: 0 0 10px;
    padding: 0 10px
}

.comment-form-area textarea {
    height: 120px;
    resize: none
}

.comment-form-area p {
    color: #666;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase
}

.comment-box {
    margin: 0 0 25px
}

ul.reply .comment-box {
    margin: 0 0 17px
}

.reply {
    float: right
}

.depth-2 {
    margin-left: 50px
}

.depth-3 {
    margin-left: 50px
}

.single-comment ul.reply {
    margin-left: 50px
}

.comment-box .comment-author {
    float: left;
    margin-right: 18px
}

.comment-info {
    overflow: hidden;
    display: block
}

.comment-info p.author-name {
    display: inherit;
    margin: 0 0 0;
    text-transform: uppercase
}

.comment-info p.author-name a {
    color: #666;
    font-weight: 400
}

.comment-info span.comment-date {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px
}

.comment-info p {
    margin-bottom: 5px
}

.comment-box a.reply-link {
    color: #666;
    float: right;
    text-transform: capitalize
}

.comment-respond input,
.comment-respond textarea {
    border: 1px solid #ccc;
    width: 400px;
    height: 32px;
    outline: 0;
    margin: 0 0 10px;
    padding: 0 10px;
        color: #1a1a1a;
}

.comment-respond textarea {
    height: 120px;
    resize: none
}

.comment-respond input:focus {
    border: 1px solid #fe6871
}

.comment-respond textarea:focus {
    border: 1px solid #fe6871
}

.comment-respond button.submit-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 32px;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    padding: 0 26px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.comment-respond button.submit-btn:hover {
    background: #fe6871 none repeat scroll 0 0;
    color: #fff
}

.single-blog-area {
    padding: 120px 0
}

.comment-form-cookies-consent,
.comment-notes {
    display: none
}

.comment-reply-title {
    font-size: 18px;
    padding-bottom: 13px;
    font-weight: 600
}

.cover-area {
    padding: 55px 0
}

.bg-6 {
    background: rgba(0, 0, 0, 0) url(../../theme/assets/img/cover-bg.jpg) repeat scroll center center/cover;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.cover-area p {
    color: #f5f5f5
}

.newsletter-area {
    background-image: url(../../theme/assets/img/hero-bg.jpg);
    padding: 120px 0;
    background-repeat: no-repeat;
}

.s-testimonials::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: #111111;
}

.newsletter-area h3 {
    color: #fff
}

.newsletter-area h1 {
    color: #fff;
    font-size: 25px
}

.subcribe-form input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: none;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    margin-right: 15px;
    padding-left: 20px;
    width: 55%
}

.subcribe-form button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 0;
    width: 50px;
    transition: .3s;
    cursor: pointer
}

.subcribe-form button i {
    color: #58D78C;
    font-size: 22px
}

.subcribe-form button:hover {
    background: #58D78C none repeat scroll 0 0;
    color: #fff
}

.subcribe-form button:hover i {
    color: #fff
}

.mailchimp-alerts {
    margin-top: 15px
}

.newsletter-input {
    position: absolute;
    left: -5000px
}

.contact-area {
    padding: 120px 0
}

.icon-section .icon-area {
    text-align: left
}

.contact-form-area {
    background: #192132;
    box-shadow: 0 4px 64px rgba(0, 0, 0, .25);
    border-radius: 23px
}

.contact-header-form {
    padding: 40px
}

.contact-form-area .submit-button .contact-submit {
    background-color: #f56970;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    border: none;
    cursor: pointer
}

.icon-section {
    display: flex;
    flex-wrap: wrap
}

.icon-section>div {
    width: 155px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    height: 500px;
    width: 100%
}

.gmap_canvas iframe {
    width: 100%;
    height: 500px;
    border: none
}

.contact-header-image-area {
    background-image: url(../../theme/assets/img/contact-bg.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.contact-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.fa-map-marker-alt {
    color: #f56970
}

.fa-phone-volume {
    color: #f56970
}

.fa-envelope {
    color: #f56970
}

.footer-area {
    background-color: #101a26;
    padding: 120px 0
}

.second-footer ul li a {
    color: rgba(255, 255, 255, .7294117647058823)
}

.second-footer ul li a:hover {
    color: #f56970
}

.footer-bottom {
    background-color: #fff;
    padding: 10px 0
}

.company-logo {
    padding-bottom: 50px
}

.company-logo .mb-3 {
    margin-bottom: 10px
}

.company-logo img {
    width: 125px;
    margin-bottom: 10px
}

.footer-top h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 0 0 8px;
    font-weight: 500
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 0 50px
}

.flex-container>div {
    width: 425px;
    margin: 10px;
    text-align: left;
    line-height: 25px
}

.flex-container>.column-2 {
    width: 98%;
    margin: 10px;
    text-align: left;
    line-height: 25px
}

.second-footer {
    text-align: left;
    line-height: 25px
}

.second-footer p {
    line-height: 25px;
    color: rgba(255, 255, 255, .7294117647058823)
}

.first-footer .list-unstyled li a {
    color: #fff;
    font-size: 15px
}

.second-footer .list-unstyled li {
    color: #fff
}

.column-2 ul {
    -webkit-columns: 2;
    columns: 2
}

.copyright p {
    padding: 3px 0 0;
    color: rgba(255, 255, 255, .7294117647058823);
    color: rgba(0, 0, 0, .5);
    font-size: 10px;
    /* margin-top: 8px; */
    font-weight: 500;
    text-align: center;
}

.copyright a {
    color: rgba(255, 255, 255, .7294117647058823)
}

.social-icon ul li {
    display: inline-block
}

.social-icon ul li a i {
    padding: 10px 8px 0 2px;
    color: #fff
}

.social-icon ul li a i:hover {
    color: #fe6871
}

#left {
    width: 47%;
    float: left;
    margin-right: 6%
}

#right {
    width: 47%;
    float: left
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 10px
}

.clearfix {
    display: block
}

.error-page-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 120px 0
}

.error-nav-bg {
    background-color: #fe6871
}

.error-nav-bg .menu-area ul li a:hover {
    color: #fff
}

.error-text {
    text-align: center;
    margin-top: 85px
}

.error-text h2 {
    font-size: 30px
}

.error-text a {
    background-color: #f56a72;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border: 2px solid transparent;
    border-radius: 68px
}

#lottie {
    /* background-color:#ffffff; */
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

.wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow1 {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.wrapper span {
    position: absolute;
    top: 75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
}

body {
    background: #fff;
}

.pls-floatbar-button {
    width: 44px;
    height: auto;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 245, 248) 100%);
    box-shadow: rgba(55, 99, 170, 0.1) 8px 8px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 22px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    overflow: hidden;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pls-floatbar-button:hover {
    color: #2aae67;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%);
}

.pls-floatbar-button-desc {
    display: block;
    text-align: center;
    width: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 20px;
    margin-top: 7px;
}

.pls-floatbar-item {
    position: fixed;
    right: 30vw;
    bottom:60px;
    z-index: 50;
}

.pls-floatbar-icon {
    width: 16px;
    /* filter: grayscale(100%);
    opacity: 1; */
}


/* .pls-floatbar-item:hover .pls-floatbar-icon{
    filter: none;
    opacity: 1;
}*/

.pls-floatbar-item:hover .pls-floatbar-button-desc {
    color: #2aae67;
}

.pls-floatbar-bubble {
    position: absolute;
    color: #495770;
    z-index: 6;
    bottom: 0;
    right: 40px;
    padding-right: 15px;
}

.pls-floatbar-bubble-inner {
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
    background-color: #e1e4e9;
}

.pls-floatbar-bubble-item>.a {
     width: 182px; 
    /* border-bottom: 1px solid #e1e4e9; */
    font-size: 0;
    box-sizing: border-box;
    display: block;
    padding: 16px 16px 13px 16px;
    position: relative;
    z-index: 2;
}

.pls-floatbar-bubble-head {
    display: flex;
    align-items: center;
}

.pls-floatbar-bubble-desc {
    margin-top: 12px;
    opacity: .8;
    font-size: 12px;
    color: #495770;
    line-height: 20px;
    text-align: center;
}

.pls-floatbar-bubble-icon {
    width: 150px;
}

.tpm-hero__entry-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpm-hero__entry-desc {
    font-size: 14px;
    color: #98a3b7;
    line-height: 20px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.tpm-hero__entry-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 12px;
}

.box {
    text-align: center;
}

.box>* {
    display: inline-block;
}

.hv-image-play {
    background-size: 100%;
}

@media only screen and (max-width:1600px) {
    .grid-overlay {
        border-right: none !important;
        border-left: none !important;
    }

    .grid-overlay::before {
        left: 22.5%;
    }

    .grid-overlay::after {
        right: 22.5%;
    }

}


@media only screen and (max-width:400px) {
    .display-1 {
        font-size: 2.4rem;
    }

    .subhead {
        font-size: 1.4rem;
    }

    .item-title {
        font-size: 2.1rem;
    }

    .grid-overlay>div,
    .grid-overlay::before,
    .grid-overlay::after {
        display: none;
    }

}

.home-content {
    display: table-cell;
    vertical-align: middle;
    /* padding-top: 6.6rem; */
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-content__main {
    position: relative;
    text-align: center;
    width: 89%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

html.ss-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.home-content h1 {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 5px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.home-content h1 span {
    color: #2aae67;
}

.home-content h3 {
    margin-top: 34px;
    margin-bottom: 42px;
    /* margin-top: 22px; */
    /* font-family: "Nunito Sans", sans-serif; */
    /* font-weight: 600; */
    font-size: 20px;
    line-height: 1.342;
    letter-spacing: 3px;
    font-style: normal;
    color: rgba(255, 255, 255, .9);
}

.home-content__button {
    margin-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-content__button .btn:first-child {
    right: 50%;
    left: auto;
}

.home-content__button .btn {
    width: 300px;
    height: 72px !important;
    /* line-height: 68px !important; */
    margin-right: 0;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5px;
}

.home-content__button .btn:not(.btn--primary) {
    background-color: #13161b;
    border-color: #13161b;
    color: #FFFFFF;
}

.s-home::after {
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: .5;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 5.4rem;
    -webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
    -ms-transform: rotate(-90deg) translate3d(100%, 50%, 0);
    transform: rotate(-90deg) translate3d(100%, 50%, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.home-content__scroll .scroll-link {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .35rem;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding-right: 180px;
}

.home-content__scroll::after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.08);
    width: 150px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}

@media only screen and (max-width:700px) {
    .home-content h1 {
        font-size: 10.2rem;
    }

    .home-content h3 {
        font-size: 2.4rem;
    }

    .home-content__scroll {
        right: 5rem;
        bottom: 4.8rem;
    }

    .home-content__scroll::after {
        display: none;
    }

}

.btn--primary {
    background: #2aae67;
}

.btn.btn--primary:hover {
    background: #58D78C;
    border-color: #58D78C;
    color: #fff;
}

.home-content__button .btn:not(.btn--primary):hover,
.home-content__button .btn:not(.btn--primary):focus {
    background-color: #080a0c;
    border-color: #080a0c;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */
.home-social {
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    position: absolute;
    bottom: 3.6rem;
    left: 8rem;
    z-index: 5;
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    padding: .6rem 0;
}

.home-social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon {
    width: 17px !important;
}

.home-social i,
.home-social span {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social i {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 3px;
    left: 0;
}

.home-social span {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    top: 0;
    left: 50px;
    padding: 0 15px;
    margin: 3px 0;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    white-space: nowrap;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home-social span::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000000;
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -6px;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    white-space: nowrap;
}

.about-us {
    background: #fff;
}

.service-area {
    /* background: #fff; */

}


/* ---------------------------------------------------------------- */
/* 11.Features                                            
/* ---------------------------------------------------------------- */
.features-item {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
    box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
    height: 375px;


    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
}

.features-item .icon1 {
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 2px dashed #edeffe;
}

.features-item .icon1 span {
    width: 62px;
    height: 62px;
    font-size: 21px;
    line-height: 62px;
    border-radius: 50%;
    text-align: center;
    color: #58D78C;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #effdf5;
}

.features-item .body h6 {
    margin-bottom: 15px;
}

.features-item:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
    box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.features-item:hover .icon1 {
    border-color: #58D78C;
}

.features-item:hover .icon1 span {
    color: #fff;
    background: #58D78C;
    -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
    animation: pulsePrimary 1s 1 ease-in-out forwards;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.section-heading h2 span {
    color: #58D78C;
}

.section-heading h2 {
    margin-bottom: 9px;
    /* padding-bottom: 10px; */
    text-align: center;
    display: block;
    position: relative;
}

.section-heading h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7C7885;
    text-align: center;
}

.owl-carousel {
    /* display: none; */
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.body h6 {
    font-weight: 600;
}

.body p {
    font-size: 12px;
    color: #6b798e;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.features-carousel .col-md-2 {

    max-width: 14.2%;
    padding-right: 8px;
    padding-left: 8px;
}

.section-heading1 {
    text-align: center;
    margin-bottom: 15px;
}

.section-heading1 h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7C7885;
    text-align: center;
}

.section-heading1 h2 span {
    color: #58D78C;
}

.section-heading1 h2 {
    margin-bottom: 9px;
    /* padding-bottom: 10px; */
    text-align: center;
    display: block;
    position: relative;
}

.process {
    position: relative;
    /* left: 27px; */
    width: 100%;
    max-width: 1080px;
    /* margin-top: 8rem; */
    margin-left: auto;
    margin-right: auto;
    clear: both;
    counter-reset: ctr;
}

/* .process::before,
.process::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    top: 0;
} */

.process::after {
    left: 50%;
}

.process .process__steps {
    width: 100%;
}

.process .step {

    position: relative;
    /* min-height: 240
    px
    ; */
    display: flex;
    position: relative;
    background: #f7faff;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    align-items: flex-start;
    justify-content: space-between;
    /* flex-direction: column; */
    margin-bottom: 16px;
    /* margin-right: 16px; */
}

.block-1-2 .col-block {
    /* width: 47%; */
    width: 100%;
}

.step_right {
    width: 195px;
}

/* .process .step::before {
    display: block;
    font-family: "Chivo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    content: counter(ctr);
    counter-increment: ctr;
    color: #ffffff;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #58D78C;
    box-shadow: 0 0 0 15px #ffffff;
    z-index: 500;
    position: absolute;
    top: -12px;
    left: -16px;
} */

.process .step h3 {
    margin-bottom: 12px;
}

.step p {
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.286;
    margin-top: 0;
    margin-bottom: 20px;
}

.process .process__steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.advantage .col-md-3 {
    max-width: 27%;
    flex: 0 0 27%;
}

.advantage .col-md-5 {
    max-width: 46%;
    flex: 0 0 46%;
}


.advantage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    -webkit-box-shadow: 0 22px 35px 0 rgb(2 18 106 / 8%);
    box-shadow: 0 22px 35px 0 rgb(2 18 106 / 8%);
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

.service-icon .roted-around {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-icon .roted-around span {
    position: relative;
    display: block;
    height: 100%;
}

.service-icon .roted-around.dagnger span {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}

.service-icon .roted-around.primary span {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}

.service-icon .roted-around.warning span {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}

.col-block span::before,
.col-block span::after {
    background-image: -webkit-linear-gradient(-45deg, #fd4485 0, #ffa38d 100%);
    background-image: -ms-linear-gradient(-45deg, #fd4485 0, #ffa38d 100%);
}

.col-block:nth-child(3) span::before,
.col-block:nth-child(3) span::after {
    background-image: -webkit-linear-gradient(-45deg, #505eff 0, #03bdff 100%);
    background-image: -ms-linear-gradient(-45deg, #505eff 0, #03bdff 100%);
}

.col-block:nth-child(2) span::before,
.col-block:nth-child(2) span::after {
    background-image: -webkit-linear-gradient(-45deg, #fd6300 0, #ffe121 100%);
    background-image: -ms-linear-gradient(-45deg, #fd6300 0, #ffe121 100%);
}

.service-icon .roted-around span::before {
    left: 42px;
    bottom: 1px;
}

.service-icon .roted-around span::before,
.service-icon .roted-around span::after {
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
}

.service-icon .roted-around span::after {
    right: 42px;
    top: 1px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

.step .line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 18%;
}

.white h2 {
    color: #fff;
}

.white h4 {
    color: rgba(255, 255, 255, .6);
}

.swiper-pagination {
    position: relative !important;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 50px !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 655px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #c0c0ca !important;
    opacity: 1;
    background: #f3f4f6;
    border: 1px solid #e7eaee;
    /* padding:15px 15px; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: .5px;
}

.swiper-pagination-bullet-active {
    color: #2aae67 !important;
    background: rgba(42, 174, 103, .125);
    border: 1px solid #2aae67;

}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-slide img {
    width: 100%;
}

.mc-field-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subcribe-form input {
    margin: 10px 0;
}

.subcribe-form button {
    margin: 15px 0;

}

.un-ul>li {
    /* padding: 10px 20px; */
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 14spx;
    transition: background .2s linear;
}

.display-none {
    display: none;
}

.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}

.tab-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tab-head .active {
    background: #2aae67;
    color: #fff;
}

.f2-item {
    position: relative;
    margin-top: 15px;
    /* display: none; */
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.s-fs26 {
    font-size: 26px;
}

.f2-lnk {
    padding: 4px 14px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #58D78C;
    background-color: #58D78C;
    color: #fff;
    transition: all .2s linear;
}

.f2-lnk:hover {

    border: 1px solid #58D78C;
    background-color: #58D78C;
    color: #fff;
}

.f-fr {
    float: right;
}

.f2-lnk1 {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    margin-right: 20px;
}

.f2-bd {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
}
.f2-rul{
    display: flex;
    /* padding-top: 20px;
    border-top: 1px dashed rgba(255,255,255,.2); */
    margin: 20px 0;
}
.f2-rul>li {
    display: inline-block;
    /* width: 12.5%; */
    text-align: center;
    font-size: 12px;
    flex: 1;
}

.g-mt14 {
    margin-top: 14px;
}

.f2-rul1 {
    width: 100%;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, .2);
    /* position: absolute; */
    /* top: 310px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f2-rul1-qr {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    font-size: 12px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.f2-rul1-qr>img {
    width: 130px;
    margin: 12px 25px 2px;
}

.custom-form-group {
    position: relative;
}

.custom-form-group .custom-form-control {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 18px 30px 18px 60px;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 20px 0 rgb(194 188 210 / 20%);
    box-shadow: 0 10px 20px 0 rgb(194 188 210 / 20%);

    background: linear-gradient(180deg, #f5f7f9 0, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    color: #333;

}

.custom-form-group>span {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #58D78C;
    font-size: 16px;
}

.primary-btn {
    font-weight: 500;
    padding: 12px 35px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    background: #58D78C;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
    color: #fff !important;
    border: 1px solid #58D78C;
    -webkit-box-shadow: 0 15px 30px 0 rgb(88 215 140 / 15%);
    box-shadow: 0 15px 30px 0 rgb(88 215 140 / 15%);
}

.primary-btn:hover {
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #58D78C;
    -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
    animation: pulsePrimary 1s 1 ease-in-out forwards;
}


@-webkit-keyframes pulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 215, 140, 0.4);
        box-shadow: 0 0 0 0 rgba(88, 215, 140, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(88, 215, 140, 0);
        box-shadow: 0 0 0 20px rgba(88, 215, 140, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 215, 140, 0);
        box-shadow: 0 0 0 0 rgba(88, 215, 140, 0);
    }
}

@keyframes pulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 215, 140, 0.4);
        box-shadow: 0 0 0 0 rgba(88, 215, 140, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(88, 215, 140, 0);
        box-shadow: 0 0 0 20px rgba(88, 215, 140, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(88, 215, 140, 0);
        box-shadow: 0 0 0 0 rgba(88, 215, 140, 0);
    }
}


.s-contact {
    /* padding-top: 16.2 rem;
    padding-bottom: 21 rem; */
    background-color: #0f0f0f;
    color: rgba(255, 255, 255, 0.6);
    /* text-align: center; */
    position: relative;
}

.grid-overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    max-width: 1200px;
    width: 89%;
    height: 100%;
    opacity: .5;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 3;
}

.s-contact .grid-overlay {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.grid-overlay>div,
.grid-overlay::before,
.grid-overlay::after {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
}

.grid-overlay>div,
.s-contact .grid-overlay::before,
.s-contact .grid-overlay::after {
    background-color: rgba(255, 255, 255, 0.12);
}

.grid-overlay::before {
    content: "";
    left: 25%;
}

.grid-overlay>div {
    left: 50%;
}

#contactForm {
    position: relative;
    z-index: 1;
}

.bottom-container .container .title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.bottom-container .container .desc1 {
    font-size: 22px;
    color: rgba(255, 255, 255, .8);
    margin: 14px 0 30px 0;
    font-weight: 600;
}

.bottom-container .container .desc2 {
    width: 536.5px;
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
    font-size: 20px;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 14px 0;
}

.bottom-container .container .tel {
    font-size: 27px;
    color: #58D78C;
    margin-top: 20px;
    font-weight: 700;
}

.bottom-container .container .time {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin-top: 17px;
}

.border-right1 {
    min-height: 480px;
    padding-right: 30px;
    color: #fff;
    border-right: 4px solid #a9a9a9;
    border-color: rgba(255, 255, 255, .3);
}

.f2-r {
    padding-left: 58px;
    /* width: 950px; */
    min-height: 430px;
}

.f2-item p {
    color: #fff;
}

.case h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.case p {
    margin-bottom: 15px;
    color: #7C7885;
}


.owl-item:nth-child(3n+1) .blog-cat {
    background-color: #5dd8d3;
}

.owl-item:nth-child(3n+2) .blog-cat {
    background-color: #9364d4;
}

.owl-item:nth-child(3n+3) .blog-cat {
    background-color: #ee539b;
}
.blog-container  .blog-cat{
    position: absolute;
    top: 0;
    /* left: 0; */
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 22px;
    line-height: 35px;
    border-radius: 10px 0 10px 0;
}

.owl-item:nth-child(3n+1) .blog-container .case h2:hover {
    color: #5dd8d3;
}

.owl-item:nth-child(3n+2) .blog-container .case h2:hover {
    color: #9364d4;
}

.owl-item:nth-child(3n+3) .blog-container .case h2:hover {
    color: #ee539b;
}

.f-fr {
    float: right;
}

.f-ib {
    display: inline-block;
}

.f2-rul{
    font-size: 61px;
}

.fa-comment-alt:before {
    /* font-size: 61px; */
}
.f2-rul1-qr {
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    font-size: 12px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.f2-rul1>li:hover .f2-rul1-qr {
    height: 180px;
    opacity: 1;
    filter: Alpha(opacity=100);
    color: #595961;
}

.f2-rul1-qr p{
    color: #595961;
    font-size: 12px;
}

.f2-rul1>li {
    display: inline-block;
    /*margin-left: 72px;*/
    position: relative;
    width: 180px;
    height: 180px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.back1 {
    /* background-image: url(assets/img/cover-bg1.jpg); */
    background-image: url(../../theme/assets/img/header-2.jpg);
    padding: 120px 0;
    position: relative;
    background-size: cover;
}

.back2 {
    /* background-image: url(assets/img/cover-bg1.jpg); */
    background-image: url(../../theme/assets/img/hero-bg.jpg);
    padding: 120px 0;
    position: relative;
    background-size: cover;
}


.top::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.top::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

.top::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}