@font-face {
	font-family: "Steel City Comic";
	src: url("../webfonts/Fonts/steelcitycomic.woff2") format("woff2"),
		 url("../webfonts/Fonts/steelcitycomic.woff") format("woff"),
		 url("../webfonts/Fonts/steelcitycomic.eot") format("embedded-opentype"),
		 url("../webfonts/Fonts/steelcitycomic.ttf") format("truetype"),
		 url("../webfonts/Fonts/steelcitycomic.svg#SteelCityComic") format("svg"); /* SVG usage */
	font-weight: normal;
	font-style: normal; /* Change this to normal if you want the regular style */
  }
  
body {
  font-family: "Poppins", sans-serif; /* Default font */
}
/*--------------------------------------------------------------
1. Basics
--------------------------------------------------------------*/
::-moz-selection {
  background: none;
  color: #2784e4;
}

::selection {
  background: none;
  color: #2784e4;
}

html {
  padding: 0;
  margin: 0;
}

blockquote,
ul,
ol {
  margin: 0px;
  padding: 0;
}

ul li,
ol li {
  margin-bottom: 0px;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none;
}

a,
i {
  border: none;
}

button {
  padding: 0;
}

button,
input,
select,
textarea {
  font-size: inherit;
  line-height: 1.75;
  font-family: inherit;
}

a:hover {
  text-decoration: none !important;
}

button,
button:focus,
button:hover {
}

a:focus,
button:focus {
  outline: none;
}

p {
  margin: 0 0 20px;
  font-family: inherit;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td,
th {
  padding: 5px;
  border: 1px solid black;
  text-align: center;
}

code,
pre {
  padding: 10px;
  padding-bottom: 0;
  border-left: 3px solid #6fbf71;
  border-bottom: 1px solid transparent;
  overflow-x: scroll;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

pre code {
  white-space: pre-wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  font-weight: bold !important;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 26px;
  font-family: "Poppins", sans-serif; /* Default font */
}

h5 {
  font-size: 18px;
}

/* Quote in about us section */
h6 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Steel City Comic", "Covered By Your Grace", cursive;
}

@media only screen and (max-width: 999px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 549px) {
  h1 {
    font-size: 34px;
  }
}

/* 1.1. Helpers */

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.top-bottom-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.bottom-padding-120 {
  padding-bottom: 120px;
}

.top-padding-50 {
  padding-top: 50px;
}

.bottom-padding-90 {
  padding-bottom: 90px;
}

.top-padding-60 {
  padding-top: 60px;
}

.bottom-padding-60 {
  padding-bottom: 60px;
}

.top-padding-50 {
  padding-top: 50px;
}

.top-bottom-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-padding-40 {
  padding-bottom: 40px;
}

.top-padding-20 {
  padding-top: 20px;
}

.bottom-padding-20 {
  padding-bottom: 20px;
}

.bottom-padding-10 {
  padding-bottom: 10px;
}

.top-padding-5 {
  padding-top: 5px;
}

.bottom-padding-5 {
  padding-bottom: 5px;
}

.bottom-margin-30 {
  margin-bottom: 30px;
}

.top-margin-30 {
  margin-top: 30px;
}

.top-bottom-margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-margin-20 {
  margin-bottom: 20px;
}

/* 1.2. Custom grid */
.container {
  max-width: 1350px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one-column,
.two-columns,
.three-columns,
.four-columns,
.five-columns,
.six-columns,
.seven-columns,
.eight-columns,
.nine-columns,
.ten-columns,
.eleven-columns,
.twelve-columns {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.one-column {
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.two-columns {
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
}

.three-columns {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.four-columns {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.five-columns {
  -ms-flex-preferred-size: 41.66%;
  flex-basis: 41.66%;
}

.six-columns {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.seven-columns {
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
}

.eight-columns {
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
}

.nine-columns {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.ten-columns {
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
}

.eleven-columns {
  -ms-flex-preferred-size: 91.66%;
  flex-basis: 91.66%;
}

.twelve-columns {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/*--------------------------------------------------------------
6. Colors
--------------------------------------------------------------*/
body,
.animsition-overlay {
  background: #f5f5f5;
}

/* 6.1. Bg colors */
.light-bg-1 {
  background: #f5f5f5;
}

.light-bg-2 {
  background: #ffffff;
}

.light-bg-4 {
  /* background-image: url('images/service-background.webp'); */
  background-position: center;
  background-size: cover;
  background-color: #fff;
}

.dark-bg-1 {
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(25, 10, 13) 0%,
    rgb(18, 22, 30) 59%,
    rgb(10, 33, 47) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(25, 10, 13) 0%,
    rgb(18, 22, 30) 59%,
    rgb(10, 33, 47) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(25, 10, 13) 0%,
    rgb(18, 22, 30) 59%,
    rgb(10, 33, 47) 100%
  );
}

.dark-bg-2 {
  background: rgb(10, 28, 39);
}

/* 6.2. Text colors */
.text-color-0 {
  color: black;
}

.text-color-1 {
  color: #262626;
}

.text-color-2 {
  color: #888888;
}

.text-color-4 {
  color: white;
}

.text-trans-none {
  text-transform: none !important;
}

.text-spacing1 {
  letter-spacing: 1px !important;
}

.word-spacing-15 {
  word-spacing: 15px;
}

.text-height-10 {
  line-height: 1 !important;
}

.text-height-11 {
  line-height: 1.1 !important;
}

.text-height-12 {
  line-height: 1.2 !important;
}

.text-height-15 {
  line-height: 1.5 !important;
}

.text-height-16 {
  line-height: 1.6 !important;
}

.text-height-20 {
  line-height: 2 !important;
}

.title-style {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: inherit;
  line-height: 1;
  font-size: 24px;
  line-height: 1.2;
}

.medium-title-1 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: inherit;
}
.medium-title-2 {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: inherit;
}
@media only screen and (max-width: 600px) {
  .medium-title-1 {
    font-size: 35px;
  }
  .medium-title-2 {
    text-transform: capitalize;
    font-size: 20px;
  }
}
.medium-title {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: inherit;
}

.large-title {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: inherit;
}

.large-title-bold {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: inherit;
}

.xlarge-title {
  text-transform: uppercase;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: inherit;
}

.xxlarge-title {
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: inherit;
}

.p-style-xsmall {
  font-size: 13px;
  line-height: 2.35;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: inherit;
}

.p-style-small {
  font-size: 16px;
  line-height: 2.15;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: inherit;
}

.p-style-medium {
  font-size: 18px;
  text-align: justify;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: inherit;
}

.p-style-large {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: inherit;
}

.p-letter-style {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5px;
  font-family: inherit;
}

@media only screen and (max-width: 1199px) {
  .title-style {
    font-size: 22px;
  }

  .medium-title {
    font-size: 38px;
  }

  .large-title,
  .large-title-bold {
    font-size: 30px;
  }

  .xlarge-title {
    font-size: 65px;
  }

  .xxlarge-title {
    font-size: 85px;
  }
}

@media only screen and (max-width: 999px) {
  .title-style {
    font-size: 20px;
  }

  .medium-title {
    font-size: 35px;
  }

  .large-title,
  .large-title-bold {
    font-size: 30px;
  }

  .xlarge-title {
    font-size: 55px;
  }

  .xxlarge-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .title-style {
    font-size: 18px;
  }

  .medium-title {
    font-size: 30px;
  }

  .large-title,
  .large-title-bold {
    font-size: 30px;
  }

  .xlarge-title {
    font-size: 45px;
  }

  .xxlarge-title {
    font-size: 50px;
  }

  .p-style-large {
    font-size: 16px;
  }

  .p-style-medium {
    font-size: 18px;
  }
}

@media only screen and (max-width: 549px) {
  .title-style {
    font-size: 18px;
  }

  .medium-title {
    font-size: 25px;
  }

  .large-title,
  .large-title-bold {
    font-size: 18px;
    letter-spacing: 8px !important;
  }

  .xlarge-title {
    font-size: 38px;
  }

  .xxlarge-title {
    font-size: 42px;
  }

  .p-style-medium {
    font-size: 16px;
  }

  .p-style-large {
    font-size: 16px;
  }
}

/* 9.1.1. Loading overlay animation #1 */
.overlay-loading {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.overlay-loading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1b2a2f;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 3;
  -webkit-transform: translateX(-202%);
  -ms-transform: translateX(-202%);
  transform: translateX(-202%);
}

body.anim .overlay-loading:before {
  -webkit-transform: translateX(1%);
  -ms-transform: translateX(1%);
  transform: translateX(1%);
}

/* 9.1.2. Loading overlay animation #2 */
.overlay-loading2 {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.overlay-loading2:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.anim .overlay-loading2:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.light-bg-2 .overlay-loading2:before {
  background: #f0f0f0;
}

.dark-bg-1 .overlay-loading2:before {
  background: #111517;
}

.dark-bg-2 .overlay-loading2:before {
  background: #1b2a2f;
}

/* 9.2.2. Scroll overlay animation #2 */
[data-animation].overlay-anim-box2:before,
[data-animation].overlay-anim-box2:after,
[data-animation].overlay-anim-box2 {
  opacity: 1;
}

.overlay-anim-box2 {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.overlay-anim-box2:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.overlay-anim-box2.overlay-anim2:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.light-bg-2 .overlay-anim-box2:before {
  background: #f0f0f0;
}

.dark-bg-1 .overlay-anim-box2:before {
  background: #111517;
}

.dark-bg-2 .overlay-anim-box2:before {
  background: #1b2a2f;
}

/* 9.2.3. Scroll fade animation */
.fade-anim-box {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.fade-anim-box.fade-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* 9.2.4. Scroll title fill animation */
[data-animation].title-fill:before,
[data-animation].title-fill:after,
[data-animation].title-fill {
  opacity: 1;
}

.title-fill {
  white-space: nowrap;
  color: transparent;
  position: relative;
  display: inline-block;
}

.title-fill:before,
.title-fill:after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.2s cubic-bezier(0.2, 0, 0.1, 1);
  -o-transition: 0.2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: 0.2s cubic-bezier(0.2, 0, 0.1, 1);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}

.title-fill:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #37b5d5),
    color-stop(60%, #2784e4)
  );
  background: -o-linear-gradient(left, #37b5d5 20%, #2784e4 60%);
  background: linear-gradient(to right, #37b5d5 20%, #2784e4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-fill.title-fill-anim:before,
.title-fill.title-fill-anim:after {
  width: 100%;
}

.dark-bg-1 .title-fill:before,
.dark-bg-2 .title-fill:before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #37b5d5),
    color-stop(60%, #2784e4)
  );
  background: -o-linear-gradient(left, #37b5d5 20%, #2784e4 60%);
  background: linear-gradient(to right, #37b5d5 20%, #2784e4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-bg-1 .title-fill:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #37b5d5),
    color-stop(60%, #2784e4)
  );
  background: -o-linear-gradient(left, #37b5d5 20%, #2784e4 60%);
  background: linear-gradient(to right, #37b5d5 20%, #2784e4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-bg-2 .title-fill:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #37b5d5),
    color-stop(60%, #2784e4)
  );
  background: -o-linear-gradient(left, #37b5d5 20%, #2784e4 60%);
  background: linear-gradient(to right, #37b5d5 20%, #2784e4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tr-delay01.title-fill:after {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.tr-delay02.title-fill:after {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.hover-img {
  -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.tr-delay01 .hover-img {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tr-delay02 .hover-img {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*--------------------------------------------------------------
13. Min-height flex center (IE11-fix)
--------------------------------------------------------------*/
.flex-min-height-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.flex-min-height-inner {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--------------------------------------------------------------
14. Page-head
--------------------------------------------------------------*/
.page-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.page-head h2 span,
.page-head h3 span,
.page-head .medium-title {
  margin-bottom: 2px;
}

.page-head h2 span:last-child,
.page-head h2 span span,
.page-head h3 span:last-child,
.page-head h3 span span {
  margin-bottom: 0;
}

.page-head h2 .load-title-fill {
  line-height: 1.2;
  padding-right: 55px;
}

@media only screen and (max-width: 999px) {
  .page-head-bg {
    width: 100%;
  }
}

/* 25.1. Contact form */
.contact-form-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.contact-form-box .border-btn-box {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.contact-form-box .border-btn:before {
  color: white;
}

.contact-form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 25px 10px 12px 5px;
  text-transform: unset;
  color: #000;
  background: none;
  -webkit-transition: 0.2s;
  font-family: "Gilroy-Regular", sans-serif;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px;
}

.contact-form-box textarea {
  height: 100px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
26. Video background
--------------------------------------------------------------*/
.page-head video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-bg-box .scroll-btn {
  left: 50%;
}

.default-img-class {
  max-width: 100%;
  height: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

  