/* here you can put your own css to customize and override the theme */


.about_btn{

	display: inline-block;
   
    background: #1f3467;
    padding: 13px 27px;
}
.about_btn a{
 font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;

}
.technology_btn{

	display: inline-block;   
    background: #1f3467;
    padding: 13px 27px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px;
}
.technology_btn a{
   font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;

}
.services-bg{

	background:#e6e6e6;
	padding: 20px;
}
.services_box h2{

  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #1f3467;
  margin-bottom: 25px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;

}
.services_box h2::after{

    content: "";
    position: absolute;
    /* top: 37px; */
    left: 50%;
    bottom: -2px;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 2px;
    background: red;
}
.nav-tabs>li>a{

	line-height:  3.428571;
  font-weight: 700;

}
.product-box{

	position: relative;
}
.product-box::before{

  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s ease-in;

}
.product-box:hover::before{

	opacity: 1;
}
.product-content{

	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 10px;
}
.services-content h3{

  font-size: 28px;
  font-weight: 600;
  color: #1f3467;
  padding: 20px 0px 10px 0px;
}
.footer-links a{

	text-decoration: none;
	color: #b0b0b0;
}
 .pre-footer-col h2{

 padding-bottom: 20px;
 text-transform: uppercase;
 font-weight: 600;
 color: #fff;
 letter-spacing: 2px;
 }
 .pre-footer-col i{

 	font-size: 25px;
 	padding-right: 10px;
 }
 .pre-footer-col a{

 	text-decoration: none;
 	color: #b0b0b0;
  transition: 0.2s;
 }
 .pre-footer-col a:hover{

 font-size: 17px;
 color: #e6000f;
 letter-spacing: 1px;
 }
 .social-footer li i{

 font-size: 15px;
 background: #e6000f;
  width: 40px;
  height: 40px;
    border-radius: 50%;
    padding: 12px;
    color: #fff;
    transition: 0.3s;
 }
  .social-footer li i:hover{
 background: #1f3467;
  }

 .service-card .card {
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin: 20px;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
}

.service-card .card:hover {
  /*box-shadow: 0 5px 22px 0 rgba(0,0,0,.25);*/
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 54px;
}

.service-card .image {
  height: 100%;
 /* opacity: 0.7;*/
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.service-card .image:hover,
.service-card .card:hover .image {
  height: 100%;
/*  opacity: 1;*/
}

.service-card .text {
  background: #fff;
  padding: 20px;
  min-height: 200px;
}

.service-card .text p {
  margin-bottom: 0px;
}

.service-card .fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  margin-top: -50px;
  right: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  background: #e6000f;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.service-card .fab i{

	    color: #fff;
    position: relative;
    top: 50%;
    /* left: 38%; */
    transform: translate(2%,-50%);
    font-size: 24px;
}

.service-card .fab:hover {
  background: #1f3467;
  cursor: pointer;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-banner{

  position: relative;

}
.content-banner{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.content-banner h1{

  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.service-btn{

 background: #1f3467;
 padding: 5px 25px;
  display: inline-block;

}
.service-btn a{

  color: #fff;
}
button.submit-btn{

  padding: 8px 40px;
  font-size: 16px;
}
.fan-box{

box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
overflow: hidden;
transition: 0.5s ease-in;
}
.fan-img img{

 width: 100%;
 height: 100%;
 transition: 0.4s ease-in;

}
.fan-box:hover img{

  transform: scale(1.1);
}
.fan-box .fan-desc {

  padding: 16px;
}
.fan-box .fan-desc h4{

  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
.fan-box .fan-desc p{

  font-size: 12px;
  color: #1f3467;
  border-bottom: 1px solid grey;

}
.fan-desc h6{

  padding-bottom: 10px;
  font-size: 10px;
  text-align:center;
}
