
/*last slider*/
.spacer30{height: 30px;}
.spacer20{height: 20px;}
.footer-v1  .fooHead {}
.footer-v1  .fooHead .inner {
    text-align: center;
    color: #F79D3D;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    min-height: 50px;
    background-color: rgb(242, 242, 242);
    padding: 10px 0px;
    border: 1px solid rgb(229, 229, 229);
}

.footer-v1  .AllModBg .owl-theme .owl-controls {
    position: absolute;
    margin-top: 0px;
    top: -30px;
    width: 100px;
    text-align: right;
    right: 15px;
}
.footer-v1  .emp-title{}
.footer-v1  .emp-title h5{    color: #F79D3D; font-size: 20px;}
.footer-v1  .AllModBg .item{margin-right: 10px;    position: relative;}
.footer-v1  .AllModBg .item a p.cp{
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.59);
    display: block;
    width: 100% !important;
    text-align: center;
    padding: 3px;
    color: #fff;
    margin: 0px;
    font-size: 13px;
}
.footer-v1  .AllModBg .item img{
    display: block;
    width: 100%;
}
.footer-v1 .AllModBg .owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.footer-v1 .AllModBg {
    background-color: #F9F9F9;
    padding-bottom: 30px;
    margin-top: 20px;
}
.footer-v1 .AllModBg .emp-ch-slider {
    position: relative;
}
.footer-v1 .AllModBg .emp-ch-slider .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 2px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #2FC18B;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.footer-v1 .AllModBg  .emp-ch-slider .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 2px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #F79D3D;
    filter: Alpha(Opacity=100);
    opacity: 1;
}



.footer-v1  .bizMod{}
.footer-v1  .bizMod ul{    padding: 0px;  list-style: none;    text-align: center;}
.footer-v1  .bizMod ul li{    display: inline-block;    margin-right: 3px;}
.footer-v1  .bizMod ul li a{
    display: block;
    background-color: rgba(241, 241, 241, 0.49);
    border: 1px solid rgba(255, 110, 0, 0.23);
    padding: 20px 36px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #006699;
    font-weight: 600;
    font-size: 14px;
}

.footer-v1  .bizMod ul li a:hover {
    background-color: rgba(241, 241, 241, 0.95);
}



.footer-v1{
    font-size: 14px;
    line-height: 1.6;
    background: #F9F9F9;
    min-height: 100px;
    border-top: 1px solid #E8E8E8;

}
.footer-v1 .footer {
    padding: 40px 0;


}

.footer .about-com{margin: 0;    width: 100%;
    margin: 0 auto;}
.footer .about-com span h3{
    font-size: 21px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    color: rgb(108, 109, 111);
}
.footer .about-com p{
    font-size: 13px;
    color: rgb(118, 119, 120);
    line-height: 23px;
    text-align: justify;
}

.footer .foot-icon{
    width: 50%;
    float: left;
}
.footer .foot-icon ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer .foot-icon ul li{
    display: inline-block;
    margin: 5px;
    width: 8%;
    height: 38px;
}
.footer .foot-icon ul li.pmt-opt{
    display: inline-block;
    height: 37px;
    font-size: 11px;
    color: rgb(79, 143, 64);
    width: auto;
    line-height: 12px;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}


.footer .foot-icon ul li a img{
    width: 100%;
    height: 38px;
}

.footer .social-icon{
    width: 50%;
    float: left;
}
.footer .social-icon ul{
    list-style: none;
    margin: 0;
}
.footer .social-icon ul li{
    display: inline-block;
    margin: 5px 7px;
    height: 38px;
    line-height: 38px;
    width: 38px;
}
.footer .social-icon ul li span{
    font-size: 17px;
    font-weight: 600;
    color: rgb(95, 99, 107);
}
.footer .social-icon ul li a img{
    width: 100%;
    height: 36px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 400ms;
}
.footer .social-icon ul li a img:hover{
    width: 100%;
    height: 38px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 400ms;
}



.footer .foot-links{margin-top: 25px;}
.footer .foot-links ul{
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer .foot-links ul li{
    display: inline-block;
}
.footer .foot-links ul li a{
    padding: 1px 7px;
    border-right: 1px solid rgb(170, 178, 178);
    font-size: 12px;
    color: rgb(101, 105, 109);
}
.footer .foot-links ul li:last-child a{
    padding: 1px 7px;
    border-right: none;
    font-size: 12px;
    color: rgb(101, 105, 109);
}
.footer .foot-links ul li a:hover{
    color: #e57733;
    text-decoration: underline;
}



.footer .foot-copyright{
    text-align: center;
    font-size: 13px;
    color: rgb(85, 91, 98);
}

@media screen and (max-width: 1200px) {
    .footer-v1 .bizMod ul li a {
        padding: 20px 25px;
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .footer-v1 .bizMod ul li a {
        padding: 20px 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .footer .foot-icon ul li{
        width: 10%;
    }

    .footer .foot-icon{
        width: 100%;
        float: left;
    }
    .footer .foot-icon ul{
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .footer .social-icon{
        width: 100%;
        float: left;
    }
    .footer .social-icon ul{
        list-style: none;
        margin: 0;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 650px) {
    .footer .about-com {display: none;}
    .footer .foo-stickers{display: none;}
}

@media screen and (max-width: 540px) {
    .footer-v1 .bizMod ul li a {
        padding: 8px 10px;
        font-size: 12px;
    }
    .footer-v1 .fooHead .inner {
        font-size: 15px;
    }
}


.scrollToTop{
    width: 50px;
    text-align: center;
    background-color: #2FC18B;
    text-decoration: none;
    position: fixed;
    font-size: 19px;
    bottom: -50px;
    right: 15px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10002;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.49);
}
.scrollToTop .fa{
    color:#fff;
    display: block;
    padding: 12px 5px;
    text-decoration: none;
}
.scrollToTop:hover{
    color: #fff;
}