/********** Template CSS **********/
:root {
    --primary: #c70808;
  
}

.fw-medium {
    font-weight: 600 !important;
}



/*** Service ***/
.service .nav .nav-link  {
    background: #f2f2f2;
	height:65px;
	border: 1px solid #c70808;
    transition: .5s;
	color: #c70808 !important;
}

.service .nav .nav-link.active {
    background:#c70808;
	color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.border1{ border: 1px solid #c70808;}
.box{ width:350px;
      height:335px;
	  }

 @media only screen and (max-width: 767px) {
 
.border1{ border: 1px solid #c70808;}
.box{ width:auto;
      height:auto;
	  }}