.auto-container {
	padding: 0 100px;
}

.top-header {
	background: rgb(242,27,34);
    padding: 6px 0;
}
.top-header img {
	width: 32px;
}
.top-header li {
	display: inline-block;
    margin: 0 10px;
}
.top-header .contact-details {
	text-align: right;
}
.top-header .contact-details li a {
	color: #fff;
    font-family: 'Lora';
    font-size: 20px;
}
.about-section .ab-box-img {
	position: relative;
}
.about-section .ab-box-img:before {
	content: '';
	border: 2px solid rgb(1,76,146);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: -1;
}
.about-section .ab-box-img:after {
	content: '';
	border: 2px solid rgb(242 27 34);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 12px;
    z-index: -1;
    left: -10px;
}

.newservices .box{
   position: relative;
    perspective: 800px;
    border: 1px dashed rgb(242,27,34);
    overflow: hidden;
    margin-bottom: 30px;
    padding: 3px;
}
.newservices .box .box-img{
    transform: rotateX(0deg);
    transition: all 0.4s ease 0s;
}
.newservices .box:hover .box-img{
    transform: rotateX(80deg);
    transform-origin: center bottom;
}
.newservices .box .box-img img{
    width:100%;
    height: auto;
}
.newservices .box .box-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align:center;
    background-color: #000;
    z-index:-1;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.newservices .box:hover .box-content{
    opacity:1;
}
.newservices .box .title{
   color: rgb(242 27 34);
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lora';
}
.newservices .box .description{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newservices .box .read-more{
        background: rgb(242,27,34);
    padding: 3% 6%;
    color: #fff;
    border:2px solid #000;
    text-transform:capitalize;
    transition:all 0.50s ease 0s;
}
.newservices .box .read-more:hover{
    border:2px solid #dda566;
    text-decoration:none;
    background:#fff;
    color: #dda566;
}
@media only screen and (max-width: 990px){
    .newservices .box{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .newservices .box .title{
        font-size:14px;
    }
    .newservices .box .description{
        font-size:12px;
        line-height:20px;
        margin-bottom:14px;
    }
    .newservices .box .box-content .read-more{
        padding:5px 10px;
    }
}
.testimonial-section {
	background: #014c92;
}
.missionvision {
  
}
.team-section .bg-img img {
    width:100%;
}
.team-section .text-card {
    padding: 16px 26px;
    background: rgb(1 76 146);
    color: #fff;
}
.blog-card__content {
    margin-bottom:30px;    
}
.blog-details .content img {
    margin-top:0;
}
.border-1px {
    border: 2px solid #f21b22;
    padding: 20px;
    background: #f7f7f7;
}
.mobile-nav-trigger div {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}
@media only screen and (max-width: 768px) {
	.auto-container {
    padding: 0 15px;
}
.row {
	padding-left: 0;
	padding-right: 0;
}
.about-section .ab-box-img {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.top-header {
	display: none;
}
.header-logo {
    width: 170px;
    padding: 0;
}

}
.gallery-section {
    background: #f7f3f1;
    padding-top: 50px;
}
.videogallery .item {
    margin:10px;
}
.multi-services-img {
    margin-top:40px;
}
.multi-services-img .item {
    margin-bottom:30px;
    border:1px dashed rgb(242,27,34);
    padding:2px;
} 