html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

html,
body {
  overflow-x: hidden;
  width: 100%
}

body {
  margin: 0
}

main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: #fff0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.gallery-caption {
  position: relative
}

.bypostauthor {
  position: relative
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

table {
  width: 100%
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: '';
  overflow: auto
}

.widgets_grid_box ul ul.children {
  padding: 0 0 0 5px !important;
  border-radius: 0;
  border: 0px !important
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left
}

.post-password-form label {
  width: 100%
}

input[type="password"] {
  width: 100%
}

.wp-block-button {
  margin-bottom: 15px
}

.has-background-dim,
.has-background-dim p {
  color: #fff
}

.col-lg-12.padding_zero {
  padding: 0
}

.sec_comments .col-lg-12 {
  padding: 0
}

.bg-dark-gray{
  background-color: #282f3b;
}
.bg-light-gray{
  background-color: #eee;
}

.position-relative{
  position: relative;
}
.vertical-small-line{
  background-color: #078586;
  width: 20px;
  height: 150px;
  position: absolute;
  right: -10px;
  top: 15%;
}
@media (max-width:991.98px) {
  .vertical-small-line{
    width: 150px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 15%;
  }

}

.vertical-small-line-2{
  background-color: #078586;
  width: 20px;
  height: 150px;
  position: absolute;
  left: -10px;
  top: 15%;
}
@media (max-width:991.98px) {
  .vertical-small-line-2{
    width: 150px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 15%;
  }

}

.call-icon{
  margin-top: 8px;
}
.call-icon span{
  border: #078586 solid 2px;
  color: #078586;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  vertical-align: bottom;
}

.call-icon-text a:hover{
  color: #a80f0f !important;
}

.project_filter li:before{
  display: none;
}

.fancybox-slide > *{
  display: block;
}

.textbgdesign{
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='316' height='68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M314.41 25.529C262.307 28.9686 113.618 24 7.42536 24C57.9532 29.7926 206.773 42.8579 311.885 42.8579C279.451 42.5847 158.673 45.5592 0.410173 42.8579' stroke='%23C1F11D' stroke-width='48'/%3E%3C/svg%3E");
  padding: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 70%;
  color: #141414;
}