.bg-theme-color{
    background:var(--dblue2)
}
.bg-theme-gray{
    background:var(--dblue2)
}
.bg-eee{
    background:var(--f1f1f1)
}
.color-white {
    color:var(--white) !important
}


.bg-theme-color-animation{
    background: linear-gradient(221deg, #333333, #111111, #555555);
    background-size: 600% 600%;
    -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%}
}




#contato h5 {
    font-family: 'Lato', sans-serif !important;
}






.social-media {
    width: 100%;
    padding: 0px;

}

.social-media a {
    position: relative;
    display: inline-block;
    margin: 0px 0px 5px 5px;
    border:0px solid #212121;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height:40px;
    width:40px;
    line-height:40px;
    background:#787878;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}


.social-media a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height:24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}



.social-media-big a {
    margin: 0px 10px 10px 0px;
    height:60px;
    width:60px;
    line-height:60px;

}

.social-media-big a img {
    height:32px;
}


.social-media a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.socialmedia .social-media {
    right: inherit;
    left: 0;
    padding:0px;
}

.socialmedia .social-media a {
    margin: 0 6px 6px 0
}


@media (min-width:768px) {
    .social-media {
        bottom: 30px;
        padding: 0 110px
    }

}



.color-hover .social-facebook{
    background-color:#3b5998 !important;
}
.color-hover .social-facebook:hover{
    background-color:#283b66 !important;
}
.color-hover .social-youtube{
    background-color:#ff0000 !important;
}
.color-hover .social-youtube:hover{
    background-color:#cc0000 !important;
}
.color-hover .social-instagram{
    background-color:#c13584 !important;
}
.color-hover .social-instagram:hover{
    background-color:#8f2762 !important;
}
.color-hover .social-whatsapp{
    background-color:#25d366 !important;
}
.color-hover .social-whatsapp:hover{
    background-color:#1da14d !important;
}



.color-hover .social-maps{
    background-color:#4A89F3 !important;
}
.color-hover .social-maps:hover{
    background-color:#3d72cc !important;
}



.color-hover .social-waze{
    background-color:#7ebfee !important;
}
.color-hover .social-waze:hover{
    background-color:#6ca4cc !important;
}

@media (max-width:767px) {
    .social-media a {
        margin: 0px 0px 3px 3px;
        height:50px;
        width:50px;
        line-height:50px;

    }

    .social-media a img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height:25px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }



}





.blur-page { overflow: hidden; }
.blur-page {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-filter: blur(3px);
    -moz-filter:blur (3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    transition: all 0.75s cubic-bezier(.7, 1, .7, 1);
}
.wrapper .blur-page { padding-top: 0; z-index:999;}




.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: #787878 ;
    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: #111111 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height:3px;
    left:0;
    position: absolute;
    width:175px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: #333333 none repeat scroll 0 0;
    bottom: 4px;
    content: "";
    height: 3px;
    left:0;
    position: absolute;
    width:225px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}



.custom-btn {	
    display: inline-block;
    padding: 0px 38px;
    z-index: 1;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    line-height: 49px;
    padding: 0px 30px;
    text-align: center;
    color: var(--white);
    position: relative;
    font-weight: bold;
    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:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    text-transform:uppercase;

}
.custom-btn img{
    position:relative;
    top:-2px;	
}

.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(--dbluergba1);
}

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

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

.custom-btn:hover {
    color: var(--white);
}

.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;
}

.custom-btn-green {	
    background: linear-gradient(135deg, #25d366, #128c7e);
}
.custom-btn-green:after,
.custom-btn-green:before {
    background-color: rgba(18, 140, 126, 0.5);
}

.custom-btn-green:before {
    z-index: -1;
    background-color: #25d366;
}


.custom-btn-orange {
    background: linear-gradient(135deg, var(--lblue2), var(--lblue3));
}
.custom-btn-orange:after,
.custom-btn-orange:before {
    background-color: var(--lbluergba5);
}

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




.custom-btn-underline {
    font-size: 16px;
    position: relative;
    color: #83878f;
}

.custom-btn-underline:after,
.custom-btn-underline:before {
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    background-color: #83878f;
}

.custom-btn-underline:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.custom-btn-underline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.custom-btn-underline:hover {
    color: #83878f;
}

.custom-btn-underline:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.custom-btn-underline:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}



/*GALLERY*/
.img-hover img {
    border:0px solid #111111 !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}
.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 .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s 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);
}
.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}
.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border:0px solid transparent;
    background: rgba(125,125,125,0.6);

    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;
}

.img-hover span div {
    left: calc(50% - 20px);
    top: calc(80% - 20px);
    position: absolute;
    z-index:2 !important;
    color: var(--white);
    opacity:0;
    height:40px;
    width:40px;
    line-height:40px;
    padding:0px;
    margin:0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.img-hover span div img {
    width:40px;
}

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



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


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



.zooming {
    -webkit-animation: zooming 25s infinite both;
    -moz-animation: zooming 25s infinite both;
    -ms-animation: zooming 25s infinite both;
    -o-animation: zooming 25s infinite both;
    animation: zooming 25s infinite both
}

@-moz-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}



section,
.section {
    position: relative;
}




.section-main {
    /*height: calc(100vh - 100px - 15px);*/
    padding-top: 0;
    padding-bottom: 0;
    height:520px;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .section-main {
        height:500px
    }
}

@media only screen and (max-width: 991px) {
    .section-main {
        height:450px
    }
}



.section-main-2 .section-slider {
    height: 100%
}







.section-main-2 .slide {
    position: relative;
    overflow: hidden;
    min-height:600px;
}

@media only screen and (max-width: 991px) {
    .section-main-2 .slide {
        min-height: 550px !important;
    }
}


.section-main-2 .slick-list,
.section-main-2 .slick-track {
    height: 100%;
    overflow: hidden
}





.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}


.bg-image:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;

    background:var(--lbluergba5);
}




.carousel {
    position: relative
}

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

.carousel.carousel-items .carousel-item {
    padding-left: 15px;
    padding-right: 15px
}

.carousel.slider .slide {
    overflow: hidden !important
}


.slick-slide,
.slick-current,
.slick-active,
.slick-cloned{
    outline:none !important;
}


.section-title-slide {
    top:0px;
    margin:0 auto;
    position:absolute;
    z-index:0;
    height:100%;
    width:100%;
    color:var(--white);
    text-align:center;
    font-weight: 100
}

.section-title-slide .title-slide{
    margin-top:180px;
}
.section-title-slide .title-slide h1{
    color:var(--white);
}


.section-title-slide .title-slide h2{
    font-family: 'Lato', sans-serif !important;
    color:var(--white) !important;
    font-weight:bold !important;
    line-height:1.4rem;
    font-size:1.2rem;
}


@media only screen and (max-width: 991px) {
    .section-title-slide .title-slide{
        margin-top:180px;
    }
    .section-title-slide .title-slide h1{
        font-size:26px;
        line-height:28px;
    }

    .section-title-slide .theme-pt-20{
        padding-top:10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-slide .title-slide{
        margin-top:160px;
    }

    .section-title-slide .theme-pb-20,
    .section-title-slide .theme-pt-20{
        padding-top:10px;
    }
}



.section-events-item {
    background:var(--white);
}




.radius-5px{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden !important;
}















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



.events-item {
    width:100%;
    height:300px;
    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: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    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
}



.events-item-shadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.events-item-shadow:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.0);

}

.events-item-content {
    position: absolute;
    height:100%;
    width:100%;
    color: var(--white);
    z-index: 2;
    /*background:rgba(255,12,36,0.5);*/
}



.events-item-logo{
    position: absolute;
    top:20px;
    right:20px;
    background:var(--white);
    padding:5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}

.events-item-logo img{
    width:50px;
    height:50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.events-item-info{
    position: absolute;
    bottom:15px;
    left:15px;
    right:15px;
    color: var(--white);
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background:rgba(0,0,0,0.5);*/
}







.events-item-info h4,
.events-item-info p {
    color: var(--white);
    padding:0px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.events-item-info h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
    margin:0px 0px 10px 0px;
}
.events-item-info p {
    font-size: 16px;
    line-height: 1.2;
    font-weight:normal;
    font-family: 'Lato', sans-serif;
    margin:0px 0px 10px 0px;
}




.events-item-date{
    padding:0px;
    bottom:0px !important;
    width:100%;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;

}

.events-item-date-inner{
    display: flex;
    align-items: center; 
    justify-content: center;

}

.events-item-date .events-item-date-calendar {
    float:left;
    width:45px;
    height:100%;
}

.events-item-date .events-item-date-calendar img{
    width:40px;
    padding:0px 5px 0px 0px;
}

.events-item-date .events-item-date-day {
    padding-top:10px;
}

.events-item-date .events-item-date-day p {
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color: var(--white);
}









/* 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 #ccc;
}
.latest-post:hover {
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
}

.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-item-date:before {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        background: #ccc;
        width: 1px;
        height: 100%;
}*/
/*.post-item-date:after {
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 20px;
        content: "";
        background: #004f98;
        left: 50%;
        margin-left: -10px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius:4px !important;
        border:0px solid #111111;
}*/

.post-date {
    width: 50px;
    height: 50px;
    background:rgba(120,90,31,0.75);
    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;
    font-family:'Montserrat', sans-serif !important;
    border-bottom:0px solid var(--white);
}
.post-date .month {
    display: block;
    font-weight:bold;
    font-size: 16px;
    margin-top: -12px;
    font-family: 'Lato', sans-serif !important;
}

.post-info {
    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;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .post-title h3{
    margin-bottom:0px;
    font-size: 24px !important;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .post-title a {
    color: #787878;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:0px;
    font-size:20px !important;
    font-weight:bold !important;
    line-height:20px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.post-info .entry-content p {
    font-size:16px;
    line-height:20px;
    padding-right: 10px;
    color:#6b7175
}
.post-meta {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom:15px;
    color:#6b7175;
    font-size:12px;
    border-bottom:1px solid #ccc;
}


.read-entry-content {
    padding-top:10px;
    border-top:1px solid #ccc;
}

.post-meta a {
    color: #6b7175;
}

.post-meta a:hover {
    color: #111111;
}



.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: #111111;
}



.link-blog {
    transition: all .4s ease-in-out;
    color: #111111;
    font-size:16px;
}

.link-blog:hover {
    color: #004280;
    padding-left: 15px !important 
}





.form-control {
    display: block;
    padding:15px 25px !important;
    font-size:16px;
    /*line-height:50px;*/
    color: #6b7175;
    height:60px;
    background-color: var(--white);
    outline:none !important; 
    background-clip: padding-box;
    border:2px solid var(--cccccc) !important;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-control:hover {
    color: var(--dblue2);
    background-color: var(--white);
    border-color: var(--gray7);
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
textarea {
    resize: none;
}



.shadow-btn{
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}






.bg-cover2,
.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-cover2:after,
.bg-cover:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0,0.0);
}
.bg-cover2:before,
.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background:var(--lbluergba7);

}








.clients{
    padding-bottom:30px;
}

.client{
    padding:0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:15px !important;
}
.client:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
}


.client img{
    background:var(--white);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:0px !important;
}











.card {
    background-color: var(--white);
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.card p {
    font-size:1.1rem
}

.card:hover,
.card:focus{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);

}


.link01 {
    transition: all .4s ease-in-out;
    color: #111;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
}

.link01:hover {
    color: #333;
    padding-left: 15px !important 
}

.link01 img{
    position:relative;
    top:-2px;	
}


.link02 {
    transition: all .4s ease-in-out;
    color: #191919;
    font-size:16px;
    font-weight:bold;
}

.link02:hover {
    color: #333333;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--white);
    background-clip: padding-box;
    border:0px solid rgba(0,0,0,.2);
    border-radius:3px;
    outline: 0;

    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}





.branches-area {
    padding-bottom:30px;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.branches-area .section-title {
    margin-bottom: 0;
}

.branches-area .section-title span {
    text-shadow: -1px 1px 0 #34415c, 1px 1px 0 #34415c, 1px -1px 0 #34415c, -1px -1px 0 #34415c;
    color: #2e3295;
}

.branches-area .section-title h2 {
    color: var(--white);
}

.branches-area .section-title p {
    color: #cfd6e4;
}

.branches-area .map-img {
    position: relative;
}

.branches-area .map-img .location {
    position: absolute;
    top:45px;
    left:75px;
    -webkit-animation: heartBeat 1100ms infinite linear;
    animation: heartBeat 1100ms infinite linear;
}

.branches-area .map-img .location:nth-child(2).location {
    top: 160px;
    left: 790px;
    -webkit-animation: heartBeat 1200ms infinite linear;
    animation: heartBeat 1200ms infinite linear;
}

.branches-area .map-img .location:nth-child(3).location {
    top: 45px;
    left: 550px;
    -webkit-animation: heartBeat 1300ms infinite linear;
    animation: heartBeat 1300ms infinite linear;
}

.branches-area .map-img .location:nth-child(4).location {
    top: 175px;
    left: 525px;
    -webkit-animation: heartBeat 1400ms infinite linear;
    animation: heartBeat 1400ms infinite linear;
}

.branches-area .map-img .location:nth-child(5).location {
    top: 40px;
    left: 1040px;
    -webkit-animation: heartBeat 1500ms infinite linear;
    animation: heartBeat 1500ms infinite linear;
}

.branches-area .map-img .location:nth-child(6).location {
    top: 260px;
    left: 1000px;
    -webkit-animation: heartBeat 1600ms infinite linear;
    animation: heartBeat 1600ms infinite linear;
}

.branches-area .map-img .location:nth-child(7).location {
    top: 300px;
    left:20px;
    -webkit-animation: heartBeat 1600ms infinite linear;
    animation: heartBeat 1600ms infinite linear;
}

.branches-area .map-img .location:nth-child(8).location {
    top: 110px;
    left: 30px;
    -webkit-animation: heartBeat 1600ms infinite linear;
    animation: heartBeat 1600ms infinite linear;
}

.branches-area .map-img .location .span-info {
    position: relative;
}

.branches-area .map-img .location .span-info .pin {
    padding:10px;
    text-align:center;
    line-height:30px;
    cursor: pointer;
    color: var(--white);
    height:30px;
    width:30px;
    background:rgba(0,0,0,0.7);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.branches-area .map-img .location .span-info .pin img {
    position:relative;
    width:25px;
    left:-7px;
    top:-10px;
}

.branches-area .map-img .location .span-info .location-info {
    position: absolute;
    top: -50px;
    left: -65px;
    width: 160px;
    padding: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: var(--white);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;

    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.9);
}

.branches-area .map-img .location .span-info .location-info h5 {
    margin: 0;
    color: #2e3295;
    font-size: 15px;
    font-weight: 600;
}

.branches-area .map-img .location .span-info .location-info::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--white);
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.branches-area .map-img .location .span-info:hover .location-info {
    opacity: 1;
    visibility: visible;
    top: -50px;
}

.branches-area .map-img .location:hover {
    -webkit-animation: none;
    animation: none;
}

.branches-area .map-img .location:hover:nth-child(2).location {
    -webkit-animation: none;
    animation: none;
}

.branches-area .map-img .location:hover:nth-child(3).location {
    -webkit-animation: none;
    animation: none;
}

.branches-area .map-img .location:hover:nth-child(4).location {
    -webkit-animation: none;
    animation: none;
}

.branches-area .map-img .location:hover:nth-child(5).location {
    -webkit-animation: none;
    animation: none;
}

.branches-area .map-img .location:hover:nth-child(6).location {
    -webkit-animation: none;
    animation: none;
}
.branches-area .map-img .location:hover:nth-child(7).location {
    -webkit-animation: none;
    animation: none;
}
.branches-area .map-img .location:hover:nth-child(8).location {
    -webkit-animation: none;
    animation: none;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .branches-area {
        /*overflow: hidden;*/
    }

    .branches-area .map-img .location {
        position: absolute;
        top:45px;
        left:75px;
    }

    .branches-area .map-img .location:nth-child(2).location {
        top: 140px;
        left: 650px;
    }

    .branches-area .map-img .location:nth-child(3).location {
        top: 35px;
        left: 480px;
    }

    .branches-area .map-img .location:nth-child(4).location {
        top: 145px;
        left: 430px;
    }

    .branches-area .map-img .location:nth-child(5).location {
        top: 30px;
        left: 860px;
    }

    .branches-area .map-img .location:nth-child(6).location {
        top: 210px;
        left: 860px;
    }

    .branches-area .map-img .location:nth-child(7).location {
        top:240px;
        left:20px;
    }

    .branches-area .map-img .location:nth-child(8).location {
        top: 110px;
        left: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .branches-area {
        /*overflow: hidden;*/
    }

    .branches-area .map-img .location {
        position: absolute;
        top:25px;
        left:45px;
    }

    .branches-area .map-img .location:nth-child(2).location {
        top: 90px;
        left: 490px;
    }

    .branches-area .map-img .location:nth-child(3).location {
        top: 20px;
        left: 330px;
    }

    .branches-area .map-img .location:nth-child(4).location {
        top: 125px;
        left:240px;
    }

    .branches-area .map-img .location:nth-child(5).location {
        top: 20px;
        left: 625px;
    }

    .branches-area .map-img .location:nth-child(6).location {
        top: 155px;
        left: 635px;
    }

    .branches-area .map-img .location:nth-child(7).location {
        top:180px;
        left:20px;
    }

    .branches-area .map-img .location:nth-child(8).location {
        top:75px;
        left: 20px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .branches-area {
        /*overflow: hidden;*/
    }
    
    




    .branches-area .map-img .location {
        position: absolute;
        top:10px;
        left:20px;
    }

    .branches-area .map-img .location:nth-child(2).location {
        top: 65px;
        left: 350px;
    }

    .branches-area .map-img .location:nth-child(3).location {
        top: 10px;
        left: 240px;
    }

    .branches-area .map-img .location:nth-child(4).location {
        top: 75px;
        left:175px;
    }

    .branches-area .map-img .location:nth-child(5).location {
        top: 40px;
        left: 465px;
    }

    .branches-area .map-img .location:nth-child(6).location {
        top: 115px;
        left: 470px;
    }

    .branches-area .map-img .location:nth-child(7).location {
        top:130px;
        left:15px;
    }

    .branches-area .map-img .location:nth-child(8).location {
        top:55px;
        left: 10px;
    }

}


@media only screen and (max-width: 575px) {
    .branches-area {
        overflow: hidden;
    }
    
    .branches-area .map-img .location .span-info .location-info {
    position: absolute;
    left:-40px !important;
    width: 100px !important;
    padding:5px !important;
}
.branches-area .map-img .location .span-info .location-info h5 {
    font-size: 12px !important;
    font-weight: normal;
}

    .branches-area .map-img {
        max-width: 320px;
        margin: 30px auto 0;
    }

    .branches-area .map-img .location .span-info .pin {
        padding:7px;
        text-align:center;
        line-height:30px;
        cursor: pointer;
        color: var(--white);
        height:24px;
        width:24px;
        background:rgba(0,0,0,0.7);
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

    .branches-area .map-img .location .span-info .pin img {
        position:relative;
        width:18px;
        left:-4px;
        top:-11px;
    }


    .branches-area .map-img .location {
        position: absolute;
        top:7px;
        left:15px;
    }

    .branches-area .map-img .location:nth-child(2).location {
        top: 40px;
        left: 220px;
    }

    .branches-area .map-img .location:nth-child(3).location {
        top:7px;
        left: 145px;
    }

    .branches-area .map-img .location:nth-child(4).location {
        top: 55px;
        left:105px;
    }

    .branches-area .map-img .location:nth-child(5).location {
        top: 5px;
        left:285px;
    }

    .branches-area .map-img .location:nth-child(6).location {
        top: 65px;
        left:285px;
    }

    .branches-area .map-img .location:nth-child(7).location {
        top:75px;
        left:5px;
    }

    .branches-area .map-img .location:nth-child(8).location {
        top:35px;
        left: 5px;
    }



}




.label--checkbox {
    position: relative;
    margin:0;
    cursor: pointer;
    background: var(--white);
    padding: 15px;
    font-weight:bold;
    display: block;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);

}
.label--checkbox strong{
    padding-left:5px;
    font-size:16px;
    font-weight:bold;
}

.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 #ccc;
}
.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:#333;
    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;
}




.testimonials {
    position: relative
}

.testimonial-wrap {
    border: 0 solid #ebebeb;
    border-radius: 4px;
    padding: 30px 50px;
    margin-bottom: 5px
}

.testimonial-wrap  .lead {
    font-size: 1.1rem;
    font-weight: normal;
}

.testimonial-wrap span.icon {
    font-size: 35px;
}

.author-info h5 {
    color: #333
}

.author-img {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}

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

.testimonial-wrap .comment {
    padding: 30px 50px 10px
}

.comment:before {
    content: ' ';
    background-image: url("../../../../images/social/icons/format-quote-open.svg");
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-size:90px;
    top: -20px;
    left: 15px;
    width:90px !important;
    height:90px !important;
}

.testimonial-wrap .author-info {
    padding: 10px 50px
}

.testimonialItens .owl-theme .owl-dots .owl-dot span {
    background: #83878f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonialItens .owl-theme .owl-dots .owl-dot.active span,
.testimonialItens .owl-theme .owl-dots .owl-dot:hover span {
    background: #46484d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767px) {
    .testimonial-wrap {
        padding: 20px 40px
    }
    .testimonial-wrap .comment {
        padding: 30px 10px 10px
    }
    .testimonial-wrap .author-info {
        padding: 10px 10px
    }
}










.return-message-inner *,
.return-message-agenda * {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.return-message-inner {
    text-align: left;
    padding: 15px;
    margin-bottom:15px;
    margin-top: 15px;
    background: var(--white);
    color: var(--gray3);
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}
.return-message-agenda {
    text-align: center;
    padding: 15px;
    margin-bottom:15px;
    margin-top: 15px;
    background: var(--white);
    color: var(--gray3);
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.return-message-inner img {
    padding: 0;
    margin: 0;
}

.return-message-error {
    background: var(--danger);
    color: var(--white);
}

.return-message-info {
    background: var(--warning);
    color: var(--white);
}


.return-message-success {
    background: var(--success);
    color: var(--white);
}




.pageTitle {
    padding:250px 0 160px;
    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:var(--lbluergba7);
}


.pageTitle .site-heading h1 {
    color:var(--black) !important
}






/*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,
.sidebar .contacts li img {
    float: left;
    text-align: left;
    margin: 0px 5px 0 0;
    display: inline-block;
    width: 24px;

}
.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 .social-media {
    bottom: 30px;
    padding: 0;
}





.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(--gray3);
    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;
}

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

.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(--lblue2);
    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(--lblue1);
    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;
}


.pagination li span strong{
    position: relative;
    font-size: 24px;
    position: relative;
    top:-2px;
}


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

}

.btnside i {
    font-size: 24px;
}

.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: 12px;
    color: var(--gray3);
    padding: 0px 0px 10px 0px;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
}

.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: 0px 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: 3px solid var(--blackrgba2);
}






/*NEWS*/
.service-item-2 {
    margin: 0 0 30px;
    background:var(--f1f1f1);

}

.service-item-2 .thumbnail img {
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}

.service-item-2:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thumbnail {
    display: block;
    overflow: hidden;
}

.thumbnail a,
.thumbnail img {
    display: block;
    width: 100%;
}
.thumbnail.animate-zoom img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.thumbnail.animate-zoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media (min-width: 576px) {
    .service-item-2 .thumbnail-col {
        margin-right: 43px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
        flex: 0 0 232px;
        max-width: 232px;
    }
    .service-item-2 .content-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 275px);
        flex: 1 1 calc(100% - 275px);
        max-width: calc(100% - 275px);
    }
    .service-item-2.thumb-right-style .thumbnail-col {
        margin-left: 43px;
        margin-right: 0;
    }
    .service-item-2.thumb-right-style .icon {
        left: -20px;
        right: auto;
    }
}
.service-item-2 .item-title {
    font-size: 18px !important;
    font-weight: bold;
    color:var(--dblue2);
    margin: 0 0 3px;
    line-height:20px;
    padding-right:15px;
    padding-bottom:10px;
}
.service-item-2 .item-text {
    padding-right:15px;
    padding-bottom:10px;
    font-size: 16px;
    line-height:20px;
}
.service-item-2 .item-date {
    padding-top:5px;
    font-size: 12px;
    line-height:12px;

}



.service-item-2 .item-title {
    font-size:20px !important;
    font-weight: bold;
    color:var(--dblue2);
    margin: 0 0 3px;
    line-height:20px;
    padding-right:15px;
    padding-bottom:10px;
}
.service-item-2 .item-date2 {
    padding-top:5px;
    font-size: 16px;
    font-weight: bold;
    line-height:12px;
    margin-bottom:15px;
}



.service-item-2 .item-title:hover {
    color:var(--lblue2);
}

@media (max-width: 575px) {
    .service-item-2 .item-title {
        margin: 0 0 3px;
        padding-right:15px;
        padding-left:15px;
        padding-bottom:15px;
        border-bottom:3px solid var(--cccccc);;
    }
    .service-item-2 .item-text {
        padding:15px;
    }
    .service-item-2 .thumbnail {
        height:200px;
    }

    .service-item-2 .item-date {
        padding:10px 15px;
        border-top:1px solid var(--cccccc);
        font-size: 12px;
        line-height:12px;
    }
    .service-item-2 .item-date i {
        font-size:16px !important;
    }

    .service-item-2 .item-date2 {
        padding-left:15px;
        padding-top: 15px;
    }


}
