/*SOCIAL*/
.social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.color-white {
    color: var(--white)
}

.color-dblue {
    color: var(--dblue2);
}

.color-lblue {
    color: var(--lblue2);
}

.color-orange {
    color: var(--orange2);
}

.bg-white {
    background: var(--white);
}

.bg-gray-light {
    background: var(--f1f1f1);
}

.bg-gray-white {
    background: var(--blackrgba1);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-orange {
    background: var(--orange2);
}






.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
    transition: all 0.4s;




}

.btn:hover,
.btn:focus {
    background-color: var(--gray5);
    border-color: var(--gray5);
    color: var(--white);
}


.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 5px 12px;
}

.btn.round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn.btn-mw {
    min-width: 190px
}

.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
    opacity: 1;
    right: -2rem;
}



.btn-icon i {
    position: relative;
    font-size: 32px;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}
.btn-icon span {
    position: relative;
    font-size: 17.5px;
    font-weight: bold;
    top:-6px;
    letter-spacing: 1px;
}


.btn-orange {
    padding: 7px 30px;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--orange3);
    border-color: var(--orange3);
    color: var(--white)
}



.btn-whatsapp {
    color: var(--white);
    border: 0px solid var(--Whats1);
    background-color: var(--Whats1);
    -webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white);
    -webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    -moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}











.btn-lblue {
    color: var(--white);
    border: 2px solid var(--lblue2);
    background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
    background-color: var(--lblue3);
    border-color: var(--lblue3);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue3);
    border-color: var(--dblue3);
    color: var(--white)
}


.link-btn {
    display: inline-block;
    font-size: 1.2rem;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--gray5);
}

.link-btn.btn-inline {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--gray5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.link-btn.btn-inline:before {
    width: 100%;
}

.link-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    background: var(--dblue2);
}

.link-btn.btn-inline:hover {
    color: var(--dblue2);
}


.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--gray3);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 225px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.rs-about-construction .about-images img {
    border-radius: 3px;
}


.rs-about-section2 .about-images .bottom-image {
    position: absolute;
    right: 30px;
    bottom: -35px;
}

.rs-about-section3 .about-images {
    padding-right: 20px;
}

.rs-about-section3 .about-images .ab-image2 {
    position: absolute;
    right: 0;
    top: 0;
}


@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none;
        visibility: hidden;
    }
}


.event-date-img {
    position: relative;
    overflow: hidden;
    padding: 15px
}

.event-date-img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--dbluergba6);
    z-index: 0
}

.event-date-item {
    color: var(--white);
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;*/
}

.event-date-item .event-date-img img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;

    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.event-date-item:hover .event-date-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.event-date-item .heading {
    width: 100%;
    max-width: 660px
}

.event-date-item .heading .button {
    margin-top: 20px
}

.event-date-inner {
    width: 100%;
    text-align: center;
    padding: 150px 0;
    position: relative;
    z-index: 1;

}

.event-date-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
}

.event-date-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    margin-bottom: 22px;
    border-radius: 4px;
    background: var(--lbluergba5);
}

.event-date-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 17px;
    color: var(--white);
}

.event-date-title a {
    color: var(--white);
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.event-date-inner p {
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.event-date-title a:hover {
    color: var(--orange2);
}

.event-date-details-holder {
    margin-top: 30px
}


.h500 {
    height: 500px;
}


.bg-cover-overlay,
.bg-cover {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba6);

}


.bg-image-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.events-item {
    width: 100%;
    height: 360px;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
    transition: all .8s;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.events-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
}

.events-item:hover::before {
    transform: scale(1.2);
}


.events-item:after {
    background: var(--dbluergba5);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
    opacity: 1;
    z-index: 1
}


.what-to-do-img {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 50px 15px;
    z-index: 1;
}

.what-to-do-item {
    width: 100%;
    height: 220px;
    margin: auto;
}


.what-to-do-item .what-to-do-img img {
    width: 150px;
    height: 150px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 10px solid var(--dblue2);
    background-color: var(--dblue2);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);

}

.whattodo:hover .what-to-do-img img,
.what-to-do-item:hover .what-to-do-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-box-shadow: 0px 9px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 9px 25px 0px var(--blackrgba5);
    box-shadow: 0px 9px 25px 0px var(--blackrgba5);

}

.what-to-do-inner {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.what-to-do-inner h3,
.what-to-do-inner a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--dblue2);
}

.what-to-do-inner h3:focus,
.what-to-do-inner h3:hover,
.what-to-do-inner a:hover,
.what-to-do-inner a:focus {
    color: var(--lblue2);
}

.what-to-do-inner p {
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--gray5);
}


/* BLOG */
.latest-post {
    background: var(--white);
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 0px solid var(--gray5);
    -webkit-box-shadow: 0px 15px 50px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 50px 0px var(--blackrgba2);
    box-shadow: 0px 15px 50px 0px var(--blackrgba2);
}

.latest-post:hover {
    -webkit-box-shadow: 0px 15px 50px 0px var(--blackrgba4);
    -moz-box-shadow: 0px 15px 50px 0px var(--blackrgba4);
    box-shadow: 0px 15px 50px 0px var(--blackrgba4);
}

.latest-post img {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.latest-post:hover img {
    transform: scale(1.2) rotate(0deg);

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.latest-post-media {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;

}


.post-body {
    position: relative;
    z-index: 2;
    /*padding-left: 20px;*/
}

.post-item-date {
    position: absolute;
    height: 100%;
    left: 0px !important;

}

.post-date {
    width: 50px;
    height: 50px;
    background: var(--dbluergba6);
    text-align: center;
    color: var(--white);
    position: relative;
    top: -50px;
    right: 0px;
    z-index: 3;
    font-weight: bold;
    font-size: 20px;
    padding-top: 0px;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);*/
}

.post-date .date {
    display: block;
    font-weight: bold;
    margin-top: -10px;
    font-size: 24px !important;
    margin-bottom: 2px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-bottom: 0px solid var(--white);;
}

.post-date .month {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-top: -12px;
}

.post-info {
    padding-top: 20px;
    margin-left: 20px;
    padding-right: 20px;

}

.post-info .post-title {
    padding-bottom: 7px;
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 20px !important;
}

.post-info .post-title h3 {
    margin-bottom: 0px;
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 20px !important;
}

.post-info .post-title a {
    color: var(--gray5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0px;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 20px !important;
}

.post-info .entry-content p {
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
    color: var(--gray5);
}

.post-meta {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: var(--gray5);
    font-size: 12px;
    border-bottom: 1px solid var(--blackrgba2);
}


.read-entry-content {
    padding-top: 10px;
    border-top: 1px solid var(--blackrgba2);
}

.post-meta a {
    color: var(--gray5);
}

.post-meta a:hover {
    color: var(--dblue2);
}


.latest-post:hover .latest-post .post-title a,
.latest-post:hover .post-info .post-title a,
.latest-post:hover .post-info .post-meta a {
    color: var(--dblue2);
}


.link-blog {
    transition: all .4s ease-in-out;
    color: var(--lblue2);
    font-size: 16px;
}

.link-blog:hover {
    color: var(--dblue2);
    padding-left: 15px !important
}


.item-partner {
    background: var(--white);
    padding: 20px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.item-partner:focus,
.item-partner:hover {
    outline: none !important;
    background: var(--gray9);
}


.item-partner img {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    position: relative;
    z-index: 1;

}

.item-partner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.btn-theme {
    background: var(--lblue2);
    padding: 15px 25px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    color: #fff
}

.btn-theme:focus,
.btn-theme:hover {
    background: #606060;
    color: #fff
}


label {
    display: block;
}

.form-control {
    display: block;
    padding: 10px 15px !important;
    font-size: 16px;
    /*line-height:50px;*/
    color: var(--lblue2);
    height: 50px;
    background-color: var(--white);
    outline: none !important;
    background-clip: padding-box;
    border: 3px solid var(--cccccc);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-control:hover {
    color: var(--gray3);
    background-color: var(--white);
    border-color: var(--f1f1f1);
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba3);
    box-shadow: 0px 0px 25px 0px var(--blackrgba3);
}

textarea {
    resize: none;
}


/*GALLERY*/
.blog-gallery img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    -moz-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    box-shadow: 0px 20px 18px -10px var(--blackrgba1);
}

.blog-gallery img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}


.blog-gallery:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    -moz-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    box-shadow: 0px 18px 18px -6px var(--blackrgba3);
}














.img-hover img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    -moz-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    box-shadow: 0px 20px 18px -10px var(--blackrgba1);
}

.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.5) rotate(0deg);
    -moz-transform: scale(1.5) rotate(0deg);
    -o-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
    -webkit-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    -moz-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    box-shadow: 0px 18px 18px -6px var(--blackrgba3);
}

.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--dblue3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 58px;
    width: 56px;
    line-height: 56px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}

.img-hover:hover span:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}



.pageTitle {
    padding:95px 0 90px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat
}

.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--blackrgba3), var(--dbluergba4), var(--blackrgba3));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


.pageTitle .title-section h1 {
    margin: 0 0 50px;
    color: var(--white) !important;
    padding-bottom: 50px;
}


.pageTitle .content-image-title {
    position: relative;
}

.pageTitle .imageTitle {
    right: 15px;
    position: absolute;
    top: -50px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba4);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba4);
    box-shadow: 0px 5px 25px 0px var(--blackrgba4);
}


@media only screen and (max-width: 991px) {
    .pageTitle .content-image-title {
        display: none;
    }

    .pageTitle {
        padding:95px 0 90px;
        position: relative;
    }

}


.pageTitle .site-heading h1,
.pageTitle .site-heading h2,
.pageTitle .site-heading h3 {
    color: var(--white);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pageTitle .site-heading h1::after,
.pageTitle .site-heading h2::after,
.pageTitle .site-heading h3::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;

    position: absolute;
    width: 175px;
}

.pageTitle .site-heading h1::before,
.pageTitle .site-heading h2::before,
.pageTitle .site-heading h3::before {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 225px;
}


/*Contacts*/
.sidebar .contacts ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.sidebar .contacts li {
    color: var(--gray3);
    padding: 7px 0px 7px;
    border-bottom: 1px solid var(--f1f1f1);
    font-size: 15px;
    margin-bottom: 1px;
    width: auto;
    display: block;
    text-align: left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: bold;
}

.sidebar .contacts li:last-child {
    border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}

.sidebar .contacts li:after {
    clear: both;
}

.sidebar .contacts li i {
    float: left;
    font-size: 20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width: 30px;
    line-height: 24px;
    color: var(--gray3);
}

.sidebar .contacts li p {
    margin-bottom: 0;
    color: var(--gray3);
    font-size: 14px;
}

.content-footer.contacts li {
    color: var(--gray3);
    font-size: 16px;
}

.sidebar .contacts li a {
    color: var(--gray3);
    font-size: 16px;
    line-height: 16px
}

.sidebar .contacts li a:hover {
    color: var(--lblue2);
    padding-left: 10px;
    border-color: var(--blackrgba1);
}


.sidebar .heading h1,
.sidebar .heading h2,
.sidebar .heading h3 {
    color: var(--gray3);
    display: inline-block;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
}

.sidebar .heading h1::after,
.sidebar .heading h2::after,
.sidebar .heading h3::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 95px;
}

.sidebar .heading h1::before,
.sidebar .heading h2::before,
.sidebar .heading h3::before {
    background: var(--lblue1) none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 155px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin: 1px;
    line-height: 50px;
    color: var(--white);
    height: 50px;
    text-decoration: none;
    background-color: var(--dblue2);
    border: 0px solid var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: bold;
}

.pagination > li > span {
    font-size: 24px !important;
    padding-top: 12px;
}


.pagination li a i {
    font-size: 24px !important;
    position: relative;
    top:-0px;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--white);
    background-color: var(--dblue3);
    border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: var(--white);
    cursor: default;
    background-color: var(--lblue2);
    border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: var(--white);
    cursor: not-allowed;
    background-color: var(--gray3);
    border-color: var(--white);
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pager li > a,
.pager li > span {
    color: var(--white);
    border-color: transparent !important;
    background: var(--gray3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li > a:hover,
.pager li > span:hover {
    color: var(--white);
    background: var(--lblue2);
    border-color: transparent !important;
}


.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul > li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul > li:hover {
    opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}


.linking {
    color: var(--gray3);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.linking i {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    color: var(--gray3);
}

.linking:hover {
    color: var(--lblue2);
}

.linking:hover i {
    margin-left: 0px;
    opacity: 1;
    color: var(--lblue2);
}


.label--checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    background: var(--white);
    font-weight: bold;
    display: block;
}

.label--checkbox strong {
    padding-left: 5px;
    font-size: 1rem;
    font-weight: normal;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 2px solid var(--gray3);
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color: var(--lblue2);
    border-top-style: none;
    border-right-style: none;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: var(--white);
    cursor: pointer;
}



.btnside {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 25px !important;
    position: relative;
    background: var(--lblue1);
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    height: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

}



.btnside:hover,
.btnside:focus {
    color: #fff;
    background: var(--lblue2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btnside:hover,
.btnside:focus {
    outline: none;
}

.h47 {
    height: 47px;
}


.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: var(--gray3);
    padding: 0px 0px 10px 0px;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--cccccc);
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid var(--lblue1);
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: var(--lblue1) !important
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.sidebar .popular-posts .post h4 {
    position: relative;
    font-size: 1rem !important;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    color: var(--gray3);
    top: 5px;
}

.sidebar .popular-posts .post a:hover {
    color: var(--lblue1);
}

.sidebar .popular-posts .post h4 {
    line-height: 1.1rem !important;
}

.sidebar .popular-posts .post h4 a {
    color: var(--gray3);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 16px !important;
    line-height: 18px !important;
}

.sidebar .popular-posts .post-info {
    font-size: 12px;
    color: var(--gray3);
}

.border-bottom1 {
    border-bottom: 1px solid var(--blackrgba2);
}


/***CTA***/


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

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


@keyframes image-float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}


.image-float {
    -webkit-animation-name: image-float;
    animation-name: image-float;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}






.image-bl {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.services-section {
    position: relative;
    /*padding: 90px 0 60px;*/
}

.services-section .row {
    z-index: 3;
}

.services-section .image-column {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    border-radius: 10px;
}

.services-section .text-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.services-section .text-column .inner-column {
    position: relative;
    padding-right: 65px;
}

.services-section .sec-title {
    margin-bottom: 1.7em;
}

.services-section .sec-title .text {
    padding-top: 15px;
    margin-top: 15px;
}

.services-section .text-column .theme-btn {
    margin-top: 35px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 40px 40px 40px 40px;
    background-color: var(--white);
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba2);
    box-shadow: 0px 0px 35px 0px var(--blackrgba2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.service-block .inner-box .hover_layer {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.1;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block .inner-box:hover .hover_layer {
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.17s ease-out 0.18s;
    transition: all 0.17s ease-out 0.18s;
}

.service-block .inner-box:before {
    content: '';
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: var(--lblue2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover:before {
    top: 0;
    width: 100%;
}

.service-block .icon {
    position: relative;
    display: block;
    height: 75px;
    width: 75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 33px;
    background: var(--lbluergba8);
    padding: 15px;
}

.service-block .icon img {
    width: 90px;
}

.service-block h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: var(--lblue2);
    font-weight: 600;
    margin-bottom: 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.service-block .text,
.service-block .text p {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: var(--gray3);
    font-weight: bold;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover .text p,
.service-block .inner-box:hover h3 {
    color: var(--white);
}

.services-section .services-area {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}

.services-section .services-area .feature-block-three {
    margin-bottom: 30px;
}

.services-section.style-two .text-column .inner-column {
    padding-left: 65px;
    padding-right: 0;
}


.news-section {
    position: relative;
}

.news-section .sec-bottom-text {
    margin: 0;
}

.news-section .sec-title {
    margin-bottom: 75px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
    box-shadow: 0px 0px 35px 0px var(--blackrgba3);
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news-block .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news-block .inner-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-block .image-box .date {
    position: absolute;
    left: 10px;
    bottom: -15px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    color: var(--dblue2);
    background: var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px 0 var(--blackrgba2);
    -moz-box-shadow: 0 0 35px 0 var(--blackrgba2);
    box-shadow: 0 0 35px 0 var(--blackrgba2);
    z-index: 10;

}

.news-block .image-box .date i {
    color: var(--lblue2);
    font-size: 24px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.news-block .read-more {
    position: absolute;
    color: var(--white);
    background: var(--lblue2);
    top: -30px;
    opacity: 0;
    right: 10px;
    font-size: 24px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    box-shadow: 0px 3px 8px 0px var(--blackrgba3);
}

.news-block .inner-box:hover .read-more {
    opacity: 1;
    top: -40px;
}

.news-block .read-more i {
    font-size: 32px;
}

.news-block .lower-content {
    position: relative;
    background: var(--white);
    padding: 30px 30px 20px;
}

.news-block .lower-content h4 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--gray3);
    word-break: break-word;
}

.news-block .lower-content h4 a {
    display: inline-block;
    color: var(--dblue2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif !important;

}

.news-block .lower-content h4 a:focus,
.news-block .lower-content h4 a:hover {
    color: var(--lblue2);
}


.news-block .lower-content .text {
    color: var(--dblue2);
    margin-top: 15px;
}

.news-block .lower-content .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid var(--f1f1f1);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news-block .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option .coments_count a {
    display: inline-block;
    color: var(--gray3);
}

.news-block .post-option .coments_count i {
    font-size: 24px;
    margin-right: 7px;
    color: var(--lblue2);
}


.news-block .read-more-btn {
    background: var(--lblue2);
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}


.btn-theme {
    background: var(--lblue2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: var(--white)
}

.btn-theme:focus,
.btn-theme:hover {
    background: var(--lblue1);
    color: var(--white)
}


.link-read {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px;
    font-weight: bold;
    color: var(--dblue2);
}

.link-read:focus,
.link-read:hover {
    color: var(--lblue2);
    padding-left: 15px !important
}


.custom-btn {
    display: inline-block;
    z-index: 1;
    height: 50px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    padding: 12px 30px;
    text-align: center;
    color: var(--white);
    position: relative;
    background-color: var(--dblue2);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border:2px solid var(--white) !important;*/
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    box-shadow: 0px 10px 25px 0px var(--blackrgba3);
}

.custom-btn:after,
.custom-btn:before {
    top: 0px;
    width: 0px;
    left: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    transition-timing-function: inherit;
    background-color: var(--blackrgba2);
}

.custom-btn:before {
    z-index: -1;
    background-color: var(--blackrgba5);;
}

.custom-btn:after {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background-color: var(--dbluergba9);
}

.custom-btn:hover {
    color: var(--white);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    box-shadow: 0px 10px 25px 0px var(--blackrgba3);
}

.custom-btn:hover:after,
.custom-btn:hover:before {
    left: 0;
    width: 100%;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}

.custom-btn:hover:before {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.custom-btn:hover:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}


.cars-section {
    position: relative;
}

.cars-section .sec-bottom-text {
    margin: 0;
}

.cars-section .sec-title {
    margin-bottom: 75px;
}

.cars-block {
    position: relative;
    margin-bottom: 30px;
}

.cars-block .inner-box {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    -moz-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    box-shadow: 0px 20px 18px -10px var(--blackrgba1);

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cars-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    -moz-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    box-shadow: 0px 18px 18px -6px var(--blackrgba3);
}

.cars-block .image-box {
    position: relative;
}

.cars-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 275px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.cars-block .inner-box:hover .image,
.cars-block .inner-box:focus .image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cars-block .image-box .image img,
.cars-block .image-box .image .img-ds{
    display: none ;
}

.cars-block .image-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cars-block .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.cars-block .inner-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cars-block .image-box .date {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--dblue2);
    background: var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px 0 var(--blackrgba2);
    -moz-box-shadow: 0 0 35px 0 var(--blackrgba2);
    box-shadow: 0 0 35px 0 var(--blackrgba2);
    z-index: 10;
cursor: pointer!important;
}

.FavoriteReturn {
    position: absolute;
    text-align: center;
    z-index: 9;
    left: 10px;
    top: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.FavoriteIn {
    position: relative;
    text-align: center;
    z-index: 9;
    left: 0px;
    top:0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px 0 var(--blackrgba2);
    -moz-box-shadow: 0 0 35px 0 var(--blackrgba2);
    box-shadow: 0 0 35px 0 var(--blackrgba2);
}



.FavoriteReturn .bgok {
    background: var(--Whats1);
}
.FavoriteReturn .bgno {
    background: var(--dblue3);
}

.FavoriteReturn i{
    color: var(--white);
    font-size: 24px;
    position: relative;
    top: 0px;
}



.cars-block .image-box .date i {
    color: var(--dblue2);
    font-size: 24px;
    position: relative;
    top: 0px;
}

.cars-block .read-more {
    position: absolute;
    color: var(--white);
    background: var(--Whats1);
    top: -30px;
    opacity: 0;
    right: 10px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    box-shadow: 0px 3px 8px 0px var(--blackrgba3);
    z-index: 2;
}

.cars-block .inner-box:hover .read-more {
    opacity: 1;
    top: -50px;
}

.cars-block .read-more i {
    font-size: 32px;
}

.cars-block .lower-content {
    position: relative;
    background: var(--white);
    padding: 15px;
}

.cars-block .lower-content h4 {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--gray3);
    word-break: break-word;
    font-family: 'Poppins', sans-serif !important;
}

.cars-block .lower-content small {
    font-size: 15px;
    font-weight: bold;
    color: var(--gray3);
    display: block;
}

.cars-block .lower-content h4 a {
    display: block;
    color: var(--dblue2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 45px;
    overflow: hidden;

}

.cars-block .lower-content h4 a:focus,
.cars-block .lower-content h4 a:hover {
    color: var(--lblue2);
}


.cars-block .lower-content .text {
    color: var(--dblue2);
    margin-top: 15px;
}

.cars-block .lower-content .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid var(--f1f1f1);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.cars-block .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cars-block .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.cars-block .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cars-block .post-option .coments_count a {
    display: inline-block;
    color: var(--gray3);
}

.cars-block .post-option .coments_count i {
    font-size: 24px;
    margin-right: 7px;
    color: var(--lblue2);
}


.cars-block .read-more-btn {
    background: var(--lblue2);
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}


.price-line {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--gray5);
    text-align: center;
}

.price {
    /*position: relative;
    padding: 12px 15px 12px 15px;
    margin-left: 18px;*/
    line-height: 50px;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.price p {
    font-weight: bold;
    color: var(--white);
    font-size: 18px;
    margin: 0;
    line-height: 50px !important;
}

.price .normal-price {
    position: relative;
    z-index: 6;
}


.price .normal-price {
    color: var(--white);
    font-size: 16px;
    line-height: 50px;
}

.other-info {
    border-top: 1px var(--blackrgba1) solid;
    color: #777;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 12px !important;
    padding-bottom: 15px;
    display: block;
    position: relative;
}

.other-info i {
    margin-right: 5px;
    color: var(--gray9);
    font-size: 24px;
}




.col-item {
    width: 100%;
    float: left;
}

.border-b1px {
    border-bottom: 1px var(--blackrgba1) solid;
}

.col-item span {
    top: -3px;
    font-size: 12px;
    position: relative;
}


.cars-icons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height:auto;
    padding-top: 30px;
}


.car-item {
    background: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    -moz-box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    box-shadow: 0px 20px 18px -10px var(--blackrgba1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    min-height: 150px !important;
}

.car-item .image-icon{
    width:100%;
    height: 100px;
    margin: auto;
}
.car-item .image-icon img{
    width:120px;
    margin: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.car-item .smallimg{
    width:60px !important;
    padding-top: 20px;
    margin: auto;
}


.car-item:focus,
.car-item:hover {
    background: var(--white);
    -webkit-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    -moz-box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    box-shadow: 0px 18px 18px -6px var(--blackrgba3);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}



.cars-icons .slick-dots {
    position: absolute;
    bottom:-15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}


.cars-icons .slick-slide {
    margin:30px 15px;
}
.cars-icons .slick-list {
    margin: 0 -15px;
}


.type-car-icon {
    color: var(--dblue2);
    display: block!important;
    margin-bottom: -30px;
    font-size: 90px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.car-item:focus .image-icon img,
.car-item:hover .image-icon img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.type-car-title {
    color: var(--lblue2);
    font-size: 16px;
    font-weight: bold;
}


.featured-items,
.estoque-items {
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    clear: both;
    height: auto;
}


.estoque-items .slick-slide,
.featured-items .slick-slide {
    margin: 50px 10px 30px 10px;
    position: relative;
    z-index: 10;
}

.estoque-items .slick-list,
.featured-items.slick-list {
    position: relative;
    z-index: 9;
}

.estoque-items .slick-dots,
.featured-items .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}






.info-contact {
    position: relative;
    top:-90px;
}


.info-contact .icon-title {
    line-height:125px;
    font-size:72px;
    font-weight: bold;
    position: relative;
    background:var(--white);
    width: 125px;
    height: 125px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin: auto;
    color:var(--dblue2);
    display:block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
}


.info-contact:hover .icon-title{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color:var(--lblue2);

}



.info-contact h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom:15px;
}


.info-contact h3 {
    font-size: 32px;
    font-weight: bold;
    color:var(--dblue2);
    display:block;
    margin-bottom:15px;
}




.info-contact p {
    font-size: 1rem;
    font-weight: bold;
    color:var(--lblue2);
    display:block;
    padding-bottom:10px;
    padding-top: 10px;
}
.info-contact a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:var(--lblue2);
    display:block;
    margin-bottom: 5px;
    padding-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.info-contact a:hover {
    color:var(--dblue3);
}

.info-contact .icon-phone-footer i {
    position: relative;
    font-size: 28px !important;
    top:3px;
}

.info-title .font-16,
.overlay-content .font-16 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    line-height: 22px;
}




.error-page {
    text-align: center;
}

.error-page p {
    color: var(--gray3);
    font-size: 16px;
}

.error-page span {
    color: var(--gray3);
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-page span.error-page-title {
    color: var(--lblue2);
    font-size: 200px;
    padding: 0px;
    line-height: 160px;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif
}

@media (max-width: 500px) {
    .error-page p {
        font-size: 12px;
    }

    .error-page span {
        font-size: 25px;
    }

    .error-page span.error-page-title {
        font-size: 140px;
    }
}







/*itens*/
.descriptioncar .itens ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.descriptioncar .itens li {
    color: var(--lblue2);
    padding:10px 0px;
    border-bottom:1px solid var(--blackrgba2);
    font-size:15px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
    width: 50%;
    float: left;
}





.descriptioncar .itens li:last-child {
    border-bottom: none !important;
    width:100%;
}


.descriptioncar .itens li:before,
.descriptioncar .itens li:after {
    content: " ";
    display: table;
}
.descriptioncar .itens li:after {
    clear: both;
}
.descriptioncar .itens li i {
    float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
    color:var(--lblue2)
}
.descriptioncar .itens li p {
    margin-bottom: 0;
    color: var(--lblue2);
    font-size:14px;
}
.content-footer.itens li {
    color: var(--lblue2);
    font-size:16px;
}
.descriptioncar .itens li a {
    color: var(--lblue2);
    font-size:16px;
    line-height:16px
}
.descriptioncar .itens li a:hover {
    color:var(--dblue2);
    padding-left:10px;
    border-color:var(--dbluergba5);
}


.itemvalor {
    font-size: 26px;
    color: var(--dblue2);
    line-height:30px;
    padding-bottom:10px;
    border-bottom: 3px solid var(--cccccc);
}

.itemvalor  strong{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    color: var(--lblue2);

}


.itemtitle {
    font-size:22px;
    color: var(--dblue2);
    font-weight: bold;
    line-height:26px;
    padding-bottom:10px;
    border-bottom: 3px solid var(--cccccc);
    font-family: 'Montserrat', sans-serif !important;
}



/*ESTOQUE*/

.ms-thumb,
.img-gall,
.product__slider-thmb,
.product__slider-main,
.product__slider-main img,
.product__slider-thmb img {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}




.badges-itens {
    padding: 15px;
    background: var(--gray5);
    font-size: 16px;
    color: var(--white);
    font-weight: bold;
    margin:0 10px 10px 0;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.ms-thumb img,
.ms-thumb-frame img {
    width: 100px !important;
    height: 100px !important;
}




/*SIDEBAR RIGHT*/
.sidebar-right .widget_heading {
    border-bottom: 3px solid var(--lblue1);
    padding: 15px 15px;
    position: relative;
    margin-bottom:30px;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--cccccc);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color:var(--lblue1);
}

.sidebar-right .widget_heading h3{
    font-size: 18px;
    margin: 0;
}
.sidebar-right .widget_heading:focus,
.sidebar-right .widget_heading:hover {
    border-color: var(--dblue2);
    color: var(--dblue2) !important;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}

.widget_heading i {
    margin:0 5px 0 0;
}








.suggessttion {
    display: block;
    width: 100%;
    position:relative;
    top: -15px;
    padding: 0px 0px;
    z-index: 15;
    max-height: 300px !important;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}

.suggessttion-list {
    float: left;
    list-style: none;
    margin-top:0px;
    padding: 0;
    display: block;
    width: 100%;
    position: absolute;
    max-height: 300px !important;

}

.suggessttion-list li {
    padding: 7px 10px;
    background: var(--eeeeee);
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1px;
    border-bottom:0px solid var(--blackrgba1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 15px;
}

.suggessttion-list li:focus,
.suggessttion-list li:hover {
    background:var(--cccccc);
    cursor: pointer;

}





