/* footer css start */
.accordion-box.style-two .block .acc-btn.active .icon-outer,
.contact-form .sec-title.text-center *,
.footer1.footer3 span,
.footer1.footer3 strong,
.footer1.footer3 .continfo,
.glrybgimage .sec-title h2,
.headerfirst .main-menu .navigation > li > a,
.headerthird .header-lower .main-menu .navigation > li > a,
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover,
.main-menu .navigation > li > ul > li.dropdown:hover > a:after,
.maincatbox h3 a,
.smooth-textbox p,
.swhoverbox p,
.teststyle2 .key_benefits_panel .panel-heading.active-panel a,
.work-item h3 a {
    color: #fff;
}

.footer1.footer3 .footersec .social li a i,
.service-content h3 a,
.servicebox-content h3 a,
.sidebar .popular-posts .post h4 a {
    color: #333;
}

.entry-meta i,
.footer1 ul li i {
    margin-right: 5px;
}

.footer1 {
    background: url(../images/icons/bffoteiconbg.webp) center bottom/100% no-repeat #201622;
    padding: 40px 0 0;
    clear: both;
}

.footer1 a,
.footer1 i,
.footer1 p {
    color: #777;
    font-size: 14px;
}

.footer1 a:hover {
    color: #fdad00;
    text-decoration: none;
}

.footer1 h3 {
    color: #fff;
    margin: 15px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

.footer1 h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #fdad00;
    border-radius: 2px;
}

.ftlogo {
    margin: 20px 0;
    display: block;
}

.footer1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer1 ul li {
    line-height: 30px;
    margin-top: 5px;
}

.footer1.footer3 {
    background-color: #012950;
}

.footer1.footer3 .copyright {
    background: #01182f;
    border-top: 0;
    color: #ccc;
}

.footer1.footer3 a,
.footer1.footer3 i,
.footer1.footer3 p {
    color: #fff;
    font-size: 14px;
}

.footer1.footer3 .footersec .social li a {
    border: 0;
    background: #fdc900;
}

.footersec .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
    text-align: center;
    font-size: 15px;
    color: #cacfd3;
    background: #2b2b2b;
    border: 1px solid #333;
    border-radius: 50%;
    transition: 0.3s;
}

.footersec .social li a i {
    color: #fff;
    margin-right: 0;
}

.footersec .social li a:hover {
    background: #fdc900;
    border-color: #fdad00;
}

.footer-sec.latest-project li {
    float: left;
    width: 33.33%;
    padding: 4px;
    margin: 0;
    overflow: hidden;
    transition: 0.5s;
}

.footer-sec.latest-project li a {
    display: block;
    overflow: hidden;
}

.footer-sec.latest-project li img,
.serivec-sec .servhold .img_holder img {
  width: 100%;
  transition: transform 0.5s ease;
}

.footer-sec.latest-project li:hover img,
.serivec-sec .servhold:hover .img_holder img {
  transform: scale(1.1);
}


.ftcontact li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.ftcontact li i {
    float: left;
    width: 26px;
    font-size: 20px;
    color: #fdc900;
    padding-top: 5px;
    text-align: left;
    margin-right: 0;
}

.continfo {
    float: left;
    width: calc(100% - 34px);
    color: #6c6c6c;
    line-height: 24px;
}

.continfo strong {
    color: #999;
    font-size: 16px;
}

.copyright {
    margin-top: 100px;
    padding: 30px 0;
    background: #171717;
    color: #555;
    border-top: 1px solid #333;
}
@media (max-width: 600px) {
  .copyright {
        margin-top: 0px;
  }
}
/* footer css end */
