
/*footer*/

.Mainfooter{}
.Mainfooter .foo1{
    min-height: 100px;
    padding: 30px 0px;
    position: relative;
    color: rgba(255,255,255,0.6);
    background: #313131;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
.mask2 {
    background-color: rgba(0, 0, 0, 0.76);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.Mainfooter .foo1 .fwrap{    margin-bottom: 25px;}
.Mainfooter .foo1 .wrap .header{    margin-bottom: 20px; position: relative;}
.Mainfooter .foo1 .wrap .header h2{    font-size: 22px; color: #fff; font-weight: 500; text-transform: uppercase;}
.Mainfooter .foo1 .fwrap ul{    list-style: none;padding:0px;}
.Mainfooter .foo1 .fwrap ul li{    padding: 3px 0px; padding-left: 10px;}
.Mainfooter .foo1 .fwrap h4.bxTtl{
    font-size: 17px;
    color: #27A6DC;
    margin-bottom:10px;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0px 0px 1px #0C0B0B;
    list-style: none;
    padding-left: 0px;
    margin-top:0;
}
.Mainfooter .foo1 .fwrap .bxTtl{
    font-size: 18px;
    color: #E8E8E8;
    margin-bottom:10px;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0px 0px 1px #0C0B0B;
    list-style: none;
    padding-left: 0px;
}
.Mainfooter .foo1 .fwrap ul li a{
    color: #C5C5C5;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.Mainfooter .foo1 .fwrap ul li a:hover {
    color: #A0A0A0;
}
.Mainfooter .foo1 .fwrap ul li.bxVm{    padding-top: 5px;}
.Mainfooter .foo1 .fwrap ul li.bxVm a{    color: #FFC107;
    font-weight: 400;}
.Mainfooter .foo1 .fwrap ul li.bxVm a:hover{    color: #FFF;}

.Mainfooter .foo1 .social{    margin-top: 20px;    background: url('../images/world-map.png') no-repeat center;}
.Mainfooter .foo1 .social .fwrap ul li.bxTtl{text-align: center; display: block;    margin-bottom: 25px;  color: #fff;    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%; transition: all 400ms;}
.Mainfooter .foo1 .social .fwrap ul li.master img:hover{-webkit-filter: grayscale(0);    transition: all 400ms;}


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


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

.Mainfooter .foo3 .wrap-action{
    background-color: #292c2f;
    border-top: 1px solid #1f1f1f;
}
.Mainfooter .foo3 .wrap-option{
    background-color: #FFF;
}

.foo3 .wrap .top1{padding:13px 0px;}
.foo3 .wrap .top1 ul{  padding:0px;  list-style: none;  text-align: center;margin:0px;}
.foo3 .wrap .top1 ul li{    display: inline-block; margin-right: 0px; text-align: center; padding: 3px 15px;}
.foo3 .wrap .top1 ul li a{    color:#c7c7c7; text-decoration: none;  font-size:14px; text-transform: capitalize;}
.foo3 .wrap .top1 ul li a:hover {color: #E4E2E2;}



.foo3 .wrap .top2 {    /*padding: 25px 0px 0px;*/}
.foo3 .wrap .top2 .t2_wrap{}
.foo3 .wrap .top2 .t2_wrap ul{ padding:0px; list-style: none;margin-bottom: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: 25px;}

.ScrollTop{
    position: fixed;
    right: 20px;
    width: 45px;
    display: block;
    height: 45px;
    background-color: #EFEFEF;
    bottom: -50px;
    border: 2px solid #FF9800;
    transition: bottom 500ms;
}
.ScrollTop a{display: block;height: 100%;position: relative;}
.ScrollTop a.ripple:before {
    content: "";
    display: block;
    text-align: center;
    border-left: 10px solid rgba(250, 235, 215, 0);
    border-right: 10px solid rgba(127, 255, 212, 0);
    border-bottom: 10px solid rgba(16, 16, 16, 0.39);
    position: absolute;
    top: 15px;
    left: 10px;
}
.ScrollTop a:after {
    content: "";
    display: block;
    text-align: center;
    border-left: 10px solid rgba(250, 235, 215, 0);
    border-right: 10px solid rgba(127, 255, 212, 0);
    border-bottom: 10px solid rgb(239, 239, 239);
    position: absolute;
    top: 17px;
    left: 10px;
}
.ScrollTop.set{bottom: 40px !important; transition: bottom 500ms;}







/*feedback*/

.feedback{
    position: fixed;
    top: 60%;
    left: -5px;
    width: 35px;
    height: 115px;
    z-index: 1000;
    transition: all 300ms;
}
.feedback:hover{left: 0px; cursor: pointer; transition: all 300ms;}
.feedback span{
    background: url('../images/feedback-button-2.png');
    display: block;
    height: 115px;
    background-repeat: no-repeat;
}

.FeedbackDialog {    min-width: 30%;}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: 4px;
    outline: 0;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
}
.FeedbackDialog .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    font-size: 20px;
    min-height: 64px;
    width: 100%;
    background-color: rgb(0,150,136);
    color: rgb(255,255,255);
    position: relative;
}
.FeedbackDialog .modal-header h2{    display: inline-block; margin-top: 7px;}
.FeedbackDialog .modal-header button{    position: absolute; right: 10px; top: 20px; background: none; border: none;  opacity: 0.7; font-weight: 300;}
.FeedbackDialog .modal-header button:hover{  opacity: 1; }
.FeedbackDialog p.Ttl {     font-size: 14px;    margin-bottom: 15px;
    color: #FF9800;
    text-transform: capitalize;
    text-align: center;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #666 !important;
}


.md-dialog-content .md-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
    text-align: center;
}
.md-dialog-content-body {
    width: 100%;
    font-size: 14px;
    margin-top: 17px;
}
.loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.27);
}
.loading .Circle{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 43%;
    bottom: 40%;
    background: url('../images/loader%20(2).GIF');
    background-size: 58px;
    background-repeat: no-repeat;
}
.modal-open .modal {
    z-index: 10050;
}
.app-modal-window .modal-dialog {  width: 500px; padding-top: 150px;  }
.app-modal-window .modal-dialog .modal-header{ border: none;}
.app-modal-window .modal-dialog .modal-header h2{ text-align: center; color: #444; font-size: 20px;    margin-bottom: 10px;  text-transform: uppercase;}
.app-modal-window .modal-dialog .modal-header p{ text-align: center; color: #555;     font-size: 15px;}
.app-modal-window .modal-dialog .modal-footer{ border: none;    text-align: center;}

.error{
    font-size: 12px;
    color: red;
    padding: 2px;
}







@media screen and (max-width: 1200px){
    .foo3 .wrap .top1 ul li {  padding: 3px 9px;  }
    .foo3 .wrap .top1 ul li {  padding: 3px 9px;  }
}
@media screen and (max-width: 992px){
    .foo3 .wrap .top2 {  text-align: center;  }
    .foo3 .wrap .top1 ul li {  padding: 5px 9px;  }
    .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); }
    .Mainfooter .foo1 .fwrap ul.fwrap-ul{display:none;}
    .Mainfooter .xs-full{
        width:100%;
    }
    .Mainfooter .foo1 .fwrap h4.bxTtl{
        cursor: pointer;border-radius: 4px;font-size:16px;
    }
    .Mainfooter .foo1 .fwrap h4.bxTtl:after {
        content: "\f067";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position:absolute;
        right:10%;
        font-weight: 100;
        font-size: 14px;
    }
    .Mainfooter .foo1 .fwrap h4.bxTtl.active:after {
        content: "\f068";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position:absolute;
        right:10%;
        font-weight: 100;
        font-size: 14px;
    }
}
@media screen and (max-width: 460px){
    .Mainfooter .foo1 .wrap .col-xs-6{width: 100%;}

}
@media screen and (max-width: 365px){
    .Mainfooter .foo1 .social .fwrap ul li.master {
        width:29px;
    }
    .Mainfooter .foo1 .social .fwrap ul li.master img {
        width: 32px;
        transition: all 400ms;
    }
    .foo3 .wrap .top2 .t2_wrap ul li {
        width:60px;
    }
    .foo3 .wrap .top2 .t2_wrap ul li img {
        width:65px;
        height: 40px;
    }
    .Mainfooter .foo1 {
        min-height: 100px;
        padding:0px 0px;
    }
}
@media screen and (max-width: 325px){
}