@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Federo);
@import url("https://fonts.googleapis.com/css?family=Raleway");

.respon-p {
  float: right;
}
ul {
  list-style: none;
}

.padd {
  padding: 8px;
  color: black;
}

.dots:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
.clrw {
  color: white;
}
.p5 {
  padding: 50px;
}
@media only screen and (max-width: 640px) {
  .respon-p {
    width: 333px;
    margin-left: -55px;
  }
}
.ml-5 {
}
.mt-5 {
  margin-top: 50px;
}
.border-left {
  border-left: 4px solid #ff8400;
}
.pl-10 {
  padding-left: 10px;
}
.margin-lt {
  margin-top: 40px;
}
.chip {
  background: #ff8400;
  color: white;
  font-size: 20px;
  padding: 3px;
  /* border: 22px; */
  border-radius: 2px;
}

/* carousel */

.product-single-gallery {
  margin-bottom: 3rem;
}
.product-single-gallery .sticky-slider {
  position: relative;
}
.product-single-gallery a {
  display: block;
}
.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.product-single-gallery .owl-nav {
  font-size: 2.8rem;
}
.product-single-gallery .owl-nav .owl-prev {
  left: 2.5rem;
}
.product-single-gallery .owl-nav .owl-next {
  right: 2.5rem;
}
.product-single-gallery .owl-nav button {
  transition: opacity 0.5s;
  opacity: 0.5;
}
.product-single-gallery .product-item {
  position: relative;
}
.product-single-gallery .product-item:not(:last-child) {
  margin-bottom: 4px;
}
.product-single-gallery .product-single-grid {
  margin-bottom: 3.6rem;
}

.product-single-extended .product-single-gallery {
  position: relative;
}
.product-single-extended .product-single-gallery .owl-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  transition: background-color 1s;
}
.product-single-extended .product-single-gallery .owl-item.center:before {
  background-color: rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
  .widget-info ul {
    display: block;
  }
}
.product-single-grid .product-single-gallery .product-item {
  margin-bottom: 2rem;
}
.product-slider-container {
  position: relative;
}
.product-slider-container:hover .prod-full-screen,
.product-slider-container:hover .owl-prev,
.product-slider-container:hover .owl-next {
  opacity: 1;
}
owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
     *  Owl Carousel - Animate Plugin
     */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
     * 	Owl Carousel - Lazy Load Plugin
     */
.owl-carousel .owl-item {
  /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
     * 	Owl Carousel - Video Plugin
     */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #222529;
  font-size: 3rem;
}
.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #222529;
  margin: 0;
  font-size: 3rem;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"] i:before {
  margin: 0;
  width: auto;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #222529;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2.5rem;
  display: none;
}
.owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 2px 2px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 0.2rem solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  background-color: #08c;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #08c;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
  border-color: #fff;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #08c;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
  border-color: #08c;
}
.product-single-gallery .product-item {
  position: relative;
}
.product-single-gallery .product-item:not(:last-child) {
  margin-bottom: 4px;
}
.product-single-grid .product-single-gallery .product-item {
  margin-bottom: 2rem;
}
.product-single-grid .inner {
  position: relative;
}
.product-single-grid .product-item:hover .prod-full-screen {
  opacity: 1;
}
.product-single-grid .product-item:hover .prod-full-screen {
  opacity: 1;
}
.product-slider-container:hover .prod-full-screen,
.product-slider-container:hover .owl-prev,
.product-slider-container:hover .owl-next {
  opacity: 1;
}
.prod-thumbnail {
  display: flex;
  display: -ms-flexbox;
  margin: 3px -3px 0;
}
.prod-thumbnail > .owl-dot {
  flex: 1;
  -ms-flex: 1 1 100px;
  margin: 3px;
}
.prod-thumbnail img {
  cursor: pointer;
  width: 120px;
  border: 1px solid #eee;
  margin: 0 auto;
}
.prod-thumbnail .active img,
.prod-thumbnail img:hover {
  border: 2px solid #21293c;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2.5rem;
}
.owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 2px 2px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 0.2rem solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  background-color: #08c;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #08c;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
  border-color: #fff;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #08c;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
  border-color: #08c;
}
.contact-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(255 132 0 / 0%)),
    url(../img/newbanners/contact-us.jpg);
  background-size: cover;
  padding: 40px;
  height: 207px;
}
@media (max-width: 767px) {
  .minus-m {
    margin-right: 20px !important;
    margin-left: 10px !important;
  }
}
.my {
  margin: 20px 0 20px 0;
}
.f-section {
  padding: 24px 0 100px 0px;
  background-size: cover;
  background-image: linear-gradient(45deg, rgb(0 0 0/72%), rgb(51 51 51)),
    url(../img/newbanners/banner-f.jpg);
}
.rc-anchor-content {
  width: 144px !important;
}
@media (max-width: 765px) {
  .mt-sm {
    margin-top: 25px !important;
  }
}
.feature-img-height {
  height: 100px !important;
}
/*.text-center img {*/
/*  height: 100px !important;*/
/*}*/
.bipv {
  height: 123px !important;
}
.facade-structure__component::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff8400;
}
.facade-structure__component {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #414141;
  padding-left: 26px;
  position: relative;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
*, ::before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-btn {
  color: #ff8400;
  font-weight: 800;
  letter-spacing: 3px;
  background: none;
  text-decoration: none;
  background-color: white;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.3s ease 0s;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.bor-right {
  border-right: 3px solid #045491;
  height: 220px;
}
@media (max-width: 985px) {
  .bor-right {
    border-right: none !important;
  }
  .border-left {
    margin-left: 0px !important;
  }
}
.mb-5 {
  margin-bottom: 50px;
}
.pb-5 {
  padding-bottom: 50px;
}
.ptb-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
}

.ag-format-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;

  position: relative;
}

.ag-timeline-block {
  padding: 100px 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;

  font-size: 80px;
}

.ag-timeline_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #393935;

  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #ff8400;
}
.ag-timeline-card_point-box {
  margin-left: 20px;
  margin-right: 20px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: #045491;

  text-align: center;

  font-size: 20px;
  color: #fff;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  background-color: #ff8400;
}

.ag-timeline-card_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;

  background-color: #045491;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);

  animation-fill-mode: both;

  position: relative;
}

.js-ag-animated .ag-timeline-card_item {
  opacity: 0;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-ag-animated.js-ag-show:nth-child(2n + 1) .ag-timeline-card_item {
  -webkit-animation-name: card-animation-left;
  -moz-animation-name: card-animation-left;
  -o-animation-name: card-animation-left;
  animation-name: card-animation-left;
}
.js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item {
  -webkit-animation-name: card-animation-right;
  -moz-animation-name: card-animation-right;
  -o-animation-name: card-animation-right;
  animation-name: card-animation-right;
}

.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #282828;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}

.ag-timeline-card_img {
  width: 100%;
  border: 1px solid #ddd;
}
.ag-timeline-card_meta-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_meta-box {
  text-align: right;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;

  font-weight: bold;
  font-size: 28px;
  color: #045491;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-weight: bold;
  font-size: 28px;
  color: #ff8400;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #fff;
}

@-webkit-keyframes card-animation-left {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes card-animation-left {
  0% {
    opacity: 0;

    -moz-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes card-animation-left {
  0% {
    opacity: 0;

    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes card-animation-left {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes card-animation-right {
  0% {
    opacity: 0;

    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes card-animation-right {
  0% {
    opacity: 0;

    -moz-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes card-animation-right {
  0% {
    opacity: 0;

    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes card-animation-right {
  0% {
    opacity: 0;

    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .ag-timeline_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    position: relative;
  }
  .ag-timeline-card_title {
    display: block;
  }

  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;

    margin-left: 8px;
  }
  .ag-timeline-card_item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;

    max-width: 100%;
    margin-left: 10px;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item,
  .js-ag-animated.js-ag-show:nth-child(2n + 1) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-right;
    -moz-animation-name: card-animation-right;
    -o-animation-name: card-animation-right;
    animation-name: card-animation-right;
  }
  .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}
.spcing {
  top: 50%;
  position: absolute;
  left: 30%;
}
@media (max-width: 765px) {
  .spcing {
    top: 0 !important;
    position: relative !important;
    left: 0 !important;
  }
}
.banner-text-new {
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
}
@media (max-width: 765px) {
  .banner-text-new {
    left: 11% !important;
  }
}

.banner_new_1 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner_new {
  max-height: 100vh !important;
  width: 100% !important;
  height: 100vh !important;
  background-image: url(../img/Spark-website-banner-2.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  animation: zoom-out 3s linear infinite;
  transition: 1s;
}

@media (max-width: 776px) {
  .banner_new {
    max-height: 31vh !important;
    width: 100% !important;
    height: 70vh !important;
    /* min-height: 26vh !important; */
    max-height: 100vh !important;
    background-image: url(../img/Spark-website-banner-2.jpg);
    background-size: cover;
    background-position: center;
    position: relative !important;
    z-index: 0 !important;
    overflow: hidden !important;
    animation: zoom-out 3s linear infinite !important;
    transition: 1s !important;
  }
}

.page-title-1 {
  padding-top: 131px;
  padding-bottom: 283px;
  padding-left: 336px;
}

.mob-css {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  color: white;
}

.mob-css2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  color: white;
  margin-top: 20px;
  height: 10px;
  margin-bottom: 35px;
}

.mob-css3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 33px;
  font-family: "Raleway", sans-serif;
  color: white;
  height: 10px;
  margin-top: 35px;
}
.page-title > h1 {
  font-size: 4vw;
  color: #000;
  font-family: "Federo", sans-serif;
  font-family: "Raleway", sans-serif;
  /* text-transform: uppercase; */
}
@media (max-width: 800px) {
  .page-title-1 {
    padding-top: 90px !important;
    transition: 1s;
    padding-left: 90px !important;
  }

  .mob-css3 {
    font-size: 24px !important;
    transition: 1s;
  }

  .mob-css2 {
    font-size: 23px !important;
    transition: 1s;
  }

  .mob-css {
    font-size: 28px !important;
    transition: 1s;
  }
}

@media (max-width: 450px) {
  .page-title-1 {
    padding-top: 75px !important;
    transition: 1s;
    padding-left: 81px !important;
  }

  .mob-css3 {
    font-size: 20px !important;
    transition: 1s;
  }

  .mob-css2 {
    font-size: 28px !important;
    transition: 1s;
  }

  .mob-css {
    font-size: 32px !important;
    transition: 1s;
  }
}

.gf {
  -webkit-animation: zoom-out 3s linear infinite;
  animation: zoom-out 3s linear infinite;
}

@-webkit-keyframes zoom-out {
  100% {
    width: 100%;
  }
}

@keyframes zoom-out {
  100% {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .border-left m-for-all {
    margin-left: 0px !important;
    transition: 1s;
  }
}

.m-for-all {
  margin-left: 70px;
  transition: 1s;
}

@media (max-width: 500px) {
  .m-for-all {
    margin-left: 20px !important;
    transition: 1s;
  }
}

.contact-products {
  border-bottom: 1px solid #eeeeed;
  margin-left: 26%;
}

.contact-products .w1280 {
  border-right: 1px solid #e3e5e8;
  padding: 0;
}

a {
}

@media only screen and (max-width: 1500px) {
  .w1280 {
    max-width: 1010px;
  }
}

.w1280 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 10px;
}

@media only screen and (max-width: 780px) {
  .contact-products a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}

.contact-products a {
  display: block;
  width: 33.31%;
  text-align: center;
  font-size: 24px;
  height: 90px;
  line-height: 90px;
  float: left;
  color: #045491;
  text-decoration: none;
}
.contact-products .f {
  border-left: 1px solid #e3e5e8;
  border-bottom: 1px solid #e3e5e8;
}
.contact-products .s {
  border-right: 1px solid #e3e5e8;
  border-bottom: 1px solid #e3e5e8;
}
.contact-products a:hover {
  background: #eee;
}
.contact-products a.active {
  background: #ff8400;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  .contact-products a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 780px) {
  .contact-products a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }

  .contact-products a {
    display: block;
    width: 33.31%;
    text-align: center;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid #e3e5e8;
    float: left;
  }
}
.home-title {
  font-size: 5vw;
  padding-top: 25px;
  color: #fff;
  font-family: "MYRIADAT";
  text-shadow: 1px 1px 3px #000;
}

.home-subtitle {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-shadow: 1px 1px 3px #000;
  font-size: 2.5vw;
  border-left: 4px solid #faa61b;
  padding-left: 15px;
}

.home-subtitle + h3 {
  text-shadow: 1px 1px 3px #000;
  color: #d0d0d0;
}

.last {
  background-color: rgba(0, 53, 84, 0.65) !important;
}

.spark-home {
  border-bottom: 2px solid #008dff !important;
}

.container-fluid.main {
  position: relative;
  /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent;
  /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute;
  /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width: 991px) {
  .carousel .background {
    background-size: cover;
    /* To make the background image looks good */
  }
}

.carousel .background.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/home.jpg");
}

.carousel .background.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/solar-panels-in-field-with-sun-151.jpg");
}

.carousel .background.a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/90578745_2.jpg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s;
  /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute;
  /* To make the div to be place anywhere. It is out of the document flow */
  top: 250px;
  /* The distance between the div with the top of document */
  left: 0px;
  /* Make the div full width */
  right: 0px;
  /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  font-weight: bold;
  background-color: #ff8400;
  color: #ffffff;
}

.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 22px;
  font-weight: bold;
  background-color: white;
  color: #ff8400;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: white;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

.float-button {
  text-decoration: none;
  position: fixed;
  padding: 8px;
  height: 50px;
  bottom: 20px;
  right: 35px;
  background-color: #008000c9;
  color: #fff;
  border-radius: 50%;
}

@media screen and (max-width:545px) {
  span {
    /*display: none;*/
  }

  .float-button {
    border-radius: 10px;
  }

  .fa-whatsapp {
    font-size: 40px !important;
  }
}

.fl-fl {
  background: #ff8400;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 214px;
  position: fixed;
  right: -174px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.fa-icon {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 23px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 200px;
}

.float-tw {
  top: 255px;
}

.float-gp {
  top: 310px;
}

.float-rs {
  top: 365px;
}

.float-ig {
  top: 420px;
}

.float-pn {
  top: 445px;
}

.float-sm a {
  color: white !important;
}

.float-sm a:hover {
  color: white !important;
}