
    .rotate {
      animation: rotation 6s;
  }

  .linear {
      animation-timing-function: linear;
  }

  .infinite {
      animation-iteration-count: infinite;
  }

  @keyframes rotation {
      from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}







/*span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}*/
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 26px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
/*  background: #f91942;*/
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}

.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
/* s*/
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover{
    background: #e64e16;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
    color: #76757f;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
    .timeline {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin: 5% auto;
  }
  .timeline__event {
/*      background: #fff;*/
margin-bottom: 20px;
position: relative;
display: flex;
margin: -10px 0;
border-radius: 8px;
/*      box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);*/
}
.timeline__event__title {
  font-size: 18px;
  line-height: 1.4;
  text-transform: initial;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 10px;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.timeline__event__icon {
  border-radius: 8px 0 0 8px;
/*  background: #9251ac;*/
display: flex;
align-items: center;
justify-content: center;
/*  flex-basis: 40%;*/
font-size: 2rem;
color: #000;
/*  padding: 20px;*/
}
.timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -45px;
  font-size: 20px;
  transform: translateY(-50%);
  z-index: 900;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event:after {
  content: "";
  width: 2px;
  height: 90%;
  background: #e64e16;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: 1;
}
.timeline__event:before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  background: #e64e16;
  border-radius: 30%;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #e64e16;
}
.timeline__event--type2:before {
  background: #e64e16;
  border-color: #e64e16;
}
.timeline__event--type2:after {
  background: #e64e16;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
   background: #e64e16;
   color: #000;
}
.timeline__event--type2 .timeline__event__title {
  color: #000;
}
.timeline__event--type3:before {
  background: #e64e16;
  border-color: #e64e16;
}
.timeline__event--type3:after {
  background: #e64e16;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
   background: #e64e16;
   color: #000;
}
.timeline__event--type3 .timeline__event__title {
  color: #000;
}
.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
}

.timeline__event__icon {
    border-radius: 4px 4px 0 0;
}
}

/* @import url("https://fonts.googleapis.com/css?family=Montserrat");*/

            

            .accordion {
                width: 90%;
                max-width: 1150px;
                margin: 2rem auto;
            }
            .accordion-item {
               background-color: #e64e16a1;
                color: #111;
                margin: 1rem 0;
                border-radius: 0.5rem;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
            }
            .accordion-item-header {
                padding: 0.5rem 3rem 0.5rem 1rem;
                min-height: 68px;
                line-height: 30px;
                font-weight: 400px;
                display: flex;
                align-items: center;
                position: relative;
                cursor: pointer;
                letter-spacing: 1px;
                font-size: 16px;
                line-height: 28px;
                font-family: "Mulish", sans-serif;
               color: #161617;
                font-weight: normal;
            }
            .accordion-item-header::after {
                content: "\002B";
                font-size: 2rem;
                position: absolute;
                right: 1rem;
            }
            .accordion-item-header.active::after {
                content: "\2212";
            }
            .accordion-item-body {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.2s ease-out;
            }
            .accordion-item-body-content {
               padding: 20px;
                line-height: 27px;
                border-top: 1px solid;
                border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
                letter-spacing: 0px;
            }

           /* @media (max-width: 767px) {
                html {
                    font-size: 14px;
                }
            }
*/



.headingtag1 {
            text-align: center;
            color: #454343;
            font-size: 30px;
            font-weight: 700;
            position: relative;
            margin-bottom: 70px;
            text-transform: uppercase;
            z-index: 999;
        }
        .white-headingtag1{
            color: #ffffff;
        }
        .headingtag1:after {
            content: ' ';
            position: absolute;
            top: 100%;
            left: 50%;
            height: 40px;
            width: 180px;
            border-radius: 4px;
            transform: translateX(-50%);
            background: url(img/headingtag1-line.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        .white-headingtag1:after {
/*    background: url(https://i.ibb.co/d7tSD1R/headingtag1-line-white.png);*/
background-repeat: no-repeat;
background-position: center;
}

.headingtag1 span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-headingtag1 span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(assets/img/fingbg2.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/*span, a, a:hover {
  display: flex!important;
  text-decoration: none;
  color: inherit;
}*/
/* ------testimonial  close-------*/


#fa-icon {
    font-size: 22px;
    padding-top: 6px;
}

.btn1-floating {
    position: fixed;
    right: 15px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn1-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn1-floating span {
    font-size: 20px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn1-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn1-floating.phone {
    bottom: 140px;
    background-color: #0098f3;
}

.btn1-floating.phone:hover {
    background-color: #0098f3;
}

/* WhatsApp */
.btn1-floating.whatsapp {
    background-color: #34af23;
    bottom: 80px;
}

.btn1-floating.whatsapp:hover {
    background-color: #1f7a12;
}

.btn1-floating.email {
        bottom: 199px;
        background-color: #e64e16;
    }
    .btn1-floating.email:hover {
        background-color: #f00;
    }