* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
}

html {
  font-size: 62.5%;
}
html,body{
    overflow-x: hidden !important;
}
body {
  margin: 0.1px auto 0;
  padding: 0;
  color: #212529;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

p {
  margin: 0 0 0.8rem;
}

p,
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #212529;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link {
  color: #444;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
#podium-bubble{
  bottom:50px !important;
  right:-12px !important;
}
a,
button,
input[type=submit] {
  color: #7f2529;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #444;
  text-decoration: none;
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #0764d3;
}

::selection {
  color: #fff;
  background: #0764d3;
}

.pointer-event-none {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 7rem;
  bottom: 1rem;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  transform: rotate(-90deg) scale(0) translateX(8.5rem);
  width: 5rem;
  height: 5rem;
  border-radius: 30px;
  display: inline-block;
  background-color: #7f2529;
  padding: 0;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 3rem;
  box-shadow: 0 5rem 2.5rem rgba(0, 0, 0, 0.2);
}
.scroll-to-top.fade.in {
  opacity: 1;
  transform: rotate(0) scale(1) translateX(0);
}
.scroll-to-top:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

.btn-main {
  background-color: #7f2529;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3rem;
  text-align: center;
  padding: 1.1rem;
  min-width: 16rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.btn-main:hover, .btn-main:focus {
  color: #444;
  background-color: #fff;
}

.btn-main.btn-light {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-main.btn-light:hover, .btn-main.btn-light:focus {
  background-color: #fff;
}

.btn-main.btn-dark {
  background-color: #7f2529;
  border: 1px solid #7f2529;
}
.btn-main.btn-dark:hover, .btn-main.btn-dark:focus {
  background-color: #fff;
}

.btn-main.btn-bg {
  border-radius: 0;
  min-width: auto;
  border: none;
}
.btn-main.btn-bg:hover, .btn-main.btn-bg:focus {
  background-color: #f9f2dd;
  color: #7f2529;
}

.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 900;
  background-color: #7f2529;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  color: #f1f5fb;
}

.navigation-area {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0rem 0rem 1.5rem rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition: 0.3s all ease-in-out;
}

.menu-area {
  padding: 1.5rem 0;
  background-color: #fff;
}

.tp-area {
  background-color: #7f2529;
  border-bottom: 1px solid #d0d0ed;
  transition: 2s all ease-in-out;
}
.tp-area a,
.tp-area p {
  color: #dbd2d2;
  font-size: 1.4rem;
  font-weight: 400;
}
.tp-area i {
  margin-right: 0.5rem;
  color: #fff;
}
.tp-area .top-call-btns {
  margin-left: 14px;
}
.tp-area .top-call-btns:first-child {
  margin-left: 0px;
}
.tp-area .tp-mob {
  background-color: #444;
  color: #fff;
}
.tp-area .call-head {
  background-color: #083978;
  color: #fff !important;
  padding: 10px;
}
.tp-area .call-head i {
  color: #fff;
}

.mob-bt a {
  font-size: 18px;
  line-height: 28px;
}

.head-links {
  justify-content: flex-end;
}
.head-links a {
  margin: 0 1.5rem 0 0;
}
.head-links a:last-child {
  margin: 0;
}

.hide_placeholder:focus::-moz-placeholder {
  color: transparent;
}

.hide_placeholder:focus:-ms-input-placeholder {
  color: transparent;
}

.hide_placeholder:focus::placeholder {
  color: transparent;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.navigation-area.menu-fix {
  position: fixed;
  background-color: #7f2529;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.menu-fix .tp-area {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.menu-fix .logo-area img {
  transition: 0.3s all ease-in-out;
  width: 180px !important;
}

.menu__block_wrap {
  justify-content: flex-end;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.offcanvas-start {
  width: 100%;
}

.nav-link {
  color: #333;
  padding: 0;
  position: relative;
  padding: 1rem 0 !important;
  transition: 0.3s all ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.nav-link:hover {
  color: #444;
}

.btn-main.menu-cta {
  padding: 11px 25px !important;
  font-weight: 600;
}

.nav-item {
  margin-left: 3.5rem;
}

.dropdown-item {
  padding: 0.6rem 1.2rem;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(20, 20, 20, 0.97);
  white-space: unset;
  text-transform: capitalize;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: #7f2529;
  color: #fff;
}

.dropdown-menu .dropdown-item span {
  transition: 0.3s all ease-in-out;
  transform: translateX(0);
}

.dropdown-menu .dropdown-item::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  opacity: 0;
  transition: 0.3s all ease-in-out;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
  transform: translateX(15px);
}

.dropdown-menu .dropdown-item:hover span {
  transform: translateX(15px);
  display: inline-block;
  color: #fff;
}

@media (min-width: 1200px) {
  .dropdown:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .dropdown-menu {
    width: 240px;
    padding: 0;
    border: none;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 1rem 3.5rem rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    transform: translateY(2rem);
    display: block;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    border-top: 2px solid #7f2529;
  }
  .dropdown.second-menu > .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown.second-menu > .dropdown-item i {
    transform: rotate(270deg);
  }
  .dropdown.second-menu > .dropdown-item:hover i {
    visibility: hidden;
  }
  .dropdown.second-menu > .dropdown-menu.third-menu {
    right: -100%;
    top: 0;
    left: auto;
  }
  .dropdown.second-menu > .dropdown-item:hover .dropdown-menu.third-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .btn-main.menu-cta {
    margin: 10px 0;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #333;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #e4e9ed;
    overflow: scroll;
  }
  .nav-item {
    padding: 0 1rem;
    border-bottom: 0.01rem solid #fff;
    margin: 0;
    display: block;
    width: 100%;
  }
  .nav-item:last-child {
    border: none;
  }
  .nav-link:hover {
    margin: 0;
  }
  .drp-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #444;
    background-color: #fff;
    right: 0rem;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 43px;
    cursor: pointer;
    z-index: 99;
  }
  .drp-arrow i {
    transition: 0.3s all ease-in-out;
  }
  .drp-arrow.show i {
    transform: rotate(-180deg);
  }
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 1rem;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) inset;
    border: none;
  }
  .dropdown-menu.show {
    display: block;
    max-height: 1100px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    border: none;
  }
  .dropdown.second-menu .drp-arrow {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #7f2529;
  }
}
.tp-call-panels {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tp-call-panels .get-head-icon {
  display: flex;
}
.tp-call-panels .get-head-icon:first-child {
  margin-right: 15px;
}
.tp-call-panels .get-head-icon a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.tp-call-panels .get-head-icon a i {
  margin: 0;
  color: #fff;
}

/******footer******/
.footer-bg {
  padding: 10rem 0;
  background-color: #222;
}
.footer-bg p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.get-social {
  padding: 1rem 0 0 0;
}
.get-social a {
  margin: 0 1rem 0 0;
  padding: 5px 10px;
  transition: 0.3s all ease-in-out;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.get-social a:hover {
  transform: translateY(0.5rem);
  color: #444;
  background-color: #7f2529;
  border: none;
}

.foot-head {
  margin: 0rem 0 2rem;
  padding: 0 0 0rem;
  color: #c8c8c8;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.footer-links li a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.footer-links li a i {
  margin-right: 1.5rem;
  color: #7f2529;
}
.footer-links li a span {
  color: #7b8887;
}

.footer-links li:hover a {
  margin: 0 0 0 0.5rem;
}
.footer-links li:hover a span{
 color: #fff;
}
.copyright-bg {
  background-color: #121313;
  padding: 2rem 0;
  border-top: 1px solid #2a2a2a;
}
.copyright-bg p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.copyright-r {
  text-align: right;
}
.copyright-r a {
  color: #fff;
}

@media (max-width: 1024px) {
  .tp-call-panel {
    margin-bottom: 8px;
    text-align: center;
  }
  .tp-call-panels {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tp-call-panel {
    display: none;
  }
  .call-head {
    display: none;
  }
  #podium-bubble.b-margin {
    bottom: 115px !important;
}
  .footer-links li a {text-align:center;}
  .scrolltotop-b-margin {
    bottom: 9rem;
}
  .tp-area {
    padding: 1rem 0;
  }
  .copyright-r {
    text-align: center;
  }
  .copyright-bg {
    text-align: center;
  }
  .footer-bg {
    padding: 4rem 0 2rem;
  }
  .foot-head {
    text-align: center;
  }
  .footer-links li {
    justify-content: center;
  }
}
/********forms*******/
.form-control,
.form-select {
  height: 5.5rem;
  border: none;
  font-size: 1.6rem;
  background-color: #f5f5f6;
  border: 1px solid #f5f5f6;
  border-radius: 0px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}

.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #444;
  box-shadow: none;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}

.portfolio-search .input-group {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.001);
}
.portfolio-search .form-control {
  border-left: 3px solid #212529;
  background-color: #fff;
}
.portfolio-search button.btn-main {
  height: 100%;
}
.portfolio-search .form-control:focus,
.portfolio-search .form-select:focus {
  background-color: #fff;
}

.gaq-btn {
  position: fixed;
  top: 20%;
  right: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(-270deg);
  transform-origin: right;
}
.gaq-btn a {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  min-width: 15rem;
}

/*****wow-animation-css***/
.custom-wow {
  visibility: hidden;
  opacity: 0;
}

.custom-wow.animated {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}

.custom-wow.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.custom-wow.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.custom-wow.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.custom-wow.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}/*# sourceMappingURL=header.css.map */