/* @import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Roboto:300,400,500); */

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-SemiBoldItalic.ttf");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
  font-weight: 600;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "AllRoundGothicDemi";
  src: url("../fonts/ALLROUND_GOTHIC_DEMI.OTF");
}

@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.ttf");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold;
  font-weight: 600;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf");
  font-weight: bold;
  font-weight: 800;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-weight: 800;
}



body {
  font-size: 1.25rem;
  font-family: 'SourceSansPro';
  font-weight: 400;
}

.navbar {
  font-size: 1rem;
}

.h5, h5 {
  font-size: 1.45rem;
}

.list-style-none {
  list-style: none;
  /* margin-left: 10px; */
}

ul.list-style-none li:before {
  content: "–";
  position: absolute;
  margin-top: 2px;
}

ul.list-style-none li:hover {
  color: white;
}

/* .grad-bg {
  background: hsla(16, 76%, 53%, 1);

background: linear-gradient(90deg, hsla(16, 76%, 53%, 1) 20%, hsla(210, 62%, 41%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(16, 76%, 53%, 1) 20%, hsla(210, 62%, 41%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(16, 76%, 53%, 1) 20%, hsla(210, 62%, 41%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E25C2D", endColorstr="#ff5a29", GradientType=1 );
} */

.grad-bg {
  background-color: #ff5a29; 
  /* background-color: #ff5a29; */
  /* background-image: linear-gradient(90deg, #ff5a29 0%, #2AF598 100%); */
}

.modal *{
  font-family: 'SourceSansPro';
  font-size: 12;
}
.modal-footer {
  border-top: 0;
}

.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.v_middle {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
  float: none;
}

h3 span {
  color: #ff5a29;
}

.fcolor {
  color: #ff5a29;
}

.lcolor {
  color: #ff5a29;
}

/* .pcolor {
  /* color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;; */
  /*color: #ff5a29;

}
.pcolor:hover {
  color: #ff5a29;
}
.scolor {
  color: #167D7F;
} */
.color1 {
  color: #98D7C2;
}
.color2 {
  color: #DDFFE7;
}
.pcolor-bg {
  background: #ff5a29;
}
.scolor-bg {
  background: #ff5a29;
}
.color1-bg {
  background: #f9a825;
}
.color2-bg {
  background: #23c75a;
}
.section-bg {
  background: #f5f5f5;
}
.section-padding {
  padding: 120px 0;
}
.sub-section-padding {
  padding: 60px 0;
}
.section-title {
  margin-bottom: 70px;
  text-align: center;
}
.section-title h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 700;
}
.section-title h2 span {
  /* color: #e25c2d; */
  /* color: inherit; */
  /* background: #CD1317;
  background: -webkit-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: -moz-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */

  /* background-color: #ff5a29;
  background: -webkit-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: -moz-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
   -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */

  color: #ff5a29;

}


.section-title p {
  margin: 0 auto;
  /* width: 650px; */
  text-align: center;
}
.section-title.title-left {
  text-align: left;
}
.section-title.title-left p {
  text-align: left;
  width: 100%;
}
.btns {
  display: inline-block;
  padding: 10px 35px;
  background: #ff5a29;
  /* color: #ff5a29; */
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.btns:hover {
  background: #ff5a29;
  color: #fff;
}
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-share li {
  margin-right: 10px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a {
  display: block;
  padding: 12px;
  border: 1px solid #ff5a29;
  color: #ff5a29;
  line-height: 0;
}
.social-share li a:hover {
  background: #ff5a29;
  color: #fff;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  padding: 12px 15px;
  border: 1px solid #ececec;
  color: #b1b1b1;
}
.pagination ul li a:hover {
  color: #ff5a29;
  border-color: #ff5a29;
}
.pagination ul li.active a {
  color: #fff;
  border-color: #ff5a29;
  background: #ff5a29;
}
.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #fff;
  z-index: 100;
}
#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: 0.25em solid #ff5a29;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hill:after {
  content: "";
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #fff;
}
#box {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0.25em solid #ff5a29;
  -webkit-border-radius: 15%;
  border-radius: 15%;
  -ms-transform: translate(0, -1em) rotate(-45deg);
  -webkit-transform: translate(0, -1em) rotate(-45deg);
  transform: translate(0, -1em) rotate(-45deg);
  -webkit-animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
  animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
}
@-webkit-keyframes push {
  0% {
    -webkit-transform: translate(0, -1em) rotate(-45deg);
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    -webkit-transform: translate(0, -1em) rotate(-50deg);
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    -webkit-transform: translate(1em, -2em) rotate(47deg);
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    -webkit-transform: translate(1em, -2em) rotate(45deg);
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(1em, -2em) rotate(40deg);
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    -webkit-transform: translate(2em, -3em) rotate(137deg);
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    -webkit-transform: translate(2em, -3em) rotate(135deg);
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    -webkit-transform: translate(2em, -3em) rotate(130deg);
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    -webkit-transform: translate(3em, -4em) rotate(217deg);
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    -webkit-transform: translate(3em, -4em) rotate(220deg);
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    -webkit-transform: translate(0, -1em) rotate(-225deg);
    transform: translate(0, -1em) rotate(-225deg);
  }
}
@keyframes push {
  0% {
    -webkit-transform: translate(0, -1em) rotate(-45deg);
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    -webkit-transform: translate(0, -1em) rotate(-50deg);
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    -webkit-transform: translate(1em, -2em) rotate(47deg);
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    -webkit-transform: translate(1em, -2em) rotate(45deg);
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(1em, -2em) rotate(40deg);
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    -webkit-transform: translate(2em, -3em) rotate(137deg);
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    -webkit-transform: translate(2em, -3em) rotate(135deg);
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    -webkit-transform: translate(2em, -3em) rotate(130deg);
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    -webkit-transform: translate(3em, -4em) rotate(217deg);
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    -webkit-transform: translate(3em, -4em) rotate(220deg);
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    -webkit-transform: translate(0, -1em) rotate(-225deg);
    transform: translate(0, -1em) rotate(-225deg);
  }
}
html {
  color: #333;
  font-size: 16px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
input:focus {
  outline: 0;
  border: 0 none;
}
textarea {
  resize: vertical;
  outline: 0;
}
a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
/* body {
  font-family: Roboto, sans-serif;
} */
p {
  color: #504b47;
  font-weight: 400;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Hind, sans-serif;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
.pcolor {
  color: #ff5a29;
}
.pcolor:hover {
  color: #ff5a29;
}
.scolor {
  color: #ff5a29;
}
.color1 {
  color: #f9a825;
}
.color2 {
  color: #23c75a;
}
.pcolor-bg {
  background: #ff5a29;
}
.scolor-bg {
  background: #2196f3;
}
.color1-bg {
  background: #f9a825;
}
.color2-bg {
  background: #23c75a;
}
.section-bg {
  background: #f5f5f5;
}
.section-padding {
  padding: 120px 0;
}
.section-title {
  margin-bottom: 70px;
  text-align: center;
}
.section-title h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: 700;
}
/*.section-title h2 span {
  color: #e25c2d; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*
}*/
/* .section-title p {
  margin: 0 auto;
  width: 650px;
  text-align: center;
} */
.section-title.title-left {
  text-align: left;
}
.section-title.title-left p {
  text-align: left;
  width: 100%;
}
.btns {
  display: inline-block;
  padding: 10px 35px;
  background: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.btns:hover {
  background: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  color: #fff;
}
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-share li {
  margin-right: 10px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a {
  display: block;
  padding: 12px;
  border: 1px solid #ff5a29;
  color: #ff5a29;
  line-height: 0;
}
.social-share li a:hover {
  background: #ff5a29;
  color: #fff;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  padding: 12px 15px;
  border: 1px solid #ececec;
  color: #b1b1b1;
}
.pagination ul li a:hover {
  color: #ff5a29;
  border-color: #ff5a29;
}
.pagination ul li.active a {
  color: #fff;
  border-color: #ff5a29;
  background: #ff5a29;
}
.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #fff;
  z-index: 100;
}
#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: 0.25em solid #ff5a29;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hill:after {
  content: "";
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #fff;
}
#box {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0.25em solid #ff5a29;
  -webkit-border-radius: 15%;
  border-radius: 15%;
  -ms-transform: translate(0, -1em) rotate(-45deg);
  -webkit-transform: translate(0, -1em) rotate(-45deg);
  transform: translate(0, -1em) rotate(-45deg);
  -webkit-animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
  animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
}
@keyframes push {
  0% {
    -webkit-transform: translate(0, -1em) rotate(-45deg);
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    -webkit-transform: translate(0, -1em) rotate(-50deg);
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    -webkit-transform: translate(1em, -2em) rotate(47deg);
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    -webkit-transform: translate(1em, -2em) rotate(45deg);
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(1em, -2em) rotate(40deg);
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    -webkit-transform: translate(2em, -3em) rotate(137deg);
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    -webkit-transform: translate(2em, -3em) rotate(135deg);
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    -webkit-transform: translate(2em, -3em) rotate(130deg);
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    -webkit-transform: translate(3em, -4em) rotate(217deg);
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    -webkit-transform: translate(3em, -4em) rotate(220deg);
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    -webkit-transform: translate(0, -1em) rotate(-225deg);
    transform: translate(0, -1em) rotate(-225deg);
  }
}
.pages-header {
  padding: 60px 0;
  background: url(../images/help-banner-red.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.pages-header h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
.pages-header .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0;
}
.pages-header .breadcrumbs li {
  list-style: none;
}
.pages-header .breadcrumbs li + li {
  margin-left: 25px;
  position: relative;
}
.pages-header .breadcrumbs li + li:before {
  position: absolute;
  content: "/";
  left: -14px;
  top: 0;
}
.pages-header .breadcrumbs li a {
  color: #fff;
}
.pages-header .breadcrumbs li a span {
  margin-right: 5px;
}
.pages-header .breadcrumbs li a:hover {
  color: #252b33;
}
.pages-header .breadcrumbs li.active {
  color: #eee;
}
.blog-sidebar .sidebar-widget {
  margin-bottom: 60px;
}
.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-widget h3 {
  margin: 0 0 30px 0;
  position: relative;
  font-weight: 700;
  font-size: 22px;
}
.blog-sidebar .sidebar-widget.search-widget form {
  position: relative;
}
.blog-sidebar .sidebar-widget.search-widget form input {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  padding: 0 60px 0 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-sidebar .sidebar-widget.search-widget form input:focus {
  border-color: #ff5a29;
}
.blog-sidebar .sidebar-widget.search-widget form button {
  width: 45px;
  height: 45px;
  background: #ff5a29;
  color: #fff;
  border: 1px solid #ff5a29;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-sidebar .sidebar-widget.archieve-widget ul,
.blog-sidebar .sidebar-widget.recent-post ul {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-widget.archieve-widget ul li,
.blog-sidebar .sidebar-widget.recent-post ul li {
  padding: 10px 0 10px 25px;
  position: relative;
}
.blog-sidebar .sidebar-widget.archieve-widget ul li:first-child,
.blog-sidebar .sidebar-widget.recent-post ul li:first-child {
  padding-top: 0;
}
.blog-sidebar .sidebar-widget.archieve-widget ul li:before,
.blog-sidebar .sidebar-widget.recent-post ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background: #ff5a29;
  top: 20px;
}
.blog-sidebar .sidebar-widget.archieve-widget ul li a,
.blog-sidebar .sidebar-widget.recent-post ul li a {
  color: #616161;
}
.blog-sidebar .sidebar-widget.archieve-widget ul li a:hover,
.blog-sidebar .sidebar-widget.recent-post ul li a:hover {
  color: #ff5a29;
}
.blog-sidebar .sidebar-widget.tags-widget ul {
  margin-bottom: 0;
}
.blog-sidebar .sidebar-widget.tags-widget ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-sidebar .sidebar-widget.tags-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .sidebar-widget.tags-widget ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #616161;
}
.blog-sidebar .sidebar-widget.tags-widget ul li a:hover {
  color: #ff5a29;
  border-color: #ff5a29;
}
.project-pagination {
  margin: 80px 0;
}
.project-pagination ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5a29;
  font-size: 18px;
}
.project-pagination ul li a:hover {
  color: #504b47;
}
.project-pagination ul li:first-child a span {
  padding-right: 7px;
}
.project-pagination ul li:last-child a span {
  padding-left: 7px;
}
.header-top {
  /* background: #252b33; */
  padding: 15px 0;
}
.header-top .top-left ul {
  margin: 2px 0 0 0;
}
.header-top .top-left ul li {
  margin-right: 30px;
  display: inline-block;
  color: #b7b7b7;
  font-weight: 300;
  font-size: 15px;
}
.header-top .top-left ul li:last-child {
  margin-right: 0;
}
.header-top .top-left ul li span {
  color: #ff5a29;
  display: inline-block;
  padding-right: 8px;
}
.header-top .top-right {
  text-align: right;
}
.header-top .top-right ul {
  margin: 0;
  display: inline-block;
}
.header-top .top-right ul li {
  display: inline-block;
}
.header-top .top-right ul li a {
  display: block;
  color: #b7b7b7;
  background: #424242;
  font-size: 12px;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.header-top .top-right ul li a:hover {
  background: #ff5a29;
  color: #fff;
}
.main-menu {
  padding: 20px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-menu .navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.navbar .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar .navbar-collapse ul li {
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.navbar .navbar-collapse ul li:last-child {
  margin-right: 0;
}
.navbar .navbar-collapse ul li a {
  color: inherit;
  font-weight: 500;
  font-family: Hind, sans-serif;
  /* text-transform: uppercase; */
}
.navbar .navbar-collapse ul li.active a:hover {
  /* color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;; */
  /* background: #CD1317;
  background: -webkit-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: -moz-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: linear-gradient(to right, #CD1317 0%, #F9B300 100%); */

  /* background-color: #ff5a29;
  background: -webkit-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: -moz-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */

  color: #fff;
  background-color: #ff5a29;
  border-radius: 1px;
  /* color: #ff5a29; */
}

.navbar .navbar-collapse ul li.active a.dropdown-item:hover {
  color: #fff;
  background-color: #ff5a29;
  border-radius: 1px;
}
.navbar .navbar-collapse ul li a.dropdown-toggle:after {
  content: none;
}
.navbar .navbar-collapse ul li.active a {
  color: #ff5a29;
}
.navbar .navbar-collapse ul li.active .dropdown-menu a {
  color: #333;
}
.navbar .navbar-collapse ul li.dropdown .dropdown-menu {
  top: 60px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 15px 0;
  min-width: 12rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-collapse ul li.dropdown .dropdown-menu:before {
  position: absolute;
  content: "";
  left: 8px;
  top: -9px;
  border-bottom: 9px solid #ececec;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.navbar .navbar-collapse ul li.dropdown .dropdown-menu a {
  padding: 5px 20px;
  font-weight: 400;
  /* text-transform: capitalize; */
}
/* .navbar .navbar-collapse ul li.dropdown .dropdown-menu a:hover {
  background: 0 0;
} */
.navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 40px;
}
.navbar .navbar-collapse ul li.dropdown:hover a.nav-link {
  color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;
}

.navbar .navbar-collapse ul li a:hover {
  color: #e25c2d;
}

.navbar .navbar-collapse.collapse.show {
  z-index: 100;
  background: #fff;
  padding: 0 15px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
}
.nav-search-wrap {
  margin-right: 0 !important;
}
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: rgba(255, 255, 255, 0.95);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 20%;
  width: 100%;
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
  animation: slideInUp 0.3s;
}
.search-wrap .form-control {
  height: 66px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #eaeaea;
  font-size: 26px;
  margin-bottom: 0;
  color: #424242;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #424242;
}
input.main-search-input:-moz-placeholder {
  color: #424242;
  opacity: 1;
}
input.main-search-input::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
input.main-search-input:-ms-input-placeholder {
  color: #424242;
}
#search-close {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 30px;
  color: #424242;
  cursor: pointer;
}
.is-sticky .main-menu {
  background: #fff;
  z-index: 10 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 20px 0;
}
#particles {
  width: 100%;
  /* min-height: 480px; */
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0);
  /* background-image: url(../images/bg.jpeg); */
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area {
  position: relative;
}
.hero-area:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.02);
}
.hero-area .hero-area-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.hero-area .hero-area-content h1 {
  width: 750px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 30px;
}
.hero-area .hero-area-content h1 span, .hero-area .hero-area-content h2 span {
  /* color: color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;
  color: -webkit-color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;
  color: -moz-color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;; */

  /** TEXT GRADIENT color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;*/
  
  /* background: #CD1317;
  background: -webkit-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: -moz-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: linear-gradient(to right, #CD1317 0%, #F9B300 100%); */
 
  
  /* background-color: #ff5a29;
  background: -webkit-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: -moz-linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
  background: linear-gradient(90deg, #ff5a29 0%, #2AF598 100%);
   -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;  */

  color: #ff5a29;
}

.secondary-color {
  color: #ff0100 !important;
}

.logo-font {
  font-family: 'AllRoundGothicDemi'; 
  letter-spacing: 1px; 
}
.hero-area .hero-area-content p {
  width: 650px;
  margin: 0 auto;
}
.hero-area .hero-area-content form {
  width: 500px;
  margin: 50px auto 0 auto;
  position: relative;
}
.hero-area .hero-area-content form input {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 0 none;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  padding: 0 30px;
}
.hero-area .hero-area-content form button {
  position: absolute;
  background: #ff5a29;
  height: 52px;
  width: 52px;
  top: 4px;
  right: 7px;
  border: 0 none;
  color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  padding-top: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hero-area .hero-area-content form button:hover {
  background: #ff5a29;
}
.service-box-wrapper {
  position: relative;
}
.services-boxes {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
.services-boxes .box-single {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  text-align: center;
}
.services-boxes .box-single span.icon {
  font-size: 55px;
}
.services-boxes .box-single h3 {
  font-size: 20px;
  margin: 20px 0;
}
.services-boxes .box-single ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 8px;
}
.services-boxes .box-single ul li:last-child {
  padding-bottom: 0;
}
.services-boxes .box-single ul li span:last-child {
  font-weight: 400;
}
.services {
  padding: 260px 0 120px 0;
}
.services .service-image figure {
  position: relative;
}
.services .service-image figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.services .service-image figure figcaption a {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ff5a29;
  color: #fff;
  font-size: 25px;
  padding-top: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.services .service-image figure figcaption a:hover {
  background: #ff5a29;
  color: #fff;
}
.services .service-desc h2 {
  font-size: 32px;
  font-weight: 700;
}
.services .service-desc h2 span {
  color: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.hiw-process {
  background: url(../images/image2.jpeg);
  -webkit-background-size: 52% 52%;
  background-size: 52%;
  background-repeat: no-repeat;
  position: relative;
}
.hiw-process:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #f5f5f5;
}
.process-content {
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
.process-content .content-right {
  padding: 0 30px;
}
.process-content h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
}
.process-content h2 span {
  color: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.process-content ul {
  margin: 50px 0 0 0;
}
.process-content ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.process-content ul li:last-child {
  margin-bottom: 0;
}
.process-content ul li span.icon {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #dddbdb;
  color: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* .events {
  padding-bottom: 90px;
  background: url(../images/image3.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.events:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
} */
.events .single-event {
  padding: 40px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  background: #fff !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
}
.events .single-event:hover {
  color: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.events .a-date {
  display: table;
  height: 100%;
  padding-left: 30px;
}
.events .a-date p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.events .a-date p span {
  display: block;
  font-size: 18px;
  color: #252b33;
}
.events .a-desc {
  display: table;
  height: 100%;
}
.events .a-desc h3,h4,h5 a {
  font-weight: 400;
  color: #ff5a29; 
  /*background-image: -webkit-linear-gradient(0deg, #ff5a29 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.events .a-desc h3,h4,h5 a:hover {
  color: #252b33; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.events .a-desc p {
  margin: 0;
}
.events .a-icon {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.events .a-icon span {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.5rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.events .pagination {
  margin-top: 50px;
  padding-bottom: 40px;
}

.events .a-info {
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 1rem;
}

.events .a-info-icon {
  color: #ff5a29;
  padding: 5px 1rem;
  /* font-size: 2rem; */
}

.cta {
  background: url(../images/help-banner-red.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
.cta:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /* background: rgb(8 174 234 / 70%); */
}
.cta-contents {
  text-align: center;
}
.cta-contents p {
  width: 650px;
  margin: 0 auto;
  color: #f2f2f2;
  font-weight: 300;
}
.cta-contents h2 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 36px;
}
.cta-contents a {
  /* color: #fff; */
  color: #252b33;
  /* color: #ED8D21; */
  background: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px;
  margin-top: 30px;
}
.cta-contents a:hover {
  color: #000;
  /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  background: #ff5a29;
}
.cta-contents a span {
  display: inline-block;
  padding-left: 10px;
  /* color: #e25c2d;  */
  /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
}
.project-flow {
  padding-bottom: 60px;
}
.project-flow .flow-process .flow-single {
  margin-bottom: 60px;
}
.project-flow .flow-process .flow-single .icon {
  height: 150px;
  text-align: center;
  position: relative;
}
.project-flow .flow-process .flow-single .icon span {
  font-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.project-flow .flow-process .flow-single .icon.icon-down span {
  bottom: 0;
  top: auto;
}
.project-flow .flow-process .flow-single .divider {
  position: relative;
  margin: 30px 0;
  text-align: center;
  line-height: 0;
}
.project-flow .flow-process .flow-single .divider span {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ebedf2;
  background: #ff5a29;
  position: relative;
}
.project-flow .flow-process .flow-single .divider span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 140px;
  background: #ff5a29; /*linear-gradient(180deg, hsla(16, 76%, 53%, 1) 20%, hsla(210, 62%, 41%, 1) 100%); /*#ebedf2;*/
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  z-index: -1;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.project-flow .flow-process .flow-single .divider span:after {
  position: absolute;
  content: "";
  width: 8px;
  background: #ff5a29;
  left: 50%;
  bottom: 140px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.project-flow .flow-process .flow-single .divider.divider-down span:before {
  bottom: auto;
  top: 0;
}
.project-flow .flow-process .flow-single .divider.divider-down span:after {
  bottom: auto;
  top: 140px;
}
.project-flow .flow-process .flow-single .desc {
  text-align: center;
}
.project-flow .flow-process .flow-single:hover .divider span:before {
  height: 0;
}
.project-flow .flow-process .flow-single:hover .divider span:after {
  bottom: 0;
}
.project-flow
  .flow-process
  .flow-single:hover
  .divider.divider-down
  span:after {
  top: 0;
}
.projects .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.projects .section-title {
  margin-bottom: 30px;
}
.projects .project-left {
  padding: 65px 30px 65px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.projects .project-desc p {
  margin-bottom: 0;
}
.projects .project-desc a.btns {
  margin-top: 25px;
}
.projects .project-grid {
  padding-right: 0;
}
.projects .project-grid .project-single {
  float: left;
  width: 33.33%;
}
.projects .project-grid .project-single figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.projects .project-grid .project-single figure img {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.projects .project-grid .project-single figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.projects .project-grid .project-single figure figcaption div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.projects .project-grid .project-single figure figcaption div h3 {
  font-size: 22px;
  margin: 0 0 5px 0;
}
.projects .project-grid .project-single figure figcaption div h3 a {
  color: #fff;
}
.projects .project-grid .project-single figure figcaption div h3 a:hover {
  color: #333;
}
.projects .project-grid .project-single figure figcaption div span {
  color: #e7e7e7;
}
.projects .project-grid .project-single figure:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.projects .project-grid .project-single figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.team-area .team-single figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.team-area .team-single figure figcaption {
  position: absolute;
  left: 0;
  bottom: -98%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #ff5a29; /*background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;*/
  text-align: center;
  padding: 0 15px;
}
.team-area .team-single figure figcaption div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team-area .team-single figure figcaption h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 5px 0;
}
.team-area .team-single figure figcaption span {
  display: block;
  font-weight: 300;
  color: #eee;
}
.team-area .team-single figure figcaption ul {
  margin-top: 30px;
}
.team-area .team-single figure figcaption ul li {
  display: inline-block;
  margin-right: 15px;
}
.team-area .team-single figure figcaption ul li:last-child {
  margin-right: 0;
}
.team-area .team-single figure figcaption ul li a {
  display: block;
  background: #fff;
  padding: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.team-area .team-single figure figcaption ul li a:hover {
  background: #ff5a29;
}
.team-area .team-single figure figcaption ul li a:hover span {
  color: #fff;
}
.team-area .team-single figure figcaption ul li a span {
  color: #e25c2d; background-image: -webkit-linear-gradient(0deg, #e25c2d 35%, #ff5a29 60%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;;
}
.team-area .team-single figure:hover figcaption {
  bottom: 0;
}
.blog {
  padding-bottom: 90px;
}
.blog .blog-single {
  margin-bottom: 30px;
}
.blog .blog-single figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.blog .blog-single figure img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog .blog-single figure figcaption {
  position: absolute;
  width: 120px;
  height: 100%;
  right: 0;
  top: 0;
  background: rgb(228 87 6 / 80%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog .blog-single figure figcaption ul {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.blog .blog-single figure figcaption ul li {
  color: #fff;
  margin-bottom: 15px;
}
.blog .blog-single figure figcaption ul li:last-child {
  margin-bottom: 0;
}
.blog .blog-single figure figcaption ul li span {
  display: inline-block;
  padding-right: 5px;
}
.blog .blog-single figure figcaption ul li a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.blog .blog-single figure figcaption ul li a:hover {
  background: #252b33;
  border-color: #252b33;
}
.blog .blog-single figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog .blog-single figure:hover figcaption {
  width: 100%;
}
.blog .blog-single figure:hover figcaption ul li a {
  padding: 10px 30px;
}
.blog .blog-single .blog-details {
  /* background: #fff; */
  padding: 20px 1px; 
}
.blog .blog-single .blog-details h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
}
.blog .blog-single .blog-details h3 a {
  color: inherit;
}
.blog .blog-single .blog-details h3 a:hover {
  color: #ff5a29;
}
.blog .blog-single .blog-details p {
  margin: 0;
}
.partners {
  padding: 60px 0;
}
footer {
  padding: 80px 0 0 0;
  position: relative;
  /* background: url(../images/image3.jpg); */
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.98); */
  background: #f5f5f5;
}
.widget-area {
  margin-bottom: 40px;
}
.widget-area .widget-head {
  margin-bottom: 35px;
}
.widget-area .widget-head h2 {
  font-size: 26px;
  /* color: #fff; */
  color: #504b47;
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-area .widget-head h2 span {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #ff5a29;
  /* -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); */
}
.widget-contents {
  color: #504b47 /*#b1b1b1;*/
}
.widget-contents p {
  color: #504b47 /*#b1b1b1;*/
}
.widget-contents ul.footer-address {
  margin: 30px 0 0 0;
}
.widget-contents ul.footer-address li {
  margin-bottom: 5px;
  color: #504b47 /*#b1b1b1;*/
}
.widget-contents ul.footer-address li:last-child {
  margin-bottom: 0;
}
.widget-contents ul.footer-address li span {
  color: #ff5a29;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.widget-contents ul.footer-social {
  margin: 30px 0 0 0;
}
.widget-contents ul.footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.widget-contents ul.footer-social li:last-child {
  margin-right: 0;
}
.widget-contents ul.footer-social li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #ff5a29;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.widget-contents ul.footer-social li a:hover {
  background: #ff5a29;
}
.latest-post-widget .lp-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.latest-post-widget .lp-single:last-child {
  margin-bottom: 0;
}
.latest-post-widget .lp-single .lp-desc {
  margin-left: 15px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.latest-post-widget .lp-single .lp-desc h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.latest-post-widget .lp-single .lp-desc h3 a {
  /* color: #b1b1b1; */
  color: #504b47;
}
.latest-post-widget .lp-single .lp-desc h3 a:hover {
  color: #ff5a29;
}
.latest-post-widget .lp-single .lp-desc span {
  display: block;
  /* color: #b1b1b1; */
  color: #504b47;
  font-size: 14px;
  font-weight: 300;
}
.links ul li {
  border-bottom: 1px solid #0d0d0d00;
}
.links ul li a {
  /* color: #b1b1b1; */
  color: #504b47;
  display: block;
  padding: 15px 0;
}
.links ul li a:hover {
  padding-left: 10px;
  color: #ff5a29;
}
.links ul li a span {
  display: inline-block;
  padding-right: 5px;
}
.links ul li:first-child a {
  padding-top: 0;
}
.sibscribe-widget .form-group {
  margin: 0;
}
.sibscribe-widget .form-group .input,
.sibscribe-widget .form-group .mail {
  margin-bottom: 20px;
}
.sibscribe-widget .form-group .input,
.sibscribe-widget .form-group .mail {
  position: relative;
}
.sibscribe-widget .form-group .input span,
.sibscribe-widget .form-group .mail span {
  position: absolute;
  color: #ff5a29;
  left: 15px;
  top: 24px;
}
.sibscribe-widget .form-group input {
  height: 70px;
  background: #0d0d0d;
  color: #fff;
  width: 100%;
  padding: 0 15px 0 45px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sibscribe-widget .form-group button {
  border: 0 none;
  background: #ff5a29;
  color: #fff;
  padding: 10px 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sibscribe-widget .form-group button:hover {
  background: #ff5a29;
}
.footer-bottom {
  margin-top: 60px;
  /* border-top: 1px solid #0d0d0d; */
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 23px 0;
}
.footer-bottom p {
  margin: 0;
  color: #ff5a29;
}
.footer-bottom p a {
  /* color: #ff5a29; */
  color:#333e48;
}
.research-contents {
  padding: 120px 0;
}
.research-header {
  margin-bottom: 100px;
}
.research-header h2 {
  position: relative;
  margin: 0;
  padding: 0 0 25px 0;
}
.research-header h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ff5a29;
}
.research-header p {
  margin: 0;
}
.research-keynotes {
  margin-bottom: 100px;
}
.research-keynotes .box {
  background: #f4f4f4;
  padding: 30px 15px;
  text-align: center;
}
.research-keynotes .box span {
  font-size: 45px;
  color: #ff5a29;
}
.research-keynotes .box h3 {
  margin: 20px 0 10px 0;
}
.research-keynotes .box p {
  margin: 0;
}
.research-features h2 {
  margin: 0 0 30px 0;
}
.research-features ul {
  margin: 0;
}
.research-features ul li {
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.research-features ul li span {
  margin-right: 15px;
}
.research-features ul li:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}
.publications .publication-single {
  margin-bottom: 100px;
}
.publications .publication-single .pbc-desc h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.publications .publication-single .pbc-desc span.sub-title {
  color: #b1b1b1;
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
}
.publications .publication-single .pbc-desc .author-name a {
  color: #ff5a29;
}
.publications .publication-single .pbc-desc .author-name a:hover {
  color: #ff5a29;
}
.publications .publication-single .pbc-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.publications .publication-single .pbc-desc ul li {
  color: #504b47;
  font-weight: 300;
}
.publications .publication-single .pbc-desc ul li a {
  color: #ff5a29;
  font-weight: 300;
}
.publications .publication-single .pbc-desc ul li a:hover {
  color: #ff5a29;
}
.publications .publication-single .pbc-desc ul li + li {
  position: relative;
  margin-left: 25px;
}
.publications .publication-single .pbc-desc ul li + li:before {
  position: absolute;
  content: "/";
  right: -15px;
  top: 0;
  color: #b1b1b1;
}
.publications .publication-single .pbc-desc ul li:last-child:before {
  content: none;
}
.publications .publication-single .pbc-desc a.btn {
  color: #fff;
  background: #ff5a29;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.publications .publication-single .pbc-desc a.btn:hover {
  background: #ff5a29;
}
.project-area-title {
  padding-bottom: 40px;
}
.featured-projects {
  position: relative;
}
.featured-projects:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f4f4f4;
}
.featured-projects:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #ff5a29;
  z-index: -1;
}
.featured-projects .projects-excerpts .project-category {
  color: #ff5a29;
  display: block;
  margin: 0 0 10px 0;
}
.featured-projects .projects-excerpts .project-category span {
  display: inline-block;
  margin-right: 7px;
}
.featured-projects .projects-excerpts h3 {
  font-weight: 700;
  margin: 0 0 15px 0;
}
.featured-projects .projects-excerpts .author-name a {
  color: #ff5a29;
}
.featured-projects .projects-excerpts .author-name a:hover {
  color: #ff5a29;
}
.featured-projects .projects-excerpts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-projects .projects-excerpts ul li {
  color: #504b47;
  font-weight: 300;
}
.featured-projects .projects-excerpts ul li a {
  color: #ff5a29;
  font-weight: 300;
}
.featured-projects .projects-excerpts ul li a:hover {
  color: #ff5a29;
}
.featured-projects .projects-excerpts ul li + li {
  position: relative;
  margin-left: 15px;
}
.featured-projects .projects-excerpts ul li + li:before {
  position: absolute;
  content: "/";
  right: -10px;
  top: 0;
  color: #b1b1b1;
}
.featured-projects .projects-excerpts ul li:last-child:before {
  content: none;
}
.project-single {
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.project-single figure {
  margin: 0;
}
.project-single figure img {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.project-single figure figcaption {
  padding: 30px;
}
.project-single figure figcaption h3 {
  font-weight: 700;
  font-size: 24px;
}
.project-single figure figcaption p {
  margin: 0;
}
.project-single figure figcaption a {
  font-weight: 500;
  color: #ff5a29;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.project-single figure figcaption a span {
  font-size: 12px;
  margin-left: 5px;
}
.project-single figure figcaption a:hover {
  color: #ff5a29;
}
.latest-project .latest-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.latest-project .latest-single:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
  margin-bottom: 35px;
}
.latest-project .latest-single:hover .right h3 a {
  color: #ff5a29;
}
.latest-project .latest-single .left {
  text-align: center;
  /* background: #f4f4f4; */
  padding: 30px;
}
.latest-project .latest-single .left span {
  font-size: 34px;
  color: #ff5a29;
}
.fStyle2 span {
  font-size: 34px;
}
.latest-project .latest-single .right {
  /* background: #fff; */
  padding: 30px;
}
.latest-project .latest-single .right span {
  color: #b1b1b1;
}
.latest-project .latest-single .right h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
}
.latest-project .latest-single .right h3 a {
  color: inherit;
}
.latest-project .latest-single .right p {
  margin: 0;
}
.latest-project .btn-wrapper {
  margin-top: 30px;
}
.project-details .project-gallery {
  margin-bottom: 60px;
  position: relative;
}
.project-details .project-gallery .gallery-single figure {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.project-details .project-gallery .gallery-single figure img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.project-details .project-gallery .gallery-single figure figcaption {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.project-details .project-gallery .gallery-single figure figcaption a {
  font-size: 24px;
  color: #fff;
}
.project-details .project-gallery .gallery-single figure figcaption a:hover {
  color: #ff5a29;
}
.project-details .project-gallery .gallery-single figure:hover figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-details .project-gallery .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-details .project-gallery .owl-nav .owl-prev {
  margin-left: -40px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.project-details .project-gallery .owl-nav .owl-next {
  margin-right: -40px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.project-details .project-gallery .owl-nav .owl-next:hover,
.project-details .project-gallery .owl-nav .owl-prev:hover {
  color: #ff5a29;
}
.project-details .contents-wrapper .project-desc .social-share {
  margin-top: 30px;
}
.project-details .contents-wrapper .project-sidebar ul {
  margin-bottom: 20px;
}
.project-details .contents-wrapper .project-sidebar ul li {
  color: #504b47;
  font-weight: 300;
  margin-bottom: 7px;
}
.project-details .contents-wrapper .project-sidebar ul li:last-child {
  margin-bottom: 0;
}
.project-details .contents-wrapper .project-sidebar ul li span {
  font-weight: 400;
  min-width: 100px;
  display: inline-block;
}
.related-projects .section--title {
  margin: 0 0 30px 0;
}
.related-projects .section--title span {
  color: #ff5a29;
}
.blog-wrapper .blog-single {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f1f1f1;
}
.blog-wrapper .blog-single .blog-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.blog-wrapper .blog-single .blog-excerpt li {
  margin-right: 25px;
  position: relative;
}
.blog-wrapper .blog-single .blog-excerpt li:before {
  position: absolute;
  content: "|";
  right: -15px;
  top: 0;
  color: #b1b1b1;
}
.blog-wrapper .blog-single .blog-excerpt li:last-child {
  margin-right: 0;
}
.blog-wrapper .blog-single .blog-excerpt li:last-child::before {
  content: none;
}
.blog-wrapper .blog-single .blog-excerpt li a {
  color: #ff5a29;
}
.blog-wrapper .blog-single figure {
  margin: 0;
  overflow: hidden;
}
.blog-wrapper .blog-single figure:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-wrapper .blog-single figure a img {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blog-wrapper .blog-single .p-excerpt {
  margin: 30px 0;
}
.blog-wrapper .blog-single .p-excerpt::first-letter {
  color: #ff5a29;
  font-weight: 700;
  float: left;
  font-size: 2.935em;
  line-height: 0.9;
  padding-top: 8px;
  padding-right: 8px;
}
.blog-wrapper .blog-single .read-more {
  text-align: center;
}
.blog-wrapper .blog-single .read-more a {
  display: inline-block;
}
.blog-details .blog-thumb {
  position: relative;
  margin-bottom: 0;
}
.blog-details .blog-thumb figcaption {
  position: absolute;
  left: 0;
  top: 15px;
}
.blog-details .blog-thumb figcaption span.blog-badge {
  display: block;
  width: 80px;
  height: 60px;
  background: #ff5a29;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}
.blog-details .blog-thumb figcaption span.blog-badge span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.blog-details .blog-contents .blog-title {
  margin: 30px 0 15px 0;
}
.blog-details .blog-contents blockquote {
  border: 15px solid #f5f5f5;
  padding: 20px;
  font-style: italic;
  margin: 30px 0;
}
.blog-details .blog-contents blockquote span {
  color: #ff5a29;
  display: inline-block;
  padding-right: 5px;
}
.blog-details .blog-contents .post-bottom-excerpt {
  background: #f5f5f5;
  margin-top: 30px;
}
.blog-details .blog-contents .post-bottom-excerpt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.blog-details .blog-contents .post-bottom-excerpt ul li {
  font-size: 14px;
}
.blog-details .blog-contents .post-bottom-excerpt ul li:first-child {
  margin-right: auto;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-author {
  color: #504b47;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-author span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 5px;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-author a {
  color: #ff5a29;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes {
  margin-right: 10px;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a {
  display: block;
  background: #fff;
  padding: 5px 10px;
  color: #b1b1b1;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a:hover,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a:hover {
  color: #ff5a29;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-comment a span,
.blog-details .blog-contents .post-bottom-excerpt ul li.post-likes a span {
  display: inline-block;
  padding-right: 5px;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags {
  background: #fff;
  padding: 5px 10px;
  color: #b1b1b1;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags a {
  color: #b1b1b1;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags a:hover {
  color: #ff5a29;
}
.blog-details .blog-contents .post-bottom-excerpt ul li.post-tags span {
  display: inline-block;
  padding-right: 5px;
}
.post-comments {
  margin-top: 90px;
}
.post-comments .section--title {
  margin: 0 0 30px 0;
}
.post-comments .section--title span {
  color: #ff5a29;
}
.post-comments .comments-list .comment-single .comment-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post-comments .comments-list .comment-single .comment-details .author-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.post-comments
  .comments-list
  .comment-single
  .comment-details
  .author-comment
  h4 {
  font-size: 18px;
  margin: 0;
}
.post-comments
  .comments-list
  .comment-single
  .comment-details
  .author-comment
  span {
  font-size: 12px;
  color: #504b47;
}
.post-comments
  .comments-list
  .comment-single
  .comment-details
  .author-comment
  p {
  margin: 0;
}
.post-comments .comments-list .comment-single .comment-details .reply-btn {
  position: absolute;
  padding: 3px 12px;
  background: #f5f5f5;
  color: #b1b1b1;
  top: 0;
  right: 0;
}
.post-comments
  .comments-list
  .comment-single
  .comment-details
  .reply-btn:hover {
  background: #ff5a29;
  color: #fff;
}
.post-comments .comments-list .comment-single .comment-replys {
  margin-left: 90px;
}
.comment-form {
  margin-top: 80px;
}
.comment-form .section--title {
  margin: 0 0 30px 0;
}
.comment-form .section--title span {
  color: #ff5a29;
}
.comment-form form .form-group {
  margin-bottom: 0;
}
.comment-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding: 0 15px;
}
.comment-form form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 30px;
}
.comment-form form button {
  background: #ff5a29;
  color: #fff;
  border: 0 none;
  padding: 10px 35px;
  cursor: pointer;
}
.careers-contents {
  padding: 120px 15px;
}
.careers-contents .job-areas {
  margin-top: 60px;
}
.careers-contents .job-areas h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.careers-contents .job-areas p span {
  font-weight: 500;
}
.careers-contents .job-areas p:last-child {
  margin-bottom: 0;
}
.careers-contents .job-benefits {
  margin-top: 60px;
}
.careers-contents .job-benefits h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.careers-contents .job-benefits ul {
  margin: 0;
}
.careers-contents .job-benefits ul li {
  margin-bottom: 15px;
  color: #504b47;
  font-weight: 300;
}
.careers-contents .job-benefits ul li:last-child {
  margin-bottom: 0;
}
.careers-contents .job-benefits ul li span {
  margin-right: 10px;
  display: inline-block;
  color: #ff5a29;
}
.open-positions {
  padding: 120px 0 90px 0;
  border-top: 1px solid #ececec;
}
.open-positions .job-single {
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.open-positions .job-single:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.open-positions .job-single h4 {
  font-size: 20px;
}
.open-positions .job-single span {
  display: block;
  color: #b1b1b1;
}
.open-positions .job-single a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  color: #ff5a29;
}
.open-positions .job-single a.job-ft,
.open-positions .job-single a.job-pt {
  font-size: 12px;
  margin-top: 0;
  font-weight: 400;
  position: absolute;
  padding: 0 10px;
  line-height: 26px;
  color: #fff;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.open-positions .job-single a.job-ft {
  background: #ff5a29;
}
.open-positions .job-single a.job-pt {
  background: #ff5a29;
}
.career-details {
  padding: 120px 0;
}
.career-details .cd-head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.career-details .cd-head span {
  color: #504b47;
  font-weight: 300;
}
.career-details .cd-contents p {
  margin: 0;
}
.career-details .cd-contents h3 {
  margin: 40px 0 20px 0;
}
.career-details .cd-contents ul li {
  margin-bottom: 15px;
  color: #504b47;
  font-weight: 300;
}
.career-details .cd-contents ul li:last-child {
  margin-bottom: 0;
}
.career-details .cd-contents ul li span {
  display: inline-block;
  margin-right: 10px;
  color: #ff5a29;
}
.career-details .cd-about h3 {
  margin: 40px 0 20px 0;
}
.career-details .apply-btn {
  margin-top: 60px;
  text-align: center;
}
.contact-wrapper {
  padding: 120px 0;
}
.contact-wrapper .contact-boxes {
  margin-bottom: 60px;
}
.contact-wrapper .contact-boxes .box {
  text-align: center;
}
.contact-wrapper .contact-boxes .box span {
  font-size: 40px;
  color: #ff5a29;
  display: block;
}
.contact-wrapper .contact-boxes .box h4 {
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.contact-wrapper .contact-form .form-group {
  margin: 0;
}
.contact-wrapper .contact-form .form-group input,
.contact-wrapper .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  height: 45px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-wrapper .contact-form .form-group input:focus,
.contact-wrapper .contact-form .form-group textarea:focus {
  border-color: #ff5a29;
}
.contact-wrapper .contact-form .form-group textarea {
  min-height: 150px;
  padding: 15px;
}
.contact-wrapper .contact-form .form-group button {
  border: 0 none;
  background: #ff5a29;
  color: #fff;
  font-weight: 500;
  padding: 15px 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-wrapper .contact-form .form-group button:hover {
  background: #ff5a29;
}
.contact-map #gmap {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-boxes .box-single ul li {
    text-align: left;
  }
  .process-content {
    padding: 60px 0;
  }
  .hiw-process {
    -webkit-background-size: 60% 60%;
    background-size: 60%;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse ul li.dropdown .dropdown-menu {
    top: 100%;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar .navbar-collapse ul li.dropdown .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-collapse ul li.dropdown .dropdown-menu:before {
    content: none;
  }
  .navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .service-box-wrapper {
    padding: 120px 0 90px 0;
  }
  .services-boxes {
    position: relative;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .services-boxes .box-single {
    margin-bottom: 30px;
  }
  .services {
    padding-top: 120px;
    border-top: 1px solid #ececec;
  }
  .service-image {
    margin-bottom: 30px;
  }
  .service-image figure img {
    width: 100%;
  }
  .hiw-process:before {
    width: 100%;
  }
  .events .single-event {
    text-align: center;
  }
  .events .a-date {
    width: 100%;
    padding-left: 0;
  }
  .events .a-date,
  .events .a-desc {
    margin-bottom: 30px;
  }
  .blog-sidebar {
    margin-top: 80px;
  }
  .projects-excerpts {
    margin-bottom: 60px;
  }
  .project-single {
    margin-bottom: 30px;
  }
  .research-keynotes .box {
    margin-bottom: 30px;
  }
  .research-features ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-area-content h1 {
    width: 100%;
  }

  #particles {
    min-height: 750px;
  }
}

.list-360 {
  list-style: none;font-size: 1rem;padding-left: 0;
}

@media screen and (max-width: 767px) {

  .site-logo {
    width: 12.5rem !important;
  }

  .img-box {
    max-width: 8rem !important;
    max-height: 8rem !important;
  }
  .person-name {
    font-size: 1rem !important;
    line-height: 1 !important;
    margin-bottom: 0.5rem !important;
  }
  .person-info {
    font-size: 0.8rem !important; 
    line-height: 1 !important;
    margin-bottom: 0.5rem !important;
  }
  .person-quote {
    font-size: 0.8rem !important;
    line-height: 1 !important;
  }


  #particles {
    min-height: 1000px;
  }
  .hero-area .hero-area-content {
    top: 50%;
  }
  .cta-contents p,
  .hero-area .hero-area-content h1,
  .hero-area .hero-area-content p,
  .section-title p {
    width: 100%;
    
  }
  .events .single-event {
    text-align: center;
  }
  .events .a-date {
    width: 100%;
    padding-left: 0;
  }
  .events .a-date,
  .events .a-desc {
    margin-bottom: 30px;
    padding: 1rem !important;
  }

  .events .a-info {
    text-align: left;
  }

  .hero-area .hero-area-content form {
    width: 90%;
  }
  .projects .project-grid .project-single {
    width: 50%;
  }
  .header-top .top-left {
    text-align: center;
  }
  .header-top .top-right {
    text-align: center;
    margin-top: 15px;
  }

  .header-title-textt {
    /* margin-top: 25rem !important; */
    font-size: 52px !important;
  }

  .list-360 {
    font-size: 1.2rem;
    /* list-style: disc; */
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .projects .project-grid .project-single {
    width: 100%;
  }

  
}



/**************************************************************************/

.img-box {
  max-width: 6rem;
  max-height: 6rem;
  /* max-width: 12rem;
  max-height: 12rem; */
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  /* margin-top: 1rem; 0px; */
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0.7rem;
}
.img-box-large {
  max-width: 11rem;
  max-height: 11rem;
}

.card {
  background-color: rgb(255, 255, 255);
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  box-shadow: rgba(95, 95, 95, 0.1) 6px 12px 24px;
  flex-direction: row;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 0.5rem;
}

.card-container {
  /* max-width: 350px; */
  font-family: "SourceSansPro";
}

.card-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.person-name {
  /* font-size: 1.4rem; */
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  /* margin-bottom: 25px; */
  margin-bottom: 5px;
  margin-left: 0px;
}

.person-info {
  /* font-size: 1.1rem;
  line-height: 15px; */
  font-size: 0.8rem;
  line-height: 10px;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.person-quote {
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  /* margin-top: 0.5rem; */
}

.person-quote-home {
  font-size: 1rem;
  line-height: 22px;
  font-weight: normal;
  margin-top: 0.5rem;
}

.heightBlock {
  height: 0.5rem;
  display: block;
}
.normal-font {
  font-weight: 400 !important;
}

.card-container {
  /* max-width: 350px; */
}

.outer-container {
  justify-content: center;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  background-color: #FAF8CD;
}

.person-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}


.customer-img-box {
  max-width: 12rem;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
}

.customer-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.link-info {
  font-size: 1rem;
  line-height: 15px;
}

.link-info a{
  color: grey;
}


/**************************************************************************/



/* **************** */

.site-logo {
  width: 16rem; /*4rem;*/
}

.glass-div-white {
  width: 50rem;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
}

.glass-div-color {
  background: rgba(41, 160, 177, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
}

.ft-logo {
  width: 15rem;
  /* border-top: 8px solid white; */
}

/* #cpatchaTextBox{
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
} */

div#captcha {
  color: white;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  /* background-color: #fafafa; */
  border-radius: 4px;
}


/* #particles {
  width: 100%;
  height: 100%;
  background-color: #CD1317;
  background: -webkit-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: -moz-linear-gradient(to right, #CD1317 0%, #F9B300 100%);
  background: linear-gradient(to right, #CD1317 0%, #F9B300 100%);
}

.hero-white-text{
  color: #ffffff !important;
} */

/* cookie styles */

.cc-nb-okagree, .cc-nb-reject {
  background: #ff5a29 !important;
  text-transform: capitalize !important;
  border-color: #ff5a29;
}
.cc-nb-title-container, .cc-nb-buttons-container, .cc-nb-text, .cc-nb-text-container {
  text-align: center;
}
.cookie-img {
  width: 10rem;
}

.termsfeed-com---palette-light .cc-nb-okagree:focus,  .cc-nb-reject:focus {
  box-shadow: 0 0 0 2px #ff5a29 !important;
}




.latest-project.benefits-block .latest-single .left span {
  font-size: 2.3rem;
  color: #ff5a29;
}

.latest-project .latest-single .left-custom {
  text-align: center;
  background: #ff5a29;
  padding: 3rem 1.4rem;
}

.latest-project .latest-single .left-custom-plain {
  text-align: center;
  /* background: #fff; */
  /* padding: 3rem 1.4rem; */
  padding: 20px;
}

.latest-project .latest-single {
  /* min-height: 11rem; */
  min-height: 4rem;
}
.latest-project .latest-single .right {
  padding: 20px;
}

.latest-project .latest-single .right a {
  /* color: #E45706; */
  color: #ff5a29;
}

.latest-project .latest-single, .latest-project .latest-single:hover {
  box-shadow: none;
}


.latest-project.usp-block .latest-single {
  /* min-height: 11rem; */
  /* min-height: 8rem; */
}
.latest-project.usp-block .latest-single .left-custom-plain,  .latest-project.usp-block .latest-single .right{
  background: #f5f5f5;
}

.use-case-services {
  padding: 60px 0 60px 0;
}

.custom-para span {
  font-weight: 500;
}

.screenshot-fig-caption {
  color: #ff5a29;
}

ul.list-icon-styled {
  margin: 0;
}
ul.list-icon-styled li {
  margin-bottom: 15px;
  color: #504b47;
  font-weight: 300;
}
ul.list-icon-styled li:last-child {
  margin-bottom: 0;
}
ul.list-icon-styled li span {
  margin-right: 10px;
  display: inline-block;
  color: #ff5a29;
}



/* Pager & Carousel */

.item {
  float: left;
  margin-right: 1.2rem;
  width: 16rem;
  padding: 1rem;
  /* height: 162px; */
  /* border: 1px solid #b3b3b3; */
  background-color: #fff;
  border-radius: 5px;
}

.pager {
	line-height: 100px;
	text-align: center;
}

.pager > span {
	cursor: pointer;
	border-radius:8px;
	display: inline-block;
	width:16px;
	height:16px;
	background: #DDDDDD;
	border:1px solid #B3B3B3;
	margin:0 4px;
	overflow: none;
}

.pager > span.active {
	background: #B3B3B3;
}

.pager > span > span {
	display: none;
}


/** ---- Sprite Icon Related Styles ---> */
.sp-icon {
  display: block;
}
.sp-icon-big{
  zoom:0.3;
  /* Mozilla support */
  -moz-transform:scale(0.60);
  -moz-transform-origin: 0 0;
}

.sp-icon-small{
  zoom:0.16;
  /*  Mozilla support */
  -moz-transform:scale(0.29);
  -moz-transform-origin: 0 0;
}

/* usp-orange */
.usp-5-tr-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -364px -10px;
}
.usp-4-gtp-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -364px -364px;
}
.usp-3-ec-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -10px -10px;
}
.usp-2-gac-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -10px -364px;
}
.usp-1-hi-o {
    width: 334px; height: 334px;
    background: url('../images/css_sprites_orange.png') -718px -10px;
}

/* great-orange */
.great-5-t-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -718px -364px;
}
.great-4-a-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -10px -718px;
}
.great-3-e-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -364px -718px;
}
.great-1-g-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -718px -718px;
}
.great-2-r-o {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1072px -10px;
}

/* usp-black */
.usp-1-hi-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -718px -1072px;
}
.usp-2-gac-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -364px -1072px;
}
.usp-3-ec-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -10px -1072px;
}
.usp-4-gtp-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1072px -718px;
}
.usp-5-tr-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1072px -364px;
}


/* great-black */
.great-1-g-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1426px -718px;
}
.great-2-r-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1426px -1072px;
}
.great-3-e-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1426px -364px;
}
.great-4-a-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1426px -10px;
}
.great-5-t-b {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1072px -1072px;
}

/* usp-white */
.usp-1-hi-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1426px -1426px;
}
.usp-2-gac-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -718px -1426px;
}
.usp-3-ec-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1072px -1426px;
}
.usp-4-gtp-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -364px -1426px;
}
.usp-5-tr-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -10px -1426px;
}

/* great-white */
.great-1-g-w {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1780px -1072px;
}
.great-2-r-w  {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1780px -1426px;
}
.great-3-e-w  {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1780px -718px;
}
.great-4-a-w  {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1780px -364px;
}
.great-5-t-w  {
  width: 334px; height: 334px;
  background: url('../images/css_sprites_orange.png') -1780px -10px;
}



.price-tag {
  font-family: 'SourceSansPro';
  background-color: #ff5a29;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff5a29;
}




/*
Scroll to Top
*/

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 2rem;
  bottom: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {
  fill: #ff5a29;
}
.scrolltop-wrap #scrolltop-arrow {
  fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
  fill: #ff5a29;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
  fill: white;
}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {
    clip: rect(0, 3rem, auto, 0);
  }
}
.scrolltop-wrap a {
  position: fixed;
  position: sticky;
  top: -5rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: -5rem;
  transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}
@media print {
  .scrolltop-wrap {
    display: none !important;
  }
}



.btn-primary {
  background-color: #ff5a29 !important;
  border-color: #ff5a29 !important;
  box-shadow: none !important;
}
.lang-change .btn{
  font-size: 12px;
}

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
}

.footer-bottom {
  font-size: 1rem;
}

.quick-links-list{
  font-size: 1rem;
}
.footer-address-font {
  font-size: 1rem;
}


