/* ==============================================
   EXACT CSS FROM style.css - FOOTER ONLY
   COMPLETE - All classes with proper media queries
   ============================================== */

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb:hover {
    background: #fb5496;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: linear-gradient(45deg, #ffbd84, #ff1f8e);
}

/*Default css*/
::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #6a6a8e;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    outline: none;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* Transitions */
.animation,
a,
.isotope_item,
input,
button,
.custom-btn,
.circle,
.s-block,
.clients-logo,
.icon-set,
.link-hover,
.sticky,
.navbar,
.dropdown-toggle,
.hover-scale img,
.sub-menu-sec a,
.main-header.sticky,
.main-header,
.circle2,
.hoshd {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    align-items: center !important;
}

/**Footer section**/
footer {
    position: relative;
}

.footer-svg {
    height: 80px;
    overflow: hidden;
    margin: -20px 0 0 0px;
}

.footer-svg svg path {
    fill: #FFF0F5;
}

footer .row {
    position: relative;
    z-index: 1;
}

footer.ftshap:after {
    content: "";
    background: url(../images/shape/shape-1.png);
    position: absolute;
    width: 200px;
    height: 370px;
    background-repeat: no-repeat;
    top: 35%;
    z-index: 0;
    right: 0;
    background-position: center right;
    background-size: 80%;
    opacity: 0.5;
}

footer.ftshap:before {
    content: "";
    background: url(../images/shape/shape-2.png);
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    opacity: 0.5;
}

.footer-row1 {
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0%, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0%, #ffeff5 100%);
    padding: 80px 0;
}

.footer-row2 {
    background: #ffffff;
    padding: 50px 0 80px 0;
}

.footer-row3 {
    background: #ffffff;
    padding: 40px 0;
}

.email-subs h3 {
    margin-bottom: 10px;
}

.hline {
    border-top: 1px solid #e2eaef;
    margin: 0;
    position: relative;
}

.email-subs-form {
    position: relative;
}

.email-subs-form form {
    align-items: center;
    justify-content: center;
    display: flex;
}

.email-subs-form input {
    width: 100%;
    height: 65px;
    padding: 0px 175px 0px 30px;
    margin: 0px 0 0px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
    box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
}

.email-subs-form button {
    width: max-content;
    position: absolute;
    right: 5px;
    border-radius: 28px 100px 100px 28px;
    padding: 0 30px;
    line-height: 55px;
    box-shadow: none;
}

.footer-row2 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.footer-address-list li>span {
    position: relative;
    top: 5px;
}

.footer-address-list li {
    color: #6a6a8e;
    display: flex;
    padding: 0 0 5px 0;
}

.footer-address-list li:last-child {
    padding: 0 0 0px 0;
}

.footer-address-list li a {
    color: #6a6a8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
}

.ftr-details li {
    padding: 0 0 15px 0;
}

.footer-block {
    padding: 20px 0;
}

.social-links {
    text-align: right;
}

.social-links a {
    color: #6a6a8e;
    font-size: 25px;
    line-height: 1;
}

.footer-social-media-icons a:hover {
    color: #ff1f8e !important;
}

.footer-social-media-icons a {
    color: #6a6a8e;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.copyright {
    text-align: center;
    color: #6a6a8e;
}

.footer-social-media-icons {
    margin: 0 0 30px 0;
}

.footer- p a {
    color: #6a6a8e;
}

.link-hover a {
    color: #6a6a8e;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 1;
}

.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.link-hover a:hover {
    color: #ff1f8e !important;
}

/**Start-Bootstrap-v5.1.3-update**/
a {
    text-decoration: auto;
}

.media {
    display: flex;
}

.media div:first-child {
    flex-shrink: 0;
}

.ftr-brand-pp .navbar-brand {
    display: block;
}

/**End-Bootstrap-v5.1.3-update**/

/**Start-Update 2.1**/
.ff-social-icons a:hover {
    color: #ff1f8e;
}

.footer-brands {
    background: #f8f9fa;
    padding: 30px 0;
}

.single-blog- img {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 8px;
}

.single-blog- .post-meta i {
    margin: 0 5px 0 0;
}

.single-blog- .post-meta {
    font-size: 13px;
}

.single-blog- .content .title {
    line-height: 20px;
    font-size: 15px;
}

.single-blog- .content .title a {
    color: #050748;
}

.single-blog- .content .title a:hover {
    color: #ff1f8e;
}

.post-thumb {
    margin-right: 15px;
}

.single-blog- {
    display: inline-flex;
}

.footer-blog- .single-blog-:last-child {
    margin-top: 20px;
}

.footer-badges- {
    display: flex;
    justify-content: space-between;
}

.footer-badges- li {
    display: inline-block;
}

.footer-badges- li a img {
    width: 150px;
}

.footer-link-v2 li {
    display: inline-flex;
    padding: 0px 15px;
}

/**update 2.3**/
/*dark mode switch update*/
footer .ftr-brand-pp .f-white-logo {
    display: none;
}

footer .ftr-brand-pp .f-dark-logo {
    display: block;
}

.active-dark footer .ftr-brand-pp .f-dark-logo {
    display: none;
}

.active-dark footer .ftr-brand-pp .f-white-logo {
    display: block;
}

/***/
.single-blog- img {
    max-width: 70px;
}

/**update 2.1**/
.footer-address-list li a {
    color: #6a6a8e;
}

/**End-Update 2.1**/

/* ==============================================
   BOOTSTRAP GRID SYSTEM (from style.css)
   ============================================== */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*.col-6 {*/
    /*-ms-flex: 0 0 50%;*/
    /*flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {

    .col-md-6 {
        /*-ms-flex: 0 0 50%;*/
        /*flex: 0 0 50%;*/
        /*max-width: 50%;*/
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        /*-ms-flex: 0 0 25%;*/
        /*flex: 0 0 25%;*/
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* ==============================================
   DARK FOOTER CLASSES
   ============================================== */

.dark-footer {
    color: #a2a2a2;
}

.dark-footer .footer-address-list li a {
    color: #a2a2a2;
}

.dark-footer .footer-address-list li>span {
    color: #a2a2a2;
}

.dark-footer .footer-address-list li p {
    color: #a2a2a2;
}

.dark-footer .ff-social-icons a {
    color: #a2a2a2;
}

.dark-footer .footer-link-- li a {
    color: #a2a2a2;
}

.dark-footer h5 {
    color: #e6e6e6;
}

.dark-footer h4,
.dark-footer h2 {
    color: #e6e6e6;
}

.dg-bg--1 {
    background-color: #111111;
}

.pt30 {
    padding-top: 30px;
}

/* Text white */
.text-white {
    color: #fff !important;
}

/* Spacing classes used */
.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

/* ==============================================
   INLINE STYLES FROM FOOTER.PHP
   ============================================== */

/* Cities section */
.cities {
    background-color: #111111;
    padding: 20px 0;
}

.cities a {
    padding: 0px;
    text-decoration: none;
    color: #fff;
    border: 0px solid #fff;
}

.cities a:hover {
    color: #dcd741;
}

.cities b {
    color: #dcd741;
}

@media(min-width:768px) {
    .br1 {
        display: none;
    }
}

@media(max-width:768px) {
    .cities a {
        line-height: 28px;
    }
}

/* Certified Logo section */
.certified-logo {
    background: linear-gradient(to bottom, #e2f3ff 0%, #fffbef 100%);
}

.certificate-box {
    transition: transform 0.3s ease-in-out;
}

.certificate-box:hover {
    transform: scale(1.1);
}

/* ==============================================
   FOOTER RESPONSIVE FIXES
   ============================================== */

@media (max-width: 768px) {
    .footer-social-media-icons a {
        margin: 0 10px;
        font-size: 22px;
    }
    .footer-address-list li {
        padding: 0 0 10px 0;
    }
    .footer-row2 h5 {
        margin-top: 20px;
        font-size: 20px;
    }
    .copyright {
        font-size: 14px;
    }
    .footer-address-list li p span {
        font-size: 13px;
    }
    .footer-address-list li p {
        font-size: 15px;
    }
    .footer-address-list li i {
        font-size: 18px;
    }
    .ftr-brand-pp p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .footer-social-media-icons a {
        margin: 0 8px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .footer-social-media-icons {
        margin: 0 0 20px 0;
    }
}

/* ==============================================
   ADDITIONAL MEDIA QUERY FOR FOOTER COLUMNS
   ============================================== */

@media (max-width: 991px) {
 
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

