/*=================================
Footer Area
====================================*/
.footer-bg {
    background-color: #384259;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .logo {
    margin-top: 12px;
    margin-bottom: 10px;
}

.footer-widget h3 {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #091629;
    font-weight: 600;
}

.footer-widget p {
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 320px;
}

.footer-widget .newsletter-form {
    position: relative;
    border-radius: 0;
    margin-bottom: 20px;
}

.footer-widget .newsletter-form .form-control {
    border: 1px solid #091629;
    height: 50px;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 0;
}

.footer-widget .newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #091629;
}

.footer-widget .newsletter-form .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 65px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    outline: none;
    color: #091629;
    line-height: 53px;
    border-radius: 0;
    font-size: 30px;
    background-color: #ffffff;
}

.footer-widget .newsletter-form .submit-btn:hover {
    background-color: #091629;
    color: #ffffff;
}

.footer-widget .newsletter-form .validation-danger {
    font-size: 16px;
    margin-top: 15px;
    color: red;
}

.footer-widget .social-link {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget .social-link li {
    margin-right: 10px;
    display: inline-block;
}

.footer-widget .social-link li a {
    font-size: 24px;
    color: #091629;
    background-color: transparent;
    border-radius: 50px;
    line-height: 1;
}

.footer-widget .social-link li a:hover {
    color: #ffffff;
}

.footer-widget .contact-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footer-widget .contact-list li {
    display: block;
    text-align: left;
    position: relative;
    color: #808080;
    margin-bottom: 10px;
    padding-left: 25px;
    font-weight: 500;
}

.footer-widget .contact-list li i {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    color: #091629;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}

.footer-widget .contact-list li:last-child {
    margin-bottom: 0;
}

.footer-widget .contact-list li a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    margin-left: 5px;
}

.footer-widget .contact-list li:hover a {
    letter-spacing: 1.1px;
}

.footer-widget .open-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget .open-hours-list li {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.footer-widget .open-hours-list li::before {
    content: '';
    position: absolute;
    top: 16px;
    width: 15%;
    height: 100%;
    left: 32%;
    right: 25%;
    border-top: 1px dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
    margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
    float: right;
    color: #091629;
    font-weight: 600;
}

.footer-widget .footer-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

.footer-widget .footer-gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.footer-widget .footer-gallery li a {
    display: block;
    position: relative;
}

.footer-widget .footer-gallery li a img {
    width: 100%;
}

.footer-widget .footer-gallery li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.footer-widget .footer-gallery li a:hover::before {
    opacity: .50;
    visibility: visible;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.copy-right-bg {
    background-color: #363636;
}

.copy-right-text {
    text-align: center;
    padding: 5px 0;
}

.copy-right-text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

.copy-right-text p a {
    color: #ffffff;
}

.copy-right-text p a:hover {
    color: #65ab6a;
    font-weight: 500;
}


.copyright-area {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #091629;
    text-align: center
}

/*=================================
Footer Area End
====================================*/
.social-tab {
    margin-top: 15px;
}

.social-tab .tabs {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.social-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 30px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

.social-tab .tabs li:last-child {
    margin-right: 0;
}

.social-tab .tabs li a {
    position: relative;
    color: #091629;
    font-size: 16px;
    padding: 0 10px 0 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
    border: 1px solid #EBEBDE;
    font-size: 25px;
    font-weight: 600;
}

.social-tab .tabs li a img {
    background-color: #ffffff;
    border: 1px solid #EBEBDE;
    border-radius: 50px;
}

.social-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #00799A;
    border-color: #00799A;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-tab .tabs li i {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2px;
    -webkit-transform: skew(345deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(345deg);
}

.social-tab .tabs li.active a {
    color: #ffffff;
    background-color: #091629;
    border-color: #091629;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-tab .tabs li.current a {
    color: #ffffff;
    background-color: #091629;
    border-color: #091629;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.social-tab-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.social-tab-item:hover::before {
    height: 65%;
    opacity: 1;
}

.social-tab-item:hover .social-tab-item-img .offer-shape {
    opacity: 1;
}

.social-tab-item:hover .content h3 {
    color: #ffffff;
}

.social-tab-item:hover .content p {
    color: #ffffff;
}

.social-tab-item:hover .content span {
    color: #ffffff;
}

.social-tab-item:hover .content .offer-item-action {
    background-color: #00799A;
}

.social-tab-item::before {
    content: '';
    position: absolute;
    opacity: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #00799A;
}

.social-tab-item .social-tab-item-img {
    position: relative;
    text-align: center;
    z-index: 1;
}

.social-tab-item .social-tab-item-img img {
    padding: 30px 20px 20px;
}

.social-tab-item .social-tab-item-img .offer-shape {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 55px;
    left: 0;
    right: 0;
    text-align: center;
}

.social-tab-item .content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.social-tab-item .content h3 {
    color: #091629;
    margin-bottom: 5px;
    font-size: 20px;
}

.social-tab-item .content p {
    margin-bottom: 10px;
}

.social-tab-item .content span {
    font-size: 20px;
    color: #00799A;
    font-weight: 600;
}

.social-tab-item .content .offer-item-action {
    padding: 15px;
    list-style-type: none;
    z-index: -1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #091629;
}

.social-tab-item .content .offer-item-action li {
    display: inline-block;
    margin: 0 5px;
}

.social-tab-item .content .offer-item-action li a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #091629;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
}

.social-tab-item .content .offer-item-action li a:hover {
    background-color: #091629;
    color: #ffffff;
}

.social-tab-item .content .offer-item-action li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.social-tab-item .content .offer-item-action li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.social-tab-item .content .offer-item-action li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
