#aboutAlt .fw-bold {
    font-weight: 700 ;
    color: #036297;
    font-size: 1.8rem;
}

.heading-font{
   font-family: "Gabarito", sans-serif;
}

/* Skills diagram element */
.kl-skills-diagram {
    position: relative;
  }
  .skills-responsive-diagram {
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .kl-diagram {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .kl-diagram svg {
    overflow: visible !important;
    width: 100%;
    height: 100%;
  }
  
  .kl-skills-legend {
    position: absolute;
  }
  .kl-skills-legend.legend-topright {
    left: 100%;
    top: 40px;
    text-align: left;
  }
  .kl-skills-legend.legend-bottomright {
    left: 100%;
    bottom: 40px;
    text-align: left;
  }
  .kl-skills-legend.legend-topleft {
    right: 100%;
    top: 40px;
    text-align: right;
  }
  .kl-skills-legend.legend-bottomleft {
    right: 100%;
    bottom: 40px;
    text-align: right;
  }
  .kl-skills-list {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;
  }
  .kl-skills-list li {
    padding: 0 13px;
    height: 25px;
    line-height: 25px;
    color: white;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
  }
  .kl-skills-legend > h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
  }
  /* end Skills diagram element */

  #aboutAlt_two .fw-bold {
    font-weight: 700;
    text-transform: uppercase;
    color: #036297;
    font-size: 1.6rem;
}
/* .themify_icons{
    font-size: 32px;
    color: #fff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
} */
.themify_icons {
    font-size: 35px;
    color: #036297;
    background-color: #dddddda6;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
}
/* .themify_icons:hover {
    font-size: 35px;
    color: #ffffff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
} */

.icon_heading {
    display: flex;
    justify-content: left;
    align-items: center;
}
.icon_heading p {
    margin-top: 10px;
    margin-bottom: 0rem;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 100;
}
.icon_heading h4.fs-s {
    font-size: 1.2rem;
    line-height: 1.3;
    padding-left: 12px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.content p {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 6px;
    margin-top: 10px;
    font-weight: 100;
    font-family: 'Open Sans';
}


.slide_on{
    position: absolute;
    top: -11px;
    left: 16px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all linear;
}
.icon_heading:hover .slide_on {
    top: 11px;
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 360deg);
    transition: 0.3s all linear;

}
/* .icon_heading:hover .slide_on {
    top: 11px;
    opacity: 1;
    visibility: visible;
    transform: rotate3d(16, 0, 0, 90deg);
    transition: 0.2s all linear;

} */

/* Slick slider default styles */
#about .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.about-btn-box{
    width:100%;
}

#about .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#about .slick-list:focus {
  outline: none;
}
#about .slick-list.dragging {
  cursor: pointer;
}
#about .slick-slider .slick-track,
#about .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#about .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#about .slick-track:before,
#about .slick-track:after {
  display: table;
  content: "";
}
#about .slick-track:after {
  clear: both;
}
#about .slick-loading .slick-track {
  visibility: hidden;
}
#about .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
#about .slick-slide img {
  display: block;
}
#about .slick-slide.slick-loading img {
  display: none;
}
#about .slick-slide.dragging img {
  pointer-events: none;
}
#about .slick-initialized .slick-slide {
  display: block;
}
#about .slick-loading .slick-slide {
  visibility: hidden;
}
#about .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#about .slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
#about .slick-loading .slick-list {
  /*background: #fff url("../../images/ajax-loader.gif") center center no-repeat;*/
}

/* Arrows */
#about .slick--showOnMouseover .hgSlickNav {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
#about .slick--showOnMouseover:hover .hgSlickNav {
  opacity: 1;
}
#about .hgSlickNav-arr,
#about .hgSlickNav-arr svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#about .hgSlickNav-arr polyline {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  stroke: #141414;
}
#about .hgSlickNav-arr:hover polyline {
  stroke-width: 35px;
}
#about .hgSlickNav-arr:active polyline {
  stroke-width: 50px;
}
#about .hgSlickNav-arr.hgSlickNav-prev {
  text-align: left;
}
#about .hgSlickNav-arr.hgSlickNav-next {
  text-align: right;
}

/* Dots */
#about .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#about .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#about .slick-dots .slickBtn {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#about .slick-dots li button,
#about .hgSlickNav--light .slick-dots li button {
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  padding: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 5px;
}
#about .hgSlickNav--light polyline {
  stroke: #ececec;
}
#about .hgSlickNav--light .slick-dots li.slick-active button {
  opacity: 0.8;
}

/**** Slider element with Slick Slider styles ****/

/* Screenshot-box element */
#about .screenshot-box {
  background: #fff;
  position: relative;
  border-radius: 3px;
  border: 0;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
#about .screenshot-box .left-side h3.title {
  color: #ff9800;
  line-height: 1.4;
  font-size: 1.4rem;
}
#about .screenshot-box .left-side ul.features li:first-child {
  margin-top: 0;
}
#about .screenshot-box .left-side ul.features li h4 {
  font-size: 1rem;
  line-height: 1.3;
  color: #323232;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 600;
}
#about .screenshot-box .left-side ul.features li h4 + p {
  font-size: 1rem;
  line-height: 1.5;
}
#about .screenshot-box .left-side {
  padding: 10px 0 25px;
}
#about .screenshot-box .left-side ul.features {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
#about .screenshot-box .left-side ul.features li {
  padding-left: 50px;
  background: url(/wp-content/themes/insignia_theme/images/ok3.png) no-repeat left center;
  margin-top: 20px;
}
#about .screenshot-box .left-side > .btn {
  margin-left: 50px;
}

/* Slick slider resets */
#about .slick-dots li button:before {
  display: none;
}
#about .screenshot-slider .js-slick {
  margin-bottom: 0;
}
#about .screenshot-slider .slick-dots {
  bottom: 0;
}
#about .slick-slide {
  outline: none;
}

/* Screenshot slider */
#about .screenshot-box .screenshot-slider {
  position: relative;
  background-color: #dcdee7;
  /*padding: 36px 0 0;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -10px;
}
#about .screenshot-box .screenshot-slider:before {
  content: "";
  position: absolute;
  top: 15px;
  margin-top: 0;
  left: 30px;
  display: block;
  background: #ababab;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
}
#about .screenshot-box .screenshot-slider img {
  width: 100%;
  height: 100%;
}

#about .screenshot-slider .screenshotBox-slickNav li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 5px;
}
#about .screenshot-slider .screenshotBox-slickNav .slickBtn {
  width: 35px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-radius: 0;
  padding: 0;
}
#about .screenshot-slider .screenshotBox-slickNav .slick-active .slickBtn {
  background-color: #fff;
}
#about .screenshot-slider .screenshotBox-slickNav {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 10;
}
/* end Screenshot-box element */

#about .screenshot-box .left-side h3.title {
  color: #036297;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  #about .screenshot-box .left-side h3.title {
    font-size: 1.8rem;
    font-weight: 100;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
    #about .screenshot-box .left-side > .btn {
        margin-left: 0px;
    }
    
    .about-btn-box{
        width:100%;
        text-align:center;
    }
}

@media (max-width: 480px){
.subheader-subtitle {
    font-size: 18px;
    margin-top: 6px;
}
}

/*** Btn Lined (ghost) */
.btn-lined {
    font-family: "Gabarito", sans-serif;
    border-width: 0px;
    background: #ff9800 !important;
    color: #fff;
    text-shadow: none;
    padding: 10px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-radius: 3px;
    border-color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .btn-lined:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
  }

  /** Action Box **/
.action_box {
  padding: 30px 30px;
  color: #fff;
  border-top: 2px solid #fff;
  position: relative;
  background-color: #036297;
  clear: both;
}
.action_box h4.text {
    font-family: "Gabarito", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

.short-details{
    font-family: "Gabarito", sans-serif;
}

.action_box .ac-subtitle {
  color: rgba(255, 255, 255);
  line-height: 1.6;
  margin-top: 16px;
}

@media (max-width: 480px){
.action_box h4.text {
  font-size: 1.4rem;
  }
}


        /* third */
        .service__item .icon{
                display: -webkit-box;
                display: -ms-flexbox;
                display: inline-flex;
                margin-left: 30px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-transform: translateY(50%);
                transform: translateY(50%);
                background: #006F95;
                border-radius: 20px;
                padding: 20px
        }
        .service__item .icon img{
            width: 70px ;
        }

        .service__content {
            padding: 75px 30px 30px;
            background-color: #F4F5FA;
            border-radius: 20px;
        }
        .service__title {
            font-family: "Gabarito", sans-serif;
            font-weight: 600;
            font-size: 24px;
            line-height: 1;
            color: var(--black-2);
            padding-bottom: 20px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .service__content p {
           
            padding-bottom: 0;
            line-height: 25px;
            margin-bottom: 0px;
        }
        .db-btn-arrow{
            color: #006F95;
        }
        
        
        .icon img{
            
         transition: transform 0.4s ease;
        }
        .icon img:hover{
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

                .services-card{
            display: flex;
            flex-direction: column;
            box-shadow: 0 0 17px rgba(0,0,0,.1);
            margin: 0;
            transition: .5s;
            height: 100%;
        }
     
        .services-card-icon{
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* border-radius: 0 10px; */
            height: auto;
            background: #036297;
            padding: 12px 14px;
        }
        .services-card-icon h3{
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            margin-bottom:0px;
        }
        .services-card-dets{
            padding: 20px;
        }
        .services-card-dets p{
            font-size: 14px;
            line-height: 28px;
            margin-bottom: 0rem;
        }
        


        .description-box{
            padding: 36px 20px 20px;
            text-align: center;
            height: 100%;
        }
        
        .description-main{
            margin-bottom:16px;
        }
        .description-box p {
            /*font-family: "Gabarito", sans-serif;*/
            line-height: 30px;
        }
        
        .mpc-icon-column__heading{
            font-family: "Gabarito", sans-serif;
            font-size: 1.4rem;
        }
        
        .box-heading-link{
            color: #404040;
        }

        

/*** Icon Box - Default element */
.kl-iconbox__title {
    font-family: Open Sans;
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 600;
    font-style: normal;
    color: #ff9800;
  }
  .kl-iconbox {
    margin-bottom: 30px;
  }
  
  .for-flex-gap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .for-flex-gap-end {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content:end;
  }
  
  
  .kl-iconbox__icon-wrapper,
  .kl-iconbox__title-wrapper,
  .kl-iconbox__desc-wrapper,
  .kl-iconbox__cta-wrapper {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .kl-iconbox__content-wrapper {
    overflow: hidden;
  }
  .kl-iconbox__link {
  }
  .kl-iconbox__title,
  .kl-iconbox__desc {
    margin: 0;
  }
  .kl-iconbox__desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    color: #3e3f3d;
  }
  .kl-iconbox__icon {
    line-height: 1;
    font-size: 42px;
    -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .kl-iconbox__icon.custom-size {
    font-size: 14px !important;
  }
  .kl-iconbox--theme-light,
  .kl-iconbox--theme-light a {
    color: #fff;
  }
  .kl-iconbox--theme-dark,
  .kl-iconbox--theme-dark a {
    color: #323232;
  }
  /* Floated Icons  */
  .kl-iconbox--fleft .kl-iconbox__icon-wrapper {
    float: left;
    margin-right: 10px;
  }
  .kl-iconbox--fright .kl-iconbox__icon-wrapper {
    float: right;
    margin-left: 20px;
  }
  /* Shaped Icons - Resized */
  .kl-iconbox--sh .kl-iconbox__icon-wrapper {
    position: relative;
  }
  .kl-iconbox--align-left.kl-iconbox--sh span.kl-iconbox__icon,
  .kl-iconbox--align-right.kl-iconbox--sh span.kl-iconbox__icon {
    text-align: center;
  }
  /* Shaped icons - Square */
  .kl-iconbox--sh-square span.kl-iconbox__icon {
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 22px;
    background-color: #3498db;
    color: #fff;
  }
  .kl-iconbox--sh-square span.kl-iconbox__icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: -10%;
    background-color: #2980b9;
  }
  .kl-iconbox--align-left.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after,
  .kl-iconbox--fleft.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: -20%;
  }
  .kl-iconbox--align-right.kl-iconbox--sh-square span.kl-iconbox__icon:after,
  .kl-iconbox--fright.kl-iconbox--sh-square span.kl-iconbox__icon:after {
    left: auto;
    right: 0;
  }
  .kl-iconbox--align-right.kl-iconbox--sh-square:hover
    span.kl-iconbox__icon:after,
  .kl-iconbox--fright.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {
    width: 120%;
    left: auto;
    right: -20%;
  }
  /* Shaped icons - Circle */
  .kl-iconbox--sh-circle span.kl-iconbox__icon {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 22px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 46px;
  }
  .kl-iconbox--sh-circle span.kl-iconbox__icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .kl-iconbox--sh-circle:hover span.kl-iconbox__icon:after {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    background-color: #c0392b;
  }
  
  .kl-iconbox.stage .kl-iconbox__icon {
    color: #d1d1d1;
  }
  .kl-iconbox.stage:hover .kl-iconbox__icon {
    color: #ff9800;
  }
  
  img.kl-iconbox__icon.agency-icons {
    max-width: 150px;
    width: 100%;
  }
  
  .default-icon-style .kl-iconbox__icon {
    font-size: 16px;
  }
  .default-icon-style .kl-iconbox__title {
    font-size: 17px;
    line-height: 25px;
  }



  @media (max-width: 480px){
  .kl-iconbox__inner {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  }

  .job-font{
    font-family: "Gabarito", sans-serif;
}

.job_card{
    border-radius: 0px;
    padding: 25px 20px 20px;
    background: #fff;
    margin-bottom: 16px;
    
    box-shadow: 0 2px 23px 0 rgb(48 48 48 / 12%), 0 2px 10px 0 rgb(205 205 205 / 20%);
}
.job_card .list_items {
  padding-bottom: 24px;
}
.job_card h3 {
  font-size: 20px;
  font-weight: 600;
}
.job_details p.lead {
    font-size: 1rem;
    font-weight: 300;
}
#list2 .applyNow {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin: 0 4px;
    padding: 16px 32px;
    border-radius: 12px;
    border-top-right-radius: 0;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    font-size: 15px;
}
#applyNow {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin-right: 4px;
    padding: 14px 28px;;
    /*border-radius: 12px;*/
    /*border-top-right-radius: 0;*/
    text-transform: uppercase;
    /*border-bottom-left-radius: 0;*/
    font-size: 15px;
    transition: 0.1s all linear;
}
#readMore {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    padding: 14px 28px;;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.1s all linear;
}

#applyNow:hover {
    box-shadow: 2px 4px 10px 0px #c1c1c1;
}
#readMore:hover {
    box-shadow: 2px 4px 10px 0px #c1c1c1;
}

#career .btn-warning {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin: 0 4px;
    padding: 16px 32px;
    border-radius: 12px;
    border-top-right-radius: 0;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    font-size: 15px;
}
#career button:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea {
  color: #666;
  /*border: 1px solid #fff;*/
  border-radius: 3px;
  padding: 8px 10px;
  /*border-bottom: 1px solid lightgray !important;*/
  font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"],
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]:focus, textarea:focus {
  color: #b5b5b5 !important;
  border-radius: 3px;
  padding: 12px 10px;
  /*border-bottom: 1px solid #ffffff !important;*/
  box-shadow: 0px 4px 16px #ebebeba8;
  font-size: 14px;
}



input[type="file"] {
    padding: 10px;
    border: none;
    border-bottom: 1px solid lightgray !important;
}


#career .form-group {
  margin-bottom: 1.5rem;
}

/* .wrapper_list.d-block{
    overflow: hidden;
    height: 507px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    transition: opacity 2s linear !important;
    animation: animate ;
} */
.wrapper_list.d-none{
    overflow: hidden;
    height: 507px;
    padding: 0;
    margin: 0;
    opacity: 0.1;
    transition: opacity 2s linear !important;
}



.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

@media (max-width: 480px){
  #applyNow {
    padding: 12px 16px;
  }
  #readMore {
    padding: 12px 16px;
  }
  }



.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  
  
 .career_section .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    padding:10px!important;
    border-radius: 4px!important;
}

.career_section .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    padding:10px!important;
    border-radius: 4px!important;
  }

.career_section .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background: #ff9800!important;
    border-width: 1px;
    border-color: #ff9800!important;
}

.for-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.for-logo-wrapper img {
    padding: 10px;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

#clientele_section .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
}

.tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
}

#common_head_desc .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
    }
@media (max-width: 480px){
  #common_head_desc .fw-bold {
    font-size: 1.5rem;
}
}



  /* Symbol */
.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  
  /* Symbol - small line */
  .tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
    /*box-shadow: 1px 2px 4px #a5a5a5;*/
  }
  .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display:inherit;
  }
  
  /* Symbol - border */
  .tbk-symbol--border .tbk__symbol,
  .tbk-symbol--border2 .tbk__symbol {
    margin-bottom: 20px;
  }
  .tbk-symbol--border .tbk__symbol span,
  .tbk-symbol--border2 .tbk__symbol span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
    margin-top: 30px;
  }
  .tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
    border-bottom: 3px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: -12px;
    display: inline-block;
  }
  
  /* Symbol - small line and border */
  .tbk-symbol--line_border .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
  }
  .tbk-symbol--line_border .tbk__symbol:before,
  .tbk-symbol--line_border .tbk__symbol:after {
    content: "";
    display: inline-block;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #ff9800;
    vertical-align: middle;
  }
  
  .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol span {
    margin: 0 20px;
  }
  .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:before,
  .kl-title-block.text-center.tbk-symbol--line_border .tbk__symbol:after {
    background-color: #bfbfbf;
  }
  
  .kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol span {
    margin-right: 0;
  }
  .kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol:after {
    display: none;
  }
  .kl-title-block.text-right.tbk-symbol--line_border .tbk__symbol:before {
    width: calc(100% - 80px);
    background-color: #bfbfbf;
  }
  
  /* Line Border - aligned left */
  .tbk--left.tbk-symbol--line_border .tbk__symbol span {
    margin-left: 0;
  }
  .tbk--left.tbk-symbol--line_border .tbk__symbol:before {
    display: none;
  }
  .tbk--left.tbk-symbol--line_border .tbk__symbol:after {
    content: "";
    display: inline-block;
    width: calc(100% - 120px);
    height: 1px;
    background-color: #ccc;
  }
  
  /* Line Border - aligned right */
  .tbk--right.tbk-symbol--line_border .tbk__symbol span {
    margin-right: 0;
  }
  .tbk--right.tbk-symbol--line_border .tbk__symbol:before {
    content: "";
    display: inline-block;
    width: calc(100% - 75px);
    height: 1px;
    background-color: #ccc;
  }
  .tbk--right.tbk-symbol--line_border .tbk__symbol:after {
    display: none;
  }
  
  /*Line Border - Positions */
  .tbk-symbol--line_border.tbk-icon-pos--after-title .tbk__title {
    margin-bottom: 10px;
  }
  .tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__title {
    margin-bottom: 10px;
  }
  .tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
    margin-bottom: 20px;
  }
  .tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
  }
  
  /* Symbol - icon */
  .tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
  }
  
  /* Symbol inside title */
  .tbk__title .tbk__symbol {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .tbk__title .tbk__icon {
    vertical-align: middle;
  }
  
  /* Symbol line separator */
  .symbol-line {
    font-size: 20px;
    text-align: center;
    color: #e6e6e6;
    vertical-align: middle;
    clear: both;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .symbol-line .kl-icon {
    font-size: 18px;
  }
  .symbol-line::before,
  .symbol-line::after {
    content: "";
    display: inline-block;
    width: 48%;
    background: #eaeaea;
    height: 2px;
    float: right;
    margin-top: 7px;
  }
  .symbol-line::before {
    float: left;
  }
  
  /* Text colors */
  .tbk--text-light {
    color: #f5f5f5;
  }
  .tbk--text-dark {
    color: #232323;
  }
  
  /* Theme Color */
  .tbk--color-theme.tbk-symbol--line .tbk__symbol span,
  .tbk--color-theme.tbk-symbol--line_border .tbk__symbol span {
    background-color: #ff9800;
  }
  .tbk--color-theme.tbk-symbol--icon .tbk__icon {
    color: #ff9800;
  }


  @media (max-width: 992px){
.gobox:after, .gobox:before {
    transform: none;
    left: auto;
    right: auto;
}
.gobox.ok > .far {
    left: 20px;
}
  }


  @media (max-width: 480px){
.grid-ibx--cols-4 .grid-ibx__item{
    width: 100% !important;
    float: none !important;
    margin-left: 0;
}
  }

  
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
    color: #666;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    padding: 10px;
    /*border-bottom: 1px solid lightgray !important;*/
}
.ui-state-valid {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-bottom: 1px solid #ccc;
    position: relative;
}

textarea.form-control{
    /*border: none !important;*/
    border-bottom: 1px solid lightgray !important;
}
select.form-control{
    border: 1px solid lightgray !important;
    color: #666;
}

#contact_form .contactForm{
    width: 95%;
}

#contact_form .contact-btn{
    text-shadow: none;
    position: relative;
    padding: 10px 40px;
    color: #fff;
    background-color: #ff9800;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    z-index: 1;
}
#contact_form .form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
     border: 1px solid #ced4da; 
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


#contact_form  .contact-btn::before{
    content: '';
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #ff9800;
    transition: 0.2s all ease;
    color: #fff;
    z-index: -1;
}
#contact_form  .contact-btn:hover::before{
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
    color: #ffffff;
    background-color: #036297;
}

#contact_form i{
    color: #ffffff;
    border: 1px solid #069aed00;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    box-shadow: 0px 4px 10px #64646482;
    background-color: #036297;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact_form .text_box {
    margin-bottom: 16px;
}
#contact_form .form_heading {
    color: #036297;
    margin-bottom: 20px;
    position: relative;
}
#contact_form .form_heading::before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #ff9800;
    width: 100%;
    color: #ff9800;
    left: 0;
    bottom: 0;
}
#contact_form h4 {
    font-family: "Gabarito", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-style: normal;
    color: #036297;
    text-transform: uppercase;
    border-bottom: 1px dashed #f57f26;
    display: inline-block;
    border-radius: 3px;
}

@media (max-width: 991px){
section#contact_form {
    padding: 42px 0 0px 0 !important;
}
}
@media (max-width: 767px){
section#contact_form {
    padding: 32px 0 0px 0 !important;
}

#contact_form .contactForm{
    width: 95%;
    margin:auto;
}
}

.for-h-iframe iframe{
    max-height: 463px;
    min-height: 463px;
    border-radius: 4px;
}

.description_box{
    text-align: center;
}

/* Accordions style3 */
.hg_accordion_element.style3 .th-accordion {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
  }

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    font-size: 18px;
}

  .hg_accordion_element.style3 .th-accordion .acc-group {
    margin-bottom: 8px;
    margin-left: 54px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group:last-child {
    border-bottom: 0;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group a {
    display: block;
    width: 100%;
    color: #036297;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 10px 5px 0;
    background: none;
    border: 0;
    font-size: 16px;
    cursor: pointer;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group a.collapsed {
    color: #505050;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group a:after {
    width: auto;
    height: auto;
    padding-right: 14px;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group a:before {
    width: 40px;
    height: 40px;
    background-color: #ff9800;
    position: absolute;
    left: -54px;
    top: 5px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
   
  .hg_accordion_element.style3 .th-accordion .acc-group a.collapsed:before {
    content: "\f067";
    background-color: #d3d3d3;
    height: 40px;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group .content {
    padding: 10px 15px 10px 0;
  }
  .hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {
    margin-bottom: 0;
  }
   /*#accordionFlushExample{*/
   /*     border:1px solid #ccc;*/
   /* }*/

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
    }

  /* Symbol */
.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  
  /* Symbol - small line */
  .tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
    /*box-shadow: 1px 2px 4px #a5a5a5;*/
  }
  .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display:inherit;
  }

  /* One Page */
.section-video-icons .left-side {
    background-color: #036297 !important;
    padding-right: 50px !important;
  }
  .section-video-icons .right-side {
    background-color: #ff9800 !important;
    padding-left: 50px !important;
  }
  .section-video-icons img {
    width: 100%;
  }


  @media (max-width: 480px){
  .section-video-icons .left-side {
    padding: 0 15px 50px 15px !important;
  }
  .section-video-icons .right-side {
    padding: 0 15px 50px 15px !important;
}



}

#block-13{
    padding:0px;
}

#aboutAlt_two .fw-bold {
    font-weight: 700;
    text-transform: uppercase;
    color: #036297;
    font-size: 1.6rem;
}
/* .themify_icons{
    font-size: 32px;
    color: #fff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
} */
.themify_icons {
    font-size: 35px;
    color: #036297;
    background-color: #ff980052;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
}
/* .themify_icons:hover {
    font-size: 35px;
    color: #ffffff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
} */

.icon_heading {
    display: flex;
    justify-content: left;
    align-items: center;
       box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 20px;
}
.icon_heading p {
    margin-top: 10px;
    margin-bottom: 0rem;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
    background: #ffa5006b;
    border-radius: 8px;
}
.icon_heading h4.fs-s {
    font-size: 1rem;
    line-height: 1.3;
    padding-left: 12px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.content p {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 6px;
    margin-top: 10px;
    font-weight: 100;
    font-family: 'Open Sans';
}


.slide_on{
    position: absolute;
    top: -11px;
    left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all linear;
}
.icon_heading:hover .slide_on {
    top: 30px;
    left: 28px;
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 360deg);
    transition: 0.3s all linear;

}

.for-grid-icon-img img{
    width: 27px;
    height: auto;
}
/* .icon_heading:hover .slide_on {
    top: 11px;
    opacity: 1;
    visibility: visible;
    transform: rotate3d(16, 0, 0, 90deg);
    transition: 0.2s all linear;

} */

#headingTextIcon .kl-title-block {
  padding-top: 0;
  padding-bottom: 35px;
}

/*** Icon Box - Default element */
#headingTextIcon .kl-iconbox__title {
  font-family: Open Sans;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  color: #ff9800;
}

.for-img-100{
    max-width:100px;
}

@media (max-width: 480px) {
    .for-img-100{
        max-width:80px;
    }
  #headingTextIcon .kl-title-block {
    padding-top: 0;
    padding-bottom: 12px;
  }
  #headingTextIcon .tbk__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  #headingTextIcon .fs-s {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px){
.iosslider-slideshow .kl-iosslide-caption {
    width: 90%;
}
.kl-ioscaption--style5 .main_title.has_titlebig, .kl-ioscaption--style5 .main_title.has_klios-line {
    margin-bottom: 20px;
}
.kl-ioscaption--style5 .main_title:not(.has_klios-line)::before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #fff;
}
}

#history .fw-bold {
    font-weight: 700;
    text-transform: uppercase;
    color: #036297;
    font-size: 1.8rem;
}

/* Historic timeline */
.timeline_bar {
    position: relative;
  }
  .timeline_bar:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 97%;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    top: 26px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
  }
  .timeline_bar > .row {
    margin-bottom: 0;
  }
  .timeline_box {
    background: #fff;
    border-radius: 3px;
    margin: 30px 30px 30px 0;
    padding: 30px;
    position: relative;
  }
  div[data-align="right"] .timeline_box {
    margin: 30px 0 30px 30px;
  }
  .timeline_box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #fff;
    margin-top: -10px;
  }
  div[data-align="right"] .timeline_box:after {
    left: -20px;
    right: auto;
    border-left-color: transparent;
    border-right-color: #fff;
  }
  .timeline_box:before {
    content: "\f073";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    top: 50%;
    right: -70px;
    background: #e5e5e5;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-sizing: content-box;
  }
  div[data-align="right"] .timeline_box:before {
    right: auto;
    left: -70px;
  }
  .end_timeline {
    text-align: center;
  }
  .timeline_box,
  .timeline_box .date {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .end_timeline > span {
    background: #fff;
    border-radius: 3px;
    padding: 5px 20px;
    line-height: 2;
    display: inline-block;
  }
  .timeline_box:hover:before {
    background-color: #ff9800;
  }
  .timeline_box .date {
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -100px;
    color: #787878;
    right: auto;
    white-space: nowrap;
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
  .timeline_box .htitle {
    font-weight: bold;
  }
  div[data-align="right"] .timeline_box .date {
    left: auto;
    right: calc(100% + 90px);
    right: -webkit-calc(100% + 90px);
  }


  @media (max-width: 767px){

    #history .fw-bold {
      font-weight: 700;
      text-transform: uppercase;
      color: #036297;
      font-size: 1.5rem;
  }
  .timeline_box, div[data-align="right"] .timeline_box {
      margin: 76px 0;
  }
  div[data-align=right] .timeline_box .date, .timeline_box .date {
    left: 30%;
    right: 30%;
    text-align: center;
    width: 40%;
    top: -39px;
    padding: 5px 0;
}
  }

  /* Image Boxes 1 Style 4 */
.imgboxes_style4 .imgboxes-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    height: 270px;
    width: 100%;
  }
  .imgboxes_style4 .imgboxes-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 0;
  }
  .imgboxes_style4 .imgboxes-title:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    height: 200%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, transparent),
      color-stop(100%, rgba(0, 0, 0, 1))
    );
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    z-index: -1;
    opacity: 0.8;
  }
  .imgboxes_style4 .imgboxes-title:after {
    content: "";
    height: 2px;
    width: 30px;
    background: #ff9800;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
  }
  .imgboxes_style4:hover .imgboxes-title:after {
    width: 60px;
  }
  .imgboxes_style4 .imgbox_image {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
  }
  .imgboxes_style4:hover .imgbox_image {
    opacity: 0.8;
  }
  .cover-fit-img {
    object-fit: cover;
    overflow: hidden;
  }
  .imgbox_image.cover-fit-img {
    height: 100%;
  }
  .contain-fit-img {
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
  }
  

  /* Style bottom */
.imgboxes_style4.kl-title_style_bottom .imgboxes-title {
    text-align: left;
    padding: 0 20px 30px;
    -webkit-transition: padding-bottom 0.2s ease-out;
    transition: padding-bottom 0.2s ease-out;
  }
  .imgboxes_style4.kl-title_style_bottom .imgboxes-title:before {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .imgboxes_style4.kl-title_style_bottom .imgboxes-title:after {
    display: none;
  }
  .imgboxes_style4.kl-title_style_bottom .imgboxes-border-helper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: solid 5px #ff9800;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
  }
  .imgboxes_style4.kl-title_style_bottom:hover .imgboxes-border-helper {
    border-bottom: solid 10px #ff9800;
  }
  .imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title:before {
    opacity: 0.5;
  }
  .imgboxes_style4.kl-title_style_bottom:hover .imgboxes-title {
    text-align: left;
    padding-bottom: 25px;
  }

  /* Image Boxes */
.image-boxes {
    margin-bottom: 30px;
  }
  .image-boxes .hoverBorder {
    margin-bottom: 20px;
  }
  .image-boxes .box {
    margin-bottom: 20px;
  }
  .image-boxes img {
    width: 100%;
    height: auto;
  }
  .image-boxes a {
    display: block;
  }
  
  /* Style 1 */
  .imgboxes_style1 {
    overflow: visible;
  }
  .imgboxes_style1 .hoverBorder h6 {
    position: absolute;
    left: -10px;
    bottom: 20px;
    color: #fff;
    padding: 11px 15px;
    background: #ff9800;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    border-radius: 2px;
  }
  .imgboxes_style1 .hoverBorder:hover h6 {
    left: 20px;
  }
  .imgboxes_style1 img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  }
  .imgboxes_style1 .hoverBorderWrapper {
    height: 270px;
  }
  
  /* Style 2 */
  .image-boxes.ib_style2 .hoverBorder {
    margin-bottom: 0;
  }
  .imgboxes_style2 .imgboxes-wrapper {
    height: 270px;
  }
  
  /* Style 3 */
  .slidingDetails {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .slidingDetails img {
    position: relative;
  }
  .slidingDetails,
  .slidingDetails .details {
    -webkit-transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
  }
  .slidingDetails .details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    color: #fff;
    background: #232323;
    background: rgba(35, 35, 35, 0.8);
  }
  .slidingDetails:hover .details {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  .slidingDetails:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  }
  .slidingDetails .details h4 {
    margin-bottom: 20px;
  }


  .imgboxes_style4 .imgbox_image {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
  }
  .imgboxes_style4:hover .imgbox_image {
    opacity: 0.8;
  }
  .cover-fit-img {
    object-fit: cover;
    overflow: hidden;
  }
  .imgbox_image.cover-fit-img {
    height: 100%;
  }

  

/** Devices Images Element */
.el-devimages--ltr {
    direction: ltr;
  }
  .el-devimages__laptop {
    position: relative;
    width: 1160px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .el-devimages__laptop-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
  }
  .el-devimages--type-img .el-devimages__laptop {
    height: 670px;
  }
  .el-devimages--type-img .el-devimages__laptop-img {
    left: 14%;
    top: 7.6%;
    bottom: 13.3%;
    right: 13.9%;
  }
  .el-devimages--type-vector .el-devimages__laptop {
    height: 600px;
    
  }
  .el-devimages--type-vector .el-devimages__laptop-img {
    left: 16.6%;
    top: 6.3%;
    bottom: 11.8%;
    right: 16.6%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
  }
  .el-devimages__smartphone {
    position: absolute;
    width: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -20px;
    left: 70px;
  }
  .el-devimages__smartphone-img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
  }
  .el-devimages--type-img .el-devimages__smartphone {
    height: 403px;
    width: 245px;
    
  }
  .el-devimages--type-img .el-devimages__smartphone-img {
    left: 15.9%;
    top: 11.6%;
    bottom: 13.8%;
    right: 14.8%;
  }
  .el-devimages--type-vector .el-devimages__smartphone {
    height: 400px;
    width: 200px;
    left: 110px;
   
  }
  .el-devimages--type-vector .el-devimages__smartphone-img {
    left: -26.8%;
    top: 14%;
    bottom: 11.7%;
    right: 7.3%;
  }





/* Right to left */
.el-devimages--rtl {
    direction: rtl;
  }
  .el-devimages--rtl.el-devimages--type-img .el-devimages__smartphone {
    left: auto;
    right: 70px;
  }
  .el-devimages--rtl.el-devimages--type-vector .el-devimages__smartphone {
    left: auto;
    right: 110px;
  }
  .el-devimages--rtl .el-devimages__frame:before {
    left: auto;
    right: 25px;
  }





  /* TESTIMONIALS BOX */
.testimonial_box {
    padding: 0 0 0 25px;
    margin: 15px 0;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .testimonial_box[data-size="small"] {
    width: 30%;
  }
  .testimonial_box[data-size="medium"] {
    width: 50%;
  }
  .testimonial_box[data-size="large"] {
    width: 70%;
  }
  .testimonial_box[data-size="full"] {
    width: 100%;
  }
  .testimonial_box[data-size="onethird"] {
    width: 33%;
  }
  .testimonial_box[data-size="twothirds"] {
    width: 66%;
  }
  .testimonial_box[data-theme="light"] blockquote {
    background: #ddd;
    color: #343434;
  }
  .testimonial_box[data-theme="dark"] blockquote {
    background: #707070;
    color: #f5f5f5;
  }
  
  .testimonial_box[data-theme="light"][data-align="left"] blockquote:after {
    border-right-color: #fff;
  }
  .testimonial_box[data-theme="dark"][data-align="left"] blockquote:after {
    border-right-color: #707070;
  }
  .testimonial_box[data-theme="light"][data-align="right"] blockquote:after {
    border-left-color: #ddd;
  }
  .testimonial_box[data-theme="dark"][data-align="right"] blockquote:after {
    border-left-color: #707070;
  }
  .testimonial_box[data-theme="light"][data-align="top"] blockquote:after {
    border-bottom-color: #ddd;
  }
  .testimonial_box[data-theme="dark"][data-align="top"] blockquote:after {
    border-bottom-color: #707070;
  }
  .testimonial_box[data-theme="light"][data-align="bottom"] blockquote:after {
    border-top-color: #ddd;
  }
  .testimonial_box[data-theme="dark"][data-align="bottom"] blockquote:after {
    border-top-color: #707070;
  }
  
  .testimonial_box[data-align="left"] .details {
    float: left;
    margin-right: 10px;
    width: 90px;
  }
  
  .testimonial_box[data-align="left"] blockquote:after {
    left: -14px;
    top: 50%;
  }
  
  .testimonial_box[data-align="right"] .details {
    float: right;
    margin-left: 10px;
    width: 90px;
    text-align: right;
  }
  .testimonial_box[data-align="right"] blockquote {
    margin-right: 90px;
  }
  .testimonial_box[data-align="right"] blockquote:after {
    right: -14px;
    top: 50%;
  }
  
  .testimonial_box[data-align="top"] .details {
    float: none;
    margin-left: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .testimonial_box[data-align="top"] .details img {
    position: absolute;
    top: -5px;
    right: -5px;
  }
  .testimonial_box[data-align="top"] .details h6 strong {
    display: block;
  }
  .testimonial_box[data-align="top"] .details h6 {
    margin-top: 0;
  }
  .testimonial_box[data-align="top"] blockquote {
    margin-top: 14px;
    clear: both;
  }
  .testimonial_box[data-align="top"] blockquote:after {
    left: 30px;
    top: -14px;
  }
  
  .testimonial_box[data-align="bottom"] {
    margin-bottom: 35px;
  }
  .testimonial_box[data-align="bottom"] .details {
    position: absolute;
    left: 25px;
    right: 5px;
    top: 100%;
    z-index: 1;
  }
  .testimonial_box[data-align="bottom"] .details img {
    float: right;
    margin-top: -20px;
  }
  .testimonial_box[data-align="bottom"] .details h6 strong {
    display: block;
  }
  .testimonial_box[data-align="bottom"] blockquote {
    margin-bottom: 0;
    float: none;
    position: relative;
    z-index: 0;
  }
  .testimonial_box[data-align="bottom"] blockquote:after {
    left: 30px;
    bottom: -14px;
  }
  
  .testimonial_box .details h6 {
    font-size: 0.8rem;
    font-weight: normal;
    margin: 10px 0 0;
    line-height: 1.4;
  }
  .testimonial_box .details h6 strong {
    display: block;
  }
  .testimonial_box blockquote {
    margin: 0;
    padding: 20px;
    border: 0;
    font-size: 1rem;
    font-style: italic;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .testimonial_box blockquote:after {
    content: "";
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
  }
  
  .testimonial_box:hover blockquote {
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.4);
  }
  
  .testimonial_box .details img {
    border-radius: 50%;
  }






  .el-devimages {
    position: relative;
  }
  .el-devimages--product .el-devimages__laptop,
  .el-devimages--product .el-devimages__smartphone {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  
  .fade-animation:hover .el-devimages__smartphone {
    -webkit-transform: translateX(20px) translateY(5px);
    -ms-transform: translateX(20px) translateY(5px);
    transform: translateX(20px) translateY(5px);
  }
  .fade-animation:hover .el-devimages__laptop {
    -webkit-transform: translateX(-40px) translateY(-5px);
    -ms-transform: translateX(-40px) translateY(-5px);
    transform: translateX(-40px) translateY(-5px);
  }


  @media (max-width: 480px){
    section#leftImgRightContent {
      padding: 0 0;
  }
  .el-devimages--type-vector .el-devimages__laptop {
    height: auto;
  }
  .testimonial_box[data-align="left"] blockquote {
    margin-left: 0px;
  }

}


input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
    color: #666;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    padding: 10px;
    /*border-bottom: 1px solid lightgray !important;*/
}
/*.ui-state-valid {*/
/*    border: 1px solid rgba(255, 255, 255, 0) !important;*/
/*    border-bottom: 1px solid #ccc;*/
/*    position: relative;*/
/*}*/

textarea.form-control{
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}
select.form-control{
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}
.btn-success{
    text-shadow: none;
    padding: 10px 40px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}


#lightgallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#lightgallery a{
    display: inline-block !important;
    padding: 0;
}
#lightgallery a img {
    width: 100%;
    height: auto;
    aspect-ratio:1/1;
    object-fit: cover;
    transition: all 0.15s linear;
}
#lightgallery a img:hover {
    transform: scale(1.05);
    filter: brightness(0.75);
}

@media screen and (max-width:768px){
    .for-mt-form{
        margin-top:30px;
    }
}

.tablink {
    background-color: #000000ab;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    font-size: 17px;
    border-radius: 0px;
    display: flex;
    gap: 20px;
    /*justify-content: space-between;*/
    align-items: center;
}

.full-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablink:hover {
  background-color: #000000ab;
}

/* Style the tab content (and add height:100% for full page content) */



.tabcontent {
  color: #404040;
  display: none;
  padding: 74px 30px 14px;
  height: auto;
  border: 1px solid #03629740;
}

@media screen and (max-width: 768px) {
    .tabcontent {
      padding: 196px 15px 0px;
    }
}


.tabcontent h3{
    font-weight: 600;
}

        .section-heading{
            font-size: 30px;
            color: #333333; 
            text-align: left;
            margin-bottom: 16px;
        }
        .border-line{
            height: 2px;
            width: 20%;
            background-color: #FF9800;
        }
        
        .text-block p{
            line-height: 30px;
            color: #333;
        }
        
        .custom-list ul{
            line-height: 27px;
            font-size: 16px;
            padding-left: 0;
        }
        
        .new-about-section li{
            list-style: none;
            padding: 5px 0;
            display:flex;
        }
        
        .custom-list ul li i{
            margin-right: 10px;
            background-color: black;
            color: #fff;
            padding: 3px;
            border-radius: 5px;
            font-size: 12px;
        }

        .for-font-family{
    font-family: "Gabarito", sans-serif;
}

.number-image img{
    width: 40px;
}
.number-image {
    display: flex;
    justify-content: center;
    background: #036297;
    padding: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 130px;
}

.number-part .number-image img{
  width: 50px;
    display: block;
}

.number-part .number-text {
    position: relative;
    text-align: center;
}

 .number-part .number-text .number-area {
    position: relative;
    transition: .3s;
    text-align: center;
    width: 50px;
    height: 50px;
    left: -50px;
    top: -24px;
    margin: -13px 0 0;
    display: inline-block;
    border-radius: 50px;
    background: #FF9800;
}

 .number-txt {
    margin: 0 24px;
    color: #fff;
}


 .number-prefix {
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

.number-txt{
  color: black;
}
.dotted-line{
  position: absolute;
  width: 80%;
  height: 1px;
  border: 2px dashed;
}

.grp{
  position: relative;
}

.dotted-line{
  position: absolute;
  top: 22%;

  z-index: -1;
  left: 10%;
}


@media (max-width: 996px){
  .dotted-line{
    display: none;
  }
}

        .main-why-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
        }
  
        .why-icon {
          width: 110px;
          height: 110px;
          padding: 5px 20px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
  
        .why-sepretor {
          height: 90px;
          padding:1px;
          background-color: #036297;
          align-self: center;
        }
  
        .why-icon img {
          width: 80%;
        }
  
        .why-heading {
          font-size: 22px;
          font-weight: 600;
          line-height:25px;
          margin-bottom:5px;
        }
  
        .why-content {
          padding: 5px 0px 5px 20px;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
        }
        
  
        .why-content p {
          margin-bottom: 0px;
          font-size:13px;
        }
        
        @media screen and (max-width : 480px){
          .why-heading {
              font-size: 17px;
          }
          
          .why-icon {
              padding: 5px 5px;
            }
        }

        @media (max-width: 480px){
   #parallax .tbk__subtitle {
        font-size: 1rem;
    }

  }

  #portfolio .portfolio_box{
    margin: 16px 0;
    border: 1px solid #f1f1f1;
    padding: 16px;
    box-shadow: 0px 0px 27px 0px #dfdfdf;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    /* border-radius: 3px; */

}


#portfolio .tabs-style-linebox {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0;
}

#portfolio button.common-btn {
  background: #ff9800;
    padding: 8px 20px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin: 0 4px;
}
#portfolio button:active {
  border-color: transparent !important;
}

#portfolio .content_overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0 !important;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.495);
    color: #fff;
    text-align: center;
    transform: translateY(195px);
    transition: all 0.4s linear;
    border-radius: 5px;
}
#portfolio .content_overlay h3{
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s linear;

}
#portfolio .content_overlay span{
    border: 2px solid #f3f3f3;
    padding: 5px 10px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#portfolio .portfolio_box:hover .content_overlay{
    transform: translateY(0%);
    height: 100%;
    align-items: center;
    justify-content: center;
}
#portfolio .portfolio_box img{
    transition: all 0.5s linear;
}
#portfolio .portfolio_box:hover img{
    transform: scale(1.1);
}
#portfolio .content_overlay:hover h3{
    font-size: 24px;
}

.portfolio .show {
  display: block;
}

.portfolio .remove {
  display: none;
}

@media (max-width: 480px){
  #portfolio button.common-btn {
    margin: 4px 3px;
}
#portfolio .content_overlay {
  transform: translateY(181px);
}
}

/* Keywords box */
.keywordbox {
    border-top: 4px solid #ff9800;
    position: relative;
    min-height: 80px;
}
.keywordbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  border: 6px solid transparent;
  border-top-color: #ff9800;
}
.keywordbox .title-text {
    font-family: "Gabarito", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    color: #036297;
    line-height: 1.5;
}


@media (max-width: 480px){
  .keywordbox {
    border-top: 2px solid #ff9800;
    text-align: center;
  }
  .keywordbox .title-text {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}


input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"],
input[type="file"], textarea {
    color: #666;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    padding: 10px;
    /*border-bottom: 1px solid lightgray !important;*/
}
.ui-state-valid {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.ui-state-error {
    border: 1px solid #ffffff !important;
    position: relative;
}

textarea.form-control{
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}
select.form-control{
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}
.btn-warning{
    text-shadow: none;
    padding: 12px 32px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    background-color: #f87e24;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}
#contact_form .form-group {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
#contact_form h3 {
    font-weight: 600;
  }
  
.request_quote .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    padding:10px!important;
    border-radius: 4px!important;
}

.request_quote .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background: #ff9800!important;
    border-width: 1px;
    border-color: #ff9800!important;
}

/* Boxed Services Boxes */
.services_box--boxed {
    padding: 30px;
    background: #0362970f;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    z-index: 1;
  }
  .services_box--boxed:hover {
    z-index: 2;
  }
  .services_box--boxed .services_box__inner {
    position: relative;
  }
  .services_box--boxed .services_box__title {
    font-family: "Gabarito", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #424242;
    margin: 0 0 15px;
    vertical-align: middle;
    z-index: 2;
    position: relative;
  }
  .services_box--boxed .services_box__desc {
    z-index: 2;
    position: relative;
  }
  .services_box--boxed .services_box__icon {
    max-height: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    min-height: 50px;
  }
  /* image */
  .services_box--boxed .services_box__iconimg {
    transition: opacity 0.2s ease-out;
  }
  .services_box--boxed .services_box__iconimg-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .services_box--boxed:hover .sb--hashover .services_box__iconimg-main {
    opacity: 0;
  }
  .services_box--boxed:hover .services_box__iconimg-hover {
    opacity: 1;
  }
  /* icon */
  .services_box--boxed .services_box__fonticon {
    color: #ff9800;
    font-size: 50px;
    -webkit-transition: color 0.2s ease-out 0.1s;
    transition: color 0.2s ease-out 0.1s;
  }
  .services_box--boxed:hover .services_box__fonticon {
    color: #454545;
  }
  /* list */
  .services_box--boxed .services_box__list-wrapper {
    position: absolute;
    width: 100%;
    top: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  .services_box--boxed:hover .services_box__list-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .services_box--boxed .services_box__list-bg {
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: -30px;
    border-radius: 5px;
  }
  .services_box--boxed .services_box__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 250px;
    z-index: 1;
    position: relative;
  }
  .services_box--boxed .services_box__list li {
    position: relative;
    line-height: 26px;
    padding: 10px 10px;
    border-top: 1px solid #eee;
    color: #ff9800;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-out;
  }
  .services_box--boxed .services_box__list li:nth-child(1) {
    transform: translateY(10px);
    transition-delay: 0.025s;
  }
  .services_box--boxed .services_box__list li:nth-child(2) {
    transform: translateY(20px);
    transition-delay: 0.05s;
  }
  .services_box--boxed .services_box__list li:nth-child(3) {
    transform: translateY(30px);
    transition-delay: 0.075s;
  }
  .services_box--boxed .services_box__list li:nth-child(4) {
    transform: translateY(40px);
    transition-delay: 0.1s;
  }
  .services_box--boxed .services_box__list li:nth-child(5) {
    transform: translateY(50px);
    transition-delay: 0.125s;
  }
  .services_box--boxed .services_box__list li:nth-child(6) {
    transform: translateY(60px);
    transition-delay: 0.15s;
  }
  .services_box--boxed .services_box__list li:nth-child(7) {
    transform: translateY(70px);
    transition-delay: 0.175s;
  }
  .services_box--boxed .services_box__list li:nth-child(8) {
    transform: translateY(80px);
    transition-delay: 0.2s;
  }
  .services_box--boxed .services_box__list li:nth-child(9) {
    transform: translateY(90px);
    transition-delay: 0.225s;
  }
  .services_box--boxed .services_box__list li:nth-child(10) {
    transform: translateY(100px);
    transition-delay: 0.25s;
  }
  .services_box--boxed:hover .services_box__list li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .service_icons{
      width:60px;
  }
  
  .services_box__list li{
      border-radius: 4px;
  }
  
  .services_box__list li:hover{
      background: #036297;
  }
  
  .services_box__list li:hover .services_box__list-text a{
      color: #fff;
  }

  /* #tabs .nav > li > a:focus, .nav > li > a:hover {
    background: #ff870c !important;
} */

/* vertical tabs */
.vertical_tabs .tabbable .nav > li {
    display: inherit;
    position: relative;
    width: 100%;
  }
  .vertical_tabs {
    overflow: hidden;
  }
  .vertical_tabs .tabbable .nav > li > a,
  .vertical_tabs .tabbable .nav > li > a > span {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .vertical_tabs .tabbable .nav > li > a > span span {
    margin: 0;
  }
  .vertical_tabs .tabbable .nav > li > a:focus,
  .vertical_tabs .tabbable .nav > li > a:hover {
    background-color: transparent;
    border-right: 0;
  }
  .vertical_tabs .tabbable .nav>li>a.active,
  .vertical_tabs .tabbable .nav>li>a.active>span,
  .vertical_tabs .tabbable .nav>li>a:hover,
  /* .vertical_tabs .tabbable .nav>li>a:hover>span { color: #ff9800 !important; } */
  .vertical_tabs .tabbable .nav>li>a:hover>span {
    color: #ffffff !important;
  }
  .vertical_tabs .tabbable .nav > li:first-child {
    border-top: 0;
  }
  .vertical_tabs .tabbable .tab-content > .tab-pane > h4 {
     font-family: "Gabarito", sans-serif;
    margin: 0 0 25px;
  }


  /* Style 2 */
.vertical_tabs.kl-style-2 .tabbable .nav {
    margin-right: -1px;
    overflow: hidden;
    border-bottom: 0;
    border-left: 0;
  }
  .vertical_tabs.kl-style-2 .tabbable .nav > li > a {
      font-family: "Gabarito", sans-serif;
      width: 100%;
      line-height: 30px;
      padding: 20px 45px 20px 25px;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      margin-right: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      position: relative;
      border-left: 1px solid #ddd;
      background-image: linear-gradient(to right,#006f95 72%,rgb(0 111 149) 100%);
  }
  .vertical_tabs.kl-style-2 .tabbable .nav > li:first-child > a {
    border-radius: 3px 0 0 0;
    border-top: 1px solid #ddd;
  }
  .vertical_tabs.kl-style-2 .tabbable .nav > li:last-child > a {
    border-radius: 0 0 0 3px;
  }
  .vertical_tabs.kl-style-2 .tabbable .nav > li.active > a {
    color: #131313;
    font-weight: 600;
    box-shadow: none;
  }
  .vertical_tabs.kl-style-2 .tabbable .nav > li > a > span {
      color: #fff;
      line-height: 1;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: normal;
      margin-right: 0;
      padding: 0;
      font-size: 30px;
  }
  .vertical_tabs.kl-style-2 .tabbable .tab-content {
    height:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /*border-bottom-left-radius: 3px;*/
    padding: 40px 25px;
  }
  
  /* .nav>li>a:focus, 
.nav>li>a:hover { background: #345678!important;} */
.nav > li > a:focus, .nav > li > a:hover {
    background: #ff9800 !important;
  }

  /* team members */
.team_member {
    background: #fff;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
  }
  .team_member:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .team_member .details {
    padding: 0px 20px 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    box-shadow: 0 7px 8px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.3s ease-in;
    font-size: 0.9rem;
  }
  .team_member:hover .details {
    opacity: 1;
    visibility: visible;
  }
  .team_member:hover {
    z-index: 2;
    text-align: center;
  }
  .team_member img {
    width: 100%;
  }
  .team_member > h4,
  .team_member > h6 {
    padding: 0px 20px 0 20px;
  }
  .team_member > h4{
    font-family: "Gabarito", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 8px;
  }
  .team_member > h6{
    font-family: "Gabarito", sans-serif;
    color: #8f8f8f;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 1px 2px 0px #ededed;
  }
  .team_member .details .social-icons {
    padding: 0;
    margin-left: -4px;
    margin-right: -4px;
  }
  .team_member .details .social-icons li {
    margin: 0 4px;
  }
  .team_member .details .social-icons li:first-child {
    margin-left: 0;
  }
  .team_member .details {
    width: 100%;
  }
  .sctb-icon-nocolor {
    background-color: #121212;
  }


  @media (max-width: 767px){  
  .team_member a.grayHover {
    float: none;
  }
  .team_member, .team_member:hover {
    /*padding: 20px 0;*/
    /*margin-bottom: 60px;*/
  }
  }
  
  @media (max-width: 480px){  
    .for-padding{
        padding:8px;
    }
    
    .team_member > h4,
    .team_member > h6 {
    padding: 0px 10px 0 10px;
  }
}

/*** Testimonials Partners */
.testimonials-partners__separator {
  background: #fff;
  opacity: 0.2;
  height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
.ts-pt-testimonials {
  margin-left: -50px;
}
/* Testimonial Item */
.ts-pt-testimonials__item {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.ts-pt-testimonials__item--size-1 {
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
}
.ts-pt-testimonials__item--size-2 {
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
}
.ts-pt-testimonials__item--size-3 {
  width: -webkit-calc(75% - 50px);
  width: calc(75% - 50px);
}
.ts-pt-testimonials__item--size-4 {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
/* Testimonial content */
.ts-pt-testimonials__text {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 25px 25px;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  position: relative;
  min-height: 152px;
}
.ts-pt-testimonials__text:after {
  content: "";
  position: absolute;
  left: 55px;
  border: 13px solid transparent;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
  top: 100%;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
  bottom: 100%;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos {
  margin-top: 10px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos {
  margin-bottom: 15px;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos--noimg {
  margin-top: 25px;
  margin-left: 20px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos--noimg {
  margin-bottom: 25px;
  margin-left: 20px;
}
.ts-pt-testimonials__img {
  position: relative;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background-clip: content-box;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__img {
  margin-top: -20px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__img {
  margin-top: -15px;
}
.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__img {
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-top: 0;
}
.ts-pt-testimonials__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
}
.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {
  font-size: 14px;
}
.ts-pt-testimonials__position {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 5px;
}
.ts-pt-testimonials__stars span {
  opacity: 0.6;
  font-size: 11px;
}
.ts-pt-testimonials__stars--1 span:nth-child(1) ~ span,
.ts-pt-testimonials__stars--2 span:nth-child(2) ~ span,
.ts-pt-testimonials__stars--3 span:nth-child(3) ~ span,
.ts-pt-testimonials__stars--4 span:nth-child(4) ~ span {
  opacity: 0.3;
}

/* Slick slider default styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*.slick-loading .slick-list {*/
/*  background: #fff url("../images/ajax-loader.gif") center center no-repeat;*/
/*}*/

/* Arrows */
.slick--showOnMouseover .hgSlickNav {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.slick--showOnMouseover:hover .hgSlickNav {
  opacity: 1;
}
.hgSlickNav-arr,
.hgSlickNav-arr svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.hgSlickNav-arr polyline {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  stroke: #141414;
}
.hgSlickNav-arr:hover polyline {
  stroke-width: 35px;
}
.hgSlickNav-arr:active polyline {
  stroke-width: 50px;
}
.hgSlickNav-arr.hgSlickNav-prev {
  text-align: left;
}
.hgSlickNav-arr.hgSlickNav-next {
  text-align: right;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slickBtn {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff45;
}
.slick-dots li button,
.hgSlickNav--light .slick-dots li button {
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  padding: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 10px;
}
.hgSlickNav--light polyline {
  stroke: #ececec;
}
.hgSlickNav--light .slick-dots li.slick-active button {
  opacity: 0.8;
}

li.slick-active button{
    background: #fff!important;
}
/* end Slick slider default styles */

.ts-pt-partners__title {
  width: 22%;
  float: left;
  font-size: 28px;
  color: #fff;
  opacity: 0.6;
  position: relative;
  line-height: 1.2;
  font-family: "Gabarito", sans-serif;
}

.ts-pt-partners__title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fff;
}

.ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
  width: 78%;
  float: left;
}

.ts-pt-partners__link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
    .ts-pt-partners__title {
      width: 100%;
    }
}

/* =================================== */


.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
    }

  /* Symbol */
.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  
  /* Symbol - small line */
  .tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
    /*box-shadow: 1px 2px 4px #a5a5a5;*/
  }

  /* process boxes */
.process_box {
    position: relative;
    padding: 0;
    margin-bottom: 80px;
    box-shadow: none;
  }
  .process_box:after {
    border-color: transparent;
    border-top-color: #eee;
    border-width: 10px;
    margin-left: -10px;
    left: 10%;
  }
  .process_box:before {
    border-color: transparent;
    border-top-color: #ccc;
    border-width: 13px;
    margin-left: -13px;
    left: 10%;
  }
  .process_box[data-align="right"]:after,
  .process_box[data-align="right"]:before {
    right: 10%;
    left: auto;
    margin-left: 0;
  }
  .process_box[data-align="right"]:before {
    margin-right: -13px;
  }
  .process_box[data-align="center"]:after,
  .process_box[data-align="center"]:before {
    left: 50%;
  }
  .process_box[data-align="center"]:after {
    border-top-color: #fff;
  }
  .process_box .number {
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    text-align: center;
    float: left;
  }
  .process_box .number span {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    vertical-align: middle;
    position: relative;
    top: 50%;
    line-height: 1;
    display: block;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .process_box .content {
    margin-left: 240px;
    padding: 25px 35px 20px 35px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #929292;
    background-color: #fff;
  }
  .process_box .stp_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
  }
  .process_box[data-align="right"] .number {
    left: auto;
    right: 0;
    border-right: 0;
  }
  .process_box[data-align="right"] .content {
    margin-left: auto;
    margin-right: 240px;
    padding: 25px 35px 20px 35px;
    color: #929292;
    line-height: 30px;
    font-size: 14px;
  }
  /* end Process box element */



  @media (max-width: 767px){
  .process_box .number {
      position: relative;
      width: 100%;
  }
  .process_box[data-align="right"] .content {
      margin-right: 0;
  }
  .process_box .content {
    margin-left: 0;
    border: 1px solid #d3d3d338;
    box-shadow: 0 0 14px 0px #ebebeb;
  }
  }
  
  @media (max-width: 480px) {
    .process_box {
        position: relative;
        padding: 0;
        margin-bottom: 30px;
        box-shadow: none;
    }
  }

  
/* Title Block Element */
.kl-title-block {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .tbk__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
  }
  .tbk__subtitle {
    margin-top: 0;
    font-family: "Open Sans";
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    font-style: normal;
  }
  .tbk-thinsubtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 100;
  }
  .btn-group-md > .btn,
  .btn-md {
    padding: 16px 25px;
    font-size: 14px;
    line-height: 1.3333333;
  }
  .btn-group-md > .btn.btn-lined,
  .btn-md.btn-lined {
    padding: 14px 25px;
  }

  @media (max-width: 480px){
      
    .tbk__title {
        font-size: 1.2rem;
    }


    #titleTextBtnBox .kl-title-block {
        padding-top: 0;
        padding-bottom: 35px;
    }
    #titleTextBtnBox .tbk__title {
      margin-bottom: 10px;
      font-size: 1.5rem;
      font-weight: 300;
    }
    #titleTextBtnBox .tbk__subtitle{
      font-size: 1rem;
      line-height: 1.6;
    }
    #titleTextBtnBox .btn-md {
      padding: 12px 25px;
      font-size: 13px;
  }

  }

  .top_cta_title{
    font-family: "Gabarito", sans-serif;
}

.request-a-quote {
  border-width: 1px;
  background: #00629100 !important;
  color: #fff;
  padding: 8px 20px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  border-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-fullwhite:hover {
  color: #ffffff;
  background-color: #036297;
}
a:active {
  color: #ffffff;
}
#topCta .top_cta {
    width: 90%;
    border-width: 0px;
    background: #ffffff !important;
    color: #000000;
    text-shadow: none;
    padding: 10px 0px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#topCta .top_cta:hover {
  background: #036297 !important;
  color: #fff !important;
  border-color: #036297;
}

/** Action Box **/
.action_box {
  padding: 40px 30px;
  color: #fff;
  border-top: 2px solid #fff;
  position: relative;
  background-color: #036297;
  clear: both;
}
.action_box h4.text {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 0;
}
.action_box .ac-subtitle {
  color: rgba(255, 255, 255);
  line-height: 1.6;
  margin-top: 16px;
}

.action_box[data-arrowpos="center"]:after,
.action_box[data-arrowpos="center"]:before {
  margin-left: -7px;
}
.action_box[data-arrowpos="right"]:after,
.action_box[data-arrowpos="right"]:before {
  margin-left: 25%;
}
/* Action Box style 3 */
.style3 .action_box_inner {
  background-color: #ff9800;
  position: relative;
  padding: 20px 35px 35px 35px;
  border-radius: 6px;
  z-index: 1;
}
.style3 .action_box_inner:before {
  position: absolute;
  content: "";
  background-color: #ff9800;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  border-radius: 6px;
  transform-origin: right top;
}

.action_box.style3 {
  padding: 0;
  border-radius: 6px;
}

.action_box.style3:before {
  position: absolute;
  content: "";
  background-color: #ff9800;
  width: 30px;
  height: 32px;
  display: block;
  bottom: -6px;
  left: 20%;
  border-radius: 4px;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  transform: skewY(35deg);
}

.action_box.style3:after {
  display: none;
}
.action_box .ac-btn {
  margin: 0;
  display: inline;
}
.action_box .ac-btn:last-child {
  width: 80%;
}

@media screen and (max-width: 480px) {

  .style3 .action_box_inner {
    padding: 18px;
  }

  #topCta .action_box h4.text {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 0;
  }
  #topCta .fw-semibold {
    font-weight: 600;
  }
  #topCta .top_cta {
    padding: 8px 10px;
    font-size: 15px;
    white-space: nowrap;
  }
  #topCta .btn-fullwhite {
    padding: 10px 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  #topCta .action_box .ac-btn:last-child {
    margin-left: 0px;
  }
}

.siteheader-container #block-12{
    padding:0px;
}

#usp .themify_icons {
    font-size: 35px;
    color: #ffffff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
}



/* Statistics element */
/* General */
.statistic-box__title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
  }
  .statistic-box__content {
    color: #fff;
    font-size: 14px;
  }
  .statistic-box__details {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .statistic-box__icon-holder {
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  .statistic-box__icon {
    color: #fff;
    opacity: 0.8;
    line-height: 60px;
    margin: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  span.statistic-box__icon {
    font-size: 80px;
  }
  .statistic-box__icon-holder--img {
    line-height: 60px;
  }
  .statistic-box__iconimg {
    max-height: 80px;
    width: auto;
  }
  .statistic-box:hover .statistic-box__icon {
    opacity: 1;
  }
  .statistic-box__line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #ff9800;
    margin: 0;
  }
  .statistic-box__line::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 3px;
    display: block;
    left: 50%;
    border-radius: 3px;
    top: -1px;
    box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff,
      0px 20px 0 -1px #fff;
  }



/* Style 1 - horiontal normal */
.statistic-box--stl-style2.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .statistic-box--stl-style2 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
  }
  .statistic-box--stl-style2 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 20px;
  }
  .statistic-box--stl-style2 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 20px;
    padding-bottom: 0;
  }

    .statistic-box__icon-holder img{
        max-width:70px;
    }


  /* Dark */
.statistic-box--dark .statistic-box__title {
    color: #fff;
  }
  .statistic-box--dark .statistic-box__content {
    color: #fff;
  }
  .statistic-box--dark .statistic-box__icon {
    color: #121212;
  }
  .statistic-box--dark .statistic-box__line {
    border-bottom-color: #d6d6d6;
  }
  .statistic-box--dark .statistic-box__line::before {
    background-color: #fff;
    box-shadow: none;
  }
  .statistic-box--dark .statistic-box--odd .statistic-box__line::before {
    box-shadow: 0px -5px 0 -1px #121212, 0px -10px 0 -1px #121212,
      0px -15px 0 -1px #121212, 0px -20px 0 -1px #121212;
  }
  /* end Statistics element */

  @media (max-width: 992px){
    .statistic-box--stl-style2 .statistic-box__icon-holder {
      position: static;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box__details {
      position: static;
      min-height: 100px;
      padding-top: 20px;
      padding-bottom: 0;
    }
  }
  @media (max-width: 480px){
      
    .tbk--left.tbk-symbol--line_border .tbk__symbol:after {
        display: none!important;
        width: calc(100% - 80px);
        height: 1px;
        background-color: #ccc;
    }
    
    .statistic-box--stl-style2.statistic-box__container {
      width: 100%;
      display: flex;
      table-layout: fixed;
      margin-top: 16px;
      margin-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box {
      position: relative;
      display: block;
      text-align: center;
      margin-bottom: 35px;
    }
    .statistic-box--stl-style2 .statistic-box {
      width: 50%;
    }
    .statistic-box--stl-style2 .statistic-box__icon-holder {
      position: static;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box__details {
      position: static;
      min-height: 100px;
      padding-top: 20px;
      padding-bottom: 0;
    }
    .statistic-box__title {
      font-size: 35px;
      margin: 0 0 10px;
    }


  }
  
  
.history-block{
    margin-bottom: 75px;
   
}
.history-block .text-col {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.history-block .image-box {
    position: relative;
    display: block;
    padding-right: 0px;
}
.history-block .image, .history-block .image img {
    display: block;
    max-width: 400px;
}
figure.image {
    border: 1px solid #ffffff1a;
}
.history-block .text-col {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.history-block .text-col h3{
    background-color: #036297;
    padding: 2px 16px;
}
.history-block .text-col h3 a{
    color: #fff;
}
.history-block .text-col .text{
    text-align: justify;
    padding-bottom: 40px;
    padding: 8px 16px 40px 16px;
    box-shadow: 0px 5px 10px 0px lightgrey;

}
.history-block .text-col .text::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #dfdfdf;
    width: 140px;
    height: 0px;
    left: -126px;
    z-index: -1;
}
.history-block .text-col .text::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #00769f;
    top: 65px;
    left: -132px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 1px 6px lightgrey;
}


.history-block .text-col .text_two{
    text-align: justify;
    padding-bottom: 40px;
    padding: 8px 16px 40px 16px;
    box-shadow: 0px 5px 10px 0px lightgrey;
}
.history-block .text-col .text_two::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #dfdfdf;
    width: 140px;
    height: 0px;
    right: -125px;
    z-index: -1;
}
.history-block .text-col .text_two::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #00769f;
    top: 66px;
    right: -132px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 1px 6px lightgrey;
}

#workingProcess  .fs-l {
    font-size: 1.8rem !important;
    line-height: 1.4;
}


/* Title Block Element */

  #workingProcess .kl-title-block {
    padding-top: 0;
    padding-bottom: 35px;
  }
  #workingProcess .tbk__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
  }





  /*** GRID ICON BOXES */
.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    min-height: 280px;
    background-color: #fff;
  }
  .grid-ibx__item[onclick] {
    cursor: pointer;
  }
  .grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
  }
  .grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
  }
  .grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
  }
  .grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
  }
  .grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
  }
  .grid-ibx__item-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .grid-ibx__title-wrp,
  .grid-ibx__icon-wrp{
    margin-top: 0;
    margin-bottom: 20px;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
  }
  
  .grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 0px;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
  }
  
  .grid-ibx__title,
  .grid-ibx__desc {
    margin: 0;
  }
  
  .grid-ibx__icon {
    font-size: 50px;
    line-height: 1;
    -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #e2e2e2;
  }
  .grid-ibx__item:hover .grid-ibx__icon {
    color: #ff9800;
  }






/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {
    border-width: 1px 0 0 1px;
  }
  .grid-ibx--style-lined-full .grid-ibx__item {
    border-width: 0 1px 1px 0;
  }
  .grid-ibx--style-lined-full,
  .grid-ibx--style-lined-full .grid-ibx__item {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
  }
  
  /* GridIconBox Styles - Lined Center */
  .grid-ibx--style-lined-center,
  .grid-ibx--style-lined-center .grid-ibx__item {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
  }
  .grid-ibx--style-lined-center .grid-ibx__item {
    border-width: 0 1px 1px 0;
  }
  .grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
    border-right-width: 0;
  }
  .grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
    border-right-width: 0;
  }
  .grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
    border-right-width: 0;
  }
  .grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
    border-right-width: 0;
  }
  .grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
    border-right-width: 0;
  }
  .grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
    border-bottom-width: 0;
  }
  .grid-ibx--style-lined-center {
    border: 0;
  }
  
  /* GridIconBox Styles - Gradient */
  .grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
  }
  .grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
  }
  .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
  }
  .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
  }
  .grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }





  .grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #ff9800;
    border-bottom: 0;
  }
  .grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
  .grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ff9800),
      color-stop(100%, transparent)
    );
    background: -webkit-linear-gradient(top, #ff9800 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #ff9800 0%, transparent 100%);
    background: linear-gradient(to bottom, #ff9800 0%, transparent 100%);
  }
  
  /* Hover Effects - Shadow */
  .grid-ibx--hover-shadow .grid-ibx__item {
    -webkit-transition: box-shadow 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .grid-ibx--hover-shadow .grid-ibx__item:hover {
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
  }





  #workingProcess .grid-ibx__item{
    border: 1px solid #bfbfbf6e;
    border-radius: 5px;
    box-shadow: 0 -10px 30px -10px rgb(122 122 122 / 29%);
  }



/* 3 grid service section css*/
a.step_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
/* Goboxes (stepsbox2) */
.gobox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #ededed;
  }
  .gobox-content {
    z-index: 1;
    position: relative;
  }
  .gobox-content p {
    font-size: 0.9rem;
  }
  .gobox-content p:last-child {
    margin-bottom: 0;
  }
  .gobox h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
  }
  .gobox:before,
  .gobox:after {
    content: "";
    position: absolute;
    top: 50%;
  }
  .gobox:before {
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .gobox:after {
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .gobox.gobox-first:before,
  .gobox.gobox-last:after {
    display: none;
  }
  .gobox.ok:before,
  .gobox.ok:after,
  .gobox.ok {
    background-color: #ff9800;
    font-size: 1rem;
    color: #fff;
  }
  .gobox.ok h4 {
    color: #fff;
  }
  .gobox.ok > .far {
    font-size: 42px;
    color: rgba(255, 255, 255, 0.6);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
  }
  .gobox.ok > .far + .gobox-content {
    overflow: hidden;
    margin-left: 30px;
  }


  @media (max-width: 992px){
  .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  }

  @media (max-width: 480px){

    .grid-ibx--style-lined-gradient .grid-ibx__item {
      margin-left: 0px;
      margin-right: 0px;
  }
    .gobox:after {
      right: unset !important;
  }
    .gobox:before {
      left: unset !important;
      width: 0%;  
  }
  .gobox.ok > .far {
    left: 16px;
  }
  }

/* Process steps */
.process_steps {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 35px;
    width: 100%;
    min-height: 0;
  }


  /* Process steps style2 */
.process_steps--style2 {
    overflow: hidden;
    padding: 11px 0;
  }
  .container .process_steps--style2 {
    overflow: visible;
  }
  .process_steps--style2 .process_steps__container,
  .process_steps--style2 .process_steps__height {
    min-height: 235px;
  }
  .process_steps--style2 .process_steps__container {
    float: left;
    width: 66%;
    border-radius: 5px;
    position: relative;
    min-height: 310px;
    padding-right: calc(((100vw - 1170px) / 2) + 15px);
  }
  .container .process_steps--style2 .process_steps__container {
    padding-right: 0;
  }
  .process_steps--style2 .process_steps__container:before {
    content: "";
    width: 100%;
    height: 108%;
    position: absolute;
    left: -30px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    border: solid 1px #e0e0e0;
    top: -4%;
    padding-right: calc(((100vw - 1170px) / 2) + 0px);
    box-sizing: content-box;
    border-radius: 5px;
  }
  .process_steps--style2 .process_steps__container:after {
    content: "";
    width: 10px;
    height: 106%;
    position: absolute;
    left: -40px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    z-index: 1;
    top: -3%;
    background: -webkit-gradient(
      100% 50%,
      ellipse,
      rgba(0, 0, 0, 0.5),
      transparent 70%
    );
    background: -webkit-radial-gradient(
      100% 50%,
      ellipse,
      rgba(0, 0, 0, 0.5),
      transparent 70%
    );
    background: radial-gradient(
      ellipse at 100% 50%,
      rgba(0, 0, 0, 0.5),
      transparent 70%
    );
    background: -webkit-radial-gradient(
      100% 50%,
      100% 70%,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 70%
    );
  }
  .process_steps--style2.kl-bgc-light .process_steps__container:before {
    background: #fff;
  }
  .process_steps--style2.kl-bgc-gray .process_steps__container:before {
    background: #f1f1f1;
    border: solid 1px #f1f1f1;
  }
  .process_steps--style2 .process_steps__step {
    padding: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .process_steps--style2 .process_steps__container .process_steps__step:after {
    content: "";
    width: 10px;
    height: 70%;
    left: 100%;
    top: 15%;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    opacity: 0.05;
    position: absolute;
  }
  .process_steps--style2
    .process_steps__container
    .process_steps__step:last-child:after {
    display: none;
  }
  
  .process_steps--style2 .process_steps__step-title {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
  }
  .process_steps--style2 .process_steps__step-desc {
    color: #888888;
    margin-bottom: 0;
  }
  .process_steps--style2 .process_steps__step-icon {
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
    font-size: 48px;
  }
  .process_steps--style2 .process_steps__step-typeimg,
  .process_steps--style2
    .process_steps__step-typeimg
    .process_steps__step-icon-src {
    max-height: 90px;
    display: inline-block;
    margin: 0;
  }
  .process_steps--style2 .process_steps__intro {
    background: #036297;
    text-align: left;
    float: left;
    width: 34%;
    padding: 30px 40px 30px 30px;
    padding-left: calc(((100vw - 1170px) / 2) + 15px);
  }
  .container .process_steps--style2 .process_steps__intro {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 30px;
  }
  .process_steps--style2 .process_steps__intro:after {
    border-left-color: #ff9800;
  }
  .process_steps--style2 .process_steps__intro-title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
  }
  .process_steps--style2 .process_steps__intro-title::before {
    content: "";
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: inline-block;
    bottom: 0;
  }
  .process_steps--style2 .process_steps__intro-title strong {
    font-size: 120%;
    display: block;
  }
  .process_steps--style2 .process_steps__intro-link {
    font-size: 11px;
    font-weight: 700;
    color: #eee;
    display: inline-block;
  }
  .process_steps--style2 .process_steps__intro-link:hover {
    color: #fff;
  }


  /* Animations for Process Icons */

.process_steps__step:hover .process_steps__step-icon-src[data-animation] {
    display: inline-block;
  }
  
  .process_steps__step:hover .process_steps__step-icon-src[data-animation="tada"] {
    -webkit-animation: tada ease-in-out 1 normal 800ms !important;
    animation: tada ease-in-out 1 normal 500ms !important;
}

@media (max-width: 991px){
  .process_steps--style2 .process_steps__intro {
    width: 100%;
  }
  .process_steps--style2 .process_steps__container {
    width: 100%;
  }
  .process_steps--style2 .process_steps__container:before {
    width: 100%;
    height: 108%;
    left: 0px;
    -webkit-transform: skewX(0deg) translate3d(0, 0, 0);
    -ms-transform: skewX(0deg) translate3d(0, 0, 0);
}

}
@media (max-width: 480px){
  .process_steps--style2 .process_steps__intro {
    width: 100%;
  }
  .process_steps--style2 .process_steps__container {
    width: 100%;
  }
  .process_steps--style2 .process_steps__container:before {
    width: 100%;
    height: 108%;
    left: 0px;
    -webkit-transform: skewX(0deg) translate3d(0, 0, 0);
    -ms-transform: skewX(0deg) translate3d(0, 0, 0);
}

}