/* base for all use */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&amp;display=swap");

html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100vw;
}

html.overflowYStop {
  overflow-y: hidden;
}

html.overflowYScroll {
  overflow-y: scroll;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }

  html.overflowYStop-min {
    overflow-y: hidden;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 15px;
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}

a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

p {
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

p.p-large {
  font-size: 1.8rem;
  line-height: 1.8;
}

p i {
  font-weight: 600;
}

.wow {
  animation-delay: 0.5s;
}

.container.row {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 1200px;
  }
}

.hide,
.hidden {
  display: none !important;
}

i.fa-phone {
  transform: rotate(90deg);
}

.sitecontent {
  min-height: 100vh;
}

.box {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
}

.box-inner {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2rem;
}

.section {
  padding: 8rem 0;
}

.section-head {
  margin-bottom: 4rem;
}

.main-color {
  color: #ffba00;
}

.sub-color {
  color: #da101a;
}

.block {
  display: block;
}

.bg-comma {
  padding-top: 4rem;
}

.bg-comma::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 12rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: -15px;
  opacity: 0.075;
}

.heading {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.heading.uppercase {
  text-transform: uppercase;
}

.heading span.color {
  color: #ffba00;
}

.heading span.block {
  display: block;
}

.heading-page {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
}

.heading-mini {
  font-size: 2rem;
  font-weight: 400;
  margin: 1rem 0;
  text-transform: uppercase;
}

.heading-separator {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 0.35rem;
  background-color: #ffba00;
}

.heading-separator-drop {
  position: relative;
  display: inline-block;
  width: 16rem;
  height: 0.35rem;
  background-color: #da101a;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.heading-separator-drop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 5rem;
  background-image: url("../images/favicon-yellow.html");
  background-size: 60% 60%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .heading {
    font-size: 3rem;
  }

  .heading-page {
    font-size: 1.8rem;
  }
}

.text-center .heading-separator {
  margin-left: auto;
  margin-right: auto;
}

.imgtobg-o,
.imgtobg-o-sm {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.imgtobg-o-sm {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.imgtobg-img {
  max-width: 100%;
}

.imgtobg-img img {
  max-width: 100%;
}

.square {
  position: relative;
  overflow: hidden;
}

.square img {
  position: relative;
  min-width: 100%;
  width: auto;
  max-width: 150%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.img-floatleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.img-floatright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {

  .img-floatleft,
  .img-floatright {
    max-width: 50%;
  }
}

/* remove float at certain viewports */
@media (max-width: 991px) {
  .float-md {
    float: none;
  }
}

@media (max-width: 767px) {
  .float-sm {
    float: none;
  }
}

@media (max-width: 576px) {
  .float-xs {
    float: none;
  }
}

.max-width--100 {
  max-width: 100px;
}

.max-width--200 {
  max-width: 200px;
}

.max-width--300 {
  max-width: 300px;
}

.max-width--400 {
  max-width: 400px;
}

.max-width--500 {
  max-width: 500px;
}

.max-width--600 {
  max-width: 600px;
}

.max-width--700 {
  max-width: 700px;
}

.max-width--800 {
  max-width: 800px;
}

.max-width--900 {
  max-width: 900px;
}

.max-width--1000 {
  max-width: 1000px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.white-border {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}

.border-behind {
  position: relative;
  height: 100%;
}

.border-behind::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  border: 1rem solid #ffba00;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.curve-shape-top::before,
.curve-shape-bot::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: url("../images/shape.html");
  background-size: 100% 100%;
}

.curve-shape-top::before {
  top: 0;
}

.curve-shape-bot::before {
  bottom: 0;
  transform: rotate(180deg);
}

.curve-shape-light::before {
  background-image: url("../images/shape-light.html");
}

.no-padding {
  padding: 0;
}

.list-content {
  padding-left: 1rem;
  list-style-type: none;
}

.list-content li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 2rem;
}

.list-content li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.list-x2 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.list-x2 li {
  width: 50%;
  padding-right: 1rem;
}

.list-icon {
  position: relative;
  margin-bottom: 1.5rem;
}

.list-icon li {
  position: relative;
  padding-left: 3rem !important;
}

.list-icon li>i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.8rem;
}

.list-icon li span,
.list-icon li strong {
  display: block;
}

.column-2 {
  column-count: 2;
  column-gap: 4rem;
}

@media (min-width: 992px) {
  .column-2-lg {
    column-count: 2;
    column-gap: 4rem;
  }
}

@media (min-width: 768px) {
  .column-2-md {
    column-count: 2;
    column-gap: 4rem;
  }
}

.p-dash {
  position: relative;
  padding-left: 9rem;
}

.p-dash::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 7rem;
  height: .3rem;
  background-color: #ffba00;
}

.p-dash-white::before {
  background-color: #fff;
}

/* template */
.anim-delay750 {
  animation-delay: .75s;
}

.anim-delay1000 {
  animation-delay: 1s;
}

.anim-delay1250 {
  animation-delay: 1.25s;
}

.anim-delay1500 {
  animation-delay: 1.5s;
}

.anim-delay1750 {
  animation-delay: 1.75s;
}

.anim-delay2000 {
  animation-delay: 2s;
}

@-webkit-keyframes carouimgzoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes carouimgzoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sonar {
  from {
    opacity: 1;
    width: 0;
    height: 0;
  }

  to {
    opacity: 0;
    width: 500px;
    height: 500px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@-webkit-keyframes zoomInZoomOut {
  50% {
    transform: scale(1.5) translate(-50%, -50%);
  }

  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

@keyframes zoomInZoomOut {
  50% {
    transform: scale(1.5) translate(-50%, -50%);
  }

  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

@keyframes blow {
  20% {}

  30% {
    opacity: 0;
  }

  40% {
    width: 200%;
    height: 200%;
  }

  100% {
    width: 20%;
    height: 20%;
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

/* Fame Animation Keyframes */
@-webkit-keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@-webkit-keyframes shake-break {
  from {
    -webkit-transform: rotate(45deg);
  }

  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(35deg);
  }
}

.link-style-passby {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 1rem 1.25rem;
  min-width: 16rem;
  border-width: 2px;
  text-align: center;
  color: #fff;
  border: 2px solid #ffba00;
  border-radius: 6px;
  background-color: #ffba00;
  overflow: hidden;
}

.link-style-passby span {
  z-index: 1;
  position: relative;
}

.link-style-passby::after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 0px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.link-style-passby:hover {
  color: #ffba00;
  background-color: transparent;
}

.link-style-passby:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.link-style-passby-alt {
  color: #fff;
  background-color: #da101a;
  border-color: #da101a;
  overflow: hidden;
}

.link-style-passby-alt:hover {
  color: #da101a;
}

.link-style-passby-alt::after {
  background-color: #fff;
  border-radius: 0px;
}

.formfield {
  margin-bottom: 2rem;
}

.formfield label {
  font-size: 1.75rem;
  font-weight: 500;
}

.formfield small {
  color: #ffba00;
  font-size: 1.5rem;
  display: block;
  margin-bottom: .2rem;
}

.formfield[class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.formfield input+input {
  margin-top: 1rem;
}

.formfield>input:not([type="submit"]),
.formfield>select:not([size]):not([multiple]),
.formfield>textarea {
  font-size: 1.4rem;
  min-width: 120px;
  border-radius: 0;
  background-color: #fff;
}

.formfield>input:not([type="submit"]),
.formfield>select:not([size]):not([multiple]) {
  width: 100%;
  height: 4.5rem;
}

.formfield>input:not([type="submit"]):focus {
  border: 0;
  border-bottom: 2px solid #222;
  box-shadow: none;
}

.formfield>input[type="checkbox"] {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  min-width: 1px;
  transform: translateY(2px);
  margin-right: .5rem;
}

.formfield>textarea {
  width: 100%;
  max-width: 100%;
  min-height: 10rem;
}

.formfield>textarea:focus {
  border: 1px solid #ffba00;
  box-shadow: none;
  background-color: transparent;
}

.formfield-submit>input {
  width: auto;
  display: inline-block;
  padding: .8rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #ffba00;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.formfield-submit>input:hover {
  background-color: #ffba00;
}

.form-check {
  padding-left: 0;
  margin-bottom: 1rem;
  display: flex;
}

.form-check[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: .5rem;
}

.form-check input[type="radio"]~label,
.form-check input[type="checkbox"]~label {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.customradio input[type="radio"] {
  display: none;
}

.customradio label {
  position: relative;
}

.customradio label::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: .4rem solid #fff;
  border-radius: 50%;
  margin-right: 1rem;
}

.customradio input:checked~label::before {
  border-color: #ffba00;
}

.customcheckbox input[type="checkbox"] {
  display: none;
}

.customcheckbox label {
  position: relative;
}

.customcheckbox label::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: #ffba00;
  background-color: #fff;
  margin-right: 1rem;
}

.customcheckbox label::after {
  opacity: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffba00;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
  transition: .3s all ease;
}

.customcheckbox input:checked~label::after {
  opacity: 1;
  transform: scale(1);
}

.formfield.formfield-special {
  position: relative;
  margin: 1rem 0 2rem;
}

.formfield.formfield-special label {
  font-size: 1.5rem;
  position: absolute;
  top: 5px;
  left: 10px;
  margin-bottom: 0;
  transition: all .4s ease;
}

.formfield.formfield-special>input:not([type="submit"]),
.formfield.formfield-special>select:not([size]):not([multiple]),
.formfield.formfield-special>textarea {
  font-size: 1.4rem;
  min-width: 120px;
  padding-top: 2rem;
  height: 5.5rem;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 4px;
  background-color: #fff;
}

.formfield.formfield-special input[type="submit"] {
  height: 3rem;
}

.formfield.formfield-special.focussed label {
  font-size: 1.2rem;
  top: -5px;
  left: 10px;
  color: #fff;
  background-color: #ffba00;
  padding: 5px 2px;
}

/* universal all page */
.header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #1e2227;
  transition: all .5s ease;
}

.header-outer-col {
  padding-left: .5rem;
  padding-right: .5rem;
}

.header-outer-logo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #1e2227;
}

.header-outer-right {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
}

.header__top {
  background-color: #fff;
  transition: all .5s ease;
}

.header__top-col {
  z-index: 1;
  position: relative;
}

.header__top-col span {
  line-height: 5rem;
}

.header__top-col-lt {
  color: #fff;
}

.header__top-col-lt::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  background-color: #ffba00;
  transform: skew(20deg);
}

.header__top-col-lt>* {
  z-index: 1;
  position: relative;
}

.header__top-col-lt>span {
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}

.header__top-col-lt>span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 1px;
  height: 60%;
  background-color: #fff;
  opacity: 0.3;
}

.header__top-col-rt>span {
  margin-left: 1.5rem;
  white-space: nowrap;
}

.header__top-col-rt a:hover {
  color: #ffba00;
}

.header__top .social-icon-group {
  color: #fff;
  display: inline-block;
  text-align: center;
}

.header__top .social-icon-group i,
.header__top .social-icon-group img {
  min-width: 3rem;
  line-height: 5rem;
}

.header__top .social-icon-group i:hover,
.header__top .social-icon-group img:hover {
  color: #ffba00;
  background-color: #fff;
}

.header__top .social-icon-group img {
  width: 2.5rem;
  min-width: 1px;
  filter: brightness(0) invert(1);
}

.header__mid {
  padding: 2rem 0;
  background-color: #fff;
}

.header__mid-col-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header__mid-col:nth-child(1) .header-infobox-icon {
  background-color: #ffba00;
  border-radius: 5px;
}

.header__mid-col:nth-child(1) .header-infobox-icon img {
  filter: brightness(0) invert(1);
}

.header-infobox {
  position: relative;
  padding-left: 5rem;
  font-family: "Hind", sans-serif;
}

.header-infobox-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
}

.header-infobox-icon img {
  max-width: 100%;
}

.header-infobox-text {
  width: calc(100% - 5rem);
  padding-left: 1rem;
}

.header-infobox-text span {
  display: block;
  color: #1e2227;
  font-size: 1.5rem;
  font-weight: 600;
}

.header-infobox-text strong {
  font-size: 1.8rem;
  display: block;
}

.header-infobox-text a:hover {
  color: #ffba00;
}

.header-infobox-link a {
  background-image: linear-gradient(to right, #b40d15, #ef242e);
}

.header__nav-row {
  align-items: center;
}

.header-phone {
  position: relative;
  display: flex;
  width: 18rem;
}

.header-phone-icon {
  width: 4rem;
}

.header-phone-icon img {
  width: 100%;
  max-width: 8rem;
}

.header-phone-cont {
  position: relative;
  padding-left: 2rem;
}

.header-phone-cont::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.3);
}

.header-phone-cont span,
.header-phone-cont strong {
  display: block;
}

.header-phone-cont strong {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.header__main {
  border-top: 1px solid #eee;
}

.header__main>.container>.row {
  align-items: center;
}

.header .logo-color {
  display: none;
}

.header.headerfixit {
  background-color: #fff;
}

.header.headerfixit .header__main {
  color: #000;
  background-color: #fff;
}

.header.headerfixit .logo-white {
  display: none;
}

.header.headerfixit .logo-color {
  display: block;
}

.header.headerfixit .logowrap {
  margin: 0;
}

.header.headerfixit .logowrap img {
  max-width: 15rem;
}

.header.headerfixit .logowrap .main-logo {
  display: none;
}

.header.headerfixit .logowrap .mini-logo {
  display: inherit;
}

.header.headerfixit .navul>li>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header.headerfixit .navul>li>a::after {
  background-color: #1e2227;
}

.header.headerfixit .navul-num>a {
  color: #1e2227;
}

.header.headerfixit .navul-num>a::before {
  background-color: #ffba00;
}

.header.headerfixit .navul-num>a:hover {
  color: #ffba00;
}

@media (min-width: 992px) {
  .header-outer-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 1000%;
    height: 100%;
    background-color: #fff;
  }

  .header__main>.container {
    position: relative;
  }

  .header .logowrap>a {
    display: block;
    margin-bottom: .5rem;
  }

  .header .logowrap img {
    max-width: 25rem;
  }

  .header.headerfixit .header__main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  }

  .header.headerfixit .navul>li {
    line-height: 4rem;
  }
}

@media (max-width: 1200px) {
  .header__top-col-lt span {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .header.headerfixit .navigation .nav-toggle:not(.open) span {
    background-color: #000;
  }

  .header__main-col-rt {
    position: static;
  }

  .header__main .header__row {
    margin: 0;
  }
}

.logowrap {
  padding: 0.6rem 0.5rem;
}

.logowrap img {
  max-width: 20rem;
  width: 100%;
  transition: all .5s ease;
}

.logowrap-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background-color: #ffba00;
  white-space: nowrap;
  margin-top: .75rem;
  padding: .5rem;
}

.logowrap .mini-logo {
  display: none;
}

@media (min-width: 992px) {
  .logowrap img {
    max-width: 20rem;
  }
}

@media (max-width: 991px) {
  .logowrap {
    flex: 1;
  }

  .logowrap img {
    max-width: 16rem;
  }
}

.phone-call {
  color: #fff;
  background-color: #1e2227;
  border-radius: 50%;
}

.phone-call__wrap {
  z-index: 998;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.phone-call__wrap:hover {
  animation: bounce 1s linear;
}

.phone-call a {
  display: block;
  padding: 2rem;
  cursor: pointer;
}

.phone-call i {
  font-size: 3rem;
}

#contactModal .modal-header {
  color: #fff;
  background-color: #ffba00;
}

#contactModal .modal-header h5 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

#contactModal .modal-body a {
  font-size: 1.8rem;
  font-weight: 700;
}

#contactModal .modal-body a i {
  color: #ffba00;
}

#contactModal .modal-footer button {
  font-size: 1.7rem;
  background-color: #ffba00;
  border: 0;
}

#contactPopModal .modal-body {
  text-align: center;
}

#contactPopModal .modal-body p {
  margin-bottom: 15px;
}

#contactPopModal .modal-body a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(to bottom, #ee1620, #c20e17);
}

#contactPopModal .modal-body a:hover {
  background: linear-gradient(to bottom, #e6a700, #ffc11a);
}

#contactPopModal .modal-body a.black-bg {
  background: linear-gradient(to bottom, #ffc11a, #e6a700);
}

#contactPopModal .modal-body a.black-bg:hover {
  background: #ffba00;
}

.find-facebook {
  display: inline-block;
  max-width: 12rem;
  padding: .5rem;
}

.find-facebook a {
  display: block;
  border: 1px solid #fff;
  padding: .5rem;
}

.find-facebook img {
  filter: brightness(0) invert(1);
}

.navigation {
  position: relative;
}

@media (min-width: 992px) {
  .navigation {
    width: 100%;
  }

  .navigation .nav-toggle {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .navigation {
    background-image: none;
    padding-right: 2rem;
    justify-self: right;
  }

  .navigation .nav-toggle {
    float: right;
  }

  .navigation .nav-toggle span {
    background-color: #000;
  }
}

@media (max-width: 991px) {
  #menu {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all 0.4s ease;
    opacity: 0;
  }

  #menu.open {
    left: 0;
    padding-left: 2rem;
    padding-top: 2rem;
    opacity: 1;
  }
}

.navul {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.navul>li {
  position: relative;
  display: inline-block;
}

.navul>li>a {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s ease;
}

.navul>li>a:hover {
  color: #ffba00;
}

.navul>li>a:hover::before {
  width: 50%;
}

.navul>li.has-submenu {
  position: relative;
}

.navul>li.has-submenu::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 1.7rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.navul>li.has-submenu ul {
  min-width: 20rem;
  padding-left: 0;
  list-style-type: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  visibility: hidden;
  background-color: #fff;
  transform-origin: 0 0;
  transition: all .3s ease;
}

.navul>li.has-submenu ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 4rem;
  border: 1rem solid transparent;
  border-bottom-color: #fff;
}

.navul>li.has-submenu ul li {
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navul>li.has-submenu ul li a {
  color: #000;
  display: block;
  padding: 1rem;
}

.navul>li.has-submenu ul li a:hover {
  color: #f6f6f6;
  background-color: #da101a;
}

.navul>li[class*="nav-"] {
  margin-left: .5rem;
}

.navul>li.nav-tel a {
  border: 3px solid #1e2227;
}

.navul>li.nav-tel a:hover {
  border-color: #ffba00;
}

.navul>li.nav-tel a i {
  font-size: 85%;
}

.navul>li.active a {
  color: #ffba00;
  font-weight: 700;
}

.navul>li.active a::before {
  width: 100%;
}

.navul-btn {
  margin-left: auto;
  background-color: #ffba00;
}

.navul-btn a:hover {
  background-color: #1e2227;
}

.navul-btn.active a {
  color: #ffba00;
  background-color: #1e2227;
  border-bottom: 3px solid #ffba00;
}

@media (min-width: 1201px) {
  .navul-float {
    margin-left: 5rem;
  }
}

@media (max-width: 1200px) {
  .navul>li:not(:last-child) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .navul>li {
    line-height: 5rem;
  }

  .navul>li.nav-tel {
    margin-left: auto;
  }

  .navul>li.has-submenu::after {
    right: 0;
  }

  .navul>li.has-submenu ul {
    position: absolute;
    top: 100%;
    left: 1.5rem;
  }

  .navul>li.has-submenu:hover ul {
    transform: scaleY(1);
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .navul {
    display: block;
  }

  .navul>li {
    display: block;
    margin-bottom: 0.6rem;
  }

  .navul>li>a {
    font-size: 1.8rem;
    padding: 1rem;
    color: #1e2227;
  }

  .navul>li>a:hover {
    color: #ffba00;
  }

  .navul>li.has-submenu ul {
    height: 0;
  }

  .navul>li.has-submenu::after {
    top: 1rem;
    transform: none;
  }

  .navul>li.has-submenu.open ul {
    transform: scaleY(1);
    visibility: visible;
    height: auto;
  }

  .navul>li.has-submenu.open::after {
    content: "\f00d";
  }
}

/* nav toggle icon */
.nav-toggle {
  z-index: 2;
  width: 4rem;
  height: 2.5rem;
  position: relative;
  margin: 2rem 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 100%;
  background: #1e2227;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-toggle span:nth-child(1) {
  top: 0px;
}

.nav-toggle span:nth-child(2) {
  top: 10px;
}

.nav-toggle span:nth-child(3) {
  top: 20px;
}

.nav-toggle.open span {
  background-color: #ffba00;
}

.nav-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pageheader {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: end;
  width: 100%;
  height: 50rem;
  padding-bottom: 5rem;
}

.pageheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pageheader__wrap {
  position: relative;
  width: 100%;
  background-image: url("../images/samnoonan_0.jpg");
  background-size: cover;
  background-position: center;
}

.pageheader .container {
  z-index: 1;
}

.pageheader-title {
  z-index: 1;
}

.pageheader-title h1 {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .pageheader-title h1 {
    font-size: 6rem;
  }
}

@media (max-width: 576px) {
  .pageheader-title h1 {
    font-size: 4rem;
  }
}

.breadcrumb {
  padding: 2rem 1rem;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb__wrap {
  background-color: #f5f5f5;
}

.breadcrumb-item {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 0.5rem;
}

.breadcrumb-item a {
  font-size: 1.8rem;
  font-weight: 400;
}

.breadcrumb-item a:hover {
  color: #ffba00;
}

.page-about .pageheader__wrap {
  background-image: url("../images/slider-2.jpg");
}

.page-services .pageheader__wrap {
  background-image: url("../images/roof-green-energy-Interior Decoration-roofer-labor-ecological-693531-pxhere.com.jpg");
}

.page-work .pageheader__wrap {
  background-image: url("../images/work-man-people-building-brush-male-1056724-pxhere.com.jpg");
}

.page-contact .pageheader__wrap {
  background-image: url("../images/slider-1.jpg");
}

.page-quote .pageheader__wrap {
  background-image: url("../images/helloquence-5fNmWej4tAA-unsplash.jpg");
}

.section-slider {
  padding-top: 0;
}

#carousel1 .carousel-item {
  height: 90rem;
}

#carousel1 .carousel-item .imgtobg-o,
#carousel1 .carousel-item .imgtobg-o-sm {
  position: relative;
  animation: carouimgzoom 60s infinite;
}

@media (max-width: 576px) {
  #carousel1 .carousel-item {
    height: 40rem;
    min-height: 1px;
  }
}

.carousel-overlay {
  position: relative;
  width: 100%;
  max-width: 85rem;
}

.carousel-overlay::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0rem;
  background-image: url("../images/nocalloutfee.html");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
}

.carousel-overlay-wrapper {
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.carousel-overlay-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-overlay-wrapper>.container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel-overlay-wrapper.text-center .carousel-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-overlay-wrapper.text-right .carousel-overlay {
  position: absolute;
  right: 0;
}

.carousel-overlay-inner {
  padding: 0 7rem;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.carousel-overlay-inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.75rem;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 3rem;
  text-transform: capitalize;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.carousel-overlay-inner h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 2rem;
}

.carousel-overlay-inner h5::before,
.carousel-overlay-inner h5::after {
  content: "";
  width: 6rem;
  height: 2px;
  display: inline-block;
  background-color: #ffba00;
  vertical-align: middle;
}

.carousel-overlay-inner h5::before {
  margin-right: 1rem;
}

.carousel-overlay-inner h5::after {
  margin-left: 1rem;
}

.carousel-overlay-inner h5 img {
  width: 2.25rem;
}

.carousel-overlay-inner p {
  font-family: "Hind", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.carousel-overlay-inner a {
  margin-right: 2rem;
  margin-top: 2rem;
}

.carousel-indicators {
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  bottom: 3rem;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translateX(-50%);
}

.carousel-indicators li {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #fff;
  margin: 0 .75rem;
  transition: all .3s ease;
}

.carousel-indicators li.active {
  width: 3rem;
  background-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 4.5rem;
  height: 10rem;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  width: 8rem;
  background-color: rgba(0, 0, 0, 0.75);
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 2.5rem;
}

.carousel-control-prev {
  left: -15rem;
}

.carousel-control-next {
  right: -15rem;
}

.carousel:hover .carousel-control-prev {
  left: 0;
}

.carousel:hover .carousel-control-next {
  right: 0;
}

@media (max-width: 991px) {
  .carousel-overlay::after {
    top: 0;
    bottom: auto;
    width: 7rem;
    height: 7rem;
  }

  .carousel-overlay-inner h2 {
    font-size: 3.2rem;
  }

  .carousel-overlay-inner p {
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  .carousel .carousel-overlay-inner {
    padding: 5rem 3rem 0;
  }

  .carousel .carousel-overlay-inner h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .carousel .carousel-overlay-inner p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .carousel .carousel-overlay-inner a {
    margin-top: 1.2rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.footer {
  position: relative;
  color: #fff;
  background-color: #1e2227;
  background-image: url("../images/footer.png");
  background-position: right;
  background-repeat: no-repeat;
}

.footer__top {
  padding: 10rem 0 6rem;
  background-image: url("../images/world_dots.html");
  background-size: cover;
  background-position: center;
}

.footer__top [class*="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer__top .logowrap {
  margin-bottom: 2rem;
}

.footer__top .logowrap img {
  width: 100%;
  max-width: 18rem;
}

.footer__top .social-icon-group {
  margin-bottom: 2rem;
}

.footer__top .social-icon-group .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.footer__top .social-icon-group span {
  margin-right: .5rem;
  display: inline-block;
  vertical-align: middle;
}

.footer__top .social-icon-group i,
.footer__top .social-icon-group img {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  color: #da101a;
  background-color: #eee;
}

.footer__top .social-icon-group i:hover,
.footer__top .social-icon-group img:hover {
  color: #fff;
  background-color: #ffba00;
}

.footer__top .social-icon-group img {
  padding: .5rem;
  min-width: 1px;
}

.footer__top .social-icon-group img:hover {
  filter: none;
}

.footer__top h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 2rem;
}

.footer__top h3::after {
  content: "";
  display: block;
  width: 5rem;
  height: .5rem;
  margin: 2rem 0 .5rem;
  background-color: #ffba00;
}

.footer__top p {
  font-size: 1.45rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.8;
}

.footer__top .list-content li {
  position: relative;
  padding-left: 2rem;
}

.footer__top .list-content li::before {
  position: absolute;
  top: 6px;
  left: 0;
}

.footer__top .list-content-x2 {
  display: flex;
  flex-wrap: wrap;
}

.footer__top .list-content-x2 li {
  width: 50%;
}

.footer__top ul {
  padding-left: 0;
  list-style-type: none;
}

.footer__top ul li {
  padding: .5rem 0;
}

.footer__top ul li strong {
  display: block;
}

.footer__top ul li a:hover {
  color: #ffba00;
}

.footer__bot>.container {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__bot [class*="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .footer__top ul li {
    width: 100%;
  }

  .footer__bot {
    text-align: center;
  }

  .footer__bot .col-lg-6 {
    padding: 1rem;
  }
}

/* section */
.section-slider {
  padding: 0;
}

.section-servhp {
  padding: 0 0 2rem;
}

.section-wcu {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5)), url("../images/bg-4.png");
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}

.section-gitouch,
.section-review,
.section-reg {
  background-image: url("../images/pattern.html");
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/pattern.html");
}

.section-review {
  position: relative;
  overflow: hidden;
  padding: 12rem 0;
  color: #fff;
  background-color: #1e2227;
  background-image: url("../images/bg-6.png");
  background-position: center;
  background-size: auto;
}

.section-review::after,
.section-review::before {
  z-index: 1;
  position: absolute;
  content: "";
  border: 40px solid rgba(191, 191, 191, 0.1);
  /*====Wave Animation====*/
  -webkit-animation: shake-break 1.5s ease-in-out 1.5s infinite alternate;
}

.section-review::before {
  width: 250px;
  height: 450px;
  right: -190px;
  bottom: -50px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-review::after {
  width: 450px;
  height: 250px;
  left: -300px;
  bottom: -20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-review .heading-separator {
  background-color: #fff;
}

.section-banner {
  padding: 0;
}

.section-reg {
  padding: 0 0 2rem;
}

@media (max-width: 991px) {
  .section-servhp {
    padding-bottom: 0;
    background-repeat: repeat;
  }

  .section-gitouch {
    padding-bottom: 0;
  }
}

.servhp-col {
  padding: 0;
  margin-bottom: 2rem;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.servhp-col:nth-child(2) {
  color: #fff;
  background-color: #1e2227;
}

.servhp-col:nth-child(3) {
  background-color: #ffba00;
}

.servhp-col:nth-child(3) .servhp-box-icon img {
  filter: brightness(0);
}

.servhp-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.servhp-box-front {
  z-index: 1;
  position: relative;
  padding: 2rem 2rem 2rem 9rem;
  transition: all .5s ease;
}

.servhp-box-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

.servhp-box-icon img {
  width: 5rem;
  transition: all .5s ease;
}

.servhp-box-cont h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.servhp-box-cont p {
  font-size: 1.4rem;
}

.servhp-box-cont a {
  font-weight: 500;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 25px;
}

.servhp-box-cont a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 1rem;
  transition: all .4s ease;
}

.servhp-box-cont a:hover::after {
  margin-left: 3rem;
}

.servhp-box:hover .servhp-box-cont a {
  border-color: #da101a;
  background-color: #da101a;
}

@media (min-width: 992px) {
  .servhp-box-row {
    margin-top: -5rem;
  }
}

@media (max-width: 991px) {
  .servhp-box-row {
    margin: 0;
  }

  .servhp-col:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.abouthp .section-head {
  margin-bottom: 8rem;
}

.abouthp-col {
  padding: 1.5rem;
}

.abouthp-exp {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  margin-bottom: 2rem;
  max-width: 30rem;
  background-image: url("../images/line.png");
  background-size: auto;
  background-repeat: repeat-x;
}

.abouthp-exp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: #ffba00;
}

.abouthp-exp span {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.abouthp-exp strong {
  color: #da101a;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.abouthp-slider {
  position: relative;
}

.abouthp-slider::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 50%;
  height: 50%;
  background-color: #ffba00;
}

.abouthp-slider::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 75%;
  background-image: url("../images/dots.jpg");
}

.abouthp-slider .item {
  padding: 5rem;
}

.abouthp-img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 50rem;
  border-radius: 8px;
}

.banner__wrap {
  position: relative;
  color: #fff;
  padding: 12rem 3rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.banner-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-icon {
  display: block;
  margin-bottom: 2rem;
}

.banner-icon i {
  color: #ffba00;
  font-size: 5rem;
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(0);
  transition: all 0.4s ease;
}

.banner-cont {
  z-index: 1;
  position: relative;
}

.banner-cont .heading-cursive {
  color: #fff;
}

.banner-cont h2 a {
  white-space: nowrap;
  text-decoration: underline;
}

.banner-cont h2 a:hover {
  color: #ffba00;
}

.banner-cont p+p {
  margin-bottom: 2.5rem;
}

.banner-cont>a {
  font-size: 2rem;
}

.wcu-col {
  padding: 1.5rem;
}

.wcu-col-inner {
  margin-bottom: 4rem;
}

.wcu-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wcu-box-img {
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
}

.wcu-box-title {
  position: relative;
  padding-left: 5.5rem;
  min-height: 5rem;
  margin-bottom: 1rem;
}

.wcu-box-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
}

.wcu-box-title h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.wcu-box-cont {
  width: 100%;
}

.wcu-box-cont p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.75;
}

.wcu-preview-img {
  margin-right: -15rem;
}

.galleryhp-col {
  padding: 1.5rem;
}

.galleryhp-item {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.galleryhp-front {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3rem 4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .5s ease;
}

.galleryhp-front h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.galleryhp-front p {
  font-size: 1.35rem;
}

.galleryhp-item:hover .galleryhp-front {
  top: 0;
}

.gitouch-col {
  padding: 0;
}

.gitouch-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.gitouch-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gitouch-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ffba00, rgba(255, 186, 0, 0.95), rgba(255, 186, 0, 0.8), rgba(255, 186, 0, 0.75), rgba(255, 186, 0, 0.6));
}

.gitouch-col-quote .gitouch-bg::after {
  background-image: linear-gradient(to right, #da101a, rgba(218, 16, 26, 0.95), rgba(218, 16, 26, 0.8), rgba(218, 16, 26, 0.75), rgba(218, 16, 26, 0.6));
}

.gitouch-cont {
  z-index: 1;
  position: relative;
  color: #fff;
  padding: 6rem 8rem;
}

.gitouch-cont h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.gitouch-cont p {
  font-size: 1.75rem;
  opacity: 0.8;
  margin: 1.5rem 0 2rem;
}

.gitouch-cont a i {
  margin-left: .5rem;
  transition: all .4s ease;
}

.gitouch-cont a:hover i {
  margin-left: 2rem;
}

@media (min-width: 992px) {
  .gitouch-row {
    margin-top: -20rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .gitouch-row {
    margin: 0;
  }

  .gitouch-col {
    margin-bottom: 2rem;
  }
}

.review-slider {
  padding-top: 8rem;
}

.review-slider::before {
  color: #ffba00;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  font-weight: 700;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.review-slider .owl-dots {
  margin-top: 2rem;
}

.review-slider .owl-dots .owl-dot {
  outline: none;
}

.review-slider .owl-dots .owl-dot span {
  outline: none;
}

.review-slider .owl-dots .owl-dot.active span,
.review-slider .owl-dots .owl-dot:hover span {
  background-color: #ffba00;
  outline: none;
}

.review-box {
  text-align: center;
}

.review-content p {
  font-size: 1.7rem;
  font-style: italic;
}

.review-author {
  color: #ffba00;
  font-style: 1.8rem;
  font-weight: 700;
}

.reg-row {
  align-items: end;
}

.reg-col {
  padding: 1rem 1rem 2rem;
}

.reg-logo {
  margin-bottom: 2rem;
}

.reg-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reg-text p {
  color: #ffba00;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.clients-slider__wrap .owl-nav button span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 4rem;
  border-radius: 4px;
  transition: all .5s ease;
}

.clients-slider__wrap .owl-nav button span:hover {
  color: #fff;
  background-color: #ffba00;
}

.clients-logo {
  text-align: center;
}

.clients-logo img {
  width: auto !important;
  max-width: 100%;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.section-contact-form {
  background-color: #f7f7f7;
}

.section-services {
  background-color: #f9f9f9;
}

.section-contact-map {
  padding: 0;
}

@media (min-width: 992px) {
  .section-serv {
    padding-top: 0;
  }
}

.side-box {
  padding: 3rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 4rem;
}

.side-box-icon {
  margin-bottom: 1.5rem;
}

.side-box-icon img {
  width: 3rem;
}

.side-box-title {
  margin-bottom: 1rem;
}

.side-box-title h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.side-box-title span {
  display: block;
  color: #ffba00;
  font-family: "Hind", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.side-box-img {
  margin-top: 2rem;
  text-align: center;
}

.side-box-list {
  padding-left: 0;
  list-style-type: none;
}

.side-box-list li {
  display: flex;
  margin-bottom: 1rem;
}

.side-box-list li span {
  font-size: 1.4rem;
  width: 50%;
}

.side-box-list li span:nth-child(2) {
  text-align: right;
}

.side-box-cont span,
.side-box-cont strong {
  display: block;
}

.side-box-cont span {
  margin-bottom: 0.5rem;
}

.side-box-cont a {
  white-space: nowrap;
}

.side-box-cont a:hover {
  color: #ffba00;
  text-decoration: underline;
}

.side-box-cont ul {
  padding-left: 0;
}

.side-box-cont ul li {
  position: relative;
  list-style-type: none;
}

.side-box-cont ul li a {
  display: block;
  font-size: 1.6rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.side-box-cont ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.side-box-cont ul li a:hover {
  color: #fff;
  background-color: #ffba00;
  text-decoration: none;
}

.side-box-contact {
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)), url("../images/samnoonan_0.jpg");
  background-size: cover;
  background-position: center;
}

.side-box-contact h5 a {
  color: #ffba00;
  text-decoration: underline;
}

.side-box-contact h5 a:hover {
  color: #cc9500;
}

.side-box-contact .link-style-passby {
  color: #1e2227;
}

@media (min-width: 992px) {
  .side-primary {
    padding-left: 6rem;
  }

  .side-widget {
    order: -1;
  }
}

.about-img {
  position: relative;
  width: 36rem;
  max-width: 100%;
  height: 36rem;
}

.about-img::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 95%;
  height: 95%;
  background-color: #ffba00;
}

.services-col {
  margin-bottom: 3rem;
}

.services-card {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  transition: all .5s ease;
}

.services-card:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

.services-img {
  position: relative;
  width: 100%;
  height: 24rem;
}

.services-cont {
  position: relative;
  padding: 3rem;
  background-color: #fff;
}

.services-cont h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  padding-right: 5rem;
  margin-bottom: 1.25rem;
}

.services-icon {
  width: 8rem;
  padding: 1.25rem;
  position: absolute;
  top: -3rem;
  right: 0;
  background-color: #fff;
}

.services-icon img {
  width: 100%;
}

.contact-info-box {
  position: relative;
  padding-left: 7rem;
  margin-bottom: 2rem;
}

.contact-info-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .5rem;
  width: 4rem;
}

.contact-info-box strong,
.contact-info-box span {
  display: block;
}

.contact-info-box strong {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}

.contact-map iframe {
  width: 100%;
  height: 46rem;
  margin: 0 0 -10px;
}

/* responsive-layout css overwriters */
@media only screen and (min-width: 1201px) {
  .app-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .dis-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .app-md {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .dis-md {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .app-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .dis-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .app-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .dis-xs {
    display: none !important;
  }
}

/* min width */
/* max width */
/* max height for landscape view */
/* for only Safari IOS devices */