@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body,
html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6a6b71
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover,
input:focus {
    text-decoration: none;
    outline: 0
}

a,
i,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #185a7d;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #6a6b71
}

.f-right {
    float: right
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.buttonBar {
    display: none
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0
}

.form-element label span {
    color: #ff3737
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px 14px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}
.colorheader {
    -moz-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    height: 105px;
    background: rgba(231, 31, 119, .11);
    position: absolute;
    right:-100px;
    width: 300px;
    z-index: -1;
    top: 0;
}
.cleaning-main-btn {
    font-size: 15px;
    background: transparent;
    color: #5b6770;
    padding: 10px 23px;
    font-weight: 700;
    border: 3px solid #e71f77;
    transition: .6s ease-in-out
}
.finlance_content_box .section_title h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
}

.finlance_content_box .section_title span {
    text-align: justify;
}


.imgintro2 img{
    height: 305px;
    width: 100%;
    object-fit: cover;
}
.imgintro2:before{
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    left: -5px;
    background: #e71f77;
    z-index: -1;
    bottom: -20px;
}
.section_title h2::before{
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: -10px;
}
.finlance_btn{
    background-color: transparent;
    border: 3px solid #e71f77;
    color: #292e55;
    outline: none;
    padding: 10px 25px;
    margin-top: 30px;
}

.cleaning-main-btn:hover {
    background: #fff;
    border: 3px solid #e71f77;
    color: #e71f77
}

.offcanvas-search-area {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #3a48ca;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 100%;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.offcanvas-search-area.search-bar-active {
    right: 0
}

.offcanvas-search-area form input {
    padding: 35px;
    color: #333;
    width: 400px;
    height: 80px
}

.offcanvas-search-area form input::placeholder {
    font-size: 20px;
    color: #333 !important;
    background: #fff;
    border: #000
}

.offcanvas-search-area span.close-bar {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    border-left: 2px solid #fff;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.offcanvas-search-area span.close-bar i {
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

.scroll-to-top {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 66px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffc600;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.section-title-one span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #165a7d;
}
.section-title-one h1{
    font-size: 35px;
    font-weight: 800;
}
.section-title-one h1::before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: 0;
}
.section-title-one h2 {
    font-size: 30px;
    line-height: 32px;
    max-width: 320px;
    font-weight: 900;
    margin-bottom: 25px;
}



.section-title-one {
    padding-bottom:25px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1
}



.section-title-two span {
    margin-top: 24px;
    margin-bottom: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-title-two h1 {
    font-size: 32px;
    margin: 0 0 25px 0;
    line-height: 60px;
    font-weight: 800;
    position: relative;
}
.section-title-two h1::before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: -10px;
}

.section-title-two {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 40px;
}



.top-header-area {
    background: transparent;
    padding: 0
}
.top-header-2{
    padding: 8px 0;
    border-bottom: 1px solid #dfdfdf;
}

.top-header-area .top_right {
    float: right
}

.top-header-address span {
    font-size: 16px;
    color: #5b6770;
    border-right: 1px solid #dfdfdf;
    padding-right: 15px;
    margin-right: 15px
}

.top-header-address span i {
    padding-right: 5px
}

.top-header-address span:last-child {
    border-right: 2px solid transparent
}

.top-header-social-links ul li {
    display: inline-block
}

.top-header-social-links ul {
    float: right
}

.top-header-social-links ul li a {
    display: block;
    padding-left: 15px;
    color: #5b6770;
    transition: .4s ease-in-out;
    font-size: 16px
}

.top-header-social-links ul li:hover a {
    color: #ffc600
}

.top-header-language {
    font-size: 16px;
    color: #fff
}

.header-search {
    margin-right: 50px;
    margin-top: 40px
}

.header-search span {
    cursor: pointer
}

.top-header-language li>a {
    color: #5b6770;
    font-size: 15px
}

.top-header-language li>a i:first-child {
    padding-right: 5px;
    font-size: 14px
}

.top-header-language li>a i:last-child {
    padding-left: 5px
}

.top-header-language {
    position: relative;
    z-index: 1
}

.top-header-language li ul.language-dropdown {
    position: absolute;
    background: #5b6770;
    top: 120%;
    width: 150px;
    text-align: left;
    padding: 10px;
    left: 0;
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0
}
.logo a img{
    max-width: 220px;
    width: 100%;
}
.top-header-language li:hover ul.language-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.top-header-language li ul.language-dropdown li a {
    padding-bottom: 5px;
    transition: .3s ease-in-out;
    display: block;
    color: #ffffff;
}

.top-header-language li ul.language-dropdown li:hover a {
    color: #ffffff
}

.top-header-language li ul.language-dropdown li:last-child a {
    padding-bottom: 0
}

.top-header-language {
    position: relative;
    z-index: 1;
    border-right: 1px solid #dfdfdf;
    padding-right: 15px
}

.header-menu-area {
    display: flex;
    justify-content: flex-end
}

.cleaning-main-btn.header-bgn {
    margin: auto 0
}

.bottom-header-area {
    margin-top: 0;
    border-bottom: 7px solid #e71f77;
}

.bottom-header-area .main-menu {
    position: inherit;
}

.bottom-header-area.sticky {
    position: fixed;
    width: 100%;
    top: -10px;
    background: #fff;
    transition: .3s ease-in-out;
    z-index: 200;
    border-bottom: 1px solid #ffc600
}

li.submenus ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #222;
    width: 250px;
    z-index: 0;
    display: none
}

li.submenus:hover>ul {
    display: block
}

li.submenus {
    position: relative
}

.main-menu li.menu-item-has-children ul li:first-child {
    padding-top: 5px
}

.main-menu li.menu-item-has-children ul li:last-child {
    padding-bottom: 5px;
}

li.submenus::after {
    content: "\f101";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff
}

.main-menu ul>li.submenus:first-child::after {
    top: 65%
}

.main-menu ul>li.submenus:last-child::after {
    top: 35%
}

.mean-container .mean-bar {
    background: 0 0;
    padding: 0;
    min-height: 0
}

.mean-container a.meanmenu-reveal {
    color: #13287e
}

.mean-container a.meanmenu-reveal span {
    background: #13287e
}

.main-menu {
    margin-right: 20px
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    margin-left: 15px
}

.main-menu ul li >a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 10px;
    transition: .5s ease-in-out;
    color: #13287e;
}

.main-menu ul li.active a,
.main-menu ul li:hover>a {
    background: #fff6db
}

.main-menu ul li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    margin-left: 10px
}

.main-menu ul li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f5f9fd;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 250px;
    text-align: left;
    padding: 15px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-menu ul li:hover>ul.sub-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li>ul.sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.main-menu ul li>ul.sub-menu li:last-child{
    border-bottom: none;
}

.main-menu ul li>ul.sub-menu li>a {
    padding: 10px 35px;
    color: #5b6770;
    font-size: 14px;

    text-transform: capitalize;
}

.main-menu ul li>ul.sub-menu li:hover>a:after {
    display: none
}

.main-menu ul li>ul.sub-menu li:hover>a {
    color: #5b6770;

    padding-left: 40px;
    background: 0 0
}

.main-menu ul li ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

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

.main-menu ul li.static {
    position: static
}

.hero-bg-1 {
    background: url(../images/banner.jpg);
    background-color: #333;
    background-position: center;
    background-size: cover
}

.hero-bg-2 {
    background: url(../images/banner-2.jpg);
    background-color: #333;
    background-position: center;
    background-size: cover
}

.hero-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px
}

.hero-content h1 {
    font-size: 76px;
    font-weight: 800;
    margin-bottom: 40px;
}

.hero-content {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 100
}

.single-carousel-active.hero-bg-2 .hero-content h1 {
    color: #fff
}

.hero-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.hero-area:hover .hero-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.hero-carousel-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.hero-carousel-active .slick-arrow.prev {
    left: 0
}

.hero-area:hover .hero-carousel-active .slick-arrow.prev {
    left: 30px
}

.hero-carousel-active .slick-arrow.next {
    right: 0
}

.hero-area:hover .hero-carousel-active .slick-arrow.next {
    right: 30px
}

.single-catagories-item {
    padding: 35px 45px 33px;
    outline: 0;
    box-shadow: 0 0 2px #b5b9bd;
    transition: .5s ease-in-out
}

.single-catagories-item.active,
.single-catagories-item:hover {
    box-shadow: 0 0 30px #dee0e1
}

.single-catagories-item span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    margin-bottom: 30px;
    border-radius: 50%
}

span.bg-1 {
    background: #dde2f7
}

span.bg-1 i {
    color: #39498a
}

span.bg-2 {
    background: #f5e7d3
}

span.bg-2 i {
    color: #e68d0e
}

span.bg-3 {
    background: #f9e4e4
}

span.bg-3 i {
    color: #f77171
}

span.bg-4 {
    background: #daf2db
}

span.bg-4 i {
    color: #69a66c
}

.single-catagories-item h4 {
    font-weight: 800
}

.catagories-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.catagories-area:hover .catagories-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.catagories-carousel-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.catagories-carousel-active .slick-arrow.prev {
    left: 0
}

.catagories-area:hover .catagories-carousel-active .slick-arrow.prev {
    left: -60px
}

.catagories-carousel-active .slick-arrow.next {
    right: 0
}

.catagories-area:hover .catagories-carousel-active .slick-arrow.next {
    right: -60px
}

.service-area .section-title-one::after {
    border: 5px solid #eff1fa
}

.service-area {
    position: relative;
    z-index: 1;
    padding-top: 120px
}

.service-area:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #f5f9fd
}

.single-service-item {
    outline: 0;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -7px 9px 0px 0px rgb(226 230 235);
    background: #f5f9fd;
    transition: 0.4s;
    margin-bottom: 15px;
    border: none !important;
}
.single-service-item:hover {
    box-shadow: -11px 11px 0px 0px rgb(231, 31, 119)
}

.single-service-bg img {
    width: 100% !important;
    transition: .9s ease-in-out
}

.single-service-bg {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-service-bg span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #ffc600;
    color: #fff;
    font-size: 25px;
    z-index: 1
}

.single-service-bg.active .single-service-link {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.single-service-bg::before{
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #e83e8c;
    border-left: 100px solid transparent;
    z-index: 99;
}

.single-service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: #13287ed1;
    z-index: 0;
    transform: scale(.7);
    transition: .5s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.single-service-bg:hover .single-service-link {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.cleaning-main-btn.service-btn {
    background: #fff;
    padding: 20px 40px
}

.single-service-content {
    padding: 15px;
    border: none;
    background: #fff;
    min-height: 210px;
}

.single-service-content h4 {
    margin-bottom: 15px;
    cursor: pointer;
}

.single-service-content a h4:hover{
    color: #e83e8c;
}

.single-service-content p {
    line-height: 22px
}

.single-service-bg:hover img {
    transform: scale(1.1)
}

.service-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.service-area:hover .service-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.service-carousel-active .slick-arrow:hover {
    background: #185a7d;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.service-carousel-active .slick-arrow.prev {
    left: 0
}

.service-area:hover .service-carousel-active .slick-arrow.prev {
    left: -60px
}

.service-carousel-active .slick-arrow.next {
    right: 0
}

.service-area:hover .service-carousel-active .slick-arrow.next {
    right: -60px
}

.single-about-item {
    margin-bottom: 60px;


}

.single-about-item p {
    width: 100%;
    height: 80px;
    float: left;
    text-align: center;
}
.member-name{
    position: relative;
    margin-bottom: 30px;
}
.member-name::before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: -10px;
}

.single-about-item p a img{
    height: 78px;
}
.member-rank{
    color: #5b6770;
    margin-bottom: 10px;
}
.member-phrase{
    margin-bottom: 10px;
}
.single-about-item p:before{
    background: rgb(59, 190, 173, 0.5);
    width: 70%;
    height: 80px;
    position: absolute;
    left: 10px;
    content: "";
    z-index: -1;
    bottom: -5px;
    transition: 0.4s;
}

.single-about-item:hover p:before{
    background: #3bbead;
    width: 90%;
}

.single-about-item h4 {
    margin-left: 100px
}

.single-about-item h4 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 28px;
    color: #6a6b71
}

p.bg-1 {
    background: #ffffff;
    color: #39498a;
    border: 1px solid #c1e3de;
}

p.bg-2 {
    background: #f9e4e4;
    color: #f77272
}

p.bg-3 {
    background: #daf2db;
    color: #69a66c
}

.counter-bg {
    background: url(../images/counter-bg.jpg);
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.project-counter-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-size: cover
}

.project-counter-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #13287e;
    opacity: .8
}

.single-counter-item>span {
    position: relative;
    z-index: 1;
    font-size: 40px;
    padding-left: 30px;
    color: #ffc600
}

span.count {
    padding-left: 0
}

.single-counter-item>span:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 3px;
    content: '';
    background: #53639f;
    border-radius: 50%;
    z-index: -1
}

.single-counter-item h1 {
    color: #fff;
    margin: 20px 0
}

.single-counter-item p {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.project-video-area {
    position: relative;
    z-index: 1;
    padding-bottom: 120px
}

.absolute-video-text {
    position: absolute;
    width: 100%;
    bottom: -18%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.absolute-video-text h1 {
    font-size: 180px;
    text-transform: uppercase;
    color: #fff;
    opacity: .2
}

.project-video-area:before {
    position: absolute;
    width: 100%;
    height: 600px;
    content: '';
    bottom: 0;
    left: 0;
    background: #eff1fa
}

.video-bg {
    background: url(../images/video-bg.jpg);
    background-size: cover;
    background-position: center center
}

.video-content {
    min-height: 585px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-content-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #13287e;
    z-index: -1;
    opacity: .5
}

.play-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px solid #ffc600;
    color: #ffc600;
    font-size: 20px;
    border-radius: 50%;
    transition: .5s ease-in-out
}

.play-btn:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #ffc600
}

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

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

.testimonial-active {
    margin-left: -15px;
    margin-right: -15px
}

.single-testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
    outline: 0;
    margin-bottom: 40px;
    border:none !important;
}

.testimonial-author-img {
    float: left;
    width: 200px;
    position: relative;
}
.blog-area {
    background-color: #f5f9fd;
}

.testimonial-author-img img {
    width: 100% !important
}
.testimonial-author-img:before {
    background: #3bbead;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -10px;
    content: "";
    z-index: -1;
    bottom: -10px;
}


.testimonial-author-details:hover {
    box-shadow: -11px 11px 0px 0px rgb(231, 31, 119)
}
.testimonial-author-details {
    margin-left: 220px;
    box-shadow: -7px 9px 0px 0px rgb(226, 230, 235);
    padding: 35px 27px;
    transition: 0.4s;
    border-radius: 0;
    background: #f5f9fd;
}

.testimonial-author-details h4 span {
    font-size: 15px;
    font-weight: 500;
    color: #6a6b71;
    margin-bottom: 15px;
    display: block
}

.testimonial-active .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #cfd3e4;
    margin: 0 5px;
    cursor: pointer
}

.testimonial-active .slick-dots li button {
    visibility: hidden
}

.testimonial-active .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    border-radius: 50px;
    background: #a0ade5;
    transition: .3s ease-in-out
}

.blog-link,
.project-btn {
    font-weight: 700;
    background-color: transparent;
    border: 3px solid #e71f77;
    color: #292e55;
    outline: none;
    margin-top: 75px;
    font-size: 16px;
    padding: 13px 30px;
}

.blog-link i,
.project-btn i {
    padding-left: 2px;
    font-size: 13px;
    transition: .3s ease-in-out
}

.blog-link:hover i,
.project-btn:hover i {
    padding-left: 10px
}

.blog-link:hover,
.project-btn:hover {
    color: #292e55
}

.project-slider-active {
    margin-right: -15px;
    margin-left: -15px
}

.single-project-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px
}

.single-project-item img {
    width: 100% !important;
    transition: .9s ease-in-out
}

.single-project-item:hover img {
    transform: scale(1.1)
}

.project-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: .5s ease-in-out;
    transform: scale(.7);
    opacity: 0;
    visibility: hidden
}

.project-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #13287e;
    z-index: -1;
    opacity: .8
}

.project-link h4 {
    color: #fff;
    margin-bottom: 20px
}

.project-link span {
    margin-bottom: 20px;
    color: #fff
}

.project-link span {
    margin-bottom: 20px
}

.cleaning-main-btn.project-link-btn {
    padding: 20px 35px
}

.single-project-item {
    margin-left: 15px;
    margin-right: 15px;
    outline: 0
}

.single-project-item.active .project-link,
.single-project-item:hover .project-link {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.project-slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.project-area:hover .project-slider-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.project-slider-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.project-slider-active .slick-arrow.prev {
    left: 0
}

.project-area:hover .project-slider-active .slick-arrow.prev {
    left: 10px
}

.project-slider-active .slick-arrow.next {
    right: 0
}

.project-area:hover .project-slider-active .slick-arrow.next {
    right: 10px
}

.single-team-item {
    margin-left: 0px;
    margin-right: 0px;
    outline: 0
}

.single-team-content {
    margin-top: 15px;
}

.team-social-links{
    width: 80%;
}

.team-social-links li {
    display: inline-block;
}

.wish-react {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: -5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    z-index: 1;
}


  .wish-react li {
    padding: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .wish-react li a,
  .wish-react li button {
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    padding: 0;
    width: 30px;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .wish-react li a:hover,
  .wish-react li button:hover {
    background: #ffffff;
    color: #000;
  }

  .wish-react.wish-lg li a,
  .wish-react.wish-lg li button {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .wish-buttons-in:hover .wish-react {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

.single-team-item.col-lg-2  .wish-react li a,
.single-team-item.col-lg-2 .wish-react li button {

    font-size: 15px;
    width: 20px;
    line-height: 20px;
    height: 20px;
}

.single-team-item .wish-react {
    top: 35px;
    right: 35px;
}

.single-team-item.col-lg-2 .wish-react {
    top: 15px;
}

.team-social-links li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #e4e7f3;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    transition: .4s ease-in-out;
    color: #343536
}

.pagebuilder-content ul.team-social-links {
    padding: 0
}

.team-social-links li:hover a {
    background: #13287e;
    color: #fff
}

.single-team-item img {
    width: 100% !important
}

.team-carousel-active {
    margin-left: -15px;
    margin-right: -15px
}

.team-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.team-area:hover .team-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.team-carousel-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.team-carousel-active .slick-arrow.prev {
    left: 0
}

.team-area:hover .team-carousel-active .slick-arrow.prev {
    left: -60px
}

.team-carousel-active .slick-arrow.next {
    right: 0
}

.team-area:hover .team-carousel-active .slick-arrow.next {
    right: -60px
}

.cta-bg {
    background: url(../images/cta-bg.jpg);
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.cta-area {
    position: relative;
    z-index: 1;
    padding: 30px 0
}
.light-btn{
    width: 100%;
    border: 3px solid #ffffff;
    padding: 12px;
    color: #fff;
    font-size: 20px;
}
.light-btn:hover{
    border: 3px solid #e8e8e8;
    color: #e8e8e8;
}
.cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #13287e;
    z-index: -1;
    opacity: .8
}

.cta-area h1 {
    font-size: 50px;
    color: #fff
}

.price-heading {
    padding: 30px 0
}

.price-area {
    position: relative;
    z-index: 1
}

.price-area:before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    height: 770px;
    background: #eff1fa;
    z-index: -1
}

.price-heading h3 {
    font-size: 27px;
    margin-bottom: 10px
}

.single-price-item h1 {
    padding: 25px 0;
    font-size: 36px;
    background: #ddd;
    margin-bottom: 40px
}

.price-cata li {
    margin-bottom: 25px
}

.cleaning-main-btn.price-btn {
    margin-top: 15px;
    background: #eff1fa;
    border: 1px solid #dde1e5;
    color: #111
}

.cleaning-main-btn.price-btn:hover {
    background: #111;
    border: 1px solid transparent;
    color: #fff
}

h1.bg-1 {
    background: #e4e8f9
}

h1.bg-2 {
    background: #f9e4e4
}

h1.bg-3 {
    background: #daf2db
}

.price-carousel-active {
    margin-left: -15px;
    margin-right: -15px
}

.single-price-item {
    background: #fff;
    box-shadow: 0 10px 10px #f5f6f8;
    padding-bottom: 40px;
    transition: .5s ease-in-out;
    margin-left: 15px;
    margin-right: 15px;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.single-price-item:hover {
    box-shadow: 0 10px 40px #e7e9ee
}

.price-area .section-title-one::after {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 25px;
    height: 25px;
    background: #d0d5e6;
    content: '';
    border-radius: 50%;
    border: 5px solid #eff1fa;
    transform: translateX(-50%)
}

.price-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.price-area:hover .price-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.price-carousel-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.price-carousel-active .slick-arrow.prev {
    left: 0
}

.price-area:hover .price-carousel-active .slick-arrow.prev {
    left: -60px
}

.price-carousel-active .slick-arrow.next {
    right: 0
}

.price-area:hover .price-carousel-active .slick-arrow.next {
    right: -60px
}

.blog-carousel-active {
    margin-left: -15px;
    margin-right: -15px
}

.single-blog-item {
    margin-left: 15px;
    margin-right: 15px;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 20px
}
.card-category {
    position: absolute;
    padding: 5px 20px;
    top: -15px;
    left: 0;
    background-color: #e71f77;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
}
.single-blog-img {
    overflow: hidden
}

.single-blog-img img {
    width: 100% !important;
    transition: .9s ease-in-out
}

.single-blog-img:hover img {
    transform: scale(1.1)
}

.single-blog-details {
    padding: 40px 30px;
    transition: .6s ease-in-out;
    background: #fff;
    position: relative;
}

.single-blog-details span {
    font-size: 15px;
    margin-right: 20px
}

.single-blog-details span i {
    padding-right: 5px;
    font-size: 14px
}

.single-blog-details h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.single-blog-details p {
    line-height: 30px;
    margin-bottom: 20px
}
.slick-initialized .single-brand-logo{
    margin-left: 15px;
    margin-right: 15px;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-initialized .single-brand-logo .img-fluid{
    height: 100px;
    object-fit: fill;
}

.blog-btn {
    font-weight: 700;
    background-color: transparent;
    border: 3px solid #e71f77;
    color: #292e55;
    outline: none;
    margin-top: 25px;
    font-size: 16px;
    padding: 10px 30px;
    transition: .4s ease-in-out;
    width: 100%;
    text-align: center;
}

.blog-btn i {
    font-size: 13px;
    padding-left: 3px;
    transition: .4s ease-in-out
}

.blog-btn:hover i {
    padding-left: 10px
}

.blog-btn:hover {
    color: #333
}

.single-blog-details:hover,
.single-blog-item.active .single-blog-details {
    box-shadow: -7px 9px 0 0 rgb(226, 230, 235);
}

.blog-carousel-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ffc600;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.blog-area:hover .blog-carousel-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.blog-carousel-active .slick-arrow:hover {
    background: #0080ff;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.blog-carousel-active .slick-arrow.prev {
    left: 0
}

.blog-area:hover .blog-carousel-active .slick-arrow.prev {
    left: -60px
}

.blog-carousel-active .slick-arrow.next {
    right: 0
}

.blog-area:hover .blog-carousel-active .slick-arrow.next {
    right: -60px
}

.brand-container {
    display: flex;
    justify-content: space-between
}

.brand-container.brand-carousel-active .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px
}

.brand-container.brand-carousel-active .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #cfd3e4;
    margin: 0 5px;
    cursor: pointer
}

.brand-container.brand-carousel-active .slick-dots li button {
    visibility: hidden
}

.brand-container.brand-carousel-active .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    border-radius: 50px;
    background: #a0ade5;
    transition: .3s ease-in-out
}

.footer-area {
    background: #4a4f54
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 200px;
}

.bootom-footer-area {
    margin-top: 110px;
    padding: 25px 0;
    background: #ffff;
}

.footer-wedget h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-wedget span {
    margin-bottom: 20px
}

.footer-wedget p {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-wedget p:last-child {
    margin-bottom: 0
}

.footer-links li a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    transition: .3s ease-in-out
}

.footer-links li:last-child a {
    margin-bottom: 0
}

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

.footer-wedget p strong {
    padding-right: 5px;
    color: #ffffff
}

.footer-wedget form input {
    height: 50px;
    padding-left: 20px;
    border: 1px solid #d8dadc;
    border-radius: 0;
    width: 100%
}

.cleaning-main-btn.footer-form-btn {
    padding: 20px 35px;
    margin-top: 10px
}

.bootom-footer-text p span {
    color: #13287e
}
.see-more{
    color: #ffffff;
}
.bootom-footer-text p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px
}

.footer-para {
    line-height: 30px;
    color: #ffffff;
}

.footer-social-links li {
    display: inline-block
}

.footer-social-links li a {
    width: 40px;
    height: 40px;
    color: #575757;
    box-shadow: 0 5px 10px #d5d8e4;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: .4s ease-in-out
}

.footer-social-links li:hover a {
    background: #13287e;
    color: #fff;
    box-shadow: 0 0 0 transparent
}

.breadcrumb-area .breadcrumb-txt {
    padding: 50px 0 50px 0 !important
}

.breadcrumb-txt span {
    font-family: 'Lato', sans-serif !important
}

.subscribe-section span {
    font-family: 'Lato', sans-serif !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-family: 'Lato', sans-serif !important
}

a.readmore-btn {
    font-family: 'Lato', sans-serif !important
}

.product-items .section-title {
    font-family: 'Lato', sans-serif !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-size: 14px !important
}

.product-area .shop-tag .tag-item ul li {
    margin-bottom: 7px !important
}

a.readmore-btn {
    font-size: 14px !important
}

.blog-txt .blog-title {
    font-size: 22px !important
}

.subscribe-section h3 {
    font-size: 24px !important
}

.subscribe-section span {
    font-size: 14px !important
}

.project-infos h3 {
    font-size: 24px !important
}

.course-item .course-content .course-admin-price .price span {
    padding: 0 15px !important
}

.requirement-wrapper .title h3 {
    font-size: 24px !important;
    line-height: 34px
}

.event-details-section .nice-number input {
    height: 43px !important
}

.top-header-social-links {
    margin-right: 25px !important
}

a#cartIcon .cart-length {
    padding: 8px 10px 5px !important
}

a#cartIcon span.length {
    margin-top: 0 !important
}

a#cartIcon .cart-total {
    padding: 2px 0 !important
}

.main-btn {
    font-size: 15px;
    background: #e71f77;
    color: #ffffff;
    padding: 10px 15px !important;
    font-weight: 700;
    border: 1px solid transparent;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out
}

button.main-btn.footer-form-btn {
    margin-top: 12px !important;
    padding: 16px 34px !important;
    width: 100%;
}

.single-about-item:last-child {
    margin-bottom: 0 !important
}

.cart-middle .update-cart button {
    line-height: 0;
    padding: 0 20px !important;
    border-radius: 0 !important
}

button.main-btn.checkout-btn {
    padding: 15px 30px !important
}

a.main-btn.cart-btn.cart-link {
    padding: 15px 40px !important
}

.popup-three .popup_main-content .right-content h1,
.popup-four .popup_main-content .right-content h1 {
    color: #000 !important;
}

/*Mega menu*/

.main-menu ul li.static {
    position: static;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    max-height: 510px;
    overflow: hidden;
    background: #f5f9fd;
    padding: 10px 15px 10px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    transition: .3s;
    z-index: 9999;
}



.header_navigation .main-menu ul li .mega-menu::-webkit-scrollbar-thumb {
    background-color: #00000a;
}

.main-menu ul li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li {
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 15px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 0px;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover,
.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a {
    color: #ffc600;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li a {
    font-size: 14px;
    padding: 0;
    color: #5b6770;
}

.main-menu ul li .mega-menu .sidebar-menu .widget-categories ul.widget-link li:last-child {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row h4.title {
    color: #ffc600;
    margin-bottom: 12px;
    font-size: 20px;
    margin-top: 12px;
}

.sidebar-main-wrapper .mega-row {
    margin-bottom: 20px;
}

.sidebar-main-wrapper .mega-row:last-child {
    margin-bottom: 0px;
}

.sidebar-main-wrapper .box-item .box-img {
    margin-bottom: 6px;
}

.sidebar-main-wrapper .box-item .box-img img {
    width: 100%;
}

.sidebar-main-wrapper .box-item .box-info h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}

.sidebar-main-wrapper .box-item .box-info h4 a {
    padding: 0 !important;
    color: #5b6770 !important;
}

.sidebar-main-wrapper .box-item .box-info h4 a:hover {
    color: #5b6770 !important;
}

.main-menu ul li.mega-wrap {
    display: block;
}

/*Large Device*/

@media only screen and (min-width: 1200px) and (max-width: 1400px) {}

/*Large Device*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
}

/*Medium Device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }
    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
    .header_navigation .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }

    .imgintro2::before{
        margin: 10px;
    }

    .img-page-about:before{
        margin: 10px;
        left: -15px!important;
        height: 105%!important;
        top: -25px!important;
    }

    #ibmki {
        height: 450px!important;
    }

    .finlance_content_box .section_title span{
        margin: 20px 0px;
    }
}
.scroll-to-top {
    bottom: 20px;
}
/* New Package Style Start */
.pricing-tables .filter-nav {
    margin-bottom: 40px;
  }
  
  .pricing-tables .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
  }
  
  .pricing-tables .filter-nav .filter-btn li:hover,
  .pricing-tables .filter-nav .filter-btn li:focus,
  .pricing-tables .filter-nav .filter-btn li.active {
    color: #61dc96;
  }
  
  /* New Package Style End */
  .main-menu ul li.mega-dropdown .mega-row a {
    color: #185a7c;

  }
.sidebar-main-wrapper .mega-row h4.title{
    position: relative;
    margin-bottom: 25px;
}
.sidebar-main-wrapper .mega-row h4.title:before{
      content: '';
      width: 50px;
      height: 4px;
      background-color: #e71f77;
      border: none;
      position: absolute;
      bottom: -10px;
  }
  .main-menu .mega-menu ul li:hover > a, .main-menu .mega-menu ul li.active a {
    background-color: transparent;
  }
a.proceed-checkout-btn {
    line-height: initial !important;
}  
.service-section {
    padding: 0 !important;
}

.service-cards {
    border: 1px solid #efefef;
    border-radius: 0;
    transition: 0.4s;
    margin: 0;
    box-shadow: -11px 11px 0px 0px rgb(0 148 144 / 5%);
}
.service-cards .card-img-top:before{
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #009490;
    border-left: 100px solid transparent;
    z-index: 99;


}
.team-slick .container .row .col-lg-3 img{
    min-height: 240px;
    object-fit: cover;
}
.team-slick .container .row .col-lg-3 .single-team-content{
    margin-bottom: 30px;
}
.team-slick .container .row .col-lg-2 img{
    min-height: 150px;
    object-fit: cover;
}
.team-slick .container .row  .single-team-member-details {
    padding-right: 0px;
    padding-left: 0;
}
.team-slick .container .row .col-lg-2 .single-team-content .single-team-member-details h4{
    font-size: 18px;
}
.team-slick .container .row .col-lg-3 .single-team-content .single-team-member-details h4{
    font-size: 18px;
}
.team-slick .container .row .col-lg-2 .single-team-content .single-team-member-details p{
    font-size: 13px;
    line-height: 18px;
}
.team-slick .container .row .col-lg-3 .single-team-content .single-team-member-details p{
    font-size: 13px;
    line-height: 18px;
}
.team-slick .container .row .col-lg-2 .single-team-content{
    margin-bottom: 20px;
}
.service-cards:hover {
    box-shadow: -11px 11px 0px 0px rgba(0, 148, 144, 0.2)
}
.img-page-about{
    position: relative;
}
.img-page-about:before {
    background: #f4b335;
    position: absolute;
    left: -15px;
    width: 60%;
    height: 115%;
    content: "";
    top: -50px;
    z-index: -1;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 8px solid #f4b335;
}
#timeline li {
    margin: 40px 0;
    position: relative;
}
#timeline p {
    margin: 0 0 15px;
}

#timeline .date {
    margin-top: -10px;
    top: 50%;
    left: -158px;
    font-size: 1.9em;
    line-height: 20px;
    position: absolute;
    color: #185a7d;
    font-weight: 800;
}

#timeline .circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #48b379;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    display: block;
    position: absolute;
}

#timeline .content {
    max-height: 70px;
    padding: 50px 20px 0;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
}
#timeline .content:before, #timeline .content:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
#timeline .content:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}
#timeline .content:after {
    border-right-color: #ffffff;
    border-width: 17px;
    top: 50%;
    margin-top: -17px;
}
#timeline .content p {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
}

#timeline label {
    font-size: 1.3em;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 20px;
    transition: transform 0.2s linear;
    color: #185a7d;
    font-weight: 800;
}

#timeline .radio {
    display: none;
}

#timeline .radio:checked + .relative label {
    cursor: auto;
    transform: translateX(42px);
}
#timeline .radio:checked + .relative .circle {
    background: #e71f77;
}
#timeline .radio:checked ~ .content {
    max-height: 180px;
    border-color: #f4b335;
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
#timeline .radio:checked ~ .content p {
    max-height: 200px;
    color: #444;
    transition: color 0.3s linear 0.3s;
    margin-top: 10px;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
    #timeline {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    #timeline li {
        margin: 50px 0;
    }

    #timeline label {
        width: 85%;
        font-size: 1em;
        white-space: none;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        transform: translateX(25px);
        top: 13px;
    }

    #timeline .content {
        padding-top: 45px;
        border-color: #eee9dc;
        margin: 15px;
    }

    #timeline .radio:checked ~ .content {
        transform: translateX(5px);
    }
    #timeline .content:before, .content:after {
        border: solid transparent;
        bottom: 100%;
    }
    #timeline .content:before {
        border-bottom-color: inherit;
        border-width: 17px;
        top: -16px;
        left: 50px;
        margin-left: -17px;
    }
    #timeline .content:after {
        border-bottom-color: #ffffff;
        border-width: 20px;
        top: -20px;
        left: 50px;
        margin-left: -20px;
    }
    #timeline .content p {
        font-size: 0.9em;
        line-height: 1.4;
    }

    #timeline .date{
        left: 50px;
        top: 5%;
        margin-top: -35px;
        font-size: 1.4em;
        position: absolute;
        z-index: 1;
    }

    #timeline-industry .tl-item{
        width: 49%!important;
      }

      .mobile-hide{
        display: none;
    }

    img.slider-img{
        object-fit: initial!important;
        height: 70vh!important;
    }

    .single-carousel-active  .hero-content{
        font-size: 10px;
    }

    .hero-content h1{
        font-size: 30px;
    }

    .hero-content span{
        font-size: 20px;
    }

    .hero-content a{
        font-size: 12px;
    }
}

img.slider-img{
    height: 55vw;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

img.slider-img.img2{
    object-fit: cover!important;
    height: 55vw!important;
}

.header-aboutus, .header-nosotros {
    border-bottom: 7px solid #f4b335 !important;
}
.elementright-aboutus, .elementright-nosotros {
    background: rgba(244, 179, 53, .11) !important;
}
.bntnav-aboutus, .bntnav-nosotros {
    border: 3px solid #f4b335 !important;
}




.header-blog {
    border-bottom: 7px solid #185a7d !important;
}
.elementright-blog {
    background: rgba(37, 150, 190, .11) !important;
}
.bntnav-blog {
    border: 3px solid #185a7d !important;
}

.pageclass-blog .single-blog-details:hover,
.pageclass-blog
.single-blog-item.active .single-blog-details {
    box-shadow: -7px 9px 0 0 rgb(226, 230, 235);
}

.header-services {
    border-bottom: 7px solid #009490 !important;
}
.elementright-services {
    background: rgba(0, 148, 144, .11) !important;
}
.bntnav-services {
    border: 3px solid #009490 !important;
}

.pageclass-services .single-service-bg::before{
    border-top: 100px solid #009490 !important;
}

.pageclass-services .single-service-item:hover{
    box-shadow: -11px 11px 0px 0px rgb(0 148 144);
}

.pageclass-services .single-service-item .cleaning-main-btn{
    border: 3px solid #009490;
    width: 100%;
    text-align: center;
}

.career-form{
    background-color: #009490;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}

.career-form input{
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    background-color: transparent;
    color: white;
}

.career-form input::placeholder{
    color: white;
}

.form-input {
    font-family: "Roboto";
    outline: none;
    background: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    width: 100%;
}

.form-textarea {
    font-family: "Roboto";
    outline: none;
    background: none;
    color: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    width: 100%;
}

.form-textarea::placeholder{
    color: white;
}

.fullbtn {
    width: 100%;
    display: block;
    text-align: center;
}

.style-5-contact {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #ffffff;
    padding: 10px 22px;
    font-size: 15px;
    outline: none;
    color: #ffffff !important;
}

.team-slick .single-team-item img{
    width: 30px;
}

/* Paperless */

.paperless-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-size: cover
}

.single-paperless-item h1 {
    color: #fff;
    margin: 20px 0
}

.single-paperless-item p {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.paperless-active {
    margin-left: -15px;
    margin-right: -15px
}

.paperless-active .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.paperless-active .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #cfd3e4;
    margin: 0 5px;
    cursor: pointer
}

.paperless-active .slick-dots li button {
    visibility: hidden
}

.paperless-active .slick-dots li.slick-active {
    width: 30px;
    height: 10px;
    border-radius: 50px;
    background: #a0ade5;
    transition: .3s ease-in-out
}

.paperless-active.slick-initialized .slick-slide{
    border: none;
}

.paperless-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #e71f77;
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    font-size: 15px
}

.paperless-area:hover .paperless-active .slick-arrow {
    visibility: visible;
    opacity: 1
}

.paperless-active .slick-arrow:hover {
    background: #a1074e;
    color: #fff;
    visibility: visible;
    opacity: 1
}

.paperless-active .slick-arrow.prev {
    left: 0
}

.paperless-area:hover .paperless-active .slick-arrow.prev {
    left: -50px
}

.paperless-active .slick-arrow.next {
    right: 0
}

.paperless-area:hover .paperless-active .slick-arrow.next {
    right: -50px
}

.member-social li {
    display: inline-block;
    margin: 5px;
    font-size: 25px;
    background-color: #f5b335;
    padding: 0px;
    width: 40px;
    text-align: center;
    color: white;
    border-radius: 5px;
}
.bgblue{
    background: #f5f9fd;
}
.imgmember{
    position: relative;
}
.imgmember:before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    left: -15px;
    background: #f5b335;
    z-index: 1;
    bottom: -15px;
}
.member-social li a i{
    color: white;
}

.member-social li a i:hover{
    color: rgb(0, 115, 255);
}

.member-social li:hover{
    background-color: rgb(5, 5, 5, 0.2);
}
.member-phrase{
    margin-bottom: 15px;
}

.skills h3{
position: relative;
    margin-bottom: 30px;
}
.skills h3::before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: -10px;
}
.member-info .education h3, .member-info .about h3{
    position: relative;
    margin-bottom: 30px;
}

.member-info .education h3::before, .member-info .about h3::before{
    content: '';
    width: 100px;
    height: 4px;
    background-color: #e71f77;
    border: none;
    position: absolute;
    bottom: -10px;
}
.image_paperless{
     margin-top: 30px;
}
.image_paperless img{
    width: 150px;
    margin-right: 10px;
    margin-top: 5px;
}

#timeline-industry {
    background-color: #031625;
    width: 100%;
  }
  #timeline-industry:hover .tl-item {
    width: 23.3333%;
  }

  #timeline-industry .tl-item{
    display: inline-grid;
    width: 23.3333%;
    height: 300px;
  }
  
  .tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 20%;
    height: 20vh;
    min-height: 200px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
  }


  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .tl-item:hover {
    width: 25% !important;
  }
  .tl-item:hover:after {
    opacity: 0;
  }
  .tl-item:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
  }
  .tl-item:hover .tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
  }
  
  .tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: -200%;
    opacity: 0;
  }
  .tl-content h1 {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
  }
  
  .tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .tl-year p {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.728rem;
    line-height: 1;
  }
  
  .tl-bg {
    transform: translate3d(0, 0, 0);
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    min-height: 300px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    object-fit: cover;
  }

  .service-details ul {
    padding: 20px;
    background: #0094901c;
  }

  .service-details h3 {
    text-transform: uppercase;
}

.mean-container .mean-nav ul li a.mean-expand:hover{
    background: none!important;
}