

.bg-gradient-footer {
    background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 10s ease infinite;
    -moz-animation: bg-gradient-animator 10s ease infinite;
    -o-animation: bg-gradient-animator 10s ease infinite;
    animation: bg-gradient-animator 10s 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%
    }
}




footer{
    position:relative;
    z-index:1;
}/*
footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/bg2.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity:1;

}*/






.footer-navbar li {
    display: inline-block;
    margin-bottom: 0;
}
.footer-navbar li a{
    color: var(--dblue1);
}
.footer-navbar li a:hover {
    color: var(--dblue3);
}
.footer-navbar li:last-child a {
    padding-right: 0;
}
.footer-navbar li:first-child a {
    padding-left: 0;
}
.footer-navbar .nav-link:focus {
    color: inherit;
}
.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}
.row.g-0 > * {
    padding-right: 0;
    padding-left: 0;
}

.border-color-transparent-white-light {
    border-color: var(--blackrgba1) !important;
}
.align-items-center {
    align-items: center !important;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

.ps-0 {
    padding-left: 0 !important;
}
.lh-normal {
    line-height: normal;
}





.logo-footer {
    position:relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding:0px 15px 0px 15px;
}

.logo-footer a {
    position:relative;
    z-index: 1;
}

.logo-footer img {
    width:140px;
}



.footerTitle .cs_footer_widget_title {
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    color:var(--dblue2);
    font-size: 50px;
    font-weight: normal;
}
.footerTitle .cs_footer_widget_title::before, .footerTitle .cs_footer_widget_title::after {
    content: "";
    height:3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footerTitle .cs_footer_widget_title::before {
    width: 100%;
    background: linear-gradient(245deg, var(--lblue3) -67.04%, var(--lblue1) 129.05%);
}
.footerTitle .cs_footer_widget_title::after {
    width:3px;
    background-color: var(--dblue2);
    left:3px;
    animation: slide-both 15s linear infinite;
}

@keyframes slide-both {
    50% {
        left: calc(100% - 8px);
    }
}

.footer-widget-title {
    font-size: 24px;
    color: var(--dblue1);
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
font-weight: bold;
}

.footer-widget-title-f18 {
    font-size: 20px !important;
}

.footer-widget-title::before {
    background: var(--white) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width:30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.footer-widget-title::after {
    background: var(--dblue1) none repeat scroll 0 0;
    bottom: -11px;
    content: "";
    height: 5px;
    left:25px;
    position: absolute;
    width:75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}






.footer-widget-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom:1px;
    /*border-bottom: 1px solid var(--whitergba2);*/
}

.footer-widget-links li:last-child {
    border-bottom: 0px solid #fc0;
}


.footer-widget-links li::before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right0.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 20px;
    width:20px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -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;
}

.footer-widget-links li:focus::before,
.footer-widget-links li:hover::before {
    opacity:.75;
    left: 0px;
}


.footer-widget-links li a {
    padding:3px 0px 0px 0px;
    display: block;
    color: var(--lblue2);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
    margin-bottom:0px;
}

.footer-widget-links li a svg {
    position: relative;
    top: 0px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-right:10px;
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--dblue2);
    padding-left: 25px;
}



.footer-border-top{
    width:100%;
    display:block;
    position: relative;
    z-index: 3;
    border-top: 1px solid var(--blackrgba1);
}


footer .icon-info{

}

footer .icon-info svg {
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.container-adress {
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
    justify-content: start;
}

.container-adress  .info {
    display: flex;
    align-items: center;
    justify-content: start;
}



.container-adress  .icon {
    margin-right: 10px;
}

.container-adress  .address {
    font-size:15px;
    line-height:1.2;
    font-weight:bold;
    color:var(--dblue2);
}
.container-adress  .address p {
    font-size:15px !important;
    line-height:1.2;
    font-weight:bold;
    color: var(--dblue2) !important;
    margin:0px;
}

.social-links-adress {
    display: flex;
    justify-content: start;
}



.social-links-adress a {
    display: block;
    height: 40px;
    width:40px;
    line-height:40px;
    font-size:24px;
    text-align: center;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    border: 0;
    background: var(--white);
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight:normal;
    margin-right:10px;
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba3);
    box-shadow: 0px 3px 20px 0px var(--blackrgba3);
}

.social-links-adress a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: var(--dblue2);
}



.social-links-adress a svg {
    position: relative;
    top:5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.social-links-adress a:hover svg{
    fill: var(--white);
}


.container-adress .social-links a {
    margin-right: 10px;
}





.footer-widget-contact {

}
.footer-widget-location p,
.footer-widget-contact p{
    margin: 0px;
    color: var(--white);
    font-size: 14px;
}

.footer-widget-contact li {
    position: relative;
    min-height:36px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dblue1);
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 3px;
}

/*.footer-widget-contact li:last-child {
	padding-top: 5px;
	margin-bottom: 5px
}*/

.footer-widget-contact li + li {
    border-top: 0px solid var(--lbluergba2);
}





.footer-widget-contact li svg {
    position: relative;
    top: 2px;
    left:-10px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-contact li:hover svg{
    fill: var(--lblue1) !important;
}







.footer-widget-contact li a {
    color: var(--lblue2);
    font-size: 16px;
    line-height: 1.1;
    font-weight:bold;
    -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;
}

.footer-widget-contact li a span {
    font-size: 14px;
}

.footer-widget-contact li:hover a {
    color: var(--dblue2);
}



.copyright {

}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--lblue2);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--lblue2);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--dblue2);
}

.copyright a svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}


footer .social-icons {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}


footer .social-icons li a {
    background: var(--lblue2);

}

footer .social-icons li a svg {
    position: relative;
    top: 7px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

footer .social-icons li:hover a svg {
    fill: var(--white);
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


@media only screen and (max-width: 767px) {
    footer .social-icons {
        justify-content: flex-start;
        text-align: left;
    }
}
