/*transition*/
body,  body *, body *:after,  body *:before, body *:hover,
.transition, .transition *, .transition *:after,  .transition *:before,.transition *:hover{
	transition:all 0.3s ease 0s !important; -webkit-transition:all 0.3s ease 0s !important;
	/*transition: all 500ms ease 0s; */
}

.no-transition, .no-transition *, .no-transition *:after,  .no-transition *:before,.no-transition *:hover{
	transition:all 0s ease 0s !important; -webkit-transition:all 0s ease 0s !important;
}
/*./transition*/


.more-btn a:before {
    content: "";
    width: 100%;
    display: block;
    background-color: #333;
    height: 0%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index:-1;
}

.more-btn a {
    position: relative;
    z-index:0;
	color:#fff !important;
}

.more-btn a:hover:before{
    height:100%;
	
}


.more-btn a:hover * {
    color: #fff;
}

.answer__box .panel-heading h4 a {
    display: block;
}

.news__box:hover .news__img img {transform: scale(1.2);}

.ftr__dtl__inr:hover i.fa {
    box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
}

.srv__inr:hover .srv__img {
    background-color: #1a80b6;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 0;
}

.adv__box:hover .adv__img img {
    transform: scale(1.2);
}

.adv__box .adv__img {
    overflow: hidden;
}

.tollfree-nofee:hover .tollfree__nofee__img img {
    margin-top: -20px;
    margin-right: -50px;
}

.tollfree-nofee:hover .tollfree__nofee__img {
    padding: 20px;
}


.aboutus-page .valigner {
    height: 370px;
    display: table;
}


.termDialer__rgt {
    padding-bottom: 50px;
}



.bg255 {
    background-image: url("../images/bg255.jpg");
}