@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Manrope", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000b47;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

a {
  text-decoration: none;
}

.section-title, .section-title-s2 {
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-title, .section-title-s2 {
    margin-bottom: 30px;
  }
}
.section-title h2, .section-title-s2 h2 {
  color: #df0912;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 20px;
  }
}
@media (max-width: 330px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 18px;
  }
}
.section-title h3, .section-title-s2 h3 {
  color: #000B47;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-title h3, .section-title-s2 h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .section-title h3, .section-title-s2 h3 {
    font-size: 30px;
  }
}
.section-title p, .section-title-s2 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  width: 90%;
  margin: auto;
}

.section-title-s2 {
  text-align: center;
}
.section-title-s2 h2 {
  color: #ed1b24;
}

.theme-btn, .view-cart-btn {
  background: #ed1b24;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 18px;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bf131a;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  background: #a10e13;
  color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #fff;
  color: #1A1729;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #ed1b24;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}
.theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #00ded8, #00a7d5);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #fa4f00;
  color: #fff;
}
.theme-btn-s2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

/* Header */
/* topbar */
.topbar {
  padding: 0 130px;
  position: relative;
  background: #000b47;
  z-index: 1;
}

@media (max-width: 1700px) {
  .topbar {
    padding: 0 30px;
  }
}

.topbar::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #ed1b24;
  content: "";
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 2% 51%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 2% 51%);
  z-index: -1;
}

@media (max-width: 1770px) {
  .topbar::after {
    width: 55%;
  }
}

@media (max-width: 1599px) {
  .topbar::after {
    width: 50%;
  }
}

@media (max-width: 1449px) {
  .topbar::after {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .topbar::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}

.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}

.topbar ul li a {
  display: flex;
  color: #e5e3e3;
}

.topbar .contact-info ul li.language select {
  background: none;
  border: none;
  color: #fff;
  margin-top: -5px;
  height: 20px;
}

.topbar .contact-info ul li.language select option {
  color: #000b47;
}

.topbar .contact-info ul li.language select:focus {
  outline: none;
}

.topbar .contact-info li {
  position: relative;
}

.topbar .contact-info li:not(:last-child)::before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: #fff;
  content: "";
}

@media (max-width: 767px) {
  .topbar .contact-info li:before {
    display: none;
  }
}

.topbar .contact-info ul li a {
  color: #fff;
}

.topbar .contact-info ul li a:hover {
  color: #233fd6;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }

  .topbar {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }

  .topbar .contact-info ul li {
    float: left;
  }

  .topbar ul {
    flex-wrap: wrap;
  }
}

.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 5px;
}

.topbar ul .fi:before {
  font-size: 15px;
  /* font-size: 1rem; */
  color: #fff;
}

/* Header Middle */
.header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11111;
}

.header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
  background: #000b47;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header .navigation > .container {
  position: relative;
}

@media (min-width: 991px) {
  .header {
    padding: 0 130px;
  }
}
.header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .header .navigation {
    padding: 20px 0;
  }
}
.header #navbar {
  transition: all 0.5s;
}

.header #navbar > ul li a:hover,
.header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ed1b24;
}

@media screen and (min-width: 992px) {
  .header #navbar {
    /*** hover effect ***/
    justify-content: left;
  }
  .header #navbar li {
    position: relative;
  }
  .header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #ed1b24;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .header #navbar > ul > li > a:hover:before,
  .header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .header {
    /* class for show hide navigation */
  }
  .header .container {
    width: 100%;
    max-width: 100%;
  }
  .header .header-right {
    right: -10px;
  }
  .header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .header .navbar-header button span:last-child {
    margin: 0;
  }
}
.header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header #navbar > ul {
    z-index: 101;
  }
  .header #navbar ul a {
    color: #000;
  }
  .header #navbar ul a:hover,
  .header #navbar ul li.current a {
    color: #ed1b24;
  }
  .header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .header .navbar-toggler .first-angle,
  .header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .header .x-close .middle-angle {
    opacity: 0;
  }
  .header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse.collapse {
    display: none;
  }
  .header .navbar-collapse.collapse.in {
    display: block;
  }
  .header .navbar-header .collapse,
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .header .navbar-right {
    float: none;
  }
  .header .navbar-nav {
    float: none;
  }
  .header .navbar-nav > li {
    float: none;
  }
}
.header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.header .header-right > div {
  float: left;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .header .header-right > div {
    margin-right: 0px;
  }
}

@media (max-width: 1400px) {
  .header .header-right .close-form .theme-btn,
  .header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .header .header-right > div {
    margin-right: 10px;
  }
  .header .header-right {
    right: -30px;
  }
}
.header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.header .header-right .header-search-form-wrapper {
  position: relative;
}

.header .header-right .header-search-form-wrapper .search-toggle-btn .fi {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 450px) {
  .header .header-right .cart-toggle-btn {
    display: none;
  }
}

.header .header-right .search-toggle-btn,
.header .header-right .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .header .header-right .search-toggle-btn,
  .header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .header .header-right .search-toggle-btn,
  .header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .header .header-right .search-toggle-btn .fi:before,
  .header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.header .header-right .search-toggle-btn .ti-close,
.header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

.header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .header .navigation {
    padding: 20px 0;
  }
}
.header #navbar {
  transition: all 0.5s;
}
.header #navbar > ul li a:hover,
.header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ed1b24;
}
@media screen and (min-width: 992px) {
  .header #navbar {
    /*** hover effect ***/
  }
  .header #navbar li {
    position: relative;
  }
  .header #navbar > ul > li > a {
    font-size: 18px;
    padding: 35px 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  .header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}
@media screen and (min-width: 992px) {
  .header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #000b47;
    position: relative;
    overflow: hidden;
    font-weight: 700;
  }
  .header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #ed1b24;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .header #navbar > ul > li .sub-menu a:hover:after,
  .header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
  }
  .header #navbar > ul > li a:hover,
  .header #navbar > ul > li a.active {
    color: #fff;
  }
  .header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .header #navbar > ul .menu-item-has-children > a:hover,
  .header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header .navbar-header .open-btn {
    display: none;
  }
  .header #navbar .close-navbar {
    display: none;
  }
}
.header .menu-close {
  display: none;
}
@media (max-width: 991px) {
  .header {
    /* class for show hide navigation */
  }
  .header .container {
    width: 100%;
  }
  .header .mobail-menu button {
    background-color: #ed1b24;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .header .mobail-menu button span:last-child {
    margin: 0;
  }
  .header #navbar {
    background: #243352;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .header #navbar .navbar-nav {
    display: block;
  }
  .header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .header #navbar ul a {
    color: #000;
  }
  .header #navbar ul a:hover,
  .header #navbar ul li.current a {
    color: #ed1b24;
  }
  .header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header .navbar-toggler .first-angle,
  .header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .header .x-close .middle-angle {
    opacity: 0;
  }
  .header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .header #navbar .navbar-nav {
    margin: 0;
  }
}
.header .navbar-header .navbar-brand img {
  max-width: 180px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .header .navbar-collapse.collapse {
    display: none;
  }
  .header .navbar-collapse.collapse.in {
    display: block;
  }
  .header .navbar-header .collapse,
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-header {
    float: none;
  }
  .header .navbar-right {
    float: none;
  }
  .header .navbar-nav {
    float: none;
  }
  .header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}
@media (max-width: 370px) {
  .header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 1700px) {
  .header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .header {
    padding: 0 12px;
  }
}
@media (max-width: 1400px) {
  .header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 16px;
  }
  .header .header-right .theme-btn,
  .header .header-right .view-cart-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header #navbar > ul > li > a {
    font-size: 15px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn,
  .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .header .header-right .close-form {
    display: none;
  }
}
.navigation.sticky-header {
  padding: 0 130px;
}
@media (max-width: 1700px) {
  .navigation.sticky-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .navigation.sticky-header {
    padding: 0 12px;
  }
}

/* site-header-s2 */
.header-s2,
.header-s3 {
  position: unset;
}
@media screen and (min-width: 992px) {
  .header-s2 #navbar > ul > li > a,
  .header-s3 #navbar > ul > li > a {
    color: #000b47;
  }
}
.header-s2 .header-right .cart-toggle-btn,
.header-s3 .header-right .cart-toggle-btn {
  color: #000b47;
}
.header-s2 .header-right .header-search-form-wrapper .search-toggle-btn .fi,
.header-s3 .header-right .header-search-form-wrapper .search-toggle-btn .fi {
  color: #000b47;
}
.header-s2 .sticky-header,
.header-s3 .sticky-header {
  background: #fff;
}
@media (max-width: 1599px) {
  .header-s2 .header-right > div,
  .header-s3 .header-right > div {
    margin-right: 10px;
  }
}
@media (max-width: 1760px) {
  .header-s2 .theme-btn,
  .header-s2 .view-cart-btn,
  .header-s3 .theme-btn,
  .header-s3 .view-cart-btn {
    padding: 17px 38px;
  }
}


/* hero-slider*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .hero-slider {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .slide-inner:before,
.hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040128;
  content: "";
  opacity: 0.6;
}
.hero-slider .slide-inner .slide-content,
.hero-slider .hero-inner .slide-content {
  padding-bottom: 85px;
  padding-left: 240px;
  margin-top: 140px;
}
@media (max-width: 1700px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-left: 140px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-bottom: 0;
    padding-left: 30px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-left: 10px;
  }
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 25px;
}
.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}
.hero-slider .swiper-button-next {
  right: 25px;
}
.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.hero-slider .gradient-overlay {
  background: linear-gradient(left, #000B47 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
}
.hero-slider .slide-title {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title {
    max-width: 555px;
  }
}
.hero-slider .slide-title h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 90px;
  margin: 10px 0 15px;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.3333333333rem;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 40px;
    font-size: 2.6666666667rem;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 36px;
  }
}
.hero-slider .slide-text {
  max-width: 680px;
}
@media (max-width: 767px) {
  .hero-slider .slide-text {
    max-width: 500px;
  }
}
.hero-slider .slide-text p {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  max-width: 680px;
  margin-bottom: 40px;
  color: #e2e2e2;
}
@media (max-width: 991px) {
  .hero-slider .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

/* About */
@media (max-width: 991px) {
  .about-section {
    padding-bottom: 0;
  }
}
.about-section .about-left-image {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .about-section .about-left-image {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .about-section .about-left-image {
    margin-bottom: 80px;
  }
}
.about-section .about-left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .about-left-image::before {
  position: absolute;
  left: -10px;
  top: -10px;
  max-width: 496px;
  width: 100%;
  max-height: 535px;
  height: 100%;
  content: "";
  background: #ed1b24;
  z-index: -1;
}
.about-section .content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-section .content {
    margin-left: 0;
  }
}
.about-section .content h2 {
  color: #df0912;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .about-section .content h2 {
    font-size: 20px;
  }
}
.about-section .content h3 {
  color: #000B47;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .about-section .content h3 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .about-section .content h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about-section .content h3 {
    font-size: 25px;
    line-height: 45px;
  }
}
.about-section .content h5 span {
  font-size: 1.25rem !important;
  margin-bottom: 10px;
}
.about-section .content p {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  max-width: 623px;
}
@media (max-width: 575px) {
  .about-section .content p {
    font-size: 15px;
  }
}
.about-section .content ul {
  list-style: square;
  padding-left: 20px;
}
.about-section .content ul li {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .about-section .content ul li {
    font-size: 15px;
  }
}

.about-section .content .ceo-content {
  padding-top: 20px;
  max-width: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .about-section .content .ceo-content {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-section .content .ceo-content .text {
    margin-bottom: 20px;
  }
}
.about-section .content .ceo-content .text h2 {
  color: #000B47;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .about-section .content .ceo-content .text h2 {
    font-size: 20px;
  }
}
.about-section .content .ceo-content .text span {
  color: #545454;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .about-section .content .ceo-content .text span {
    font-size: 16px;
  }
}
.about-section .feature-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-top: 30px;
    list-style: none !important;
}
.about-section .feature-list li>i {
  vertical-align: top;
  margin-right: 10px;
  font-size: 34px;
  color: #616161;
  margin-top: -4px;
  transition: 450ms ease-in-out;
}
.about-section .feature-list li span {
  display: block;
  font-size: 18px;
  color: #525252;
  margin-top: 5px;
}

.about-inside .about-left-image::before {
  display: none;
}

.about-inside .content p {
  margin-bottom: 10px;
}

.about-inside .content p:first-child {
  margin-bottom: 20px;
}

/* Offer CSS */
.offer-section .service-card .imgContent img {
  width: 100%;
  height: auto;
}
.offer-section .service-card .content {
  display: flex;
}
@media (max-width: 455px) {
  .offer-section .service-card .content {
    flex-direction: column;
  }
}
.offer-section .service-card .content .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ed1b24;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 455px) {
  .offer-section .service-card .content .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.offer-section .service-card .content .icon img {
  width: 40px;
  height: 40px;
}
@media (max-width: 455px) {
  .offer-section .service-card .content .icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 455px) {
  .offer-section .service-card .content .icon img {
    width: 40px;
    height: 40px;
  }
}
.offer-section .service-card .content .icon i {
  font-size: 50px;
  color: #ffffff;
}
@media (max-width: 455px) {
  .offer-section .service-card .content .icon i {
    font-size: 40px;
  }
}
.offer-section .service-card .content .text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
@media (max-width: 455px) {
  .offer-section .service-card .content .text {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.offer-section .service-card {
  margin-bottom: 30px;
}
.offer-section .service-card .content {
  background: #F8F8F8;
  padding: 30px 30px;
}
@media (max-width: 1750px) {
  .offer-section .service-card .content {
    padding: 30px 20px;
  }
}
.offer-section .service-card .content h2 {
  margin-top: 20px;
}
.offer-section .service-card .content h2 a {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .offer-section .service-card .content h2 a {
    font-size: 21px;
  }
}
.offer-section .service-card .content h2 a:hover {
  color: #ed1b24;
}

.offer-section .service-card .subline {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #df0912;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.offer-section .service-card h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.offer-section .service-card h4 a {
  color: #000b47;
}
.offer-section .service-card .content p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.offer-section .service-card:hover .image img {
  transform: scale(1.2);
}
.offer-section .service-card:hover .image .line-one::before {
  height: 100%;
}
.offer-section .service-card:hover .image .line-one::after {
  height: 100%;
}
.offer-section .service-card:hover .image .line-two::before {
  width: 100%;
}
.offer-section .service-card:hover .image .line-two::after {
  width: 100%;
}
.offer-section .service-card:hover .content .icon {
  transform: rotateY(180deg);
}

/* Services CSS */
@media (max-width: 767px) {
  .service-section .section-title {
    text-align: center;
  }
}
.service-section .service-wrap {
  padding-left: 160px;
}
@media (max-width: 1520px) {
  .service-section .service-wrap {
    padding-left: 120px;
  }
}
@media (max-width: 1299px) {
  .service-section .service-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .service-section .service-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .service-section .service-wrap {
    padding-left: 0px;
    padding: 0 10px;
  }
}
.service-slider.owl-carousel .owl-stage {
  display: flex;
}
.service-slider .item {
  background-color: #F8F8F8;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

@media (max-width: 767px) {
  .service-slider .item {
    margin-right: 0px;
    max-width: 450px;
    margin: 0 auto;
  }
}
.service-slider .item .itemBox {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.service-slider .item .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-slider .item .image img {
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.service-slider .item .image span {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 60px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  z-index: 1;
}
.service-slider .item .image .line-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-slider .item .image .line-one::before {
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 1px;
  height: 0;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.service-slider .item .image .line-one::after {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 1px;
  height: 0;
  content: "";
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.service-slider .item .image .line-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-slider .item .image .line-two::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 1s ease-in-out;
}
.service-slider .item .image .line-two::after {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.service-slider .item .content {
  background: #F8F8F8;
  padding: 30px 30px 40px;
}
@media (max-width: 1750px) {
  .service-slider .item .content {
    padding: 20px 20px;
  }
}
.service-slider .item .content .icon {
  width: 70px;
  height: 70px;
  background: #ed1b24;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -90px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.service-slider .item .content .icon img {
  width: 40px;
  height: 40px;
}
.service-slider .item .content h2 {
  margin-bottom: 10px;
}
.service-slider .item .content h2 a {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1599px) {
  .service-slider .item .content h2 a {
    font-size: 22px;
  }
}
.service-slider .item .content h2 a:hover {
  color: #ed1b24;
}
.service-slider .item .content p {
  color: #545454;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 20px;
}
.service-slider .item:hover .image img {
  transform: scale(1.2);
}
.service-slider .item:hover .image .line-one::before {
  height: 100%;
}
.service-slider .item:hover .image .line-one::after {
  height: 100%;
}
.service-slider .item:hover .image .line-two::before {
  width: 100%;
}
.service-slider .item:hover .image .line-two::after {
  width: 100%;
}
.service-slider .item:hover .content .icon {
  transform: rotateY(180deg);
}
.service-slider .owl-nav {
  display: none;
}

/* Gallery CSS */
.gallery-section .container-fluid {
  padding: 0;
}
.gallery-section .owl-nav {
  display: none;
}

.gallery-card {
  position: relative;
  z-index: 1;
  max-width: 480px;
  max-height: 680px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .gallery-card {
    max-width: 100%;
  }
}
.gallery-card .image {
  transition: all 0.3s ease-in-out;
}
.gallery-card .image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-card .content {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  padding: 40px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(30, 46, 62, 0) 0%, rgba(30, 46, 62, 0.29) 28.65%, rgba(24, 40, 55, 0.78) 63.02%, #101A25 97.92%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .gallery-card .content {
    padding: 25px;
  }
}
.gallery-card .content h3,
.gallery-card .content h3 a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .gallery-card .content h3,
  .gallery-card .content h3 a {
    font-size: 20px;
  }
}
.gallery-card .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.gallery-card:hover .image img {
  transform: scale(1.1);
}
.gallery-card:hover .content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

/* Testimonial CSS */
@media (max-width: 767px) {
  .testimonial-section .section-title {
    text-align: center;
  }
}
.testimonial-section .owl-stage-outer {
  margin: -25px;
}
.testimonial-section .owl-stage-outer .owl-stage {
  margin: 25px;
}
.testimonial-section .owl-nav {
  display: none;
}
.testimonial-section .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 575px) {
  .testimonial-section .owl-dots {
    display: none;
  }
}
.testimonial-section .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
}
.testimonial-section .owl-dots button.active {
  background: #ed1b24;
}

.testimonial-card .content {
  padding: 40px;
  background: #fff;
  box-shadow: 4px 10px 25px #eaeced;
  position: relative;
  z-index: 1;
}
@media (max-width: 499px) {
  .testimonial-card .content {
    padding: 20px;
  }
}
.testimonial-card .content::before {
  position: absolute;
  left: 55px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
}
.testimonial-card .content::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: url(../images/testimonial/quotes.png) center no-repeat;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-card .content p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0;
}
.testimonial-card .client {
  display: flex;
  align-items: center;
  padding-left: 45px;
  margin-top: 40px;
}
@media (max-width: 499px) {
  .testimonial-card .client {
    padding-left: 20px;
  }
}
.testimonial-card .client .client-img {
  border-radius: 50%;
  background: #F0F0F0;
  padding: 5px;
}
.testimonial-card .client .client-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-card .client .client-text {
  margin-left: 20px;
  margin-top: 15px;
  position: relative;
}
.testimonial-card .client .client-text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 499px) {
  .testimonial-card .client .client-text h4 {
    font-size: 20px;
  }
}
.testimonial-card .client .client-text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}

/* Clients CSS */
.partners-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .partners-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .partners-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.partners-section h2 {
  display: none;
}
.partners-section .partners-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.partners-section .grid {
  height: 150px;
  display: flex;
  align-items: center;
}
.partners-section .grid:hover img {
  filter: grayscale(100%);
}
.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.partners-section .owl-nav button {
  display: none;
}
.partners-section.partners-section-s2 {
  background: #02245B;
  opacity: 0.8;
}

/* Footer */
.footer {
  background: url(../images/footer-bg.jpg) center/cover no-repeat;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000B47;
  opacity: 0.9;
}
.footer ul {
  list-style: none;
}
.footer p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.footer li {
  color: #fff;
}
.footer .container {
  position: relative;
}
.footer .upper-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .footer .upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .widget-title {
    margin-bottom: 20px;
  }
}
.footer .widget-title h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.footer .widget-title h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  content: "";
  background: #ed1b24;
}
.footer .about-widget .logo {
  max-width: 180px;
}
.footer .about-widget p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.65em;
}
.footer .service-link-widget {
  padding-left: 70px;
}
.footer .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .footer .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .footer .link-widget {
    max-width: 350px;
  }
}
.footer .link-widget ul li {
  position: relative;
}
.footer .link-widget ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.footer .link-widget ul li a:hover {
  color: #ed1b24;
}
.footer .link-widget ul li + li {
  padding-top: 10px;
}
.footer .social-widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer .social-widget ul li a {
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #000B47;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.footer .social-widget ul li a:hover {
  background: #ed1b24;
}
.footer .grid-widget {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
}
.footer .newsletter-widget .email-from {
  position: relative;
  margin-top: 25px;
}
.footer .newsletter-widget .email-from .fild {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #ed1b24;
  font-size: 15px;
  color: #fff;
  background: transparent;
}
.footer .newsletter-widget .email-from .fild:focus-visible {
  outline: 0;
}
.footer .newsletter-widget .email-from button {
  border: 0;
  background: #ed1b24;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  font-size: 19px;
  line-height: 55px;
}
.footer .newsletter-widget .email-from ::-webkit-input-placeholder {
  color: #fff;
}
.footer .newsletter-widget .email-from ::-moz-placeholder {
  color: #fff;
}
.footer .newsletter-widget .email-from :-ms-input-placeholder {
  color: #fff;
}
.footer .newsletter-widget .email-from :-moz-placeholder {
  color: #fff;
}
.footer .lower-footer {
  text-align: center;
  position: relative;
  background: #000B47;
}
.footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.footer .lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
.footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer .lower-footer .copyright {
    float: none;
    display: block;
  }
}

/* Inside Banner */
.breadcumb-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .breadcumb-area {
    min-height: 250px;
  }
}
.breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 65, 104, 0.45);
  content: "";
  z-index: -1;
}
.breadcumb-area .breadcumb-wrap {
  text-align: center;
}
.breadcumb-area .breadcumb-wrap h2 {
  font-size: 55px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcumb-area .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.breadcumb-area .breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
  /* text-transform: lowercase; */
}
.breadcumb-area .breadcumb-wrap ul li span {
  display: inline-block;
}
.breadcumb-area .breadcumb-wrap ul li span::first-letter {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .breadcumb-area .breadcumb-wrap ul li {
    font-size: 18px;
  }
}
.breadcumb-area .breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.breadcumb-area .breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.breadcumb-area .breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.breadcumb-area .breadcumb-wrap ul li:last-child:after {
  display: none;
}
.breadcumb-area .breadcumb-wrap ul li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.breadcumb-area .breadcumb-wrap ul li a:hover {
  color: #ed1b24;
}

.product-section .product-right-image {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.product-section .product-right-image img {
  width: 500px;
  height: auto;
}

.product-section .content h1,
.product-section .content h2 {
  color: #000B47;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (max-width: 1550px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .product-section .content h1,
  .product-section .content h2 {
    font-size: 24px;
  }
}
.product-section .content h4 {
  margin-top: 25px;
  margin-bottom: 12px;
}
.product-section .content h5 span {
  font-size: 1.25rem !important;
  margin-bottom: 10px;
}
.product-section .content p {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .product-section .content p {
    font-size: 15px;
  }
}
.product-section .content p:not(:first-child) {
  margin-bottom: 18px;
}
.product-section .content p:last-child {
  margin-bottom: 0;
}
.product-section .content ul {
  list-style: square;
  padding-left: 20px;
}
.product-section .content ul li {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .product-section .content ul li {
    font-size: 15px;
  }
}
.product-section .viewGallery {
  position: relative;
  display: block;
}
.product-section .viewGallery span {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  color: #ffffff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.product-section .viewGallery:hover span {
  background-color: rgba(0,0,0,0.5);
  transform: scale(1.03);
}

/* View Gallery CSS */
.view-gallery .gallery-grids {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media (max-width: 1370px) {
  .view-gallery .gallery-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } 
}

@media (max-width: 991px) {
  .view-gallery .gallery-grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
}

@media (max-width: 575px) {
  .view-gallery .gallery-grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 25px;
  } 
}

.view-gallery .grid img {
  width: 100%;
  /* max-height: 225px; */
  object-fit: cover;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #000B47;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #ed1b24;
  border-color: #ed1b24;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/* Error CSS */
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: 0 0 0.8em;
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

/* Thankyou CSS */
.thankyou-section {
  text-align: center;
}
.thankyou-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .thankyou-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .thankyou-section .error-message {
    padding: 0;
  }
}
.thankyou-section .error-message h3 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: 0 0 0.8em;
}
.thankyou-section .error-message p {
  margin-bottom: 1.8em;
}

/* Privacy CSS */
.privacy-section h2 {
  color: #000B47;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media (max-width: 1550px) {
  .privacy-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .privacy-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .privacy-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .privacy-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .privacy-section h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .privacy-section h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .privacy-section h2 {
    font-size: 24px;
  }
}
.privacy-section h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130.5%;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .privacy-section h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .privacy-section h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .privacy-section h3 {
    font-size: 20px;
  }
}
.privacy-section ul {
  list-style: none;
}
.privacy-section ul li {
  padding: 7px 0;
  padding-left: 35px;
  position: relative;
}
.privacy-section ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(255, 94, 20, 0.1);
  content: "\e64c";
  font-family: "themify";
  text-align: center;
  color: #bf131a;
  font-size: 14px;
}

.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right {
  max-width: 380px;
  flex-basis: 35%;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .privacy-section .project-single-wrap .project-single-item .project-single-content-des-right {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .project-single-item .project-single-content-des-right {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}
.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul {
  list-style: none;
  padding: 50px 30px;
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
@media (max-width: 575px) {
  .privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul {
    padding: 50px 20px;
  }
}
.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul li {
  display: flex;
  padding: 10px 0;
  font-size: 16px;
  color: #000B47;
  font-weight: 600;
  position: relative;
  justify-content: space-between;
  font-weight: 600;
}
.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul li span {
  flex-basis: 60%;
  color: #687693;
  font-weight: 400;
}
.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.privacy-section .project-single-wrap .project-single-item .project-single-content-des-right ul li:first-child {
  padding-top: 0;
}

.privacy-section .project-single-wrap .p-details-img {
  margin-bottom: 10px;
}
.privacy-section .project-single-wrap .project-single-item-quote {
  padding: 45px;
  background: rgba(255, 94, 20, 0.1);
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .project-single-item-quote {
    padding: 20px;
    margin-top: 30px;
  }
}
.privacy-section .project-single-wrap .project-single-item-quote p {
  font-size: 22px;
  margin-bottom: 30px;
  color: #000B47;
  line-height: 44px;
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .project-single-item-quote p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.privacy-section .project-single-wrap .project-single-item-quote span {
  font-size: 22px;
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .project-single-item-quote span {
    font-size: 16px;
  }
}
.privacy-section .project-single-wrap .project-single-item-quote span span {
  color: #bf131a;
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .list-widget-s {
    margin-top: 30px;
  }
}
.privacy-section .project-single-wrap .project-single-gallery {
  margin-bottom: 30px;
}
.privacy-section .project-single-wrap .project-contact-area {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
  background: #fff;
}
.privacy-section .project-single-wrap .project-contact-area .contact-title {
  margin-bottom: 30px;
}
.privacy-section .project-single-wrap .project-contact-area .contact-form-area .col {
  margin-bottom: 30px;
}
.privacy-section .project-single-wrap .project-contact-area .contact-form-area .form-control {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  background: none;
}
.privacy-section .project-single-wrap .project-contact-area .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.privacy-section .project-single-wrap .project-contact-area .contact-form-area textarea.form-control {
  height: 120px;
}
.privacy-section .project-single-wrap .project-contact-area .contact-form-area select.form-control {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.privacy-section .project-single-wrap .grid {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: px) {
  .privacy-section .project-single-wrap .grid {
    top: 70%;
  }
}
.privacy-section .project-single-wrap .grid .images {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
}
.privacy-section .project-single-wrap .grid .images::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 36, 91, 0) 0%, #02245B 100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.privacy-section .project-single-wrap .grid .images img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.privacy-section .project-single-wrap .grid .text {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .privacy-section .project-single-wrap .grid .text {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .privacy-section .project-single-wrap .grid .text {
    left: 20px;
  }
}
.privacy-section .project-single-wrap .grid .text span {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #545454;
}
.privacy-section .project-single-wrap .grid .text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .privacy-section .project-single-wrap .grid .text h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .privacy-section .project-single-wrap .grid .text h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.privacy-section .project-single-wrap .grid .text .theme-btn, .privacy-section .project-single-wrap .grid .text .view-cart-btn {
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: 100%;
}
.privacy-section .project-single-wrap .grid:hover .images::after {
  opacity: 1;
  visibility: visible;
}
.privacy-section .project-single-wrap .grid:hover .images img {
  transform: scale(1.5);
}
.privacy-section .project-single-wrap .grid:hover .text {
  opacity: 1;
  visibility: visible;
}

/* View Clients CSS */
.view-clients .clients-grids {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

@media (max-width: 1550px) {
  .view-clients .clients-grids {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  } 
}

@media (max-width: 1370px) {
  .view-clients .clients-grids {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  } 
}

@media (max-width: 991px) {
  .view-clients .clients-grids {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } 
}

@media (max-width: 575px) {
  .view-clients .clients-grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
}

@media (max-width: 420px) {
  .view-clients .clients-grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  } 
}

.view-clients .grid img {
  width: 100%;
  object-fit: cover;
}

/* Contact CSS */
.contact-pg-section {
  padding-bottom: 0px;
}
.contact-pg-section .contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-pg-section .contact-title {
    margin-bottom: 30px;
  }
}
.contact-pg-section .contact-title h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .contact-pg-section .contact-title h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}
.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #bf131a;
  background: transparent;
}
.contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.contact-pg-section form .submit-area .theme-btn, .contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
.contact-pg-section form .submit-area .theme-btn:after, .contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}
.contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.contact-pg-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}
.contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #bf131a;
}
.contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}
.contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}
.contact-pg-section .contact-form-area {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .contact-pg-section .contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.contact-map-section .contact-map {
  height: 550px;
}
.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: grayscale(100%);
}
.contact-map-section h2.hidden {
  display: none;
}
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px2;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
.about-section .contact-form-area {
  box-shadow: unset !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

/* Blog CSS */
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}
.blog-pg-section .blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 40px;
  }
}
.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 20px 0;
  }
}
.blog-pg-section .entry-meta ul {
  list-style: none;
}
.blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.blog-pg-section .entry-meta ul li a {
  color: #636893;
}
.blog-pg-section .entry-meta ul li a:hover {
  color: #FF5E14;
}
.blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}
.blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF5E14;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.2666666667rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: -0.27em 0 0.7em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.blog-pg-section .post h3 a {
  color: #000B47;
}
.blog-pg-section .post h3 a:hover {
  color: #FF5E14;
}
.blog-pg-section .post p {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-pg-section .post a.read-more {
  color: #1A1729;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.blog-pg-section .post a.read-more:hover {
  color: #FF5E14;
}
.blog-pg-section .entry-media img {
  width: 100%;
}
.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #fafbfe;
  padding: 25px 35px 45px;
}
@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}
.blog-pg-section .format-standard {
  position: relative;
}
.blog-pg-section .format-standard:before {
  position: absolute;
  right: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}
.blog-pg-section .format-gallery {
  position: relative;
}
.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #FF5E14;
  color: #fff;
}
.blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #FF5E14;
  transition: all 0.3s;
  border: 0;
}
.blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}
.blog-pg-section .format-gallery .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}
.blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}
.blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}
.blog-pg-section .format-quote p {
  margin-bottom: 0;
}
.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.6666666667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}
.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgb(22, 57, 103);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}
.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}
.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}
.blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000B47;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #FF5E14;
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #000B47;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #FF5E14;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: rgba(255, 94, 20, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(255, 94, 20, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: #FF5E14;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .newsletter-widget p {
  font-size: 18px;
  color: #1A1729;
  text-align: left;
}
.blog-sidebar .newsletter-widget span {
  font-size: 15px;
  color: #1A1729;
}
.blog-sidebar .newsletter-widget span a {
  color: #545454;
  font-weight: 700;
}
.blog-sidebar .newsletter-widget span a:hover {
  color: #FF5E14;
}
.blog-sidebar .newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(16, 45, 72, 0.15);
  padding: 15px;
  text-align: center;
  color: #000B47;
  opacity: 0.6;
}
.blog-sidebar .newsletter-widget .form input:focus {
  box-shadow: 0px 1px 10px rgba(16, 45, 72, 0.15);
}
.blog-sidebar .newsletter-widget .form input::-moz-placeholder {
  color: #1A1729;
}
.blog-sidebar .newsletter-widget .form input::placeholder {
  color: #1A1729;
}
.blog-sidebar .newsletter-widget .form button {
  background: #FF5E14;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}
.blog-sidebar .about-widget {
  text-align: center;
  background-color: #fafbfe;
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}
.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #000B47;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #FF5E14;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.2666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
  font-weight: 500;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fafbfe;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #FF5E14;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.32em;
  margin: 0 0 0.3em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000B47;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #FF5E14;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #1A1729;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog-sidebar .instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.blog-sidebar .instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #000B47;
  background: #ecf4fb;
  border-radius: 5px;
  font-weight: 500;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #FF5E14;
  color: #fff;
}
.blog-sidebar .contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}
.blog-sidebar .contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
@media (max-width: 1200px) {
  .blog-sidebar .contact-widget {
    padding: 20px;
  }
}
.blog-sidebar .contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.blog-sidebar .contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}
.blog-sidebar .contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.blog-sidebar .contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Single Blog */
.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 20px 0;
  }
}
.blog-single-section .entry-meta ul {
  list-style: none;
}
.blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.blog-single-section .entry-meta ul li a {
  color: #636893;
}
.blog-single-section .entry-meta ul li a:hover {
  color: #FF5E14;
}
.blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}
.blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}
.blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF5E14;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-single-section .entry-media img {
  width: 100%;
}
.blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.blog-single-section .post p {
  margin-bottom: 1.5em;
}
.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.blog-single-section .post blockquote {
  background-color: #fafbfe;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}
.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10b";
  font-size: 25px;
  font-size: 1.6666666667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fafbfe;
  background: #fff;
  color: #FF5E14;
  border-radius: 50%;
}
.blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}
.blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}
.blog-single-section .post .gallery img {
  width: 100%;
}
.blog-single-section .tag-share, .blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #ebebeb;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #000B47;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share, .blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}
.blog-single-section .tag-share ul, .blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.blog-single-section .tag-share ul li, .blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul li, .blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.blog-single-section .tag-share ul > li + li, .blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li, .blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.blog-single-section .tag-share .tag, .blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.blog-single-section .tag-share .tag > span, .blog-single-section .tag-share-s2 .tag > span {
  font-family: "Manrope", sans-serif;
  color: #000B47;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.blog-single-section .tag-share .tag ul, .blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.blog-single-section .tag-share .tag li, .blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.blog-single-section .tag-share .tag a, .blog-single-section .tag-share-s2 .tag a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 18px;
  color: #000B47;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a, .blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.blog-single-section .tag-share .tag a:hover, .blog-single-section .tag-share-s2 .tag a:hover {
  color: #FF5E14;
}
.blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}
.blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #1A1729;
}
.blog-single-section .author-box {
  margin: 35px 0 60px;
}
.blog-single-section .author-box .author-avatar {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}
.blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}
.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #000B47;
}
.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}
.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}
.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #000B47;
}
.blog-single-section .author-box .social-link a:hover {
  color: #FF5E14;
}
.blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}
.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}
.blog-single-section .more-posts > div > a {
  display: inline-block;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}
.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}
.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}
.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}
.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #1A1729;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.blog-single-section .more-posts .post-name {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #000B47;
  margin: 0.7em 0 0;
}
@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-single-section .more-posts a:hover .post-control-link {
  color: #FF5E14;
}
.blog-single-section .comments-area {
  margin-top: 70px;
}
.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}
.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.blog-single-section .comments-area li > div {
  position: relative;
}
.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #000B47;
  font-weight: bold;
  margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #1A1729;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.blog-single-section .comments-area .comment-reply-link {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 600;
  color: #000B47;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-single-section .comments-area .comment-reply-link:hover {
  color: #FF5E14;
}
.blog-single-section .comment-respond {
  margin-top: 70px;
}
.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #FF5E14;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}
.blog-single-section .comment-respond .form-submit input {
  font-family: "Manrope", sans-serif;
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}
.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #000B47;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(255, 94, 20, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #FF5E14;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #FF5E14;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*  */
#popup-toggle-button {
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #ed1b24;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 0;
}

#popup-form {
  position: fixed;
  top: 50%;
  right: -250px;
  width: 250px;
  height: auto;
  background-color: #f1f1f1;
  box-shadow: 1px 0 5px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  z-index: 999;
  padding: 20px;
  transform: translateY(-50%);
}

#popup-form form {
  display: flex;
  flex-direction: column;
}

#popup-form label {
  margin-bottom: 5px;
  font-weight: bold;
}

#popup-form input,
#popup-form select,
#popup-form textarea {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

#popup-form .theme-btn {
  font-size: 16px;
}

#popup-form h5 {
  text-align: center;
}

#popup-form.active {
  right: 0;
}