@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #fff;
}
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: black;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

/* Loading */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 45%;
  margin-top: 20%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2557ab;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End loading */
/* * Go To Top */

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 35px;
  background: #2557ab;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
/* #back-to-top:hover {
  background: #e9ebec;
} */
#back-to-top.show {
  opacity: 1;
}

/* * End of Go to top */
/* Footer icon */
.footer-icon {
  width: 25px;
  height: 25px;
}
/* End footer icon */
a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #b3b3b3;
  outline: none;
  text-decoration: none !important;
}

p {
  text-align: justify;
  margin-bottom: 0em;
}
h1 {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1.3;
}
h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 0px 0;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Quicksand", Arial, sans-serif;
}

@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}
.address-form {
  padding: 0px 0px 0px 50px;
}
.contact-form {
  padding: 30px 10px 0px 100px;
}
.career-section {
  margin-top: 12%;
  margin-bottom: 60px;
}
.licence-section,
.schedule-section {
  padding-left: 7%;
}
.col-desc {
  padding: 10px 10px 0px 10px;
}
.quality-section {
  padding: 0em 3em 0em 17em;
}
.img-res {
  width: 100%;
  height: auto;
}
.bg-home-col1 {
  background-color: #2557ab;
}
.bg-home-col2 {
  background-color: #1a4e93;
}
.bg-home-col3 {
  background-color: #1c4077;
}
.bg-home-col4 {
  background-color: #1c3867;
}
.bg-home-col5 {
  background-color: #061730;
}
.bg-about-col1 {
  background-color: #e85d2d;
}
.bg-about-col2 {
  background-color: #d6482a;
}
.bg-about-col3 {
  background-color: #bc4327;
}
.bg-about-col4 {
  background-color: #993921;
}
.bg-about-col5 {
  background-color: #6c2512;
}
/** Button Animation */
.btn-submit {
  color: #fff;
  background: rgb(46, 88, 166);
}
.btn-submit::after {
  color: white;
  background: rgb(35, 64, 116);
}
.buttonfx {
  color: #fff; /* button text color */
  outline: none;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all 0.5s;
}

/* //// Default effect: Slide from Top  //// */

.buttonfx:before,
.buttonfx:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(35, 64, 116); /* onhover background color */
  z-index: -1;
  transform: translate3D(
    0,
    -100%,
    0
  ); /* move elements above button so they don't appear initially */
  transition: all 0.5s;
}

.buttonfx:before {
  background: rgb(46, 88, 166); /* button default background color */
  z-index: -2;
  transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
  color: white;
}

.buttonfx:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

/* //// Slide Left  //// */

.slideleft:after {
  top: 0;
  z-index: -1;
  transform: translate3D(-101%, 0, 0);
}

.slideleft:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}
.btn-submit {
  color: #fff;
  background: rgb(46, 88, 166);
}
.btn-submit::after {
  color: white;
  background: rgb(35, 64, 116);
}

.login-menu {
  padding-right: 2em;
  padding-left: 4em;
  /* padding-top: 13em; */
  position: absolute;
  bottom: 50px;
}

.btn-pure {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.pure-btn a:hover {
  color: rgb(46, 88, 166);
}
.btn-pure::after {
  background: white;
}
.btn-blue {
  border: 1px solid rgb(77, 107, 172);
  background-color: white;
  color: rgb(77, 107, 172);
}
.btn-blue::after {
  background: rgb(46, 88, 166);
}
.btn-orange::after {
  background: rgb(175, 75, 50);
}
.btn-orange {
  color: #fff;
  background-color: rgb(216, 101, 61);
}
.btn-orange::after {
  background: rgb(175, 75, 50);
}
.btn-white {
  border: 1px solid rgb(216, 101, 61);
  background-color: white;
  color: rgb(216, 101, 61);
}
.btn-white::after {
  background-color: rgb(216, 101, 61);
}
.btn-animate {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  position: relative;
  transition: all 0.35s;
}

.btn-animate span {
  position: relative;
  z-index: 2;
}

.btn-animate:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.35s;
}

.btn-animate:hover {
  color: #fff;
}

.btn-animate:hover:after {
  width: 100%;
}

/** End of button animation  */

.pl-0 {
  padding-left: 0px;
}
.pl-15 {
  padding-left: 15%;
}
.pt-70 {
  padding-top: 70px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-40 {
  padding-left: 40px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-120 {
  margin-bottom: 120px;
}

/* Footer Css */

.footer-company ul {
  margin: 10px 51.33px 0px -31px;
  padding: 0;
  text-align: right;
  list-style: none;
  color: white;

  letter-spacing: 1px;
}
.footer-company ul li {
  margin-bottom: 20px;
}
.footer-link ul {
  margin: 10px -8px 0px 70px;
  padding: 0;
  list-style: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-link ul li {
  margin-bottom: 20px;
}

.footer-desc ul {
  margin: 10px 50px 0px 100px;
  padding: 0;
  text-align: left;
  list-style: none;
  color: white;
  letter-spacing: 1px;
}
.time-desc ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
}
.time-desc ul li {
  margin-bottom: 20px;
}
.col-desc ul {
  padding: 10px 10px 0px 10px;
  list-style: none;
}
.col-desc ul li {
  margin-bottom: 20px;
}
.footer-desc ul li {
  margin-bottom: 20px;
}

/* End of footer Css */

/* Custom Row and Column */
.myRow {
  display: flex;
  flex-wrap: wrap;
}

.myCol {
  /* background: white; */
  flex: 1 0 18%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 3px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
/* .mt-20 h3 {
  padding-bottom: 20px;
} */
.icon-description {
  background-color: white;
  /* margin: 0px -10px -26px -5px; */
}
/* End of Custom row and column */
.service-div {
  background-color: blue;
  /* margin-left: 5px; */
}
.value-section {
  margin-bottom: 120px;
}
.text-white {
  color: white;
}
::-webkit-selection {
  color: #fff;
  background: #ffc300;
}

::-moz-selection {
  color: #fff;
  background: #ffc300;
}

::selection {
  color: #fff;
  background: #000;
}

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#colorlib-aside {
  padding-top: 4em;
  padding-bottom: 40px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#colorlib-main-menu {
  position: relative;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
#colorlib-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mt-20 {
  padding: 30px 0px 20px 0px;
  text-align: center;
}
.myIcon {
  margin-bottom: 20px;
}
.customIcon {
  margin-bottom: 10px;
}
.icon-img {
  width: 120px;
  height: 120px;
}
.aboutIcon {
  margin-bottom: 35px;
}
.start-main {
  padding: 0px 0px 0px 100px;
}
.footer-img {
  width: 230px;
  height: auto;
}
#colorlib-aside #colorlib-logo {
  font-size: 22px;
  margin-bottom: 3em;
  width: 240px;
  height: 50px;
}
.flex-div {
  display: flex;
}

@media screen and (max-width: 768px) {
  #colorlib-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 1em;
  }

  #colorlib-aside #colorlib-logo {
    margin-bottom: 1em;
  }
}
#colorlib-aside #colorlib-logo a {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-right: 0.3em;
}
#colorlib-aside #colorlib-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0em 8em 0em 4em;
}
@media screen and (max-width: 768px) {
  #colorlib-aside #colorlib-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#colorlib-aside #colorlib-main-menu ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#colorlib-aside #colorlib-main-menu ul li a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#colorlib-aside #colorlib-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: rgb(50, 60, 164);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#colorlib-aside #colorlib-main-menu ul li a:hover {
  text-decoration: none;
  color: #000;
}
#colorlib-aside #colorlib-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#colorlib-aside #colorlib-main-menu ul li.active a {
  color: #000;
}
#colorlib-aside #colorlib-main-menu ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#colorlib-aside .colorlib-footer {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #colorlib-aside .colorlib-footer {
    position: relative;
    bottom: 0;
  }
}
#colorlib-aside .colorlib-footer span {
  display: block;
}
#colorlib-aside .colorlib-footer ul {
  padding: 0;
  margin: 0;
}
#colorlib-aside .colorlib-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#colorlib-aside .colorlib-footer ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 4px;
}
#colorlib-aside .colorlib-footer ul li a:hover,
#colorlib-aside .colorlib-footer ul li a:active,
#colorlib-aside .colorlib-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: white;
}

.white {
  border-bottom: 2px solid white;
}
.tomato {
  border-bottom: 2px solid rgb(216, 101, 61);
}
.blue {
  border-bottom: 2px solid rgb(46, 88, 166);
}
.career-desc {
  padding-left: 10px;
  padding-right: 2.5em;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .career-desc {
    padding-right: 4em;
  }
}
@media (min-width: 1801px) and (max-width: 2500px) {
  .career-desc {
    padding-right: 6em;
  }
}

.line-space {
  width: 55px;
}
.line {
  width: 30px;
  margin: 10px 20px 0px -10px;
}
#colorlib-hero {
  min-height: 500px;
  /* background: #fff url(../images/loader.gif) no-repeat center center; */
  width: 100%;
  float: left;
  margin-bottom: 4em;
  clear: both;
}
#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
}
#colorlib-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 45%;
  float: left;
  width: auto;
}
#colorlib-hero .flexslider .flex-control-nav li {
  /* display: block; */
  margin-bottom: 10px;
}
#colorlib-hero .flexslider .flex-control-nav li a {
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: white;
}
#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}
#colorlib-hero .flexslider .my-slider {
  display: table;
  opacity: 1;
  min-height: 500px;
  z-index: 9;
}
.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 10px 0px 10px 100px;
  position: relative;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 10px 0px 10px 100px;
  position: relative;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner .desc {
  position: absolute;
  bottom: 0;
  right: -15px;
  padding: 30px;
  background: #ffc300;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .my-slider > .slider-text-inner .desc {
    right: 0;
    left: 0;
  }
}

#colorlib-hero .flexslider .my-slider > .slider-text-inner h1,
#colorlib-hero .flexslider .my-slider > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1.3;
  font-weight: 500;
}

#colorlib-hero .flexslider .my-slider > .slider-text-inner h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Quicksand", Arial, sans-serif;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner h2 a {
  color: rgba(0, 0, 0, 0.8);
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #colorlib-hero
    .flexslider
    .slider-text
    > .slider-text-inner
    .heading-section {
    font-size: 30px;
  }
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner s .colorlib-lead {
  font-size: 20px;
  color: #fff;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner p {
  margin-bottom: 0;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}
#colorlib-hero .flexslider .my-slider > .slider-text-inner .btn.btn-learn {
  color: #000;
  border: 1px solid #fff;
  background: #fff !important;
}
#colorlib-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .btn.btn-learn:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
}
@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .my-slider > .slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #colorlib-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 240px;
  /* background: #2c2c2c; */
  z-index: 999;
  position: fixed;
}
body.offcanvas #colorlib-main,
body.offcanvas .colorlib-nav-toggle {
  top: 0;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.colorlib-narrow-content {
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  .colorlib-narrow-content {
    padding: 0 1em;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.colorlib-blog,
.colorlib-work,
.colorlib-about,
.colorlib-services,
.colorlib-contact {
  /* padding-top: 2em; */
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block;
}

.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.colorlib-heading {
  font-size: 18px;
  /* margin-bottom: 4em; */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
}
.colorlib-heading:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  content: "";
  background: #ffc300;
}
.colorlib-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .colorlib-heading {
    margin-bottom: 3em;
  }
}
.contact-policy {
  color: rgb(89, 122, 182);
}
.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
}
.career-img {
  width: 100%;
  height: auto;
}
.about-img {
  width: 100%;
  height: auto;
}
.about-desc {
  margin-bottom: 20px;
}
.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

.padding {
  padding: 1em;
}

.steps {
  display: block;
  position: relative;
}
.steps h3 {
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}
.steps:before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}
.steps .icon {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.steps .icon span {
  display: table;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.steps .icon span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.steps:hover i {
  color: #ffc300 !important;
}
.steps.active i {
  color: #ffc300 !important;
}

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.panel-heading a.collapsed:after {
  content: "\ea1c";
}

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0;
}
.services-wrap .services-img {
  height: 170px;
  display: block;
  z-index: -1;
}
.services-wrap .desc {
  width: 90%;
  z-index: 1;
  margin-top: -20px;
  background: #fafafa;
  padding: 0.8em 0.5em;
}
.services-wrap .desc h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.move-bottom {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .move-bottom {
    margin-top: 0;
  }
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.colorlib-feature .colorlib-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #ffc300;
  font-size: 60px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .colorlib-feature .colorlib-icon i {
    font-size: 40px;
  }
}
.colorlib-feature .colorlib-text {
  padding-left: 120px;
  width: 100%;
}
.colorlib-feature .colorlib-text h2,
.colorlib-feature .colorlib-text h3 {
  margin: 0;
  padding: 0;
}
.colorlib-feature .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.colorlib-feature.colorlib-feature-sm .colorlib-text {
  margin-top: 30px;
}
.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
  color: #ffc300;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    font-size: 28px;
  }
}

.colorlib-feature-lg .colorlib-text h2,
.colorlib-feature-lg .colorlib-text h3 {
  margin: 0;
  padding: 0;
}

.colorlib-feature-lg .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 3em;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-entry .desc h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.blog-entry .desc span small i {
  color: #999999;
}
.blog-entry .desc .lead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .overlap {
    margin-top: 2em;
  }
}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.project .desc {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: 300px;
}
.project .desc .con .icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.project .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}
.project .desc .con .icon span a {
  color: #cccccc;
  padding: 5px;
  background: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.project .desc .con .icon i {
  font-size: 16px;
  color: #cccccc;
}
.project .desc h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}
.project .desc h3 a {
  color: #fff;
}
.project .desc span {
  display: block;
  color: #999999;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.project .desc span a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .project .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .project .desc h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }
  .project .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.project:hover .desc {
  opacity: 1;
}
.project:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.project:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}
.project-desc span a {
  color: #666666;
}

.project-desc .icon span {
  display: inline;
  padding-right: 5px;
}

.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
}

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em;
}
.colorlib-start {
  padding: 16em 0;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center center;
}

.colorlib-counters {
  padding: 8em 0;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center center;
}
.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.4); */
}
.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #ffc300;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}
.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.colorlib-lead {
  font-size: 18px;
  line-height: 1.5;
}

#footer {
  padding-top: 3em;
}

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.colorlib-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.colorlib-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .colorlib-social li a {
    padding: 10px 8px;
  }
}
.colorlib-social li a:hover {
  color: #ffc300;
}
.colorlib-social li a:hover,
.colorlib-social li a:active,
.colorlib-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #ffc300;
}

.map-iframe {
  width: 100%;
  height: 550px;
}

.colorlib-bg-color {
  background: rgb(77, 77, 77);
  position: relative;
}

.pagination {
  padding: 0;
}
.pagination li {
  margin: 2px;
}
.pagination li a {
  color: #000;
  background: transparent;
  color: #000;
  margin: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pagination li a:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.pagination li a:hover,
.pagination li a:focus {
  background: #ffc300;
  color: #fff;
  border: 1px solid #ffc300;
}
@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}
.pagination li.active a {
  background: #ffc300;
  border: 1px solid #ffc300 !important;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  background: #ffc300;
  color: #fff;
  border: 1px solid #ffc300 !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ffc300;
  color: #fff;
  border: 2px solid #ffc300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ffc91a !important;
  border-color: #ffc91a !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #ffc300;
  border: 2px solid #ffc300;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #ffc300;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  color: black;
  background: rgb(242, 242, 242);
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background: #f0f0f0;
}

#message {
  height: 130px;
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #000;
}
.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
  background: #000;
}
.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.colorlib-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.colorlib-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* Menu icon */
.menu-nav {
  top: 25px;
  left: 15px;
  width: 30px;
  height: 20px;
  position: absolute;
  display: inline-block;
  border-top: 2px solid black;
}
.menu-nav:after,
.menu-nav:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}
.menu-nav:after {
  bottom: 0px;
  left: 0;
}
.menu-nav:before {
  top: 7px;
  left: 0;
}
/* End */

/* X icon */
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
  display: none;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*  */
.mobile-nav {
  display: none;
}

.mb-logo {
  width: 220px;
  height: 45.77px;
}
.mobile-logo,
.logo {
  display: flex;
  justify-content: center;
}
.justify-center p {
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}
