/*!------------------------------------------------
    Template Name: Armsfind 
    Description: Armsfind
    Version: 1.0
--------------------------------------------------*/

/*!------------------------------------------------
	CSS INDEX
	========
	/**! Contents  **/
	/**! 01.Theme Default CSS	**/
	/**! 02.	**/
	/**! 03.	**/
	/**! 04.	**/
	/**! 05.	**/
	/**! 06.	**/
	/**! 07.	**/
	/**! 08.	**/
	/**! 09.	**/
	/**! 10.	**/
	/**! 11.	**/
	/**! 12.	**/
	/**! 13.	**/
	/**! 14.	**/
	/**! 15.	**/
	/**! 16.	**/
	/**! 17.	**/
	/**! 18.	**/
	/**! 19.	**/
	/**! 20.	**/
	/**! 21.	**/
	/**! 22.	**/
	/**! 23.	**/
	/**! 24.	**/
	/**! 25.	**/
/*!---------------------------------------------------*/


/*!------------------------------------------------
		Custom All Conntent
---------------------------------------------------*/
/*.banner-area{
  position: relative;
  width: 100%;
  min-height: 400px;
  background: rgba(0, 0, 0, 0) url('assets/images/bg/banner.png') no-repeat scroll center center / cover;
}*/
.about-item {
  position: relative;
  padding: 15px 0;
}
.about-item h2{
  padding-bottom: 15px;
  font-size: 24px;
  color: rgb( 97, 97, 97 );
}
.about-item p{
  font-size: 16px;
  color: rgb( 67, 67, 67 );
  line-height: 28px;
  margin-bottom: 10px;
}
.about-button {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.about-button a {
  border-radius: 25px;
  padding: 15px 40px;
  background: transparent;
  font-size: 16px;
  border: 1px solid rgb( 6, 148, 220 );
  color: rgb( 32, 32, 32 );
  font-weight: bold;
  text-align: center;
}
.about-button a:hover, .about-button a:focus{ 
  background-color: rgb( 6, 148, 220 );
  color: #fff;
  border: 1px solid rgb( 6, 148, 220 );
}



#services{
  position: relative;
  background: #f6f6f6;
}
.services-tile{
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.services-tile h2 {
  font-size: 24px;
  color: rgb( 67, 67, 67 );
  font-weight: 500;
  display: inline-flex;
  padding: 10px;
  line-height: 1.134;
}
#services .services-item{
  position: relative;
  transition: 0.5s;
}
.services-item li {
  float: left;
  max-width: 20%;
  position: relative;
  min-height: 1px;
  padding: 30px 10px 40px;
  text-align: center;
  transition: 0.5s;
}
.services-item i {
  position: relative;
  font-size: 72px;
  padding: 30px;
  color: rgb(102, 181, 75);
}
.services-item img {
  position: relative;
  max-width: 100%;
  padding-bottom: 20px;
}
.services-item h3 {
  font-size: 18px;
  color: rgb( 43, 42, 42 );
  font-weight: 500;
  text-align: center;
}
.services-item p {
  font-size: 14px;
  color: rgb( 0, 0, 0 );
  line-height: 1.688;
  font-weight: 300;
  padding-bottom: 15px;
}
.services-item a {
  font-size: 14px;
  color: rgb( 40, 42, 52 );
  font-weight: bold;
  background: transparent;
  border: 1px solid rgb( 6, 148, 220 );
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: 0.5s;
}
.services-item li:hover a, .services-item li:focus a{ 
  text-decoration: none;
  background: rgb( 6, 148, 220 );
  color: #fff;
  transition: 0.5s;
}
.services-item li:hover {
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.5px 2.598px 21px 2px rgba(6, 0, 255, 0.055);
}
.aircraft{
  position: relative;
}
.aircraft .container-fluid {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.aircraft .container-fluid > .row{
  margin: 0;
}
.aircraft .container-fluid > .row > .col-lg-6.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.aircraft .aircraft-img{
  position: relative;
}
.aircraft .aircraft-img img{
  position: relative;
  max-width: 100%;
}
.aircraft .aircraft-text {
  position: relative;
  background-color: rgb( 6, 148, 220 );
  text-align: center;
  height: 100%;
  padding: 16% 0;
}
.aircraft .aircraft-text p {
  font-size: 30px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  padding-bottom: 25px;
}
.aircraft .aircraft-text a {
  font-size: 20px;
  color: rgb( 1, 1, 1 );
  font-weight: bold;
  border-radius: 25px;
  padding: 12px 30px;
  transition: 0.5s;
  border: 1px solid transparent;
  background-color: rgb( 255, 255, 255 );
}
.aircraft .aircraft-text a:hover, .aircraft .aircraft-text a:focus {
  color: rgb( 255, 255, 255 );
  border: 1px solid rgb( 255, 255, 255 );
  background: transparent;
}





#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
  background: #433454 none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  content: "";
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: -1;
}
#scrollUp:hover::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
}
#scrollUp span i {
    font-size: 20px;
}