@import url('css2.css');
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}


/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mmb10 {
  margin-bottom: -10px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

.mmb-100 {
  margin-bottom: -100px;
}

.mmb-80 {
  margin-bottom: -80px;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.lr-9 [class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}


.navbar-brand {
  padding: 0;
  margin-right: 0;
}



button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}

section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}



.overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

@-webkit-keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@-webkit-keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}

@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}

@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

@-webkit-keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

@-webkit-keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}

@-webkit-keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}

@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}

@-webkit-keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}

@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}

@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}

@-webkit-keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}

@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}

@-webkit-keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}

@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

.animation_left-to-right {
  background-position: left center;
}

.active .animation_left-to-right {
  -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
          animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}

.active .animation_right-to-left {
  -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
          animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}

.active .animation_left-to-center {
  -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
          animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}

.active .animation_right-to-center {
  -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
          animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}

.active .animation_top-to-bottom {
  -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
          animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}

.active .animation_top-to-center {
  -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
          animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}

.active .animation_bottom-to-top {
  -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
          animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}

.active .animation_bottom-to-center {
  -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}

.active .animation_top-left-to-bottom-right {
  -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
          animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}

.active .animation_top-left-to-center {
  -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
          animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}

.active .animation_top-right-to-bottom-left {
  -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
          animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}

.active .animation_top-right-to-center {
  -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
          animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}

.active .animation_bottom-left-to-top-right {
  -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}

.active .animation_bottom-left-to-center {
  -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}

.active .animation_bottom-right-to-top-left {
  -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}

.active .animation_bottom-right-to-center {
  -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777;
  background-color: #fff;
}
.wrapper{
    overflow: hidden;
    position: relative;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  font-weight: 600;
  color: #000;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
}


h1.fs-lg {
  font-size: 80px;
  line-height: 115%;
  letter-spacing: -4px;
}


h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  font-weight: 400;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  cursor: pointer;
}

p {
  margin: 0px;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #5f6168;
          box-shadow: inset 0 0 0 2px #5f6168;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #fc5e16;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #fc5e16;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
.section-padding {
  padding: 160px 0px;
}

.body-text {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
}

.body-text.light {
  color: #ccddf6;
}

/* ====================================================
    HEADINGS
 ====================================================== */
.section-head {
  position: relative;
}

.section-head .heading-bg {
  position: absolute;
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -3px;
  color: #94a6c41f;
  text-transform: uppercase;
  left: 0;
  z-index: -1;
  bottom: 23px;
  line-height: 1;
}

.section-head .section-title {
  font-size: 40px;
  line-height: 48px;
  color: #001c47;
  font-weight: 700;
}


.section-head .heading-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fc5e16;
  margin-bottom: 0px;
  margin-left: 0px;
}

.heading-1 {
  font-size: 34px;
  line-height: 41px;
  color: #001c47;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}


.heading-2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}


.heading-2.white {
  color: #ffffff;
}

/* ====================================================
    BUTTONS
 ====================================================== */
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.button.button-primary {
  color: #ffffff;
  background-color: #fc5e16;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.button.button-primary:hover, .button.button-primary:focus {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}


.button.button-minimal {
  font-size: 16px;
  line-height: 27px;
  color: #001c47;
  font-weight: 700;
}

.button.button-minimal .icon {
  font-size: 14px;
  margin-left: 5px;
}

.button.play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #fc5e16;
    color: #ffffff;
    border-radius: 50%;
    -webkit-animation: playVideo infinite 3.5s;
    animation: playVideo infinite 3s;
}


.button.play-button .play-icon {
  font-size: 25px;
  color: #fc5e16;
}


/* ====================================================
    OWL CAROUSEL BUTTONS
 ====================================================== */
.owl-prev,
.owl-next {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}


.owl-prev:hover,
.owl-next:hover {
  background-color: #fc5e16;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.owl-prev i,
.owl-next i {
  font-size: 16px;
}

.header-wrapper {
  background-color: #ffffff;
}

.header-wrapper .navbar {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-wrapper .navbar-content {
  width: 100%;
}

.header-wrapper .logo-wrapper {
  width: 20%;
  background-color: #f2f2f2;
  margin-top: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
}


.header-wrapper .top-menu {
  padding: 10px 30px;
  border-bottom: 1px solid #ededed;
}

.header-wrapper .main-menu {
  padding: 10px 30px;
}

.header-wrapper .contact-info .contact-item {
  font-size: 14px;
  color: #5f6168;
  font-weight: 400;
}

.header-wrapper .contact-info .contact-item:not(:last-child) {
  margin-right: 50px;
}


.header-wrapper .contact-info .contact-item .item-icon {
  color: #001c47;
  margin-right: 5px;
}

.header-wrapper .social-icons .social-link {
  font-size: 18px;
  color: #001c47;
}

.header-wrapper .social-icons .social-link:not(:last-child) {
  margin-right: 20px;
}


.header-wrapper .social-icons .social-link:hover {
  color: #fc5e16;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-wrapper .main-menu-right {
  position: relative;
}

.header-wrapper .main-menu-right .menu-right-search {
  font-size: 18px;
  color: #001c47;
  cursor: pointer;
  margin-right: 50px;
}


.header-wrapper .main-menu-right .search-box {
  position: absolute;
  bottom: -85px;
  right: 0;
  z-index: 10;
  display: none;
}

.header-wrapper .main-menu-right .search-box input {
  min-width: 300px;
  border: 2px solid #fc5e16;
  padding: 0px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header-wrapper .main-menu-right .search-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans",sans-serif;
}

.header-wrapper .main-menu-right .search-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans",sans-serif;
}

.header-wrapper .main-menu-right .search-box input::-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans",sans-serif;
}

.header-wrapper .main-menu-right .search-box input::placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Open Sans",sans-serif;
}

.header-wrapper .main-menu-right .search-box .search-button {
  width: 60px;
  height: 60px;
  background-color: #fc5e16;
  color: #ffffff;
  margin-left: -50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-wrapper .main-menu ul {
  line-height: 1;
}

.header-wrapper .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

.header-wrapper .main-menu ul > li:not(:last-child) {
  margin-right: 45px;
}

.header-wrapper .main-menu ul > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #001c47;
  line-height: 20px;
  overflow: hidden; text-transform: uppercase;
}

.header-wrapper .main-menu ul > li .icon {
  font-size: 10px;
  font-weight: 400;
  margin-left: 3px;
}

.header-wrapper .main-menu ul > li:hover > a {
  color: #fc5e16;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-wrapper .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-wrapper .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #fc5e16;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
  margin-top: 20px;
}

.header-wrapper .main-menu ul > li > ul li {
  display: block;
}

.header-wrapper .main-menu ul > li > ul li a {
  display: block;
  color: #ffffff;
  padding: 12px 25px;
}

.header-wrapper .main-menu ul > li > ul li a:hover {
  color: #fff;
}

.header-wrapper .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.header-wrapper .menu-wrapper {
  width: 100%;
}

#hamburger {
  color: #001c47;
  font-size: 30px;
  display: none;
  position: absolute;
  top: 33px;
  right: 50px;
}


#hamburger i {
  cursor: pointer;
}

.main-menu-right .button.button-primary {
    color: #ffffff;
    background-color: #fc5e16;
    padding: 8px 15px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
}

.mobile-nav-one-wrapper .mobile-nav {
  position: fixed;
  right: -540px;
  top: 0;
  width: 500px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #001c47;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}


.mobile-nav-one-wrapper .mobile-nav.show {
  right: 0px;
}

.mobile-nav-one-wrapper .mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav-one-wrapper .mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #fc5e16;
}

.mobile-nav-one-wrapper .action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.mobile-nav-one-wrapper .action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}

.mobile-nav-one-wrapper .action-bar a i {
  margin-right: 10px;
}

.mobile-nav-one-wrapper .action-bar a.theme-btn {
  text-align: center;
}

.mobile-nav-one-wrapper .social-icons {
  font-size: 16px;
  color: #5f6168;
  cursor: pointer;
  margin: 30px 0px;
}

.mobile-nav-one-wrapper .social-icons a {
  margin-right: 20px;
}

/*------------------------------------------------*/
/*--------------[Sticky Header]-----------*/
/*------------------------------------------------*/

.sticky-header:not(.header-submenu).is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sticky-header:not(.header-submenu).is-sticky .top-menu {
    display: none!important;
}
.sticky-header:not(.header-submenu).is-sticky .logo-wrapper{
       padding: 3px 30px!important;
}



.sticky-header:not(.header-submenu).is-sticky .nav-header,
.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav
{
        padding: 0;
}
.sticky-header:not(.header-submenu).is-sticky .nav-search-inner input[type="text"], .sticky-header:not(.header-submenu).is-sticky  .nav-search-inner input[type="search"]{
    line-height: 40px!important;
}
.sticky-header:not(.header-submenu).is-sticky .nav-search-close-button{
    top: 6px;
}
.sticky-header:not(.header-submenu).is-sticky .nav-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 30px;
}

.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav,
.sticky-header:not(.header-submenu).is-sticky .nav-cart,
.sticky-header:not(.header-submenu).is-sticky .nav-search{
       padding-top: 14px;

}
.header-main-block.header-style.transparent-header-style.sticky-header.is-sticky {
    background: #fff;
}
.header-main-block.header-style.transparent-header-style.sticky-header {
    background: transparent;
}
.sticky-header:not(.header-submenu).is-sticky  .topbar ul.topbarnav li ul{
    top: 49px;
}

.sticky-header:not(.header-submenu).is-sticky .topbar ul.topbarnav,
.sticky-header:not(.header-submenu).is-sticky .nav-cart,
.sticky-header:not(.header-submenu).is-sticky .nav-search,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-header,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-search,
.sticky-header:not(.header-submenu).is-sticky .header-style .nav-cart,
.navigation-portrait .nav-search{
    padding: 0;
}
.sticky-header:not(.header-submenu).is-sticky .navigation-portrait .nav-search-button {
    line-height: 30px;
}

.hero-wrapper {
  background-color: #001c47;
  position: relative;
  z-index: 2;
}

.hero-wrapper .section-head {
  margin-bottom: 20px;
}

.hero-wrapper .section-head .heading-bg {
  top: -50px;
}

.hero-wrapper .section-head .heading-dot {
  margin-left: -10px;
}


.hero-wrapper .section-head .section-title {
  font-size: 64px;
  line-height: 70px;
  color: #ffffff;
  z-index: 4;
  font-family: "Open Sans",sans-serif;
  width: 90%;
}



.hero-wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 755px;
}

@media(max-width: 768px) {
  .hero-wrapper .hero-content {
    height: 185px;
  }
}

.hero-wrapper .left-content {
  width: 50%;
  padding-left: 200px;
  padding-right: 150px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: bottom center;
}


.hero-wrapper .left-content .hero-text {
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 30px;
  color: #ccddf6;
  font-weight: 700;
  width: 70%;
}

.hero-wrapper .right-content {
  width: 50%;
}



.hero-wrapper .hero-slider-nav {
  position: absolute;
  right: 0;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}


.hero-wrapper .hero-slider-nav .owl-next,
.hero-wrapper .hero-slider-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-wrapper .hero-slider-nav .owl-next i,
.hero-wrapper .hero-slider-nav .owl-prev i {
  font-size: 18px;
}

.banner-wrapper {
  position: relative;
  min-height:300px;
}

.banner-wrapper .section-head .heading-bg {
  bottom: -25px;
  left: -10px;
  color: #001c47;
}

.banner-wrapper .section-head .section-title {
  color: #ffffff;
}

.banner-wrapper .banner-overlay {
  width: 100%;
  background-color: #001c4781;
  background-image: url("../image/line.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-wrapper .banner-content {
  padding-top: 230px;
}


.banner-wrapper .breadcrumb-wrap {
  margin-top: 20px;
}


.banner-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
}

.banner-wrapper .breadcrumb-item {
  font-size: 16px;
  color: #ccddf6;
  font-weight: 400;
  text-transform: capitalize;
}

.banner-wrapper .breadcrumb-item.active {
  color: #fc5e16 !important;
}

.banner-wrapper .breadcrumb-item + .breadcrumb-item::before {
  color: #ccddf6;
}

.about-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -50px;
}
figure.image-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}
figure.image-2 {
    position: absolute;
    right: 0;
    top: 100px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.about-wrapper .left-content {
  width: 100%;
  height: 100%;
}

.about-wrapper .right-content .section-head {
  margin-bottom: 20px;
}

.about-wrapper .right-content .section-head .heading-bg {
  bottom: 25px;
}



.about-wrapper .right-content {
    padding-left: 80px;
}
.project-details-gallery.about-wrapper .right-content {
    padding-left: 0;
}
.about-wrapper .right-content .right-content-items .single-item{
    font-weight: 600;
}


.about-wrapper .right-content .right-content-items {
  margin-top: 20px;
  margin-bottom: 40px;
}

.about-wrapper .right-content .right-content-items .single-item:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper .right-content .right-content-items .single-item-icon {
  color: #fc5e16;
  margin-right: 10px;
}

.about-two-wrapper.numbers-wrapper .right-content::after {
  background-image: none;
}

.about-two-wrapper .left-content .small-heading,
.about-two-wrapper .left-content .body-text {
  padding-right: 80px;
}


.about-two-wrapper .right-content {
  position: relative;
  margin-bottom: 50px;
}
.home-page-about-block .right-content {
    margin-bottom: 0;
    margin-right: 15px;
}
.home-page-about-block .small-heading {
    padding-right: 0!important;
}
.home-page-about-block .button.play-button {
    background-color: #fff;
    color: #001c47;
}
.about-two-wrapper .right-content .about-thumb {
  height: 600px;
  margin-right: -375px;
}

.about-two-wrapper.home-page-about-block {
    padding: 160px 0;
}
.about-two-wrapper .right-content .right-card {
  background-color: #fc5e16;
  padding: 30px;
  max-width: 450px;
  position: absolute;
  bottom: -33px;
  right: 0;
}

.about-two-wrapper .right-content .body-text {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.about-two-wrapper .right-content .card-icon {
  margin-right: 40px;
}

.why-us-wrapper {
  background-image: url("../image/why-us-bg.svg");
  background-repeat: no-repeat;
  background-position: left 500px;
}

.why-us-wrapper .left-content .body-text,
.why-us-wrapper .left-content .section-title {
  padding-right: 150px;
}


.why-us-wrapper .right-card {
  min-width: 270px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  background-image: url("../image/services-card-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.why-us-wrapper .right-card.go-top {
  margin-top: -50px;
}

.why-us-wrapper .right-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about-content .features-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about-content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
.about-content .features-list li div {
    display: block;
    border: 1px solid #f0eae2;
    border-radius: 5px;
    padding: 20px 20px 20px 95px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-content .features-list li div:hover {
    border-color: #fc5e16;
}
.about-content .features-list li div .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-content .features-list li div h3 {
    margin-bottom: 3px;
    font-size: 25px;
}
.about-content  p:last-child {
    margin-bottom: 0;
}
.about-content  p {
    margin-bottom: 20px;
}

.vision-wrapper {
  overflow-x: hidden;
}

.vision-wrapper .experience-card {
  background-color: #001c47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  overflow-x: hidden;
  position: relative;
  background-image: url("../image/spider-net-illustration.png");
  background-size: cover;
}

.vision-wrapper .experience-card .card-heading {
  padding: 0px 70px;
}


.vision-wrapper .experience-card .card-num {
  font-size: 100px;
  line-height: 70px;
  color: #fc5e16;
  font-weight: 700;
  padding: 0px 40px;
}


.vision-wrapper .experience-card .card-text {
  font-size: 60px;
  color: #94a6c41f;
  font-weight: 700;
  line-height: 50px;
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
}


.vision-wrapper .left-card {
  max-width: 100%;
  height: 380px;
}


.vision-wrapper .right-content {
  padding: 80px;
  padding-top: 160px;
  min-height: 100%;
  background-color: #001c47;
}



.vision-wrapper .right-content .section-head {
  max-width: 490px;
}

.vision-wrapper .right-content .section-head .section-title,
.vision-wrapper .right-content .section-head .body-text {
  color: #ffffff;
}

.vision-wrapper .right-content .section-head .heading-bg {
  z-index: 1;
  bottom: 100px;
}

.vision-wrapper .vision-progress {
  max-width: 490px;
}

.vision-wrapper .vision-progress .single-progress:not(:last-child) {
  margin-bottom: 10px;
}

.vision-wrapper .vision-progress .progress-heading,
.vision-wrapper .vision-progress .skill-bar-percent {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 10px;
}

.vision-wrapper .vision-progress .progress-bar-wrapper {
  width: 100%;
}

.vision-wrapper .vision-progress .skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 11px;
  border: 1px solid #94a6c41f;
}

.vision-wrapper .vision-progress .skillbar-bar {
  height: 3px;
  width: 0px;
  background: #fc5e16;
  margin-top: 3px;
  margin-left: 3px;
}

.vision-wrapper .vision-progress .skill-bar-percent {
  position: absolute;
  right: 10px;
  top: -40px;
  height: 15px;
}

.vision-wrapper .row > * {
  padding-right: 0;
  padding-left: 0;
}

.work-process-wrapper {
  margin-bottom: 60px;
  background-image: url("../image/work-process.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
      padding-top: 0;
}
.post-details .work-process-wrapper {
    margin-bottom: 0!important;
    background: none;
    padding-bottom: 0;
}

.work-process-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -30px;
}


.work-process-wrapper .process-card {
  padding: 40px;
}


.work-process-wrapper .process-card .card-divider {
  position: relative;
  right: -300px;
  bottom: -70px;
}


.work-process-wrapper .process-card .card-divider::before {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.work-process-wrapper .process-card .card-divider::after {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: -29px;
  left: 29px;
}

.work-process-wrapper .process-card .card-num {
  font-size: 140px;
  line-height: 140px;
  color: #fc5e16;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  text-align: center;
}

.work-process-wrapper .process-card .card-heading {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
  font-family: "Roboto";
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}


.our-team-wrapper {
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.our-team-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/line.svg");
  background-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.our-team-wrapper .section-head .heading-bg {
  bottom: -10px;
}

.our-team-wrapper .team-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-card-wrapper .team-card {
  max-width: 100%;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 10;
}

.team-card-wrapper .card-overlay {
  width: 100%;
  height: 100%;
  background-color: #001c4780;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}

.team-card-wrapper .team-card:hover .member-info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.team-card-wrapper .team-card:hover .card-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.team-card-wrapper .member-info {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.team-card-wrapper .member-info .name {
  color: #ffffff;
}

.team-card-wrapper .member-info .name:hover {
  color: #fc5e16;
}

.team-card-wrapper .member-info .role {
  color: #ccddf6;
  display: block;
}

.team-card-wrapper .card-left {
  padding: 10px;
}

.team-card-wrapper .card-right {
  padding: 10px;
}

.team-card-wrapper .card-right:hover {
  cursor: pointer;
}

.team-card-wrapper .card-right:hover .social-items {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.team-card-wrapper .card-right:hover .on-hover-icon i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.team-card-wrapper .card-right .card-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-card-wrapper .card-right .social-items {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.team-card-wrapper .card-right .social-item {
  margin-bottom: 15px;
}

.team-card-wrapper .card-right .social-item .social-link {
  color: #ffffff;
}

.team-card-wrapper .card-right .social-item .social-link:hover {
  color: #fc5e16;
}

.team-card-wrapper .card-right .on-hover-icon {
  width: 50px;
  height: 50px;
  background-color: #fc5e16;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.services-wrapper {
  overflow-x: hidden;
}

.services-wrapper .section-head .heading-bg {
  bottom: -25px;
}

.services-wrapper .body-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5f6168;
}

.services-wrapper .body-text.padding-right {
  padding-right: 100px;
}


.services-wrapper .body-text.light {
  color: #ccddf6;
}


.services-wrapper .services-card {
  background-color: #001c47;
  padding: 40px 35px;
  border: 1px solid #ebebeb;
  position: relative;
}

.services-wrapper .services-card::before {
  content: "";
  width: 140px;
  height: 140px;
  background: url("https://demo.greyhoundbd.net/industry/assets/img/services/hover-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 180px;
  right: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.services-wrapper .services-card:hover::before {
  opacity: 1;
}

.services-wrapper .services-card:hover .card-button {
  background-color: #fc5e16;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  color: #ffffff;
}

.services-wrapper .services-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
}

.services-wrapper .services-card .card-button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.services-wrapper .card-light {
  background-color: #ffffff;
  background-image: url("../image/services-card-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.services-wrapper .card-light .card-heading,
.services-wrapper .card-light .card-button {
  color: #001c47;
}

.services-wrapper .card-light .body-text {
  color: #5f6168;
}



.single-services-box {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 0;
    transition: all ease 0.5s;
    border-radius: 4px;
}
.single-services-box:hover {
    transform: translateY(-5px);
}
.single-services-box .services-img {
    position: relative;
    margin-bottom: 30px;
}
.single-services-box .services-img img {
    border-radius: 4px;
}

.single-services-box .services-img i {
    position: absolute;
    bottom: -35px;
    right: 30px;
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    border-radius: 50px;
    color: #fc5e16;
    text-align: center;
    transition: all ease 0.5s;
}
.single-services-box:hover .services-img i {
    transform: rotateX(360deg);
}
.single-services-box .services-content h3 {
    margin-bottom: 15px;
	color: #001c47;
}
.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #001c47;
    position: relative;
}
.read-more i {
    color: #fc5e16;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all ease 0.5s;
    opacity: 0;
}
.single-services-box:hover .read-more {
    color: #fc5e16;
}
.single-services-box:hover .read-more i {
    left: 80px;
    opacity: 1;
}

.interior-wrapper {
  overflow-x: hidden;
}

.interior-wrapper .section-head .heading-bg {
  font-size: 100px;
  left: -50px;
  bottom: -40px;
  z-index: 9;
}

.interior-wrapper .interior-content {
  padding: 190px 150px 70px 100px;
  position: relative;
  min-height: 600px;
}


.interior-wrapper .interior-content .interior-overlay {
  background-color: #001c4781;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.interior-wrapper .interior-card {
  max-width: 530px;
  background-color: #001c47;
  padding: 40px;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

.interior-wrapper .interior-card.card-1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/illustration1.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 230px;
  top: 0;
  overflow-x: hidden;
}

.interior-wrapper .interior-card.card-2 {
  background-color: #fc5e16;
}

.interior-wrapper .interior-card.card-2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/illustration2.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 230px;
  top: 0;
  overflow-x: hidden;
}

.interior-wrapper .interior-card .card-heading {
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.interior-wrapper .interior-card .body-text {
  color: #ffffff;
}

.interior-wrapper .interior-card .button {
  color: #ffffff;
  margin-top: 30px;
}

.interior-wrapper .row > * {
  padding-left: 0;
  padding-right: 0;
}

.service-details-wrapper {
  margin-bottom: 95px;
}

.service-details-wrapper .body-text {
  font-size: 18px;
}

.service-details-wrapper .content-thumb {
  min-height: 350px;
  width: 100%;
  margin-top: 35px;
}


.service-details-wrapper .content-card {
  padding: 10px;
}

.service-details-wrapper .content-card .card-icon {
  margin-bottom: 15px;
}

.service-details-wrapper .content-card .card-heading {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
}

.service-details-wrapper .content-card .card-text {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  margin-top: 10px;
}

.service-details-wrapper .sidebar {
  padding-left: 35px;
}


.service-details-wrapper .sidebar .sidebar-category .category-item {
  background-color: #f9f9f9;
  padding: 20px;
}

.service-details-wrapper .sidebar .sidebar-category .category-item.active {
  background-color: #fc5e16;
  color: #ffffff;
}

.service-details-wrapper .sidebar .sidebar-category .category-item:not(:last-child) {
  margin-bottom: 5px;
}

.service-details-wrapper .sidebar .sidebar-category .category-link {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #001c47;
}

.service-details-wrapper .sidebar .sidebar-category .category-link.active {
  color: #ffffff;
}

.service-details-wrapper .sidebar .sidebar-brochures {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 40px 30px;
  margin-top: 30px;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item {
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .sidebar .sidebar-brochures .bruchures-item .icon {
  margin-right: 10px;
}

.service-details-wrapper .sidebar .sidebar-banner {
  min-height: 450px;
  width: 100%;
  background-color: #001c47;
  padding: 50px 30px;
  position: relative;
  overflow-x: hidden;
}

.service-details-wrapper .sidebar .sidebar-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/service-details-illustration.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
}

.service-details-wrapper .sidebar .sidebar-banner .circle-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  right: -60px;
  top: 161px;
}

.service-details-wrapper .sidebar .sidebar-banner .banner-heading {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}


.service-details-wrapper .sidebar .sidebar-banner .banner-heading .color-heading {
  color: #fc5e16;
  font-weight: 500;
}

.service-details-wrapper .sidebar .sidebar-banner .discount {
  margin-top: 100px;
}

.service-details-wrapper .sidebar .sidebar-banner .discount .discount-heading {
  font-size: 70px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
}


.service-details-wrapper .sidebar .sidebar-banner .discount span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fc5e16;
}

.service-details-wrapper .sidebar .sidebar-banner .button {
  margin-top: 30px;
  color: #ffffff;
}

.pricing-wrapper {
  margin-bottom: 110px;
  background-image: url("../image/pricing-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.pricing-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -25px;
}

.pricing-wrapper .pricing-content {
  margin-top: 80px;
}

.pricing-wrapper .pricing-card {
  text-align: center;
  border: 1px solid #ebebeb;
  padding-bottom: 60px;
}

.pricing-wrapper .pricing-card .pricing-plan {
  display: inline-block;
  background-color: #001c47;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.pricing-wrapper .pricing-card .pricing-price {
  padding: 50px;
}

.pricing-wrapper .pricing-card .price {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #001c47;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.pricing-wrapper .pricing-card .price-small-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.pricing-wrapper .pricing-card .pricing-text {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
}

.pricing-wrapper .pricing-card .pricing-text::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: -40px;
  left: 23px;
}

.pricing-wrapper .pricing-card .plan-features {
  margin-top: 20px;
}

.pricing-wrapper .pricing-card .plan-features .features-item {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen";
  text-align: center;
}

.pricing-wrapper .pricing-card .plan-features .features-item.ultra {
  color: #ffffff;
}

.pricing-wrapper .pricing-card .plan-features .features-item:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-wrapper .pricing-card .plan-features .features-item .icon {
  color: #fc5e16;
  margin-right: 10px;
  font-size: 14px;
}

.pricing-wrapper .pricing-card .button {
  margin-top: 60px;
  background-color: #001c47;
}

.pricing-wrapper .ultra-card {
  background-color: #001c47;
  margin-top: -20px;
}

.pricing-wrapper .ultra-card .pricing-plan {
  background-color: #ffffff;
  color: #001c47;
}

.pricing-wrapper .ultra-card .price {
  color: #ffffff;
}

.pricing-wrapper .ultra-card .pricing-text {
  color: #ccddf6;
}

.pricing-wrapper .ultra-card .pricing-text::after {
  background-color: #143568;
}

.pricing-wrapper .ultra-card .plan-features .features-item {
  color: #ccddf6;
}

.pricing-wrapper .ultra-card .button {
  background-color: #fc5e16;
}
.facts-wrapper.section-padding.bg-cover {
    padding-bottom: 0;
}
.facts-wrapper .section-head .heading-bg , .project-wrapper-block .section-head .heading-bg{
  top: -20px;
}
.facts-wrapper.section-padding.bg-cover .section-head, .project-wrapper-block .section-head {
    text-align: center;
}
.facts-wrapper.section-padding.bg-cover .section-head  .heading-bg, .project-wrapper-block .section-head  .heading-bg {
    text-align: center;
    right: 0;
}
.facts-wrapper.counter-block {
    padding: 0;
}
.project-wrapper-block  .section-head .section-title{
  color: #ffffff;
  margin-bottom: 50px;
}

.facts-wrapper .body-text {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #ccddf6;
}

.facts-wrapper .facts-counter .counter-item:not(:last-child) {
  margin-right: 40px;
}

.facts-wrapper .facts-counter .counter-icon {
  margin-right: 20px;
}


.facts-wrapper .facts-counter .counter-num,
.facts-wrapper .facts-counter .counter-plus {
  font-size: 38px;
  color: #fc5e16;
  font-weight: 500;
}

.facts-wrapper .facts-counter .counter-text {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}
.facts-wrapper .facts-counter {
    background-color: #ffffff;
    box-shadow: 0 0 20px 8px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 50px;
    position: relative;
    margin-top: -80px;
}


.numbers-wrapper {
  position: relative;
}

.bg.bg-pattern-1 {
    background-image: url(../image/pattern-1.jpg);
}
.numbers-wrapper .bg {
    right: 334px;
    width: auto!important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;
}
.query-block.query-wrapper.section-padding {
    padding: 160px 0px;
}
.numbers-wrapper .section-head .heading-bg {
  bottom: 25px;
}

.numbers-wrapper .section-head .section-title {
  color: #001c47;
}

.numbers-wrapper .body-text {
  color: #5f6168;
}

.numbers-wrapper .small-heading {
  font-size: 20px;
  line-height: 30px;
  color: #001c47;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 15px;
}

.numbers-wrapper .numbers-profile {
  margin-top: 40px;
}

.numbers-wrapper .numbers-profile .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
}

.numbers-wrapper .numbers-profile .profile-info {
  margin-right: 50px;
}

.numbers-wrapper .numbers-profile .profile-info .name {
  font-size: 20px;
  color: #001c47;
  font-weight: 700;
}

.numbers-wrapper .numbers-profile .profile-info .role {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.numbers-wrapper .right-content {
  min-width: 100%;
  position: relative;
}

.numbers-wrapper .progressbar-wrapper, .counter-item {
  position: relative;
}


.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__background, .numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__background{
  stroke: #efefef;
  stroke-width: 0.5;
  stroke-dasharray: 2;
  fill: none;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__circle, .numbers-wrapper .progressbar-wrapper .counter-item-block  .circle-chart__circle {
  stroke: #fc5e16;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__percent, .numbers-wrapper .progressbar-wrapper .counter-item-block .circle-chart__percent {
  fill: #fc5e16;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__subline, .numbers-wrapper .progressbar-wrapper .counter-item-block  .circle-chart__subline{
  fill: #001c47;
  font-family: "Roboto", sans-serif;
}

.numbers-wrapper .progressbar-wrapper .circle-1, .numbers-wrapper .progressbar-wrapper .counter-item-1 {
  position: absolute;
  left: 100px;
  top: -120px;
}




.product-image-counter-block {
    position: relative;
}
.product-image-counter-block .bg-shape {
    position: absolute;
    width: 540px;
    height: 540px;
    background-image: url(../image/shape-bg.png);
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}
.overlay-anim {
    position: relative;
}
 .product-image-counter-block .counter-block-image-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-image-counter-block .counter-block-image-2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}
.product-image-counter-block .counter-block-image-3 {
    position: absolute;
    right: 0;
    top: 70px;
    margin-bottom: 0;
}
.product-image-counter-block .logo {
    position: absolute;
    left: 242px;
    top: 225px;
}
.product-image-counter-block .counter-block-image-1 img,
.product-image-counter-block .counter-block-image-2 img,
.product-image-counter-block .counter-block-image-3 img{
    border-radius: 10px;
}


.numbers-wrapper .progressbar-wrapper .circle-1 svg, .numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
  width: 280px;
  height: 280px;
}
.numbers-wrapper .progressbar-wrapper .circle-2, .numbers-wrapper .progressbar-wrapper .counter-item-2  {
  position: absolute;
  right: 80px;
  bottom: 50px;
}


.numbers-wrapper .progressbar-wrapper .circle-2 svg, .numbers-wrapper .progressbar-wrapper .counter-item-2 svg {
  width: 190px;
  height: 190px;
}


.numbers-wrapper .progressbar-wrapper .circle-3, .numbers-wrapper .progressbar-wrapper .counter-item-3 {
  position: absolute;
  right: 0;
  top: 0;
}

.numbers-wrapper .progressbar-wrapper .circle-3 svg, .numbers-wrapper .progressbar-wrapper .counter-item-3 svg {
  width: 230px;
  height: 230px;
}


.numbers-wrapper .cta-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.numbers-wrapper .cta-wrapper .cta-img {
  width: 350px;
  height: 250px;
  background-position: bottom;
}


.numbers-wrapper .cta-wrapper .cta-icon {
  min-width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #fc5e16;
  border: 10px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  margin-left: -70px;
  margin-right: 30px;
  position: relative;
  z-index: 10;
}



.numbers-wrapper .cta-wrapper .cta-details {
  margin-left: 40px;
}


.numbers-wrapper .cta-wrapper .cta-details .cta-heading {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
}

.numbers-wrapper .cta-wrapper .cta-details .cta-num {
  color: #fc5e16;
}

.project-wrapper {
  position: relative;
  z-index: 2;
}

.project-wrapper .section-head {
  margin-top: 130px;
}

.project-wrapper .project-cards .project-card:hover .project-product-inner {
    transform: scale(1);
    opacity: 1;
}
.project-product-inner {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0,0%,100%,.2);
    border: 2px solid hsla(0,0%,100%,.15);
    border-radius: 10px;
    padding: 15px;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease;
}


.project-wrapper .section-head .section-title {
  color: #ffffff;
}

.project-wrapper .section-head .heading-bg {
  bottom: -10px;
  left: 0;
}

.project-wrapper .project-top {
  min-height: 260px;
  background-color: #001c47;
  position: relative;
  z-index: -1;
}

.project-wrapper .project-top::after {
  content: "";
  width: 100%;
  height: 300px;
  background-image: url("../image/project-bg-illustration.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.project-wrapper .top-content {
  position: relative;
  z-index: 2;
}

.project-wrapper .project-cards {
  overflow: hidden;
}

.project-wrapper .project-cards .project-card {
  min-height: 400px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 calc(50px/2);
  border-radius: 20px 20px 20px 20px;
}


.project-wrapper .project-cards .card-plus-icon,
.project-wrapper .project-cards .modal-video-active
{
  width: 100px;
  height: 100px;
  background-color: #fc5e16;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius:50px;
  }

.project-product-inner a i {
    font-size: 22px;
}
.project-wrapper .project-cards .card-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-wrapper .project-cards .card-content .title {
  font-size: 30px;
  color: #001c47;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.project-wrapper .project-cards .card-content .text {
  font-size: 16px;
  line-height: 27px;
  color: #001c47;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.project-wrapper .project-cards .project-card:hover .card-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-wrapper .project-cards .project-card:hover .card-plus-icon,
.project-wrapper .project-cards .project-card:hover .modal-video-active
{
  opacity: 1;
}

.project-wrapper .project-brands {
  padding-top:50px ;
  background-color: #fff;
}

.project-wrapper .project-brands .project-brand-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-wrapper .project-brands .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 100%;
}

.project-wrapper .project-brands .slider-item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}


.project-wrapper .row > * {
  padding-right: 0;
  padding-left: 0;
}

.portfolio-gallery-wrapper {
  margin-bottom: 100px;
}

.portfolio-gallery-wrapper .nav-tabs {
  border: 0;
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-gallery-wrapper .nav-tabs .nav-item {
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.portfolio-gallery-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}

.portfolio-gallery-wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  color: #001c47;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.portfolio-gallery-wrapper .nav-tabs .nav-link.active {
  background-color: #fc5e16;
  color: #ffffff;
  -webkit-transition: backgroud-color 0.3s ease-in-out;
  transition: backgroud-color 0.3s ease-in-out;
}

.portfolio-gallery-wrapper .gallery-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
  height: 100%;
}

.portfolio-gallery-wrapper .gallery-items a {
  cursor: pointer;
}

.portfolio-gallery-wrapper .gallery-items .item-1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-2 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-row-end: 3;
  grid-column-end: 7;
}

.portfolio-gallery-wrapper .gallery-items .item-3 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 7;
      grid-column-start: 7;
  grid-row-end: 3;
  grid-column-end: 9;
}

.portfolio-gallery-wrapper .gallery-items .item-4 {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-row-end: 5;
  grid-column-end: 9;
}

.portfolio-gallery-wrapper .gallery-items .item-5 {
  -ms-grid-row: 5;
      grid-row-start: 5;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 7;
  grid-column-end: 3;
}

.portfolio-gallery-wrapper .gallery-items .item-6 {
  -ms-grid-row: 5;
      grid-row-start: 5;
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-row-end: 7;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-7 {
  -ms-grid-row: 7;
      grid-row-start: 7;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-row-end: 9;
  grid-column-end: 5;
}

.portfolio-gallery-wrapper .gallery-items .item-8 {
  -ms-grid-row: 5;
      grid-row-start: 5;
  -ms-grid-column: 5;
      grid-column-start: 5;
  grid-row-end: 9;
  grid-column-end: 9;
}

.project-details-wrapper {
  overflow-x: hidden;
}

.project-details-wrapper .project-details-slider-wrapper {
  position: relative;
}

.project-details-wrapper .slider-item {
  width: 100%;
  height: 760px;
}


.project-details-wrapper .slider-img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: -25px;
  z-index: 10;
}

.project-details-wrapper .project-details-slider-nav .owl-next,
.project-details-wrapper .project-details-slider-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-details-wrapper .project-details-content {
  padding-top: 110px;
}

.project-details-wrapper .project-details-content .content-left .heading-2 {
  font-size: 40px;
  line-height: 48px;
  color: #001c47;
  font-weight: 700;
}

.project-details-wrapper .project-details-content .content-left .overview-heading {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
}

.project-details-wrapper .project-details-content .content-left .overview-items {
  width: 100%;
}

.project-details-wrapper .project-details-content .content-left .overview-items .overview-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 23px;
  color: #001c47;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.project-details-wrapper .project-details-content .right-content .project-info {
  position: relative;
}

.project-details-wrapper .project-details-content .right-content .project-info::before {
  content: "";
  width: 480px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 55%;
  left: -30px;
}


.project-details-wrapper .project-details-content .right-content .project-info::after {
  content: "";
  height: 275px;
  width: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 45%;
}

.project-details-wrapper .project-details-content .right-content .project-info .row > * {
  padding-right: 0;
  padding-left: 0;
}

.project-details-wrapper .project-details-content .right-content .info-box {
  padding: 30px;
  padding-left: 0;
}

.project-details-wrapper .project-details-content .right-content .info-heading {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
  margin-top: 10px;
}

.project-details-wrapper .project-details-nav {
  padding: 40px 0px;
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-details-wrapper .project-details-nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-details-wrapper .project-details-nav .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #001c47;
  color: #ffffff;
}

.project-details-wrapper .project-details-nav .nav-text {
  font-size: 18px;
  line-height: 23px;
  color: #001c47;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.recent-project-wrapper {
  padding-top: 50px;
  margin-bottom: 100px;
}

.recent-project-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -25px;
}


.project-details-nav {
  padding: 40px 0px;
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-details-nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-details-nav .nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #001c47;
  color: #ffffff;
}

.project-details-nav .nav-text {
  font-size: 18px;
  line-height: 23px;
  color: #001c47;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.testimonial-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background: rgba(0, 0, 0, 0) url(../image/testimonial.png) no-repeat fixed center center / cover;
}


.testimonial-wrapper .section-head .heading-bg {
  bottom: -35px;
  left: 0;
}
.testimonial-wrapper p.body-text {
    margin-top: 20px;
}
.slider-thumb.bg-cover {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.slider-item{
	position:relative;
}

.testimonial-wrapper .slider-item .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}


.testimonial-wrapper .testimonial-slider-wrapper .slider-card {
  display: inline-block;
  padding: 60px;
  position: relative;
  min-height: auto;
}
.testimonial-wrapper .testimonial-slider-wrapper .slider-item {
    margin-bottom: 0;
}


.testimonial-wrapper .testimonial-slider-wrapper .slider-card::before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url("../image/quote-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 30px;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-card .card-content {
  margin-top: 25px;
}


.testimonial-wrapper .testimonial-slider-wrapper .card-heading {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 20px;
}

.testimonial-wrapper .testimonial-slider-wrapper .body-text {
  color: #5f6168;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info {
  margin-top: 25px;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-name {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-role {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  text-transform: lowercase;
}

.testimonial-wrapper .testimonial-slider-nav {
  position: absolute;
left: 35.6%;
    top: 30.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.testimonial-wrapper  .testimonial-slider-nav .owl-prev,
.testimonial-wrapper  .testimonial-slider-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-wrapper .testimonial-slider-wrapper .row > * {
  padding-right: 0;
  padding-left: 0;
}
.testimonial-wrapper.section-padding {
    padding-bottom: 270px;
}

.query-wrapper {
  position: relative;
      padding-bottom: 0;
}

.left-content.inner-column-block {
    position: relative;
    padding-right: 110px;
}
.query-wrapper .left-content {
  position: relative;
}
.facts-wrapper .section-head {
    margin-bottom: 50px;
}

.query-wrapper .right-content .section-head {
  margin-top: 20px;
}
.faq-text {
    background-color: #fc5e16;
    width: 250px;
    padding: 10px 35px 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -120px;
    top: 50%;
    margin-top: -75px;
}
.faq-text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    position: relative;
}
.faq-text span::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    left: 60px;
    top: 10px;
    background-color: #fff;
}
.faq-text h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 1.1;
    color: #fff
}

.accordion {
  margin-top: 40px;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion .accordion-body {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.accordion .accordion-button {
  font-size: 20px;
  line-height: 26px;
  padding: 20px 30px;
  color: #001c47;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #fc5e16;
  color: #ffffff;
}

.accordion .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 35%;
  font-weight: 400;
  background-image: none;
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item:first-of-type {
  border-radius: 0;
}

.accordion .accordion-item:last-of-type {
  border-radius: 0;
}

.contact-wrapper .section-head .heading-bg {
  left: -50px;
  bottom: 45px;
}

.contact-wrapper .section-head .body-text {
  padding-right: 130px;
}

.contact-profile .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contact-profile .profile-item h4 {
  font-size: 18px;
  color: #fc5e16;
  margin-bottom: 5px;
}

.contact-wrapper .contact-profile .profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 40px;
}

.contact-wrapper .contact-profile .name {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
}

.contact-wrapper .contact-profile .contact-medium .medium-item {
  font-size: 14px;
  line-height: 18px;
  color: #001c47;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  position: relative;
  margin-left: 20px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item:not(:last-child) {
  margin-bottom: 5px;
}

.contact-wrapper .contact-profile .contact-medium .medium-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fc5e16;
  position: absolute;
  left: -20px;
  top: 6px;
}

.contact-wrapper .contact-form {
  background-color: #001c47;
  padding: 80px 60px;
}

.contact-wrapper .contact-form .form-field,
.contact-wrapper .contact-form .form-text-field {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #143568;
  color: #ccddf6;
}

.contact-wrapper .contact-form .form-field {
  margin-bottom: 20px;
}

.contact-wrapper .contact-form .form-text-field {
  min-height: 100px;
}

.contact-wrapper .contact-form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.contact-wrapper .contact-form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.contact-wrapper .contact-form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.contact-wrapper .contact-form ::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.contact-map-wrapper {
  position: relative;
  min-height: 780px;
  z-index: -1;
}


.contact-map-wrapper .map-marker {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-card {
  border: 1px solid #ebebeb;
  position: relative;
}

.blog-card .card-thumb {
  height: 260px;
  width: 100%;
}

.blog-card .category {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fc5e16;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-card .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-card .blog-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.blog-card .blog-meta .meta-item.comment {
  position: relative;
}

.blog-card .blog-meta .meta-item.comment::before, .blog-card .blog-meta .meta-item.comment::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fc5e16;
  position: absolute;
}

.blog-card .blog-meta .meta-item.comment::after {
  left: -15px;
  top: 7px;
}

.blog-card .blog-meta .meta-item.comment::before {
  right: -15px;
  top: 7px;
}


.blog-card .blog-meta .meta-item,
.blog-card .blog-meta .meta-item-link {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.blog-card .blog-meta .meta-icon {
  margin-right: 10px;
}

.blog-card .blog-meta .meta-item-link {
  font-size: 20px;
}

.blog-card .blog-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #001c47;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-card .blog-card-content {
  padding: 30px;
}

.blog-card .button {
  margin-top: 30px;
}

.blog-card-wrapper {
  margin-bottom: 100px;
  overflow-x: hidden;
}

.blog-card-wrapper .blog-quote {
  min-height: 100%;
  padding: 40px;
  background-color: #001c47;
  position: relative;
}
.service-details-wrapper.section-padding.blog-card-wrapper .sidebar {
    padding-right: 35px;
}

.blog-card-wrapper .blog-quote::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../image/quote-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 20px;
}

.blog-card-wrapper .blog-quote .quote-heading {
  color: #ffffff;
  margin-bottom: 40px;
}

.blog-card-wrapper .blog-quote .quote-author {
  color: #ccddf6;
}

.blog-card-wrapper .blog-pagination-wrapper {
  margin-top: 55px;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-item:not(:last-child) {
  margin-right: 10px;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  font-size: 20px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link.active, .blog-card-wrapper .blog-pagination-wrapper .blog-pagination .pagination-link:hover {
  background-color: #fc5e16;
  color: #ffffff;
}

.single-post-wrapper {
  margin-bottom: 100px;
  overflow-x: hidden;
}

.single-post-wrapper .post-details .blog-card {
  position: relative;
  border: none;
}

.single-post-wrapper .post-details .card-thumb {
  height: 350px;
  width: 100%;
}

.single-post-wrapper .post-details .category {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fc5e16;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  top: 20px;
  left: 20px;
}

.single-post-wrapper .post-details .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.single-post-wrapper .post-details .blog-meta .meta-item:not(:last-child) {
  margin-right: 30px;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment {
  position: relative;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::before, .single-post-wrapper .post-details .blog-meta .meta-item.comment::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fc5e16;
  position: absolute;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::after {
  left: -15px;
  top: 7px;
}

.single-post-wrapper .post-details .blog-meta .meta-item.comment::before {
  right: -15px;
  top: 7px;
}

.single-post-wrapper .post-details .blog-meta .meta-item,
.single-post-wrapper .post-details .blog-meta .meta-item-link {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-details .blog-meta .meta-icon {
  margin-right: 10px;
}

.single-post-wrapper .post-details .blog-meta .meta-item-link {
  font-size: 20px;
}

.single-post-wrapper .post-details .post-heading {
  font-size: 34px;
  line-height: 41px;
  color: #001c47;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post-wrapper .post-details .first-letter {
  min-width: 60px;
  height: 60px;
  background-color: #fc5e16;
  color: #ffffff;
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
  font-family: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post-wrapper .post-details .post-quote {
  width: 100%;
  margin: 60px 0px;
  padding: 40px;
  padding-right: 100px;
  border-left: 1px solid #fc5e16;
  position: relative;
}


.single-post-wrapper .post-details .post-quote::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/quote-orange.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 92%;
  top: 50px;
  z-index: -1;
}

.single-post-wrapper .post-details .post-quote .quote-title {
  font-size: 20px;
  line-height: 30px;
  color: #001c47;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-details .post-thumb-2 {
  width: 100%;
  height: 360px;
  margin: 50px 0px;
}


.single-post-wrapper .post-details .post-heading-2 {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-post-wrapper .related-posts {
  margin: 110px 0px;
}


.single-post-wrapper .related-post-heading {
  font-size: 34px;
  line-height: 41px;
  color: #001c47;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.single-post-wrapper .blog-post-nav {
  margin-top: 20px;
}

.single-post-wrapper .comments-wrapper {
  border-bottom: 1px solid #ebebeb;
}

.single-post-wrapper .comments-wrapper .comment-reply {
  margin-left: 70px;
}



.single-post-wrapper .comments-wrapper .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-post-wrapper .comments-wrapper .comment-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post-wrapper .comments-wrapper .comment-profile .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fc5e16;
  margin-right: 15px;
}

.single-post-wrapper .comments-wrapper .comment-profile .name {
  font-size: 20px;
  line-height: 26px;
  color: #001c47;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.single-post-wrapper .comments-wrapper .comment-profile .comment-meta {
  font-size: 14px;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-text,
.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-icon {
  color: #fc5e16;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .comments-wrapper .comment-reply-btn .reply-icon {
  margin-right: 10px;
}

.single-post-wrapper .comments-wrapper .comment-text {
  padding: 20px 75px;
}



.single-post-wrapper .post-comment {
  margin-top: 100px;
}


.single-post-wrapper .post-comment input,
.single-post-wrapper .post-comment textarea {
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.single-post-wrapper .post-comment input {
  min-width: 235px;
}

.single-post-wrapper .post-comment input:not(:last-child) {
  margin-right: 15px;
}


.single-post-wrapper .post-comment ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-comment :-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-comment ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-comment ::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-wrapper .post-comment textarea {
  min-height: 180px;
  width: 100%;
}

.single-post-wrapper .post-comment .button {
  margin-top: -5px;
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}

.post-tags .tags-item:first-child {
  font-size: 18px;
  line-height: 23px;
  color: #001c47;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.post-tags .tags-item:not(:last-child) {
  margin-right: 15px;
}

.post-tags .tags-link {
  font-size: 16px;
  line-height: 27px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.single-post-sidebar {
  padding-left: 35px;
}

.single-post-sidebar .section-head .section-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 17px;
}

.single-post-sidebar .widget-search {
  width: 100%;
  position: relative;
}

.single-post-sidebar .widget-search .search-field {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}

.single-post-sidebar .widget-search .search-button {
  width: 42px;
  height: 42px;
  background-color: #fc5e16;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 4px;
  top: 4px;
}

.single-post-sidebar .widget-author {
  padding: 60px 10px;
  background-color: #001c47;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.single-post-sidebar .widget-author::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/author-illustration.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

.single-post-sidebar .widget-author .author-avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.single-post-sidebar .widget-author .author-name {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
}

.single-post-sidebar .widget-author .author-role {
  color: #ccddf6;
}

.single-post-sidebar .widget-author .author-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.single-post-sidebar .widget-author .author-socials .social-item {
  font-size: 20px;
}

.single-post-sidebar .widget-author .author-socials .social-item:not(:last-child) {
  margin-right: 20px;
}

.single-post-sidebar .widget-author .author-socials .social-item:hover {
  color: #fc5e16;
}

.single-post-sidebar .widget-recent-post {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin-top: 30px;
}

.single-post-sidebar .widget-recent-post .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post-sidebar .widget-recent-post .post-item:not(:last-child) {
  margin-bottom: 20px;
}

.single-post-sidebar .widget-recent-post .post-info .post-title {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  color: #001c47;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.single-post-sidebar .widget-recent-post .post-info .post-title:hover {
  color: #fc5e16;
}

.single-post-sidebar .widget-recent-post .post-info .post-meta {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  display: block;
}

.single-post-sidebar .widget-recent-post .post-thumb {
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
}

.single-post-sidebar .widget-tags {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

.single-post-sidebar .widget-tags .post-tags {
  margin-top: 0;
}

.single-post-sidebar .widget-tags .tags-item {
  margin-bottom: 5px;
}

.single-post-sidebar .widget-gallery {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

.single-post-sidebar .widget-gallery .row > * {
  padding-right: 4px;
  padding-left: 4px;
}

.footer-wrapper {
  background-color: #001c47;
  padding-top: 200px;
}

.footer-wrapper .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-wrapper .widget-about-social {
  margin-top: 30px;
}

.footer-wrapper .widget-about-social .social-link {
  font-size: 20px;
  color: #ffffff;
}

.footer-wrapper .widget-about-social .social-link:hover {
  color: #fc5e16;
}

.footer-wrapper .widget-about-social .social-link:not(:last-child) {
  margin-right: 25px;
}

.footer-wrapper .widget-services {
  margin-left: 60px;
}


.footer-wrapper .widget-subscribe .form-input-wrapper {
  margin-top: 20px;
  position: relative;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #143568;
  color: #ffffff;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .subscribe-button {
  width: 42px;
  height: 42px;
  background-color: #fc5e16;
  position: absolute;
  top: 4px;
  right: 3px;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .subscribe-button .button-icon {
  color: #ffffff;
  font-size: 18px;
}

.footer-wrapper .footer-widget .widget-heading {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-wrapper .footer-widget .widget-menu .widget-item {
  margin-left: 15px;
  position: relative;
}

.footer-wrapper .footer-widget .widget-menu .widget-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer-wrapper .footer-widget .widget-menu .widget-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fc5e16;
  position: absolute;
  left: -15px;
  bottom: 12px;
}

.footer-wrapper .footer-widget .widget-menu .widget-link {
  font-size: 16px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
}

.footer-wrapper .footer-contact-wrapper {
  margin-top: 0;
  border: 1px solid #fff;
}


.footer-wrapper .footer-contact {
  padding: 50px 30px;
  border-right: 1px solid #fff;
}



.footer-wrapper .footer-contact .contact-icon {
  font-size: 40px;
  color: #5f6168;
  margin-right: 20px;
}

.footer-wrapper .footer-contact .contact-info .top-text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer-wrapper .footer-contact .contact-info .main-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.footer-wrapper .footer-bottom-text {
  padding: 30px 0px;
}

.footer-wrapper .footer-cta {
  background-color: #fc5e16;
  padding: 30px;
  margin-top: -310px;
  margin-bottom: 100px;
  position: relative;
  z-index:999;
}


.footer-wrapper .footer-cta .body-text {
  color: #ffffff;
  margin-top: 10px;
}

.footer-wrapper .footer-cta .button {
  background-color: #001c47;
}





/* ====================================================
    Product
 ====================================================== */
.product-section {
    position: relative;
}
.product-block .product-inner, .product-block .product-inner .product-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-block .product-inner {
    background: #fff;
    box-shadow: 0 15px 40px 10px rgba(0,0,0,.05);
    border-radius: 30px;
    max-width: 410px;
    margin: 0 auto;
}
 .product-block .product-inner:hover .product-image {
    background: #fc5e16;
}
.product-block .product-inner .product-image:before {
    position: absolute;
    content: "";
    /*background-image: url("../image/shape-3.png");*/
    width: 100%;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.product-block .product-inner .product-image img {
    width: 100%;
    transition: all .5s ease;
}
.product-block .product-inner:hover .product-image img {
    opacity: .2;
    transform: scale(1.05);
}
.product-block .product-inner .product-content-block {
    position: relative;
    display: block;
    padding: 20px 20px 20px;
}
.product-block .product-inner .product-content-block h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 7px 0;
}

.product-block .product-inner .product-content-block h3 a {
    display: inline-block;
    color: #001c47;
}
.main-footer a:hover, .product-block .product-inner .product-content-block .post-info li a:hover, .product-block .product-inner .product-content-block .post-info li svg, .product-block .product-inner .product-content-block h3 a:hover {
    color: #fc5e16;
}
.product-block .product-inner .product-content-block p {
    margin-bottom: 25px;
}

.product-block .product-inner .product-content-block .product-review li {
    display: inline-block;
}

.product-block .product-inner .product-content-block .product-review li i {
    color: #fc5e16;
    font-size: 11px;
}
.product-block .product-inner .product-content-block .product-review li .rating {
    color: #ccc;
    font-size: 11px;
}
.product-block .button.button-primary.d-inline-block {
    background: none;
    border: 1px solid #fc5e16;
    color: #fc5e16;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 400;
}


/* ====================================================
   404 ERROR
 ====================================================== */
.error-container {
  text-align: center;
  font-size: 106px;
  font-family: inherit;
  font-weight: 800;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #fc5e16, #B895AB, #CC9AA6, #001c47, #E0787F);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(to right, #fc5e16, #fc5e16, #CC9AA6, #001c47, #E0787F);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #fc5e16, #fc5e16, #B895AB, #CC9AA6, #001c47, #ED8687, #ED8687);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #FDFAF5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}




/* ====================================================
    RESPONSIVE
 ====================================================== */

@media only screen and (max-width: 1023px){
.product-image-counter-block .counter-block-image-1, .product-image-counter-block .counter-block-image-2, .product-image-counter-block .counter-block-image-3 {
    width: 50%;
    padding: 10px 12px;
    margin: 0;
}
.product-image-counter-block .counter-block-image-1 img,
.product-image-counter-block .counter-block-image-2 img,
.product-image-counter-block .counter-block-image-3 img{
    width: 100%;
}
.about-two-wrapper .right-content .about-thumb {
    margin-right: 0;
    margin-top: 30px;
}
}
@media (max-width: 1050px) {
  .header-wrapper .menu-wrapper {
    display: none !important;
  }
  #hamburger {
    top: 25px;
}
  .sticky-header:not(.header-submenu).is-sticky .logo-wrapper {
    padding: 12px 30px!important;
}
    .sticky-header:not(.header-submenu).is-sticky #hamburger {
    top: 20px;
}
  #hamburger {
    display: block !important;
  }
  .product-image-counter-block .bg-shape {
  display: none;
}
 .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 13%!important;
    width: 50%!important;
  }
}

  @media (min-width:1024px) and (max-width: 1300px) {
 .product-image-counter-block .logo {
    left: 47%!important;
    top: 36%;
  }
  }
@media (min-width:1051px) and (max-width: 1198px) {
  .header-wrapper .main-menu ul > li:not(:last-child) {
    margin-right: 20px!important;
  }
  .header-wrapper .main-menu ul > li > a {
  font-size: 14px;
}
.main-menu-right .button.button-primary {
  font-size: 14px;
}
}
@media (max-width: 1199px) {
  .about-wrapper .right-content .section-head .heading-bg {
    left: 10px;
  }
  .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 29%;
    width: 36%;
  }
    .pricing-wrapper .section-head .heading-bg {
    left: 28%;
  }
.work-process-wrapper .process-card {
    padding: 20px;
  }
  .work-process-wrapper .process-card .card-divider {
    right: -250px;
  }
  .work-process-wrapper .section-head .heading-bg {
    left: 28%;
  }
    .numbers-wrapper .progressbar-wrapper .circle-1 {
    left: 0px;
  }
  .header-wrapper .main-menu ul > li:not(:last-child) {
    margin-right: 45px;
}
  .recent-project-wrapper .section-head .heading-bg {
    left: 28%;
  }
   #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
    .why-us-wrapper .left-content .body-text,
  .why-us-wrapper .left-content .section-title {
    padding-right: 0;
  }
  .project-wrapper .project-cards .card-content .title {
  font-size: 18px;
}
.card-content h3 {
  line-height: 20px;
}
.project-wrapper .project-cards .card-content {
  bottom: 15px;
}
.project-wrapper .project-cards .card-plus-icon {
  width: 70px;
  height: 70px;
}

  .project-wrapper .project-cards .modal-video-active {
    width: 70px;
    height: 70px;
  }
}


@media (min-width:1200px) and (max-width: 1399px) {
  .header-wrapper .main-menu ul > li:not(:last-child) {
    margin-right: 30px!important;
  }
  .header-wrapper .main-menu ul > li > a,
  .main-menu-right .button.button-primary {
  font-size: 14px;
}
  .product-image-counter-block .counter-block-image-3 {
    right: 30px;
    top: 130px;
  }
}
@media (min-width: 1365px) {
  .container {
    max-width: 1260px !important;
  }
}
@media (min-width: 992px) {
.query-block.query-wrapper.section-padding.faq-page-block {
  padding-bottom: 270px;
}
}
@media (min-width: 320px) and  (max-width: 1164px){
.query-block.query-wrapper.section-padding.faq-page-block {
  padding-bottom: 200px;
}
}

@media (max-width: 1164px) {
  .header-wrapper .contact-info .contact-item:not(:last-child) {
    margin-right: 20px;
  }

  .header-wrapper .main-menu-right .menu-right-search {
    margin-right: 30px;
  }
}

@media (max-width: 1400px) {
  .hero-wrapper .section-head .heading-bg {
    font-size: 100px;
    left: 0px;
  }

   .team-card-wrapper .team-card {
    min-height: 400px;
  }
    .hero-wrapper .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }
   .vision-wrapper .experience-card .card-heading {
    padding: 0px 30px;
  }
  .numbers-wrapper .progressbar-wrapper .circle-1 svg, .numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
  width: 240px;
}

}

@media (max-width: 1937px) {
  .hero-wrapper .section-head .section-title {
    width: 100%;
  }
}


@media (max-width: 1813px) {
  .hero-wrapper .left-content {
    padding-left: 200px;
    padding-right: 100px;
  }
}

@media (max-width: 1600px) {
  .hero-wrapper .left-content {
    padding-left: 100px;
    padding-right: 80px;
  }
  .header-wrapper .main-menu ul > li:not(:last-child) {
  margin-right: 45px;
}
}
@media (max-width: 1342px) {
  .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 160px;
  }
}

@media (max-width: 991px) {
  .footer-wrapper .footer-cta .button {
    margin-top: 30px;
  }
  .service-details-wrapper.section-padding.blog-card-wrapper .sidebar {
  padding-right: 0;
}
.left-content.product-details-image-block {
  margin-top: 30px;
}
.service-page-block .col-lg-4.col-md-4.mb-30 {
  margin-bottom: 0;
}
  .project-wrapper .project-cards .project-card {
  padding: 15px;
}
  .numbers-wrapper.about-bg-block .left-content.pl-40 {
  padding: 0;
}
   .numbers-wrapper .progressbar-wrapper {
    margin-top: 300px;
  }
    .work-process-wrapper .process-card .card-num {
    font-size: 80px;
    line-height: 80px;
  }
    .service-details-wrapper .sidebar {
    padding-left: 0;
  }
    .facts-wrapper .right-content {
    margin-top: 100px;
  }
    .numbers-wrapper .right-content {
    padding-bottom: 60px;
  }
    .services-wrapper .button-minimal {
    padding-bottom: 20px;
  }
    .service-details-wrapper .body-text {
    font-size: 16px;
  }
  .single-services-box {
    margin-bottom: 30px;
}
    .work-process-wrapper .process-card .card-divider {
    right: -170px;
  }
    .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 100px;
  }
    .vision-wrapper .vision-progress {
    margin-top: 50px;
  }
    .vision-wrapper .right-content {
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
   .about-two-wrapper .right-content .about-thumb {
    height: 400px;
  }
    .about-wrapper .right-content {
    padding-top: 100px;
  }
  .hero-wrapper .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
   .hero-wrapper .right-content {
    width: 100%;
    height: 600px;
  }
   .hero-wrapper .left-content {
    width: 100%;
    padding: 30px!important;

  }
    .section-head .heading-bg {
    font-size: 70px;
    left: 0;
    bottom: 0;
  }
   .section-padding {
    padding: 100px 0px;
  }
   h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .footer-wrapper .footer-contact {
    border-bottom: 1px solid #fff;
    border-right: 0;
    border-left: 0;
  }
    .single-post-wrapper .post-comment {
    margin-top: 90px;
  }
    .single-post-wrapper .post-comment input {
    width: 100%;
  }
    .single-post-sidebar {
    margin-top: 90px;
    padding-left: 0;
  }
    .footer-wrapper .widget-services {
    margin-left: 0;
  }
    .footer-wrapper .footer-contact-wrapper {
    border-bottom: 0;
  }
   .single-post-wrapper .related-posts {
    margin: 90px 0px;
  }
    .contact-map-wrapper {
    min-height: 500px;
  }
   .query-wrapper .right-content .section-head .heading-bg {
    top: -10px;
  }
  .testimonial-wrapper  .testimonial-slider-nav {
    bottom: 80px;
    left: 70%;
  }
   .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    margin-top: 30px;
  }
   .project-details-wrapper .project-details-content .right-content .project-info::before {
    display: none;
  }
   .project-details-wrapper .project-details-content .right-content .project-info::after {
    display: none;
  }

   .project-wrapper {
    margin-top: 30px;
  }
   .project-wrapper .project-cards .project-card {
    min-height: 300px;
  }
   .project-wrapper .project-brands {
    padding: 20px;
  }
   .project-details-wrapper .slider-item {
    height: 500px;
  }
  .footer-wrapper .footer-cta {
    padding: 40px;
  }
   .faq-text {
  width: 180px;
  left: -49px;
  top: 60%;
}
.faq-text h2 {
  font-size: 30px;
}
.numbers-wrapper .bg {
  right: 0;
}
  .about-two-wrapper.home-page-about-block {
    padding: 80px 0 20px 0;
  }
  .project-wrapper.home-brand-block {
  margin: 0;
}
  .numbers-wrapper.section-padding.home-counter-block .right-content {
    padding-bottom: 230px;
  }
  .testimonial-wrapper.section-padding .section-head {
  margin-bottom: 30px;
}
.query-wrapper .left-content .img-fluid {
  width: 100%;
}
}

@media (min-width: 992px) and (max-width:1300px) {
    .left-content.inner-column-block {
  padding-right:0;
}
.numbers-wrapper .progressbar-wrapper .circle-1, .numbers-wrapper .progressbar-wrapper .counter-item-1 {
  left: 0;

}
.project-wrapper .project-brands {
  padding: 30px 55px;
}
figure.image-2 {
  right: -70px;
}
.product-image-counter-block .logo {
  left: 36%;
  top: 36%;
}
.faq-text {
  left: -75px;
}
.numbers-wrapper .cta-wrapper .cta-details .cta-heading {
  font-size: 25px;
}
}
@media (max-width: 767px) {
  .header-wrapper .logo-wrapper {
    width: 40%;
  }
    .product-block {
  margin-bottom: 30px;
}
  .project-product-inner {
    left: 0;
    top: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}
  .project-wrapper .project-cards .card-plus-icon {
    width: 60px;
    height: 60px;
}
  .project-wrapper .project-cards .modal-video-active {
    width: 60px;
    height: 60px;
  }
.project-wrapper .project-cards .card-content {
    bottom: 10px;
}
  .mobile-nav-one-wrapper .mobile-nav {
    width: 320px;
    right: -440px;
  }
    .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
  }
    .heading-1 {
    font-size: 28px;
  }
    .heading-2 {
    font-size: 18px;
  }
    .footer-wrapper .footer-contact {
    padding: 25px 20px;
  }
   .single-post-wrapper .post-details .post-heading {
    font-size: 28px;
  }
    .single-post-wrapper .post-details .post-quote {
    padding: 30px;
  }
   .single-post-wrapper .post-details .post-quote::before {
    display: none;
  }
   .single-post-wrapper .post-details .post-thumb-2 {
    height: 250px;
  }
    .single-post-wrapper .post-details .post-heading-2 {
    font-size: 28px;
  }
  .inner-column-block figure.image-2 {
    width: 170px;
}
.contact-wrapper .contact-form {
    padding: 60px 30px;
  }
   .contact-map-wrapper {
    min-height: 350px;
  }
 .project-wrapper .section-head {
    margin-top: 60px;
  }
.query-wrapper .right-content .section-head {
  margin-top: 0;
}
figure.image-2 {
    top: 55px;
}
 .hero-wrapper .hero-slider-nav {
    margin-top: -50px;
  }
  .about-wrapper .right-content {
    padding-left: 0;
}

   .numbers-wrapper .cta-wrapper .cta-img {
    width: 100%;
  }
  .numbers-wrapper .cta-wrapper .cta-icon {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: -50px;
  }
  .numbers-wrapper .cta-wrapper .cta-details {
    margin: 20px;
  }
    .project-wrapper .project-brands .slider-item {
    margin: 0 25px;
  }
    .project-details-wrapper .slider-item {
    height: 250px;
  }
    .recent-project-wrapper .section-head .heading-bg {
    left: 25%;
  }
   .recent-project-wrapper .project-img {
    width: 100%;
    height: 250px;
  }
   .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    min-height: auto;
  }
  .testimonial-wrapper .testimonial-slider-wrapper .slider-card {
    padding: 30px;
    min-height: 300px;
  }
  .testimonial-wrapper .testimonial-slider-wrapper .slider-card .card-content {
    margin-top: 30px;
  }
    .section-padding {
    padding: 80px 0px;
  }
   .about-two-wrapper .left-content .small-heading,
  .about-two-wrapper .left-content .body-text {
    padding-right: 0;
  }
    .banner-wrapper .banner-content {
    padding-top: 115px;
  }
    .banner-wrapper {
    min-height: 300px;
  }
    .vision-wrapper .experience-card .card-num {
    font-size: 45px;
    line-height: 50px;
  }
    .vision-wrapper .experience-card .card-text {
    font-size: 45px;
    line-height: 50px;
  }
   .vision-wrapper .left-card {
    height: 200px;
  }
    .work-process-wrapper .section-head .heading-bg {
    left: 25%;
  }
   .pr-5i {
    padding-right: 15px !important;
  }
    .pricing-wrapper .section-head .heading-bg {
    left: 25%;
  }
    .service-details-wrapper .sidebar .sidebar-banner .discount .discount-heading {
    font-size: 60px;
  }
    .service-details-wrapper .sidebar .sidebar-banner .banner-heading {
    font-size: 40px;
  }
    .service-details-wrapper .content-thumb {
    min-height: 250px;
  }
    .interior-wrapper .interior-content {
    min-height: 100%;
  }
    .work-process-wrapper .process-card .card-heading {
    font-size: 24px;
    line-height: 35px;
  }
    .work-process-wrapper .process-card .card-divider {
    display: none;
  }
  .facts-wrapper.section-padding.bg-cover {
  padding-bottom: 0;
  padding-top: 0;
}
.numbers-wrapper.section-padding.home-number-block {
  padding-top: 50px;
}
.project-wrapper .project-cards .card-content .title {
  font-size: 16px;
}
.query-block.query-wrapper.section-padding {
  padding: 80px 0px;
}
.footer-wrapper .footer-cta {
  margin-bottom: 80px;
}
.testimonial-wrapper.section-padding {
  padding-bottom: 210px;
}
 .numbers-wrapper .progressbar-wrapper .circle-1, .numbers-wrapper .progressbar-wrapper .counter-item-1 {
  left: 0;
}
}
@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 42px;
  }
  figure.image-2 {
    right: -8px;
    top: 30%;
  }
  .product-image-counter-block .counter-block-image-3 {
    top: 87px;
  }
.testimonial-wrapper.section-padding {
  padding-bottom: 210px;
}
.query-block.query-wrapper.section-padding {
  padding: 100px 0px;
}
.about-wrapper .right-content {
  padding-left: 0;
}
  .about-two-wrapper.home-page-about-block {
    padding: 100px 0 40px 0;
  }
  .product-image-counter-block .logo {
  left: 41%;
  top: 41%;
}
.about-wrapper.section-padding.bg-cover.query-wrapper {
  padding-bottom: 0;
}
  .product-image-counter-block .counter-block-image-3 {
    right: 0;
    top: 11%;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width:767px) {
 .numbers-wrapper .progressbar-wrapper .circle-1, .numbers-wrapper .progressbar-wrapper .counter-item-1 {
  left: 0;
}
  figure.image-2 {
    top: 100px;
  }
   #hamburger {
    top: 34px;
  }
  .product-image-counter-block .logo {
  left: 39%;
  top: 39%;
}
}
@media (max-width: 500px) {
  .numbers-wrapper .progressbar-wrapper .circle-3 svg, .numbers-wrapper .progressbar-wrapper .counter-item-3 svg {
    width: 160px;
    height: 160px;
  }
   .numbers-wrapper .progressbar-wrapper .circle-2, .numbers-wrapper .progressbar-wrapper .counter-item-2  {
    right: 0;
  }
    .numbers-wrapper .progressbar-wrapper .circle-1 svg, .numbers-wrapper .progressbar-wrapper .counter-item-1 svg {
    width: 180px;
    height: 200px;
  }
   .numbers-wrapper .progressbar-wrapper{
    margin-top: 250px;
  }
}
@media (max-width: 533px) {
  .facts-wrapper .facts-counter .counter-icon {
    margin-bottom: 10px;
  }
        .numbers-wrapper.section-padding.home-counter-block .right-content {
    padding-bottom: 160px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .right-content {
    padding-top: 60px;
  }
  figure.image-2 {
    top: 130px;
}
  .product-image-counter-block .logo {
  left: 44%;
  top: 44%;
}
  .numbers-wrapper .progressbar-wrapper .circle-1, .numbers-wrapper .progressbar-wrapper .counter-item-1 {
  left: 0;
}
  .about-content .features-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
 .product-image-counter-block .counter-block-image-3 {
    top: 14%;
    right: 0;
  }
   #hamburger {
    right: 20px;
     top: 35px;
  }
   .button.button-primary {
    font-size: 16px;
    padding: 5px 15px;
  }
   .button .icon {
    font-size: 14px;
  }
    .button.play-button {
    height: 60px;
    width: 60px;
  }
    .button.play-button .play-icon {
    font-size: 16px;
  }
    .section-head .heading-bg {
    display: none;
  }
    .section-head .section-title {
    font-size: 32px;
    line-height: 40px;
  }
   .vision-wrapper .right-content {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
   .single-post-wrapper .post-details .card-thumb {
    height: 250px;
  }
    .interior-wrapper .interior-content {
    padding: 30px;
  }
   .banner-wrapper .breadcrumb-wrap {
    margin-top: 10px;
  }
   .hero-wrapper .section-head {
    margin-bottom: 20px;
  }
   .hero-wrapper .section-head .section-title {
    font-size: 40px;
    line-height: 50px;
  }
   .numbers-wrapper .cta-wrapper .cta-details {
    margin-left: 20px;
  }
   .numbers-wrapper .cta-wrapper .cta-details .cta-heading {
    font-size: 25px;
  }
   .project-details-wrapper .project-details-content .right-content .info-box {
    padding: 10px;
  }
  .testimonial-wrapper .testimonial-slider-wrapper {
    margin-top: 30px;
  }
    .hero-wrapper .right-content {
    height: 250px;
  }
    .hero-wrapper .left-content .hero-text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .blog-card .blog-meta .meta-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .header-wrapper .logo-wrapper {
    width: 50%;
  }
    .hero-wrapper .hero-slider-nav {
    right: 10px;
  }
   .contact-wrapper .section-head .body-text {
    padding-right: 0;
  }
  .sticky-header:not(.header-submenu).is-sticky #hamburger {
    top: 20px!important;
}
.inner-column-block figure.image-2 {
    width: 150px!important;
}
figure.image-2 {
    top: 30px!important;
}
  .services-wrapper .body-text.padding-right {
    padding-right: 0;
  }

   .numbers-wrapper .progressbar-wrapper .circle-2 svg, .numbers-wrapper .progressbar-wrapper .counter-item-2 svg {
    width: 150px;
    height: 150px;
  }
  .testimonial-wrapper  .testimonial-slider-nav {
    right: 10px;
  }
   .blog-card .blog-meta .meta-item {
    margin-right: 20px;
  }
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .single-post-wrapper .comments-wrapper .comment-reply {
    margin-left: 0;
  }
    figure.image-2 {
    top: 45px;
  }
    #hamburger {
    top: 30px;
  }
 .single-post-wrapper .comments-wrapper .comment-text {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  .faq-text {
    width: 178px;
    left: -48px;
    top: 68%;
  }
.left-content.inner-column-block {
  padding-right: 0;
}
  .inner-column-block figure.image-2 {
    display: none;
  }
  .product-image-counter-block .counter-block-image-3 {
    top: 42px;
    right: 0;
  }
.product-image-counter-block .logo {
  position: absolute;
  left: 39%;
  top: 38%;
}

}
