@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700');
* {font-family: 'Poppins', sans-serif;}

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.consultancy-header {
    display: inline;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 4px solid #135fb8;
}

.mu-footer-widget h3{
color: #1d1d1d;
    font-size:22px;
    font-weight: 600;
    border-left: solid #004182 5px;
    padding: 0px 3px 0 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0px;
}
/* Home Page Carousel */

header.carousel {
    height: 50%;
}
.slider-section {
    background: #ddd;
    overflow: hidden;
    box-shadow: 0px 5px 6px -6px #797979;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.navbar-inverse.top-head{

    background-color: #f8f8f8;
    border-color: #f8f8f8;
    box-shadow: 0px 0px 14px 3px #6f5555;

}
.top-head .navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.bharat-web header.carousel {
    height: 55%;
}
.list-section {
    font-weight: bold;
}
nav.navbar.navbar-inverse.navbar-fixed-top {
    min-height: auto;
    border: none;
}

.handwriting h1.page-header {
    font-size: 22px;
    margin-top:10px;
    color: #004182;
    font-weight: bold;
    text-align:center;
    
}
img.img-responsive.mission {
    float: right;
}
.handwriting .nav ul {
    list-style: none;
    padding-left:0px;
    margin-bottom:0px;
}
.handwriting .nav ul li {
 display:inline-block;
}
.handwriting .nav ul li:first-child {
    padding-left: 0px;
}
.handwriting .nav ul li a {
color: #fff;
	padding: 9px 25px 10px 25px;
    line-height: 41px;
    font-size: 16px;
}
.handwriting .nav ul li a:hover {
text-decoration: none;
    color: #fff;
    background: #0b66c1;
}
.handwriting h2.page-header {
    font-size:20px;
    margin-top:10px;
    color: #c20000;
    font-weight: bold;
}
.bharat-web .page-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.handwriting .navbar-nav>li>a{
    line-height:37px;
}
.handwriting .nav>li>a {
    position: relative;
    display: block;
    padding: 7px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
header {
    min-height: 85px;
    background-color: #fff;
}

.heading {
    text-align: center;
    float: left;
    margin:20px 0 20px 0;
}
.widget.clearfix {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    padding-bottom: 15px;
    box-shadow: 0px 0px 5px -2px #79787899;
    min-height: 400px;
    cursor: pointer;
}
img.img-responsive.training {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mar-btm30{
    margin-bottom: 30px;
}
.heading h2 {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333;
    margin: 5px 0;
    padding: 0;
    position: relative;
    font-weight:500;
}
.message-box .lead {
    padding-top: 0px;
    font-size: 15px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 5px;
}
.finger-box .lead {
    padding-top: 0px;
    font-size: 15px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height:30px;
    margin-bottom: 5px;
}
.finger-box h2 {
    font-size: 20px;
    margin-top: 0px;
    letter-spacing: 0.5px;
}
.message-box a.btn.btn-default{
  
        color: #fff;
        border-color: #fff;
        font-size: 14px;
        padding: 7px 15px 7px 15px;
        background-color: #fd8203;
        text-align: right;
        border-radius: 20px;
        float: right;
        margin-top: 0px;
}
.message-box a.btn.btn-default:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004182;
    box-shadow: 0px 0px 5px -2px #79787899;
}
.message-box h2{
    margin-top: 0px;
}
.heading h2::after {
    width: 15%;
    height: 4px;
    background: #135fb8;
    content: "";
    display: block;
    margin: 10px auto 0;
}
.widget-title h3 {
    text-align: center;
    color: #004182;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-size:21px;
}
header p{
    font-size: 10px;
    text-align: justify;
    color: #CCCCCC;
    margin-bottom: 0px;
}
.handwriting a.navbar-brand h2{
    margin-top:0px;
    padding-top: 12px;
}

.padding-L0{
    padding-left: 0px;
}
.handwriting .navbar-right {
    float: left!important;
    margin-right: -15px;
}
.navbar-inverse{
    background-color: #004182;
  border-color:transparent;
}
.handwriting .navbar{
    margin-bottom: 0px;

}
.seo-section{
    float: right;
    padding-right: 10px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding:8px 6px 0px;
    font-size: 18px;
    line-height: 20px;
}
.footer-button {
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0px;
}
.footer-button a {
    background-color: #fd9903;
    border-radius: 25px;
    color: #fff;
    padding: 7px 15px 7px 15px;
}
.footer-button .btn.focus, .footer-button .btn:focus, .footer-button .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004182;
    box-shadow: 0px 0px 5px -2px #79787899;
}
.info-inner {
    float: right;
    margin-right: 0px;
    margin-top:23px;
}
.info-inner span.icontop {
 float: left;
    background: #0f5b9c;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: normal;
    padding: 3px 1px;
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    transition: ease all 1s;
    border-radius: 50%;
}
.iconcont {
    float: left;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 6px 5px;
    font-weight: 500;
}
.iconcont a{
    color:#000;
}

.iconcont a:hover{
text-decoration: none;
    color:#0f5b9c;
}
#page-70 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    display: block;
    padding: 5px 0px 0px 0px;
}
#page-89 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    /* display: block; */
    display: inline-block;
    padding: 5px 0px 0px 0px;
}
#page-905 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    display: block;
    padding: 5px 0px 0px 0px;
}
#page-49 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    display: block;
    padding: 5px 0px 0px 0px;
}
#page-113 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 0px 0px 0px;
}
#page-123 .wp-block-columns {
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 0px 0px 0px;
}

.contact-section {
    position: absolute;
    top: 100px;
    right: 8px;
    z-index: 1;
    font-size: 18px;
    background: #000;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px
}
.contact-section p{
    margin-bottom: 0px;
}

.handwriting div#metaslider_5 {
    clear: both;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom:0px;
}
.handwriting .navbar-inverse .navbar-nav>li>a:focus, .handwriting .navbar-inverse .navbar-nav>li>a:hover, .handwriting .navbar-inverse .current-menu-item, .handwriting .navbar-inverse .current-menu-parent {
    color: #ffffff !important;
    background-color: #006cc7;
}


.handwriting .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFFF00 !important;
    background-image: linear-gradient(to bottom, #f71313, #610001);
}
.handwriting .dropdown-menu{
    min-width: 230px;
    border-radius: 5px;
}
.handwriting .navbar-right .dropdown-menu{
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 100%;
}
.handwriting .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #d00201
}
.handwriting .dropdown-menu>li>a {
    padding: 8px 20px;
}
.scrolling{
    background-image: linear-gradient(to bottom, #f40000, #860703);
    line-height: 22px;
    color: #fff;
}

.handwriting  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
background-color: transparent;
}
.handwriting.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    top: 43%;
}
.handwriting .navbar-fixed-bottom, .handwriting .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}
.handwriting .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}
.handwriting .panel-default>.panel-heading {
    color: #fff;
    border-color:unset;
    background-image: linear-gradient(to bottom, #f40000, #860703);
}
.handwriting .panel-default>.panel-heading1 {
    color: #fa0001;
    border-color: #ddd;
    background-color: #ffa701;
    padding: 2px;
    text-align: center;
}
.handwriting .panel-default>.panel-heading1 a {
    color: #fa0001;
}
.handwriting .panel-default>.panel-heading1 a:hover {
    text-decoration: none;
}
.handwriting .panel-heading {
    padding: 1px 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}
.wp-block-column {
    display: block;
}
.handwriting .panel-body1 {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    min-height: 228px
}
.handwriting .panel-body2 {
    padding:0px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    background-image: linear-gradient(to bottom, #f40000, #860703);
}
.handwriting .panel-body3 {
    padding: 0px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    background-color: #faf200;
}
.handwriting .panel.panel-default {
    margin-bottom: 20px;
    position: relative;
}
.offer-section1 img {
    text-align: center;
    margin: 0px auto;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}
.offer-section1 li.call-now{
    /* background-image: linear-gradient(to bottom, #f40000, #860703); */
    color: #fff;
    margin: -2px 0px 0px 0;
    line-height: 34px;
    font-size: 18px;
    padding: 11px 15px 11px 24px;
    background-color: #00c0ff;
}
.offer-section1 li.call-nows{
    color: #fff;
    margin: -2px 0px 0px 0;
    line-height: 34px;
    font-size: 18px;
    padding: 11px 15px 11px 24px;
    background-color: #6a166f;
}
.offer-section1  i.fa.fa-paper-plane {
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    margin-right: 11px;
    font-size: 12px;
    background-color: #ffa701;
    border-radius: 50%;
    padding:6px;
}
.offer-section1 li.procress-now{
    /* background-image: linear-gradient(to bottom, #f40087, #650428); */
    color: #fff;
    margin: -1px 0px 2px 0;
    line-height: 34px;
    font-size: 18px;
    padding: 10px 15px 10px 24px;
    background-color: #bc0436;
}
.offer-section1 li.procress-now3{
    color: #fff;
    margin: -2px 0px 2px 0;
    line-height: 34px;
    font-size: 18px;
    padding: 10px 15px 10px 24px;
    background-color: #00008b;
}
.offer-section1 li.procress-now1 {
    
    color: #fff;
    margin: -2px 0px 2px 0;
    line-height: 34px;
    font-size: 18px;
    padding: 10px 15px 10px 24px;
    background-color: #e96707;
}
.offer-section1 li.procress-now a, .offer-section1 li.call-now a, .offer-section1 li.procress-now3 a, .offer-section1 li.call-nows a{
    color: #fff;
    display: block;
}

.offer-section1 li.procress-now a:hover, .offer-section1 li.call-now a:hover, .offer-section1 li.procress-now a:hover, .offer-section1 li.procress-now3 a:hover, .offer-section1 li.call-nows a:hover, .offer-section1 li.call-now a:focus{
  text-decoration: none;
}
#page-1 .wp-block-columns {
clear: both;
    margin-bottom: 0px;
    display: block;
    padding: 5px 0px 25px 0px
}

#page-56 .wp-block-columns {
clear: both;
    margin-bottom: 0px;
    display: block;
    padding:5px 0px 25px 0px
}

.offer-section1 li.procress-now2 {
    color: #fff;
    margin: -1px 0px 0px 0;
    line-height: 33px;
    font-size: 18px;
    padding: 10px 15px 10px 24px;
    background-color: #783201;
}
.offer-section1 li.procress-now2 a{
    color: #fff;
}
.offer-section1 li.procress-now2 a:hover{
  text-decoration: none;
}
.bharat-web .panel-body {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    min-height: 177px;
}
.bharat-web center {
    padding-bottom: 10px;
    padding: 0px 10px 10px 10px;
}

.offer-section1 li.procress-now1 a{
    color: #fff;
}
.offer-section1 li.procress-now1 a:hover, .offer-section1 li.procress-now1 a:focus{
  text-decoration: none;
}
.bharat-web .panel-body {
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    min-height: 177px;
}

#price {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../../uploads/2020/09/mining-slider4.jpg);
}
.question h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0px;
}
.question p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8px;
}
.pnumbers {
    display: table;
    width: auto;
    margin: 0 auto 0 auto;
}
.phonenumber {
    float: left;
    width: auto;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
    background-color: #fd8203;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px;
    letter-spacing: 1px;
}
.phonenumber a{
    color:#fff;
}
.phonenumber a:hover{
    text-decoration: none;
}
.padding15 {
    padding: 30px;
}

.handwriting .btn-default {
color: #fff;
    border-color: #fff;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    background-color: #fd8203;
    text-align: right;
    border-radius: 20px;
    float: right;
    margin-top: 20px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.handwriting footer {
    margin: 0px 0;
    background-color:#fff;
    padding: 8px 0px 8px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px #797979;
}
.footer-text p{
    display: block;
    text-align: center;
    margin-bottom: 0px;
}
hr.hr2 {
    position: relative;
    margin: 8px 0;
    border: 1px dashed #ece8e8;
}
.footer-text a{
    color: #fff;
    text-decoration: none;
}
.footer-text a:hover{
    color: #FFFF00;
    text-decoration: none;
}
h1.page-header::after {
    width: 15%;
    height: 4px;
    background: #135fb8;
    content: "";
    display: block;
    margin: 10px auto 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px;
    border-bottom: none;
}
.handwriting .page-header1 {
    padding-bottom: 9px;
    margin: 40px 110px 25px 0px;
    border-bottom: 1px solid #eee;
}
.handwriting h1.page-header1 {
    font-size: 25px;
    margin-top: 20px;
    color: #ea2a00ed;
    font-weight: bold;
}
.header-section{
    background-color: transparent;
    margin: -1px auto;
    text-align: center;
    box-shadow: 0px 5px 11px -6px #797979;
}
.offer{
    min-height: 228px;
}
.mu-footer-top-area .foot{
    margin-right: 0px;
    margin-left:0px;
}
.offer-section .pro-more{
    position: absolute;
    bottom: 2px;
    right: 13px;
    font-size: 13px;
    color: #ffff01;
}
.offer-section .pro-more a{
    font-size: 13px;
    color: #ffff01;
    cursor: pointer;
}
.offer-section .pro-more a:hover{
    text-decoration: none;
    color:#FFD966;
}

.mtop23{
    margin-top: 23px;
}
.margin-btm{
    margin-bottom: 25px;
}
.mtop3{margin-top: 3px;
}
.mtop22{
    margin-top: 24px;
}
.mission p{
    text-align: justify;
    font-size: 15px;
    color: #000;
    font-weight: 100;
}
.mission h2{
    font-size: 25px;
    margin-top: 0px;
}
.footer-section ul{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.footer-section ul li{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-right: 1px solid #fff;
    line-height: 2px;
}
.footer-section ul li:last-child{
    border-right:none;
}
.footer-section ul li a{
    color: #fff;
}
.footer-section ul li a:hover{
   text-decoration: none;
}
.footer-section {
    margin: 0px auto;
    text-align: center;
}
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.mu-footer-widget p {
    font-weight: normal;
    text-align: justify;
    color: #333;
    padding-top: 10px;
}
.offer-section ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.offer-section ul li{
    display: block;
    padding: 11px 0px 10px 24px;
    color: #FFD966;
    font-weight: bold;
    font-size: 17px;
    margin: 0px;
    border-bottom: 1px solid #ffd966;
    margin: 0px;
}
.footer-info h3{
    color: #1d1d1d;
    font-size:22px;
    font-weight: 600;
    border-left: solid #004182 5px;
    padding: 0px 3px 0 21px;
    margin-bottom:24px;
    margin-top: 10px;
    margin-left: 11px;
}

.footer-info h4{
    margin-left: 40px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.footer-info h4:first-child{
    margin-top:0px;
}
.offer-section ul li:last-child{
    border-bottom: none;
}
.offer-section i.fa.fa-check-circle {
    font-size: 22px;
    margin-right: 10px;
}
.offer-section1 ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.offer-section1 ul li{
    display: block;
    padding: 5px 0px 10px 10px;
    color: #000;
    font-weight: bold;
    font-size:16px;
    margin: 0px;
}
.mtop15 {
    margin-top: 25px;
}
/* About Section */
header.about-section {
    background-color: #bf0301;
    height: 150px;
}
 .about-profile{
    z-index: 1;
    background-image: url(../images/profile-imge.html);
    position: relative;
    background-size: cover;
    text-align: center;
    height: 150px;
    background-position: 25%;
}
.about-profile h2 {
font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 106px;
    text-align: left;
    padding-left: 35px;
    letter-spacing: 1px;
}

.mar-btm{
    margin-bottom: 30px;
    margin-top: 10px;
}
img.img-responsive {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #79787899;
}
.handwriting .copyright-area {
    padding: 10px 0px 10px;
    background: #004182;
    color: #fff;
    float: left;
    width: 100%;
}
.handwriting .footer-text {
    display: block;
}
.handwriting .footer-text p {
    margin: 0;
    font-size: 13px;
    color:#fff;
}
/* webdesign */
.web-listing ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.web-listing ul li {
    padding: 10px;
    font-size: 15px;
    padding-left: 0px;
    padding-top: 8px;
    line-height: 25px;
}
.web-listing i.fa.fa-check-square-o{
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    background-color: #fd8203;
    padding: 6px;
    border-radius: 4px;
    box-shadow: -5px 3px 3px 0px #d6d6d6;
    float: left;
}

.commen-top{
    margin-top:0px !important;
}
.web-listing h2{
    margin-top:0px;
}

.web-cont h2, .web-offers h2, .web-ssl h2 {
    font-size:25px;
        color: #fff;
        font-weight: bold;
        line-height: 106px;
        text-align: left;
        padding-left:35px;
        letter-spacing: 1px;
    }
    
.web-profile h2 {
    font-size:25px;
        color: #fff;
        font-weight: bold;
        line-height: 106px;
        text-align: left;
        padding-left:35px;
        letter-spacing: 1px;
    }
    .web-seo h2 {
        font-size:25px;
            color: #fff;
            font-weight: bold;
            line-height: 106px;
            text-align: left;
            padding-left:35px;
            letter-spacing: 1px;
        }
        .web-ecom h2 {
            font-size:25px;
                color: #fff;
                font-weight: bold;
                line-height: 106px;
                text-align: left;
                padding-left:35px;
                letter-spacing: 1px;
            }
        .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #d00201;
            outline: 0;
        }

figure table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
figure table thead tr th{
    border: 1px solid #c3b3b3;
}
figure table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-top:0px;
}

figure table>tbody>tr>th, figure table>tbody>tr>td{
    border: 1px solid #ccc;
    padding: 15px;
    white-space: nowrap;
}
figure table>tbody>tr:nth-child(even)>td, 
figure table>tbody>tr:nth-child(even)>th {
background-color: #fbfafa;
}
figure table>tbody>tr:nth-child(odd)>td, 
figure table>tbody>tr:nth-child(odd)>th {
background-color: #f1f1f1;
}

 .request-section img{
     margin: 0px auto;
 }
 .request-section img.img-responsive {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #79787899;
    padding: 25px;
    padding-bottom:50px;
    padding-top: 10px;
}
.request-section p {
    position: absolute;
    bottom: 0px;
    padding: 5px 15px 0px 5px;
    font-weight: bold;
    font-size: 18px;
}
.p-lft0 {
    padding-left: 0px;
    padding-right: 0px;
}
.request-section a{
    color: #de0204;
}
.web-section img {
    width: 100%;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #79787899;
}
.offer-border{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;

}
p.offer-down {
    color: #ec0101;
    font-weight: bold;
}
.web-offer img {
    width:82%;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #79787899;
    margin-bottom: 20px;
}
.offer-left{
    background-color: #FF0000;
width:45%;
color: #fff;
}
.offer-left1{
    background-color: #FFCC00;
    width: 25%;
    margin-bottom: 10px;
}
.offer-left i.fa.fa-check-square-o{
    color:#fff;
}
.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-info p {
    padding-left: 40px;
    color: #333;
}
.footer-info i {
    position: absolute;
    left: 0;
    font-size: 22px;
    width: 30px;
    text-align: center;
    color: #004182;
}
.mu-contact-left input, .mu-contact-left textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #aba6a6;
}
.mu-contact-left input.mu-post-btn{
    width: 20%;
    background-color:#ed0000;
    color: #fff;
    font-size: 16px;
    border: none;
    padding:8px;
}
.mu-contact-left label {
    display: block;
}
/* Gallery */
.img-list, .pagination
{
  float: left;
  clear:both;
  display: block;
  width: 100%;
}

.img-list img {
    float: left;
    width: 24%;
    margin-right: 2px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.arrow a {
    background-color: #ed0101;
    padding: 8px 10px 7px 10px;
    border-radius: 5px;
    color: #fff;
}
.arrow a:hover, .arrow a:focus{
    text-decoration: none;
}
.arrow {
    padding-left:10px;
}
/* Footer Styles */

footer {
    margin: 50px 0;
}

#page-2 p{
 text-align: center;
    font-size: 16px;
    line-height: 30px;   
}
#page-2 .wp-block-columns {
clear: both;
    margin-bottom: 0px;
    display: block;
    padding: 25px 0px 25px 0px;
}
#page-2 img.img-responsive {
border-radius: 5px;
    box-shadow: none;
    height: 200px;
    width: 100%;
    background-color: #ccc;
}
#page-2 .wp-block-column {
    display: contents;
}
a.home-link {
    position: relative;
    display: inline-block;
    padding: 7px 35px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 37px;
    float: left;
    text-transform: uppercase;
}
a.home-link:hover {
    color: #ffffff !important;
    background-color: #006cc7;
}
ul.childpages {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.childpages li a{
  text-decoration: none;
}
.childpages {
list-style:none;
}
.childpages:after {
    content:'';
    clear: both;
}
.childpages li {
border: 1px solid #a2a2a2;
    padding: 0;
    margin-right: 37px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    width: calc(33.33333333% - 37px);
}
.childpages h4{
	margin-top: 0px;
    background-color: #004182;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom:0px;
}
.childpages li img{
max-width: 100%;
    height: 200px;
    padding: 10px;
    width: 50%;
    display: block;
    margin: 0px auto;
}
.childpages li img:hover{
        opacity: 0.8;
        transition: .5s ease;
}

.product-thumbnails img{
    max-width:100%;
    width:auto !important;
    height:auto !important;
}
.product-thumbnails {
    padding: 15px;
    border: 1px solid #a2a2a2;
    margin-top: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.menu-item-has-children ul.sub-menu{
position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fff;
    display: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    border-top: none;
}
.menu-item-has-children:hover ul.sub-menu{
    display: block;
}
.menu-item-has-children ul.sub-menu li{
    color:#333;
  display:block !important;
}
.menu-item-has-children ul.sub-menu a{
    color:#333 !important;
    white-space: nowrap !important;
    display:block;
    padding:0px 16px !important;
}
.menu-item-has-children ul.sub-menu a:hover{
    color:#fff !important;

}

.breadcrumb-container.theme5 {
    padding: 5px;
    padding-top: 0px;
    border-radius: 5px;
}
.breadcrumb-container.theme5 .separator {
    display: inline-block !important;
}
.breadcrumb-container.theme5 li {
    display: inline-block;
    margin: 0 0px !important;
    padding: 0;
}
.inner-banner {
    box-shadow: 0px 0px 3px 1px #79787899;
    padding-bottom:25px;
       background-color: #f1f1f1;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../uploads/2020/09/inner-bg.jpg);
    color:#fff;
    height: 120px;
    background-size: cover;

}
.inner-banner h2{
    margin-top:25px;
}
.breadcrumb-container.theme5 a{
    color:#fff !important;
}
.breadcrumb-container.theme5 a:first-child{
    padding-left:0px;
}

.quote p {
background-color: #004182;
    padding: 12px 20px 12px 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom:5px;
    display: flex;
    justify-content: space-between;
}
hr.hr1 {
    position: relative;
    margin: 25px 0 25px;
    border: 1px dashed #17090985;
}
.message-box h3{
    margin-top:0px;
}
.margin-btm20{
    margin-bottom:30px;
}
.breadcrumb-container a[title="Products"]{
pointer-events: none;
 
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #aba6a6;
    border-radius: 5px;
}
.wpcf7-submit{
    width: 20%;
    background-color: #004182;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 8px;
    border-radius: 5px;
}
#page-905 iframe {
width: 100%;
    max-height: 388px;
        border: 1px solid #aba6a6 !important;
    border-radius: 5px;
    margin-top:12px;
}
.martop30{
    margin-top:30px;
}
.commen-space{
    margin-top:0px;
    margin-bottom: 20px;
}
.mission {
    margin-top: 15px;
}
.footer-info ul{
 list-style: none;
    margin-left: 0px;
    padding-left: 36px;
}
.footer-info ul li{
padding: 10px 0px 9px 0px;
    color:#333;
}
.footer-info ul li a{
   color:#333; 
}
.footer-info ul li a:hover{
    text-decoration:none;
    color:#0f5b9c;
}
.footer-info ul li:first-child{
    padding-top:0px;
}
.footdisplay{
    display:none;
}
.mar-top45{
     margin-top: 45px;   
}
.social-links {
    padding-right: 15px;
    margin-top: 19px;
    display: inline-block;
    float: right;
}
.social-links-footer {
    padding-left: 36px;
    margin-top: 19px;
    display: inline-block;
    float: left;
}
.twitter {
    font-size: 16px;
    display: inline-block;
    background: #0f5b9c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.facebook {
    font-size: 16px;
    display: inline-block;
    background: #0f5b9c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.instagram {
    font-size: 16px;
    display: inline-block;
    background: #0f5b9c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.linkedin {
    font-size: 16px;
    display: inline-block;
    background: #0f5b9c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.whatup {
    font-size: 16px;
    display: inline-block;
    background: #0f5b9c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
a.whatup:hover, a.facebook:hover, a.linkedin:hover, a.facebook:hover, a.instagram:hover, a.twitter:hover{
 color: #eaecec; 
}
.wp-block-column:not(:first-child) {
    margin-left:0px !important;
}
.cp-widget-button {
    display: inline-block;
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 999999;
}
.cp-widget-button__inner {
    height: 50px;
    width: 50px;
    line-height: 64px;
    background: #189d0e;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.cp-widget-button__inner {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
.p-left15 {
    padding-right: 15px;
    letter-spacing: 0.5px;
}
.widget p {
    text-align: justify;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.product-btn {
    margin: 0px auto 0px;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
    background-color: #004182;
    border-radius: 25px;
    padding: 12px 30px 12px 30px;
    font-size: 16px;
}
.product-btn a{
    color:#fff;
}
.product-btn a:hover{
    text-decoration: none;
    color: #d4d4dc;
    text-decoration: none;
    box-shadow: 0px 0px 5px -2px #79787899;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}
.mtop30{
    margin-top:45px;
}
span.print-img img {
    float: right;
    margin-left: 25px;
    margin-bottom: 0px;
    margin-top:10px;
    height:280px;
}
.print-img1 img {
    float: left;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 7px;
    height:300px;
    margin-right: 20px;
}
.breadcrumb-container a[title="Our Services"] {
    pointer-events: none;
}
p {
    margin: 0 0 10px;
    padding-top: 0px;
    font-size: 15px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 5px;
}
.wp-block-image img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #79787899;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
    clear: both;
}
.breadcrumb-container li:last-child .separator {
    display: none !important;
}
span.separator {
    padding-right: 5px;
}
div#wpcf7-f566-p905-o1 {
    margin-left: 25px;
}
form.wpcf7-form.init label:first-child{
    margin-top:0px;
}
form.wpcf7-form.init label {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}
#page-905 form.wpcf7-form.init label {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 500;

}
#page-905 .wpcf7-not-valid-tip {
    color: #f00;
    font-size:13px;
    font-weight: normal;
    display: inline-block;
    
}
.wp-block-table {
    overflow-x: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.commen-space ul {
    padding-left: 0px;
    list-style: none;
}
.commen-space ul li {
padding: 5px 0px 7px 0px;
        display: flex;
    justify-content: start;
    font-weight: 300;
}
.commen-space h2{
    margin-top:0px;
}
.commen-space ul li::before{
    font-family: "FontAwesome";
    content: "\f046 ";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    background-color: #fd8203;
    padding:3px 8px;
    border-radius: 4px;
    box-shadow: -5px 3px 3px 0px #d6d6d6;
    margin-bottom: 5px;
    float: left;
    line-height:20px;
}
.handwriting .metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
    bottom: 10px;
    line-height: 11px;
    z-index: 2;
}
.handwriting .metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 0px;
    max-width: none;
    max-height: none;
}
.branch-office{
    background-color: #f7f5f5;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #cccc;
}
.footer-info.branch-office i{
left:15px;
}
.header-number{
    margin-top: 5px;
}
.text-space{
    letter-spacing: 1.2px;
}
.handwriting .scrollToTop {
    border-radius: 4px;
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 34px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}
.handwriting .scrollToTop {
    background-color: #00254a;
    border: 2px solid #00254a;
}
.tmm_container p{
      margin: 0 0 10px;
    padding-top: 0px;
    font-size: 14px;
    font-style: normal;
    color: #545454;
    padding-bottom: 0;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    margin-bottom: 5px;
}
.tmm.tmm_294 {
    margin-top: 35px;
}
.tmm .tmm_member .tmm_photo {

    border: 2px solid #eeeeee !important;
    width: 51% !important;
    padding-bottom: 48% !important;
}
.tmm .tmm_member .tmm_textblock {
    padding: 10px 12px;
    height: 200px;
}
.tmm .tmm_5_columns .tmm_member {
    width: 23% !important;

}
.tmm .tmm_plugin_f .tmm_names {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:0px;
    margin-top: 10px;
    font-weight: bold;
}
.footer-info.padding a {
    color: #004182;
}
.footer-info.padding a:hover {
   text-decoration:none;
    color:#fd8203;
}
.footer-info img.mission.img-responsive {
    box-shadow: none;
float:none;

}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .childpages li {

    width: calc(48.333333% - 37px);
}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    .bharat-web header.carousel {
        height: 18%;
    }
    .bharat-web .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -4px;
        font-size: 17px;
        background-color: #000;
        border-radius: 50%;
    }
    .bharat-web .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -4px;
        font-size: 17px;
        background-color: #000;
        border-radius: 50%;
    }
    .bharat-web .carousel-indicators {
        position: absolute;
        bottom:0px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
.bharat-web.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #337ab7;
}
    .bharat-web .navbar-inverse .navbar-toggle {
        border-color: #d22b18;
    background-color: #ca1d0f;
    }
    .footer-section ul li {
        display: inline-block;
        padding: 5px 7px 5px 15px;
        border-right: 1px solid #fff;
        line-height: 2px;
        margin-bottom: 10px;
    }
    .navbar-brand>img {
        display: block;
        width: 100%;
    }
    .info-inner span.icontop {
        float: left;
        background: #004182;
        width: 22px;
        height: 21px;
        text-align: center;
        line-height: normal;
        padding: 2px 4px;
        margin-right: 1px;
        color: #fff;
        font-size: 12px;
        transition: ease all 1s;
        border-radius: 50%;
        margin-top: 6px;
    }
    .info-inner {
        float: left;
        margin-right: 6px;
        margin-top: 25px;
        margin-bottom: 0px;
        padding-left: 6px;
    }
    .seo-section {
        float: left;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .bharat-web h1.page-header {
        font-size: 18px;

    }
    .bharat-web .page-header {
        border-bottom: 1px solid red;
    }
    .iconcont {
        float: left;
        font-size: 14px;
        letter-spacing: 0px;
        margin: 6px 4px;
        font-weight: 500;
    }
    .bharat-web .navbar-right {
        float: left!important;
        margin-right: 0px;
        margin: 0px;
        width: 100%;
        margin-top: 2px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #fff;
    }
    .bharat-web .nav>li>a {
        position: relative;
        display: block;
        padding: 7px 17px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }
    .request-section {
        margin-bottom: 25px;
    }
    .p-lft0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .web-section img {
        width: 100%;
    }
    .web-offer img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .offer-left{
        background-color: #FF0000;
    width:100%;
    color: #fff;
    }
    .offer-left1{
        background-color: #FFCC00;
        width: 100%;
        margin-bottom: 10px;
    }
    .request-section p {
        position: absolute;
        bottom: 0px;
        padding: 5px 50px 0px 40px;
        font-weight: bold;
        font-size: 14px;
    }
    .web-seo h2 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        line-height: 106px;
        text-align: left;
        padding-left: 0px;
        letter-spacing: 1px;
    }
    .web-ecom h2 {
        padding-left: 16px;
    }
    .mu-contact-left input.mu-post-btn {
        width: 100%;
    }
    .img-list img {
        float: left;
        width: 95%;
        margin-right: 2px;
        margin-left: 8px;
        margin-bottom: 10px;
    }
    .navbar-inverse .navbar-toggle {
    border-color: #fff;
}
a.home-link {
position: relative;
    display: inline-block;
    padding: 26px 18px 22px 36px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 0px;
    float: none;
    width: 100%;
}
    .handwriting .navbar-right {
    float: left!important;
    margin-right: -15px;
    width: 100%;
}
    .childpages li {

    width: 100%;
}
    .handwriting .btn-default {

    margin-top: 0px;
    margin-bottom: 25px;
}
    .handwriting h1.page-header {
    font-size: 18px;
        padding-top:10px;
    }
    .mission h2 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
}
    .quote p {
    display: inline-block;
    margin-top:0px;
    }
    .menu-item-has-children ul.sub-menu li {
    color: #333;
    display: block !important;
    background-color: #fff;
}
    .menu-item-has-children:hover ul.sub-menu {
    display: contents;
    }
    .navbar-nav {
    margin: 7.5px 0px;
}
    .wpcf7{
        margin-top:20px;
    }
    .question h2 {

    font-size: 25px;
}
    .mar-top45{
     margin-top: 0px;   
}
    .social-links {
    padding-left: 6px;
    margin-top: 0px;
    display: inline-block;
    float: left;
    padding-bottom: 8px;
}
header {
    min-height:auto;
    background-color: #fff;
    padding-bottom:12px;
}

.padding-L0 {
    padding-left: 0px;
    padding-right: 0px;
}
.p-left15 {
    padding-right: 5px;
}
.navbar-brand {
    padding: 5px 6px 0px;

}
.inner-banner h2 {
    margin-top: 25px;
    font-size: 22px;
}
.web-listing i.fa.fa-check-square-o {
    color: #ffffff;
    font-size: 12px;
    margin-right: 5px;
    background-color: #fd8203;
    padding: 6px;
    border-radius: 4px;
    box-shadow: -5px 3px 3px 0px #d6d6d6;
    float: left;
}
#page-816 .wp-block-table {
    overflow-x: auto;
}
.handwriting .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    border-radius: 20px;
}
.handwriting .metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
    bottom: 0px;
    line-height: 11px;
    z-index: 2;
}
.handwriting .metaslider .flex-control-nav li a {
    margin: 0 3px;
    padding: 0;
}
.heading {
    text-align: center;
    float: none;
    margin: 20px 0 0px 0;
}
.text-space{
    letter-spacing:0.5px;
}
.widget.clearfix {
    margin-top:20px;
}
.mtop15 {
    margin-top:0px;
}
.mar-btm30{
    margin-bottom: 0px;
}
#price {
    margin-top: 20px;
}
.inner-banner {
  height: auto;
    background-position: -242px 0;
}
    .commen-space ul li {
       display: block;
        line-height:30px;
}
.tmm .tmm_member .tmm_photo {
    border: 2px solid #eeeeee !important;
    width: 38% !important;
    padding-bottom: 35% !important;
}
    img.img-responsive.mission {
    float: right;
    margin-bottom: 15px;
}
    .mission h3{
        margin-top:0px;
}
    hr.hr1 {
    position: relative;
    margin: 13px 0 10px;
    border: 1px dashed #17090985;
}
    .tmm.tmm_294 {
    margin-top: 0px;
}
    .tmm .tmm_member, .tmm .tmm_1_columns .tmm_member, .tmm .tmm_2_columns .tmm_member, .tmm .tmm_3_columns .tmm_member, .tmm .tmm_4_columns .tmm_member, .tmm .tmm_5_columns .tmm_member {
    width: 96%;
    margin: 0 2%;
    margin-top:60px !important;
    margin-bottom: 25px;
}
}