/*
    00. Special Footer
    01. Slim footer-1
    02. Slim footer-2
    03. Slim footer-3
    04. Slim footer-4
*/

.slim_footer2 .subscribe button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*---------------start special footer style--------------*/
.special_footer_wrapper {
    background: #f2f3f9;
    overflow: hidden;
}
.special_footer_wrapper .shape2,
.special_footer_wrapper .shape1 {
    border-radius: 50px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.special_footer_wrapper .shape1 {
    background: #e6e8f2;
    bottom: -50px;
    height: 370px;
    left: -250px;
    width: 500px;
}
.special_footer_wrapper .shape2 {
    background: #eceef5;
    bottom: -150px;
    height: 350px;
    left: -90px;
    width: 600px;
}
.special_footer {
    padding-bottom: 60px;
    padding-top: 116px;
}
.special_footer .widget1 .language_select > li {
    color: #7e808b;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.special_footer .widget1 .language_select .nice-select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #7e808b;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-family: "Poppins",sans-serif;
}
.special_footer .widget1 .language_select .nice-select::after {
    border-bottom: 2px solid #7e808b;
    border-right: 2px solid #7e808b;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}
.special_footer .widget1 .language_select .nice-select .list {
    border-radius: 3px;
    color: #333;
}
.special_footer .single_widget ul.footer_signin li a {
    border: 1px solid #3b319b;
    border-radius: 5px;
    color: #3b319b;
    display: block;
    height: 36px;
    line-height: 35px;
    min-width: 108px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.special_footer .single_widget ul.footer_signin li.login a {
    background: #3b319b;
    color: #fff;
    margin-right: 10px;
}
.special_footer .single_widget ul.footer_signin li a:hover {
    background: #3b319b;
    color: #fff;
}
.special_footer .single_widget ul.footer_signin li.login a:hover {
    background: none;
    color: #3b319b;
}
.special_footer .single_widget ul li a {
    color: #7e808b;
    font-size: 15px;
    line-height: 34px;
}
.special_footer .single_widget ul li a:hover {
    color: #3b319b;
}

.special_footer .single_widget .footer_event > li {
    border: 1px solid #d2d5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 18px 10px 10px 120px;
    position: relative;
    height: 65px;
}
.special_footer .single_widget .footer_event li a {
    color: #7e808b;
    display: block;
    line-height: normal;
    margin-top: -3px;
}
.special_footer .single_widget .footer_event li a:hover {
    color: #3b319b;
}
.special_footer .footer_event li span.time {
    background: #3b319b;
    border-radius: 5px;
    height: 42px;
    left: 10px;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100px;
}
.special_footer .footer_event li .date {
    color: #a39bba;
    display: block;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}

/*---------*/
.special_footer_wrapper footer .footer_content {
    border-top: 1px solid #e8e9f3;
    padding: 28px 0;
}
.special_footer_wrapper footer p.copyright {
    color: #7e808b;
    font-size: 15px;
    vertical-align: middle;
}
.special_footer_wrapper footer .copyright a {
    color: #3b319b;
    text-decoration: underline;
}
.special_footer_wrapper footer .copyright a:hover {
    text-decoration: none;
}
.special_footer_wrapper footer .footer_left .policy li:last-child a {
    margin-right: 0;
}
.special_footer_wrapper footer .footer_left .policy a {
    color: #7e808b;
    font-size: 15px;
    margin-right: 15px;
}
.special_footer_wrapper footer .footer_left .policy a:hover {
    color: #3b319b;
}

.special_footer_wrapper footer .footer_right > p {
    color: #7e808b;
    font-size: 15px;
    font-weight: 500;
}
.special_footer_wrapper footer .footer_right .social_icon li a {
    color: #a39bba;
    font-size: 18px;
    padding: 1px 6px;
}
.special_footer_wrapper footer .footer_right .social_icon li a:hover {
    color: #24174e;
}

@media (max-width: 1199px){
    .special_footer {
        padding-bottom: 10px;
    }
    .special_footer .single_widget {
        margin-bottom: 40px;
    }
    .special_footer .single_widget.widget2 {
        padding-left: 50px;
    }
    
    .special_footer_wrapper .shape2,
    .special_footer_wrapper .shape1 {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .special_footer_wrapper .shape1 {
        left: initial;
        right: -260px;
    }
    .special_footer_wrapper .shape2 {
        left: initial;
        right: -180px;
    }
    
    .special_footer .widget1 .language_select {
        padding: 25px 0;
    }
    .special_footer .single_widget h5.title {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px){
    .special_footer {
        padding-top: 96px;
    }
    .special_footer .single_widget.widget2 {
        padding-left: 0;
    }
    .special_footer .widget1 > img {
        max-width: 160px;
    }
    .special_footer .widget1 {
        padding-top: 0!important;
    }
}

@media (max-width: 767px){
    .special_footer_wrapper footer .footer_content {
        display: flex;
        text-align: center;
        flex-flow: column-reverse;
    }
    .special_footer_wrapper footer .footer_left {
        display: flex;
        flex-flow: column-reverse;
    }
    
}
@media (max-width: 575px){
    .special_footer .single_widget {
        text-align: center;
        margin-bottom: 40px;
    }    
    .special_footer .single_widget h5.title {
        padding-bottom: 10px;
    }
    .special_footer .single_widget .footer_event > li {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        text-align: left;
    }
    
}
/*---------------end special footer style--------------*/


/*------------01. start slim footer-1----------------*/
.slim_footer1 {
    padding: 60px 0;
    background-color: #f8f8f8;
}
.slim_footer1.dark {
    background-color: #131313;
}
.slim_footer1 .social_connect > li {
    position: relative;
}
.slim_footer1 .social_connect > li:last-child::after,
.slim_footer1 .social_connect > li:first-child::before {
    background: #dcdcdc;
    content: "";
    height: 1px;
    position: absolute;
    top: 13px;
    width: 40px;
}
.slim_footer1 .social_connect > li:first-child::before {
    left: -50px;
}
.slim_footer1 .social_connect > li:last-child::after {
    right: -50px;
}
.slim_footer1 .social_connect li a {
    color: #666666;
    display: block;
    font-size: 18px;
    padding: 0 7px;
}
.slim_footer1 .social_connect li a:hover {
    color: #2d41d1;
}
.slim_footer1.dark .social_connect li a:hover {
  color: #fff;
}
.slim_footer1.dark .copyright {
    color: #aeaeae;
}
.slim_footer1 .copyright a {
    color: #666;
    font-weight: 600;
    text-decoration: underline;
}
.slim_footer1.dark .copyright a {
    color: #fff;
}
.slim_footer1 .copyright a:hover,
.slim_footer1.dark .copyright a:hover {
    text-decoration: none;
}

/*---responsive style---*/
@media (max-width: 991px) {
    .slim_footer1 img.footer_logo {
        height: 35px;
    }
    .slim_footer1 .content_wrapper {
        flex-flow: column wrap;
    }
    .slim_footer1 .content_wrapper .social_connect {
        margin: 12px 0;
    }
}
@media (max-width: 575px) {
    .slim_footer1 {
        padding: 40px 0;
    }
}
/*------------02. start slim footer-1----------------*/


/*-------------02. start slim footer-2------------*/
.slim_footer2{
    background-color: #f8f8f8;
}
.slim_footer2 .fcontent_wrapper {
    height: 230px;
}
.slim_footer2 .copyright {
    color: #666;
    margin-top: 10px;
}
.slim_footer2 .copyright a{
    color: #125ef8;
    text-decoration: underline;
}
.slim_footer2 .copyright a:hover{
    text-decoration: none;
}
.slim_footer2 .subscribe {
    align-items: center;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 490px;
}
.slim_footer2 .subscribe input {
    background: none;
    border: medium none;
    color: #969aa1;
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    height: 40px;
    width: 77%;
}
.slim_footer2 .subscribe button {
    background: none;
    border: medium none;
    color: #002222;
    cursor: pointer;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: uppercase;
    width: 110px;
}
.slim_footer2 .subscribe button:hover {
    color: #125ef8;
}
.slim_footer2 .subscribe button i {
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.slim_footer2 .footer_right .social_contact {
    margin-top: 22px;
    text-align: right;
    width: 100%;
}
.slim_footer2 .footer_right .social_contact a {
    color: #666666;
    font-size: 17px;
    margin-left: 10px;
    padding: 0 7px;
}
.slim_footer2 .footer_right .social_contact a:hover {
    color: #125ef8;
}
.slim_footer2 .footer_right .social_contact li:last-child a {
    padding-left: 0;
}
.slim_footer2 .footer_right .social_contact li:first-child a {
    margin-left: 0;
}

.slim_footer2.dark {
    background: #131313;
}
.slim_footer2.dark .copyright {
  color: #aeaeae;
}
.slim_footer2.dark .copyright a {
  color: #fff;
}
.slim_footer2.dark .subscribe input {
  color: #fff;
}
.slim_footer2.dark .subscribe button {
  color: #fff;
}
.slim_footer2.dark .subscribe button:hover {
  color: #125ef8;
}
.slim_footer2.dark .footer_right .social_contact a:hover {
  color: #fff;
}

/*----responsive style-----*/
@media (max-width: 1199px) {
    .slim_footer2 .fcontent_wrapper {
        height: 180px;
    }
    .slim_footer2 .subscribe {
        width: 440px;
    }
    .slim_footer2 .subscribe input {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .slim_footer2 .fcontent_wrapper {
        height: auto;
        justify-content: center;
        flex-flow: column-reverse;
        text-align: center;
        padding: 50px 0;
    }
    .slim_footer2 .fcontent_wrapper .footer_left {
        margin-top: 30px;
    }
    .slim_footer2 .footer_right .social_contact {
        text-align: center;
    }
    .slim_footer2 .footer_left img {
        max-width: 180px;
    }
}
@media (max-width: 575px) {
    .slim_footer2 .footer_left img {
        max-width: 150px;
    }
    .slim_footer2 .copyright {
        font-size: 15px;
        margin-top: 10px;
    }
    .slim_footer2 .subscribe {
        width: 100%;
        justify-content: space-between;
    }
    .slim_footer2 .subscribe input {
        width: 62%;
    }
    .slim_footer2 .footer_right .subscribe button {
        font-size: 12px;
        width: 100px;
    }
}
/*---------------02. end slim footer-2--------------*/


/*---------------03. start slim footer-3--------------*/
.slim_footer3 {
    background: #f8f8f8;
    padding: 50px 0;
}
.slim_footer3 .overlay {
    background: #f1f1f1;
    width: 60%;
}
.slim_footer3 .row {
    align-items: center;
}
.slim_footer3 .footer-logo-area {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.slim_footer3 .copyright > a {
  font-weight: 700;
    color: #666;
}
.slim_footer3 .copyright > a:hover {
    text-decoration: underline;
}

.slim_footer3 .social_icon {
    text-align: right;
    width: 100%;
}
.slim_footer3 .social_icon > li {
    color: #666666;
    font-size: 15px;
    margin-left: 15px;
}
.slim_footer3 .social_icon > li:first-child {
    margin-left: 0px;
}
.slim_footer3 .social_icon > li a {
    color: #666;
    font-size: 18px;
}
.slim_footer3 .social_icon > li a:hover {
    color: #31e2cf;
}

.slim_footer3.dark {
    background: #131313;
}
.slim_footer3.dark .overlay{
    background: #2b2b2b;
}
.slim_footer3.dark .copyright {
    color: #fff;
}
.slim_footer3.dark .copyright > a {
    color: #125ef8;
}
.slim_footer3 .social_icon > li a:hover { 
    color: #fff;
}

/*----responsive style-----*/
@media (max-width: 1199px){
    .slim_footer3 .footer-logo-area {
        align-items: flex-start;
        flex-flow: column;
        justify-content: center;
    }
    .slim_footer3 .footer-logo-area li .footer-logo {
        max-width: 170px;
    }
    .slim_footer3 .footer-logo-area li .copyright {
        margin-top: 5px;
    }
}

@media (max-width: 991px){
    .slim_footer3 {
        padding: 30px 0;
    }
    .slim_footer3 .overlay {
        display: none;
    }
    .slim_footer3 .footer-logo-area {
        align-items: center;
        text-align: center;
        margin-top: 18px;
    }
    .slim_footer3 .social_icon {
        text-align: center;
    }
    .slim_footer3 .footer-logo-area li .copyright {
        margin-top: 7px;
    }
}

@media (max-width: 575px){
    .slim_footer3 .social_icon > li:first-child {
        display: block;
    }
    .slim_footer3 .social_icon > li {
        margin: 0 7px;
    }
}
/*---------------03. end slim footer-3--------------*/


/*---------------04. start slim footer-4--------------*/
.slim_footer4 {
    padding: 60px 0;
    background: #f8f8f8;
}
.slim_footer4 .social_connect > li {
    position: relative;
}
.slim_footer4 .footer_logo:after,
.slim_footer4 .footer_logo:before {
    background: #dcdcdc;
    content: "";
    height: 1px;
    position: absolute;
    top: 17px;
    width: 40px;
}
.slim_footer4 .footer_logo img{
    height: 35px;
}
.slim_footer4 .footer_logo:before {
    left: -50px;
}
.slim_footer4 .footer_logo:after {
    right: -50px;
}
.slim_footer4 .social_connect li a {
    color: #666666;
    display: block;
    font-size: 18px;
    padding: 0 7px;
}
.slim_footer4 .social_connect li a:hover {
    color: #3e6ee5;
}
.slim_footer4 .copyright a {
    color: #333;
    font-weight: 600;
}
.slim_footer4 .copyright a:hover {
    color: #3e6ee5;
}


.slim_footer4.dark {
    background: #131313;
}
.slim_footer4.dark .social_connect li a {
    color: #fff;
}
.slim_footer4.dark .social_connect li a:hover {
    color: #666;
}
.slim_footer4.dark .copyright {
    color: #fff;
}
.slim_footer4.dark .copyright a {
    color: #fff;
    text-decoration: underline;
}
.slim_footer4.dark .copyright a:hover {
    text-decoration: none;
}

/*-----responsive style-----*/
@media (max-width: 991px){
    .slim_footer4 {
        padding: 40px 0;
    }
    .slim_footer4 .content_wrapper {
        flex-flow: column wrap;
    }
    .slim_footer4 .footer_logo {
        margin: 20px 0 15px;
    }
}
/*---------------04. end slim footer-4--------------*/

 

















