/*backgroung*/
.bg--red{
	background: #e71718; 
}

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

/*Text*/
.text--black{
	color: #000000 !important;
}
.text--white{
	color: white;
}
.text--green{
	color: #00FF0A !important;
}
.text--lite-red{
	color: #FF2122 !important;
}

/*image size*/
.img-xs{
	width: 32px !important;
	height: auto !important;
}

.mb--0 {
  margin-bottom: 0;
}

/*padding*/
.pb--0{
  padding-bottom: 0 !important;
}
.pt--0{
  padding-top: 0 !important;
}
.pl--0{
  padding-left: 0 !important;
}
.pr--0{
  padding-right: 0 !important;
}


.text--red{
	color: #e71718 !important;
}

.btn--red{
	background: #e71718 !important;
    border-color: #e71718 !important;
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 2.5em;
    padding-left: 2.5em;
    font-size: 18px !important;
    line-height: 2em;
}

/*icon*/
i.socicon{
	color: #e71718 !important;
}

/*shape banner*/

.blue-box-content{
	position:relative;
	left:0%;
	top:12%;
	z-index: 1;
}

/*.blue-box {

	position:relative;
	left:0%;
	top: 12%;
	z-index:-1;

	height: 10.6em;
 	width: auto;
	background-color: #00259D;
}

.blue-box2 {

	position:absolute;
	left:0%;
	bottom: 0%;
	z-index:5;

	height: 5em;
 	width: 35em;
	background-color: #00259D;
}

.blue-box3 {

	position:absolute;
	left:0%;
	bottom: 0%;
	z-index:3;

	height: 30em;
 	width: 50em;
	background-color: #00259D;
}*/

.red-box {

	position:absolute;
	left:0%;
	bottom: 0%;
	z-index:1;

	height: 10.6em;
	width: 13em;
 	background-color: #e71718;
}

.header-cross {
	font-size:35px;
	animation-name: spin;
	  animation-duration: 10000ms;
	  animation-iteration-count: infinite;
	  animation-timing-function: linear; 
}


/*end*/



/*box services*/
/*
.boxed.boxed--border {
    border: 2px solid #a9a9a9 !important;
}*/

.center-align{
	align-items: center !important;
}
/*.boxed.boxed--lg {
    height: 35em;
}*/



@media (max-width: 767px){

	table.content{
		font-size: 8px !important;
	}

	.img-xs{
		width: 16px !important;
		height: auto !important;
	}

	.pb-xs--0{
		padding-bottom: 0em !important;
	}

	.pt-xs--0{
		padding-top: 0em !important;
	}

	.pt-xs--2{
		padding-top: 2em !important;
	}
	
	.pb-xs--1{
		padding-bottom: 1em !important;
	}

	.pb-xs--2{
		padding-bottom: 2em !important;
	}

	.mt-xs--0{
		margin-top: 0em !important;
	}

	.mb-xs--0{
		margin-bottom: 0em !important;
	}

	.mb-xs--1{
		margin-bottom: 1em !important;
	}

	.mb-xs--2{
		margin-bottom: 2em !important;
	}

	.mb-xs--3{
		margin-bottom: 3em !important;
	}
  .pr-xs-16 {
    padding-right: 16px !important;
  }
  .pl-xs-16 {
    padding-left: 16px !important;
  }

}


/*.boxed {
    padding: 0 !important;
}*/
.feature-7 h4 {
    margin-bottom: 1.36842105263158em !important;
}





.services {
  padding-top: 7.42857143em !important;}


.services .boxed {
  border-radius: 0; }
  .services .boxed .title {
    font-weight: 700; }

input.form-control, textarea{
	border-radius:0;
	border:0;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
	color:#e71718;
	font-size: 12px;
}

.box-discover .color-red {
  color: #F71E1F !important; }

.box-discover .color-red {
  color: #F71E1F !important; }

.box-discover .imagebg {
  height: 250px;
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 1px solid #ccc; }
  .box-discover .imagebg .background-image-holder {
    transform: scaleY(0);
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform .1s ease-in-out; }
  .box-discover .imagebg .discover-title {
    color: #000;
    font-weight: 600; }
  .box-discover .imagebg:hover .background-image-holder {
    transform: scaleY(1); }
  .box-discover .imagebg:hover .discover-title {
    color: #fff; }
    .boxed .content .color-black {
      color: #000; }

.boxed.hover-img .content h4 {
  font-size: 23px; }

.boxed.hover-img .content {
  padding-top: 1em;
  padding-bottom: 1em; }

.boxed.hover-img .imagebg {
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em; }
  .boxed.hover-img .imagebg.height-35 {
    height: 35em; }
  .boxed.hover-img .imagebg .background-image-holder {
    transform: scaleY(0);
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform .1s ease-in-out; }
  .boxed.hover-img .imagebg:hover .background-image-holder {
    transform: scaleY(1); }
  .boxed.hover-img .imagebg:hover .content .color-black {
    color: #fff; }00; }
  .box-discover .imagebg:hover .background-image-holder {
    transform: scaleY(1); }
  .box-discover .imagebg:hover .discover-title {
    color: #fff; }

    .type--medium {
    	font-weight: 800;
    }

  .boxed .content .color-black {
    color: #000; }

  .boxed.hover-img .content h4 {
    font-size: 23px; }

  .boxed.hover-img .content {
    padding-top: 5em;
    padding-bottom: 5em; 
    display: flex;
    flex-wrap:wrap;
    height: 100%;
    align-items:center;}

  .boxed.hover-img .imagebg {
    background: #fff;
    padding-top: 1em;
    padding-bottom: 1em; }
    .boxed.hover-img .imagebg.height-35 {
      height: 35em; }
    .boxed.hover-img .imagebg .background-image-holder {
      transform: scaleY(0);
      transform-origin: bottom center;
      -webkit-transition: -webkit-transform 1s ease-in-out;
      transition: -webkit-transform 1s ease-in-out;
      transition: transform 2s ease-in-out;
      transition: transform 2s ease-in-out, -webkit-transform .1s ease-in-out; }
    .boxed.hover-img .imagebg:hover .background-image-holder {
      transform: scaleY(1); }
    .boxed.hover-img .imagebg:hover .content .color-black {
      color: #fff; }
      .text-title .box-block{
        position: relative;
            overflow: hidden;
            display: block;
      }
      .text-title .box-block::after{
          content: '';
          position: absolute;
          top: 0;
         right: 0;
          width: 100%;
          height: 100%;
          background: red;
          animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
          transform: translateX(-101%);
      }

      .text-title .box-block::before{
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: white;
          animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
          transform: translateX(0);
      }

      .text-title .box-block:nth-child(1)::before,
      .text-title .box-block:nth-child(1)::after{
          animation-duration: 1s;
      }
      .text-title .box-block:nth-child(2)::before,
      .text-title .box-block:nth-child(2)::after{
          animation-duration: 1.5s;
      }
      .text-title .box-block:nth-child(3)::before,
      .text-title .box-block:nth-child(3)::after{
          animation-duration: 2s;
      }
      .text-title .box-block:nth-child(4)::before,
      .text-title .box-block:nth-child(4)::after{
          animation-duration: 2.5s;
      }

.values-section .unpad {
  padding: 0; }

.values-section .values-box {
  position: absolute;
  left: 0; }
  @media (max-width: 767px) {
    .values-section .values-box {
      position: relative; } }

.values-section .boxed {
  padding: 9em 10em;
  width: 110%;
  z-index: 2; }
  @media (max-width: 767px) {
    .values-section .boxed {
      padding: 10em 3em;
      width: 100%; } }

.values-section .imagebg {
  height: 50em;
  margin-top: 4em; }
  @media (max-width: 767px) {
    .values-section .imagebg {
      margin-top: 0; } }


.mission-about .boxed{
  padding: 17em 5em;
}
@media (max-width: 767px) {
    .mission-about .boxed{
      padding: 5em;} }

 @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}
