


/*footer*/

.Mainfooter{}
.Mainfooter .foo1{
    min-height: 100px;
    background: url("../images/world_map_black.jpg");
    padding: 30px 0px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.mask2 {
    background-color:rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.Mainfooter .foo1 .fwrap{    margin-bottom: 25px;}
.Mainfooter .foo1 .wrap .header{    margin-bottom: 20px; position: relative;   font-family: 'Fjalla One', "sans-serif;";}
.Mainfooter .foo1 .wrap .header h2{    font-size: 22px; color: #333; font-weight: 500; text-transform: uppercase;}
.Mainfooter .foo1 .fwrap ul{    list-style: none; margin: 0px; padding: 0px;}
.Mainfooter .foo1 .fwrap ul li{    padding: 3px 0px; padding-left: 10px;}
.Mainfooter .foo1 .fwrap ul li.bxTtl{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 300;
    text-shadow: 0px 0px 1px #9C9B99;
    list-style: none;
    padding-left: 0px;
    font-family: 'Fjalla One', "sans-serif;";
}
.Mainfooter .foo1 .fwrap ul li a{
    color: #828282;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.Mainfooter .foo1 .fwrap ul li a:hover {
    color: #000;
}
.Mainfooter .foo1 .fwrap ul li.bxVm{    padding-top: 5px;}
.Mainfooter .foo1 .fwrap ul li.bxVm a{color: #00BCD4;font-weight: 500;}
.Mainfooter .foo1 .fwrap ul li.bxVm a:hover{color: #0090a7;}

.Mainfooter .foo1 .social{    margin-top: 20px;}
.Mainfooter .foo1 .social .fwrap ul li.bxTtl{text-align: center; display: block;    margin-bottom: 25px;  color: #333;    font-weight: 500;  font-size: 21px;}
.Mainfooter .foo1 .social .fwrap ul{text-align: center;}
.Mainfooter .foo1 .social .fwrap ul li.master{ display: inline-block; padding: 0px; width: 40px;  margin: 5px;}
.Mainfooter .foo1 .social .fwrap ul li.master img{ width: 100%;    -webkit-filter: grayscale(0.5);
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
}
.Mainfooter .foo1 .social .fwrap ul li.master img:hover{-webkit-filter: grayscale(0);
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
}


.Mainfooter .foo2{
    min-height: 100px;
    background-color: #2F2F2F;
    padding: 20px 0px;
}


.Mainfooter .foo3{
    min-height: 100px;
    background-color: #FFFFFF;
    padding: 20px 0px;
}

.foo3 .wrap .top0{  }
.foo3 .wrap .top0 h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.foo3 .wrap .top0 p{
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    color: #555;
}

.fooMid{     background-color: #464646; border-bottom: 1px solid #353535; }
.fooMid .wrap .top1{    padding: 20px 0px; }
.fooMid .wrap .top1 ul{    list-style: none;  text-align: center; margin: 0px; padding: 0px;}
.fooMid .wrap .top1 ul li{    display: inline-block; margin-right: 0px; text-align: center; padding: 3px 15px;}
.fooMid .wrap .top1 ul li a{    color: #c1c1c1; text-decoration: none;  font-size: 15px; text-transform: capitalize;}
.fooMid .wrap .top1 ul li a:hover {  color: #fff;}



.foo3 .wrap .top2 {    padding: 25px 0px 0px;}
.foo3 .wrap .top2 .t2_wrap{}
.foo3 .wrap .top2 .t2_wrap ul{    list-style: none;    padding: 0;
}
.foo3 .wrap .top2 .t2_wrap ul li{    display: inline-block; margin: 0px 10px; width: 80px;}
.foo3 .wrap .top2 .t2_wrap ul li img{    width: 100%; height: 40px;}
.foo3 .wrap .top2 .t2_wrap p{    font-size: 14px;  color: #666;padding-top: 10px;}

.ScrollTop{
    position: fixed;
    right: 20px;
    width: 45px;
    display: block;
    height: 45px;
    bottom: -50px;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
}
.ScrollTop a{display: block;height: 100%;position: relative;}
.ScrollTop a img{width: 100%;}
.ScrollTop.set{bottom: 40px !important; transition: bottom 500ms;}












@media screen and (max-width: 1200px){
    .fooMid .wrap .top1 ul li {  padding: 3px 9px;  }
    .foo3 .wrap .top2 .t2_wrap {  text-align: center;}
}
@media screen and (max-width: 992px){
    .Mainfooter .foo3 .wrap .top2 {  text-align: center;  }
    .Mainfooter .top1 ul li {  padding: 5px 9px;  }
    .Mainfooter .foo3 .wrap .top2 .t2_wrap ul li {  margin: 5px 10px;}
}
@media screen and (max-width: 540px){
    .Mainfooter .foo1 .social .fwrap ul li.master img{ -webkit-filter: grayscale(0); }
    .ln_footer_lnk .col-xs-4{width: 50%;}
}
@media screen and (max-width: 460px){
    .Mainfooter .foo1 .wrap .col-xs-6{width: 100%;}
    .ln_footer_lnk .col-xs-4{width: 100%;}
}
@media screen and (max-width: 375px){
    .Mainfooter .wrap .top1 ul li {  width: 100%;  }
    .Mainfooter .foo1 .social .fwrap ul li.master{ display: inline-block; padding: 0px; width: 30px;  margin: 3px;}
}