@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;
}

@media (min-width: 1365px) {
  .container {
    max-width: 1160px !important;
  }
}

/* ------------------------------------------------------------------
    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;
}

@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !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;
}

@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}

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;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.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: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777;
  background-color: #fff;
}

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;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

h1.fs-lg {
  font-size: 80px;
  line-height: 115%;
  letter-spacing: -4px;
}

@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
    font-size: 42px;
  }
}

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: "Oxygen", 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: #F5BF23;
  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: #F5BF23;
  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;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 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: 140px;
  letter-spacing: -3px;
  color: #94a6c41f;
  text-transform: uppercase;
  left: 0;
  z-index: -1;
  bottom: 23px;
  line-height: 1;
}

@media (max-width: 991px) {
  .section-head .heading-bg {
    font-size: 100px;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .section-head .heading-bg {
    display: none;
  }
}

.section-head .section-title {
  font-size: 40px;
  line-height: 48px;
  color: #001c47;
  font-weight: 700;
}

@media (max-width: 575px) {
  .section-head .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.section-head .heading-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #F5BF23;
  margin-bottom: 0px;
  margin-left: 0px;
}

.heading-1 {
  font-size: 34px;
  line-height: 41px;
  color: #001c47;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 28px;
  }
}

.heading-2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
  }
}

.heading-2.white {
  color: #ffffff;
}

/* ====================================================
    BUTTONS
 ====================================================== */
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.button.button-primary {
  color: #ffffff;
  background-color: #F5BF23;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .button.button-primary {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.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;
}

@media (max-width: 575px) {
  .button .icon {
    font-size: 14px;
  }
}

.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: 70px;
  height: 70px;
  background-color: #F5BF23;
  color: #ffffff;
  border-radius: 50%;
  -webkit-animation: playVideo infinite 3.5s;
  animation: playVideo infinite 3s;
}

@media (max-width: 575px) {
  .button.play-button {
    height: 60px;
    width: 60px;
  }
}

.button.play-button .play-icon {
  font-size: 25px;
  color: #F5BF23;
}

@media (max-width: 575px) {
  .button.play-button .play-icon {
    font-size: 16px;
  }
}

/* ====================================================
    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;
}

@media (max-width: 767px) {
  .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
  }
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #F5BF23;
  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: #F5BF23;
  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;
}

@media (max-width: 767px) {
  .header-wrapper .logo-wrapper {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .header-wrapper .logo-wrapper {
    width: 50%;
  }
}

.header-wrapper .menu-wrapper {
  width: 100%;
}

@media (max-width: 1050px) {
  .header-wrapper .menu-wrapper {
    display: none !important;
  }
}

.header-wrapper .top-menu {
  padding: 10px 50px;
  border-bottom: 1px solid #ededed;
}

.header-wrapper .main-menu {
  padding: 23px 50px;
}

.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;
}

@media (max-width: 1164px) {
  .header-wrapper .contact-info .contact-item:not(:last-child) {
    margin-right: 20px;
  }
}

.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: 40px;
}

@media (max-width: 1164px) {
  .header-wrapper .social-icons .social-link:not(:last-child) {
    margin-right: 20px;
  }
}

.header-wrapper .social-icons .social-link:hover {
  color: #F5BF23;
  -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::before {
  content: "";
  width: 1px;
  height: 74px;
  background-color: #ededed;
  position: absolute;
  left: -110px;
}

@media (max-width: 1164px) {
  .header-wrapper .main-menu-right::before {
    left: -50px;
  }
}

.header-wrapper .main-menu-right .menu-right-search {
  font-size: 18px;
  color: #001c47;
  cursor: pointer;
  margin-right: 0;
}

@media (max-width: 1164px) {
  .header-wrapper .main-menu-right .menu-right-search {
    margin-right: 0;
  }
}

.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 #F5BF23;
  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: "Oxygen", sans-serif;
}

.header-wrapper .main-menu-right .search-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Oxygen", sans-serif;
}

.header-wrapper .main-menu-right .search-box input::-ms-input-placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Oxygen", sans-serif;
}

.header-wrapper .main-menu-right .search-box input::placeholder {
  font-size: 14px;
  color: #5f6168;
  font-family: "Oxygen", sans-serif;
}

.header-wrapper .main-menu-right .search-box .search-button {
  width: 60px;
  height: 60px;
  background-color: #F5BF23;
  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: 55px;
}

.header-wrapper .main-menu ul > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #001c47;
  line-height: 1;
  overflow: hidden;
}

.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: #F5BF23;
  -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: #F5BF23;
  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;
}

#hamburger {
  color: #001c47;
  font-size: 30px;
  display: none;
  position: absolute;
  top: 23px;
  right: 50px;
}

@media (max-width: 1050px) {
  #hamburger {
    display: block !important;
  }
}

@media (max-width: 575px) {
  #hamburger {
    right: 20px;
  }
}

#hamburger i {
  cursor: pointer;
}

.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 */
}

@media (max-width: 767px) {
  .mobile-nav-one-wrapper .mobile-nav {
    width: 320px;
    right: -440px;
  }
}

.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: #F5BF23;
}

.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;
}

.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;
  left: -100px;
}

@media (max-width: 1813px) {
  .hero-wrapper .section-head .heading-bg {
    left: -70px;
  }
}

@media (max-width: 1400px) {
  .hero-wrapper .section-head .heading-bg {
    font-size: 100px;
    left: 0px;
  }
}

.hero-wrapper .section-head .heading-dot {
  margin-left: -10px;
}

@media (max-width: 575px) {
  .hero-wrapper .section-head {
    margin-bottom: 20px;
  }
}

.hero-wrapper .section-head .section-title {
  font-size: 64px;
  line-height: 70px;
  color: #ffffff;
  z-index: 4;
  font-family: "Oxygen", sans-serif;
  width: 90%;
}

@media (max-width: 1937px) {
  .hero-wrapper .section-head .section-title {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .section-head .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero-wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .hero-wrapper .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.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;
}

@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;
  }
}

@media (max-width: 1400px) {
  .hero-wrapper .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .hero-wrapper .left-content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .left-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 10px;
    background-position: center top;
  }
}

.hero-wrapper .left-content .hero-text {
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 30px;
  color: #ccddf6;
  font-weight: 700;
  width: 70%;
}

@media (max-width: 575px) {
  .hero-wrapper .left-content .hero-text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
  }
}

.hero-wrapper .right-content {
  width: 50%;
}

@media (max-width: 991px) {
  .hero-wrapper .right-content {
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .right-content {
    height: 250px;
  }
}

.hero-wrapper .hero-slider-nav {
  position: absolute;
  right: 0;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

@media (max-width: 767px) {
  .hero-wrapper .hero-slider-nav {
    margin-top: -25px;
  }
}

@media (max-width: 400px) {
  .hero-wrapper .hero-slider-nav {
    right: 10px;
  }
}

.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: 500px;
}

@media (max-width: 767px) {
  .banner-wrapper {
    min-height: 300px;
  }
}

.banner-wrapper .section-head .heading-bg {
  bottom: -25px;
  left: -50px;
  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;
}

@media (max-width: 767px) {
  .banner-wrapper .banner-content {
    padding-top: 115px;
  }
}

.banner-wrapper .breadcrumb-wrap {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .banner-wrapper .breadcrumb-wrap {
    margin-top: 10px;
  }
}

.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: #F5BF23 !important;
}

.banner-wrapper .breadcrumb-item + .breadcrumb-item::before {
  color: #ccddf6;
}

.about-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -50px;
}

.about-wrapper .left-content {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .about-wrapper .right-content {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .right-content {
    padding-top: 60px;
  }
}

.about-wrapper .right-content .section-head {
  margin-bottom: 20px;
}

.about-wrapper .right-content .section-head .heading-bg {
  bottom: 25px;
}

@media (max-width: 1199px) {
  .about-wrapper .right-content .section-head .heading-bg {
    left: 10px;
  }
}

.about-wrapper .right-content .body-text {
  padding-right: 80px;
}

@media (max-width: 400px) {
  .about-wrapper .right-content .body-text {
    padding-right: 30px;
  }
}

.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: #F5BF23;
  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;
}

@media (max-width: 767px) {
  .about-two-wrapper .left-content .small-heading,
  .about-two-wrapper .left-content .body-text {
    padding-right: 0;
  }
}

.about-two-wrapper .right-content {
  position: relative;
  margin-bottom: 50px;
}

.about-two-wrapper .right-content .about-thumb {
  max-width: 460px;
  height: 590px;
}

@media (max-width: 991px) {
  .about-two-wrapper .right-content .about-thumb {
    height: 400px;
  }
}

.about-two-wrapper .right-content .right-card {
  background-color: #F5BF23;
  padding: 30px;
  max-width: 500px;
  position: absolute;
  bottom: -50px;
  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;
}

@media (max-width: 1199px) {
  .why-us-wrapper .left-content .body-text,
  .why-us-wrapper .left-content .section-title {
    padding-right: 0;
  }
}

.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;
}

.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;
}

@media (max-width: 1400px) {
  .vision-wrapper .experience-card .card-heading {
    padding: 0px 30px;
  }
}

.vision-wrapper .experience-card .card-num {
  font-size: 100px;
  line-height: 70px;
  color: #F5BF23;
  font-weight: 700;
  padding: 0px 40px;
}

@media (max-width: 767px) {
  .vision-wrapper .experience-card .card-num {
    font-size: 45px;
    line-height: 50px;
  }
}

.vision-wrapper .experience-card .card-text {
  font-size: 60px;
  color: #94a6c41f;
  font-weight: 700;
  line-height: 50px;
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .vision-wrapper .experience-card .card-text {
    font-size: 45px;
    line-height: 50px;
  }
}

.vision-wrapper .left-card {
  max-width: 100%;
  height: 380px;
}

@media (max-width: 767px) {
  .vision-wrapper .left-card {
    height: 200px;
  }
}

.vision-wrapper .right-content {
  padding: 100px;
  padding-top: 160px;
  min-height: 100%;
  background-color: #001c47;
}

@media (max-width: 991px) {
  .vision-wrapper .right-content {
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .vision-wrapper .right-content {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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;
}

@media (max-width: 1342px) {
  .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 160px;
  }
}

@media (max-width: 991px) {
  .vision-wrapper .right-content .section-head .heading-bg {
    bottom: 100px;
  }
}

.vision-wrapper .vision-progress {
  max-width: 490px;
}

@media (max-width: 991px) {
  .vision-wrapper .vision-progress {
    margin-top: 50px;
  }
}

.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: "Oxygen", 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: #F5BF23;
  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;
}

.work-process-wrapper .section-head .heading-bg {
  left: 32%;
  bottom: -30px;
}

@media (max-width: 1199px) {
  .work-process-wrapper .section-head .heading-bg {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .work-process-wrapper .section-head .heading-bg {
    left: 25%;
  }
}

.work-process-wrapper .process-card {
  padding: 40px;
}

@media (max-width: 1199px) {
  .work-process-wrapper .process-card {
    padding: 20px;
  }
}

.work-process-wrapper .process-card .card-divider {
  position: relative;
  right: -300px;
  bottom: -70px;
}

@media (max-width: 1199px) {
  .work-process-wrapper .process-card .card-divider {
    right: -250px;
  }
}

@media (max-width: 991px) {
  .work-process-wrapper .process-card .card-divider {
    right: -170px;
  }
}

@media (max-width: 767px) {
  .work-process-wrapper .process-card .card-divider {
    display: none;
  }
}

.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: #F5BF23;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  text-align: center;
}

@media (max-width: 991px) {
  .work-process-wrapper .process-card .card-num {
    font-size: 80px;
    line-height: 80px;
  }
}

.work-process-wrapper .process-card .card-heading {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .work-process-wrapper .process-card .card-heading {
    font-size: 24px;
    line-height: 35px;
  }
}

.our-team-wrapper {
  overflow-x: hidden;
  background-color: #001c47;
  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 .section-title {
  color: #ffffff;
}

.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 {
  margin-top: 50px;
}

.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;
}

@media (max-width: 1400px) {
  .team-card-wrapper .team-card {
    min-height: 400px;
  }
}

.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: #F5BF23;
}

.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: #F5BF23;
}

.team-card-wrapper .card-right .on-hover-icon {
  width: 50px;
  height: 50px;
  background-color: #F5BF23;
  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;
}

@media (max-width: 400px) {
  .services-wrapper .body-text.padding-right {
    padding-right: 0;
  }
}

.services-wrapper .body-text.light {
  color: #ccddf6;
}

@media (max-width: 991px) {
  .services-wrapper .button-minimal {
    padding-bottom: 20px;
  }
}

.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("../image/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: #F5BF23;
  -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;
}

.services-wrapper .row > * {
  padding-right: 0;
  padding-left: 0;
}

.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;
}

@media (max-width: 767px) {
  .interior-wrapper .interior-content {
    min-height: 100%;
  }
}

@media (max-width: 575px) {
  .interior-wrapper .interior-content {
    padding: 30px;
  }
}

.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: #F5BF23;
}

.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;
}

@media (max-width: 991px) {
  .service-details-wrapper .body-text {
    font-size: 16px;
  }
}

.service-details-wrapper .content-thumb {
  min-height: 350px;
  width: 100%;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .service-details-wrapper .content-thumb {
    min-height: 250px;
  }
}

.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;
}

@media (max-width: 991px) {
  .service-details-wrapper .sidebar {
    padding-left: 0;
  }
}

.service-details-wrapper .sidebar .sidebar-category .category-item {
  background-color: #f9f9f9;
  padding: 20px;
}

.service-details-wrapper .sidebar .sidebar-category .category-item.active {
  background-color: #F5BF23;
  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: "Oxygen", 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;
}

@media (max-width: 767px) {
  .service-details-wrapper .sidebar .sidebar-banner .banner-heading {
    font-size: 40px;
  }
}

.service-details-wrapper .sidebar .sidebar-banner .banner-heading .color-heading {
  color: #F5BF23;
  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;
}

@media (max-width: 767px) {
  .service-details-wrapper .sidebar .sidebar-banner .discount .discount-heading {
    font-size: 60px;
  }
}

.service-details-wrapper .sidebar .sidebar-banner .discount span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #F5BF23;
}

.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;
}

@media (max-width: 1199px) {
  .pricing-wrapper .section-head .heading-bg {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .pricing-wrapper .section-head .heading-bg {
    left: 25%;
  }
}

.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: #F5BF23;
  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: #F5BF23;
}

.facts-wrapper {
  padding-bottom: 280px;
}

.facts-wrapper .section-head .heading-bg {
  top: -70px;
}

.facts-wrapper .section-head .section-title {
  color: #ffffff;
}

.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;
}

@media (max-width: 533px) {
  .facts-wrapper .facts-counter .counter-icon {
    margin-bottom: 10px;
  }
}

.facts-wrapper .facts-counter .counter-num,
.facts-wrapper .facts-counter .counter-plus {
  font-size: 38px;
  color: #F5BF23;
  font-weight: 500;
}

.facts-wrapper .facts-counter .counter-text {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 991px) {
  .facts-wrapper .right-content {
    margin-top: 100px;
  }
}

.numbers-wrapper {
  position: relative;
}

.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: "Oxygen", 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: "Oxygen", sans-serif;
}

.numbers-wrapper .right-content {
  min-width: 100%;
  position: relative;
}

.numbers-wrapper .right-content::after {
  content: "";
  width: 100%;
  height: 800px;
  background-image: url("../image/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -220px;
  z-index: -1;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .numbers-wrapper .right-content {
    padding-bottom: 60px;
  }
}

.numbers-wrapper .progressbar-wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .numbers-wrapper .progressbar-wrapper {
    margin-top: 300px;
  }
}

@media (max-width: 500px) {
  .numbers-wrapper .progressbar-wrapper {
    margin-top: 250px;
  }
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__background {
  stroke: #efefef;
  stroke-width: 0.5;
  stroke-dasharray: 2;
  fill: none;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__circle {
  stroke: #F5BF23;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__percent {
  fill: #F5BF23;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.numbers-wrapper .progressbar-wrapper .circlechart .circle-chart__subline {
  fill: #001c47;
  font-family: "Roboto", sans-serif;
}

.numbers-wrapper .progressbar-wrapper .circle-1 {
  position: absolute;
  left: 100px;
  top: -120px;
}

@media (max-width: 1199px) {
  .numbers-wrapper .progressbar-wrapper .circle-1 {
    left: 0px;
  }
}

.numbers-wrapper .progressbar-wrapper .circle-1 svg {
  width: 280px;
  height: 280px;
}

@media (max-width: 500px) {
  .numbers-wrapper .progressbar-wrapper .circle-1 svg {
    width: 180px;
    height: 200px;
  }
}

.numbers-wrapper .progressbar-wrapper .circle-2 {
  position: absolute;
  right: 80px;
  bottom: 50px;
}

@media (max-width: 500px) {
  .numbers-wrapper .progressbar-wrapper .circle-2 {
    right: 0;
  }
}

.numbers-wrapper .progressbar-wrapper .circle-2 svg {
  width: 190px;
  height: 190px;
}

@media (max-width: 400px) {
  .numbers-wrapper .progressbar-wrapper .circle-2 svg {
    width: 150px;
    height: 150px;
  }
}

.numbers-wrapper .progressbar-wrapper .circle-3 {
  position: absolute;
  right: 0;
  top: 0;
}

.numbers-wrapper .progressbar-wrapper .circle-3 svg {
  width: 230px;
  height: 230px;
}

@media (max-width: 500px) {
  .numbers-wrapper .progressbar-wrapper .circle-3 svg {
    width: 160px;
    height: 160px;
  }
}

.numbers-wrapper .cta-wrapper {
  width: 100%;
  min-height: 250px;
  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;
  margin-top: -300px;
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .numbers-wrapper .cta-wrapper {
    margin-top: -225px;
  }
}

@media (max-width: 767px) {
  .numbers-wrapper .cta-wrapper {
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .numbers-wrapper .cta-wrapper {
    margin-bottom: 100px;
  }
}

.numbers-wrapper .cta-wrapper .cta-img {
  width: 350px;
  height: 250px;
  background-position: bottom;
}

@media (max-width: 767px) {
  .numbers-wrapper .cta-wrapper .cta-img {
    width: 100%;
  }
}

.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: #F5BF23;
  border: 10px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  margin-left: -70px;
  margin-right: 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .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-left: 40px;
}

@media (max-width: 767px) {
  .numbers-wrapper .cta-wrapper .cta-details {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .numbers-wrapper .cta-wrapper .cta-details {
    margin-left: 20px;
  }
}

.numbers-wrapper .cta-wrapper .cta-details .cta-heading {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
}

@media (max-width: 575px) {
  .numbers-wrapper .cta-wrapper .cta-details .cta-heading {
    font-size: 25px;
  }
}

.numbers-wrapper .cta-wrapper .cta-details .cta-num {
  color: #F5BF23;
}

.project-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .project-wrapper {
    margin-top: 150px;
  }
}

.project-wrapper .section-head {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .project-wrapper .section-head {
    margin-top: 60px;
  }
}

.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: 470px;
  padding: 30px;
  background-color: limegreen;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .project-wrapper .project-cards .project-card {
    min-height: 250px;
  }
}

.project-wrapper .project-cards .card-plus-icon {
  width: 50px;
  height: 50px;
  background-color: #F5BF23;
  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;
}

.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: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.project-wrapper .project-cards .card-content .text {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oxygen", 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 {
  opacity: 1;
}

.project-wrapper .project-brands {
  padding: 55px;
  background-color: #eee;
}

.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;
}

@media (max-width: 991px) {
  .project-wrapper .project-brands {
    padding: 20px;
  }
}

.project-wrapper .project-brands .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  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;
}

@media (max-width: 767px) {
  .project-wrapper .project-brands .slider-item {
    margin: 0 25px;
  }
}

.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: #F5BF23;
  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;
}

@media (max-width: 991px) {
  .project-details-wrapper .slider-item {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .project-details-wrapper .slider-item {
    height: 250px;
  }
}

.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;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-content .right-content .project-info::before {
    display: none;
  }
}

.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%;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-content .right-content .project-info::after {
    display: none;
  }
}

.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;
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-content .right-content .info-box {
    padding: 10px;
  }
}

.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;
}

@media (max-width: 1199px) {
  .recent-project-wrapper .section-head .heading-bg {
    left: 28%;
  }
}

@media (max-width: 767px) {
  .recent-project-wrapper .section-head .heading-bg {
    left: 25%;
  }
}

@media (max-width: 767px) {
  .recent-project-wrapper .project-img {
    width: 100%;
    height: 250px;
  }
}

.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;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.testimonial-wrapper .section-head .heading-bg {
  bottom: -35px;
  left: 0;
}

.testimonial-wrapper .testimonial-slider-wrapper {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-slider-wrapper {
    margin-top: 30px;
  }
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-item {
  margin: 20px;
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
  margin-top: 50px;
  min-height: 600px;
}

@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-slider-wrapper .slider-item .slider-thumb {
    min-height: 300px;
  }
}

.testimonial-wrapper .testimonial-slider-wrapper .slider-card {
  display: inline-block;
  background-color: #001c47;
  padding: 60px;
  position: relative;
  min-height: 600px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-slider-wrapper .slider-card {
    padding: 30px;
    min-height: 300px;
  }
}

.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: 100px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-slider-wrapper .slider-card .card-content {
    margin-top: 30px;
  }
}

.testimonial-wrapper .testimonial-slider-wrapper .card-heading {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  margin-bottom: 20px;
}

.testimonial-wrapper .testimonial-slider-wrapper .body-text {
  color: #ccddf6;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info {
  margin-top: 40px;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-name {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}

.testimonial-wrapper .testimonial-slider-wrapper .client-info .client-role {
  font-size: 16px;
  line-height: 27px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.testimonial-wrapper .testimonial-slider-wrapper .testimonial-slider-nav {
  position: absolute;
  left: 45%;
  bottom: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-slider-wrapper .testimonial-slider-nav {
    bottom: 80px;
    left: 70%;
  }
}

@media (max-width: 400px) {
  .testimonial-wrapper .testimonial-slider-wrapper .testimonial-slider-nav {
    right: 10px;
  }
}

.testimonial-wrapper .testimonial-slider-wrapper .testimonial-slider-nav .owl-prev,
.testimonial-wrapper .testimonial-slider-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;
}

.query-wrapper {
  margin-bottom: 110px;
  position: relative;
}

.query-wrapper .section-head .heading-bg {
  top: -60px;
}

.query-wrapper .left-content {
  position: relative;
}

.query-wrapper .left-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/faq-illustration.png");
  position: absolute;
  bottom: 313px;
  left: -323px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.query-wrapper .right-content .section-head {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .query-wrapper .right-content .section-head .heading-bg {
    top: -40px;
  }
}

.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: "Oxygen", 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: #F5BF23;
  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 .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;
}

@media (max-width: 400px) {
  .contact-wrapper .section-head .body-text {
    padding-right: 0;
  }
}

.contact-wrapper .contact-profile .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: "Oxygen", 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: #F5BF23;
  position: absolute;
  left: -20px;
  top: 6px;
}

.contact-wrapper .contact-form {
  background-color: #001c47;
  padding: 80px 60px;
}

@media (max-width: 767px) {
  .contact-wrapper .contact-form {
    padding: 60px 30px;
  }
}

.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: "Oxygen", sans-serif;
}

.contact-wrapper .contact-form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.contact-wrapper .contact-form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.contact-wrapper .contact-form ::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.contact-map-wrapper {
  position: relative;
  min-height: 780px;
  z-index: -1;
}

@media (max-width: 991px) {
  .contact-map-wrapper {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .contact-map-wrapper {
    min-height: 350px;
  }
}

.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: #F5BF23;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Oxygen", 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: #F5BF23;
  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;
}

@media (max-width: 380px) {
  .blog-card .blog-meta .meta-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .blog-card .blog-meta .meta-item {
    margin-right: 20px;
  }
}

.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: "Oxygen", 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;
}

.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: #F5BF23;
  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%;
}

@media (max-width: 575px) {
  .single-post-wrapper .post-details .card-thumb {
    height: 250px;
  }
}

.single-post-wrapper .post-details .category {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F5BF23;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Oxygen", 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: #F5BF23;
  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: "Oxygen", 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;
}

@media (max-width: 767px) {
  .single-post-wrapper .post-details .post-heading {
    font-size: 28px;
  }
}

.single-post-wrapper .post-details .first-letter {
  min-width: 60px;
  height: 60px;
  background-color: #F5BF23;
  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 #F5BF23;
  position: relative;
}

@media (max-width: 767px) {
  .single-post-wrapper .post-details .post-quote {
    padding: 30px;
  }
}

.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: 90%;
  top: 50px;
  z-index: -1;
}

@media (max-width: 767px) {
  .single-post-wrapper .post-details .post-quote::before {
    display: none;
  }
}

.single-post-wrapper .post-details .post-quote .quote-title {
  font-size: 20px;
  line-height: 30px;
  color: #001c47;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
}

.single-post-wrapper .post-details .post-thumb-2 {
  width: 100%;
  height: 360px;
  margin: 50px 0px;
}

@media (max-width: 767px) {
  .single-post-wrapper .post-details .post-thumb-2 {
    height: 250px;
  }
}

.single-post-wrapper .post-details .post-heading-2 {
  font-size: 30px;
  line-height: 39px;
  color: #001c47;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .single-post-wrapper .post-details .post-heading-2 {
    font-size: 28px;
  }
}

.single-post-wrapper .related-posts {
  margin: 110px 0px;
}

@media (max-width: 991px) {
  .single-post-wrapper .related-posts {
    margin: 90px 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;
}

@media (max-width: 450px) {
  .single-post-wrapper .comments-wrapper .comment-reply {
    margin-left: 0;
  }
}

.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: #F5BF23;
  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: #F5BF23;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Oxygen", 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;
}

@media (max-width: 450px) {
  .single-post-wrapper .comments-wrapper .comment-text {
    padding: 20px;
  }
}

.single-post-wrapper .post-comment {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .single-post-wrapper .post-comment {
    margin-top: 90px;
  }
}

.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;
}

@media (max-width: 991px) {
  .single-post-wrapper .post-comment input {
    width: 100%;
  }
}

.single-post-wrapper .post-comment ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.single-post-wrapper .post-comment :-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.single-post-wrapper .post-comment ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.single-post-wrapper .post-comment ::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen", 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: "Oxygen", sans-serif;
}

.single-post-sidebar {
  padding-left: 35px;
}

@media (max-width: 991px) {
  .single-post-sidebar {
    margin-top: 90px;
    padding-left: 0;
  }
}

.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: #F5BF23;
  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: #F5BF23;
}

.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: #F5BF23;
}

.single-post-sidebar .widget-recent-post .post-info .post-meta {
  font-size: 14px;
  line-height: 18px;
  color: #5f6168;
  font-weight: 400;
  font-family: "Oxygen", 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: #F5BF23;
}

.footer-wrapper .widget-about-social .social-link:not(:last-child) {
  margin-right: 25px;
}

.footer-wrapper .widget-services {
  margin-left: 60px;
}

@media (max-width: 991px) {
  .footer-wrapper .widget-services {
    margin-left: 0;
  }
}

.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: "Oxygen", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .form-input::placeholder {
  font-size: 14px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.footer-wrapper .widget-subscribe .form-input-wrapper .subscribe-button {
  width: 42px;
  height: 42px;
  background-color: #F5BF23;
  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: #F5BF23;
  position: absolute;
  left: -15px;
  bottom: 12px;
}

.footer-wrapper .footer-widget .widget-menu .widget-link {
  font-size: 16px;
  color: #ccddf6;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
}

.footer-wrapper .footer-contact-wrapper {
  margin-top: 50px;
  border: 1px solid #143568;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-contact-wrapper {
    border-bottom: 0;
  }
}

.footer-wrapper .footer-contact {
  padding: 50px 40px;
  border-right: 1px solid #143568;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-contact {
    border-bottom: 1px solid #143568;
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .footer-contact {
    padding: 25px 20px;
  }
}

.footer-wrapper .footer-contact .contact-icon {
  font-size: 40px;
  color: #5f6168;
  margin-right: 20px;
}

.footer-wrapper .footer-contact .contact-info .top-text {
  font-size: 16px;
  color: #ccddf6;
  font-weight: 400;
}

.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: #F5BF23;
  padding: 70px;
  margin-top: -310px;
  margin-bottom: 100px;
  position: relative!important;

}

@media (max-width: 991px) {
  .footer-wrapper .footer-cta {
    padding: 40px;
  }
}

.footer-wrapper .footer-cta .body-text {
  color: #ffffff;
  margin-top: 10px;
}

.footer-wrapper .footer-cta .button {
  background-color: #001c47;
}

@media (max-width: 991px) {
  .footer-wrapper .footer-cta .button {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */


/*------------------------------------------------*/
/*--------------[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: 999;
    -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: 8px 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;
}

/*------------------------------------------------*/
/*--------------[SERVICES STYLE]-----------*/
/*------------------------------------------------*/
.services i {
    font-size: 45px;
    line-height: 65px;
    color: #F5BF23; }

.services h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #687074; }

.services .mask-top {
    width: 100%;
    background-color: #fff;
    padding: 15px; 
    position: absolute;
    top: 65px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
    height: 275px;
}

.services .mask-bottom p {
    line-height: 25px;
    font-size: 14px;
}
.services .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px; }

.button.button-minimal .icon i {
    font-size: 14px;
}
.services .services-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.services .services-box {
    overflow: hidden;
    position: relative;
    height: 275px;
    background-color: #fff;
    cursor: pointer;
    margin: 0 7px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 0px 17px 0 rgb(50 50 50 / 16%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.services .mask-bottom {
    color: #687074;
    padding: 15px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.services .mask-bottom h4 {
    margin: 15px 0px 10px;
}

.services .services-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.services .mask-bottom i {
    font-size: 25px;
    line-height: 30px;
}
.checked-list li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}
.checked-list i {
    color: #F5BF23;
    margin-right: 20px;
}