@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*Theme Name: Bragit
Author: Bragit.
Version: 1*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  margin-top: 0px !important;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  background: #FFFFFF;
  color: #000;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.flex_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_bx:before, .flex_bx:after {
  content: none;
}

a {
  text-decoration: none;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0 0 15px;
  line-height: 1.2;
}

.dot_list ul li {
  position: relative;
}
.dot_list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px !important;
  height: 5px !important;
  background-color: #fff !important;
}

main#content {
  width: 100%;
  position: relative;
}

.d_alignright {
  float: none;
  margin: 3rem auto;
}

@media (min-width: 769px) {
  .d_alignright {
    float: right;
    margin: 0.5rem 0 3rem 6rem;
  }
}
header {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10% 0px;
  min-height: 500px;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  header {
    min-height: initial;
  }
}
@media (max-width: 561px) {
  header {
    padding: 20% 0px;
  }
}
header .head_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  header .head_outer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .head_outer .h-logo {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .head_outer .h-logo .logo {
  padding: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .head_outer .h-logo .logo a {
  text-align: center;
  text-decoration: none;
}
header .head_outer .h-logo .logo a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
}
header .head_outer .h-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  /* button */
  /* nav */
}
@media (max-width: 1024px) {
  header .head_outer .h-menu {
    margin-top: 30px;
  }
}
@media (max-width: 561px) {
  header .head_outer .h-menu {
    margin-top: 15px;
  }
}
header .head_outer .h-menu button.menu-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
header .head_outer .h-menu button.menu-btn:active {
  border: none;
}
header .head_outer .h-menu button.menu-btn img {
  width: 100%;
}
header .head_outer .h-menu ul.nav {
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 99999;
  background: #fff;
  border: 0.5px solid #000;
  border-radius: 0px;
  padding: 0px;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 561px) {
  header .head_outer .h-menu ul.nav {
    top: 40px;
  }
}
header .head_outer .h-menu ul.nav li img {
  width: 15px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
header .head_outer .h-menu ul.nav li {
  list-style-type: none;
  padding: 0px;
  line-height: 1;
  position: relative;
  border-bottom: 0.5px solid #000;
}
header .head_outer .h-menu ul.nav li:last-child {
  border-bottom: 0px;
}
header .head_outer .h-menu ul.nav li .sub-menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
header .head_outer .h-menu ul.nav li .sub-menu li {
  padding-left: 45px;
  border-top: 0.5px solid #000;
}
header .head_outer .h-menu ul.nav li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head_outer .h-menu ul.nav li a:hover {
  color: #033FFF;
}
@media (max-width: 561px) {
  header .head_outer .h-menu ul.nav li a {
    padding: 20px;
    font-size: 16px;
  }
}
header.active {
  padding: 20px 0px;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
  position: sticky;
  min-height: 100px;
}
@media (max-width: 561px) {
  header.active {
    min-height: initial;
  }
}
header.active .head_outer .h-logo {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 200px;
}
header.active .head_outer .h-menu {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  header.active .head_outer .h-menu {
    width: 80px;
    margin-top: 0px;
  }
}
@media (max-width: 561px) {
  header.active .head_outer .h-menu {
    width: 60px;
  }
}
header.active .head_outer .h-menu ul.nav {
  top: 64px;
}
@media (max-width: 561px) {
  header.active .head_outer .h-menu ul.nav {
    top: 56px;
  }
}
@media (max-width: 561px) {
  header.active {
    padding: 10px;
  }
}

.what-we-stand {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  float: left;
  overflow: hidden;
  clear: both;
}
@media (max-width: 1024px) {
  .what-we-stand {
    padding-top: 45px;
  }
}
.what-we-stand h2 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .what-we-stand h2 {
    font-size: 50px;
  }
}
.what-we-stand p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 0px !important;
  text-align: left;
  margin: 0px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .what-we-stand p {
    font-size: 20px;
  }
}
@media (max-width: 561px) {
  .what-we-stand p {
    font-size: 17px;
  }
}

.what-we-do {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  float: left;
  overflow: hidden;
  clear: both;
}
@media (max-width: 561px) {
  .what-we-do {
    padding: 45px 0px;
  }
}
.what-we-do h2 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .what-we-do h2 {
    font-size: 50px;
  }
}
.what-we-do .w_img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 60px;
}
.what-we-do .w_img-wrap figure {
  margin: 0px !important;
  padding: 0px !important;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  margin-top: 0px !important;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-we-do .w_img-wrap figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 70%;
  width: 70%;
  margin: 0px;
  padding: 0px;
  display: block;
}
.what-we-do .wwd-outer {
  width: 100%;
  position: relative;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}
@media (max-width: 1024px) {
  .what-we-do .wwd-outer {
    gap: 0px;
    margin-top: 60px;
  }
}
@media (max-width: 561px) {
  .what-we-do .wwd-outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 45px;
  }
}
.what-we-do .wwd-outer .wwd-bx {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
}
.what-we-do .wwd-outer .wwd-bx:first-child {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .what-we-do .wwd-outer .wwd-bx {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .what-we-do .wwd-outer .wwd-bx {
    font-size: 18px;
  }
}
@media (max-width: 561px) {
  .what-we-do .wwd-outer .wwd-bx {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.what-we-do .wwd-outer .wwd-bx .sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 5px;
}

.who-we-are {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  float: left;
  overflow: hidden;
  clear: both;
}
@media (max-width: 561px) {
  .who-we-are {
    padding: 45px 0px;
  }
}
.who-we-are h2 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .who-we-are h2 {
    font-size: 50px;
  }
}
.who-we-are .w_img-wrap-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0% 0px;
  margin-top: 30px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .who-we-are .w_img-wrap-outer {
    gap: 15px;
    padding: 0px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 561px) {
  .who-we-are .w_img-wrap-outer {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.who-we-are .w_img-wrap-outer .w_img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 25px);
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .who-we-are .w_img-wrap-outer .w_img-wrap {
    width: calc(50% - 15px);
  }
}
@media (max-width: 561px) {
  .who-we-are .w_img-wrap-outer .w_img-wrap {
    margin-top: 30px;
    width: 100%;
  }
}
.who-we-are .w_img-wrap-outer .w_img-wrap figure {
  margin: 0px !important;
  padding: 0px !important;
  width: auto;
  max-width: 220px;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  margin-top: 0px !important;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.who-we-are .w_img-wrap-outer .w_img-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}
.who-we-are .w_img-wrap-outer .w_img-wrap .profile-des {
  margin-top: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .who-we-are .w_img-wrap-outer .w_img-wrap .profile-des {
    font-size: 16px;
  }
}
@media (max-width: 561px) {
  .who-we-are .w_img-wrap-outer .w_img-wrap .profile-des {
    margin-top: 20px;
    text-align: center;
  }
}
.who-we-are .w_img-wrap-outer .w_img-wrap .profile-des .sub-head {
  margin-bottom: 15px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 561px) {
  .who-we-are .w_img-wrap-outer .w_img-wrap .profile-des .sub-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 17px;
  }
}

.hom-video {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  float: left;
  clear: both;
}
@media (max-width: 561px) {
  .hom-video {
    padding: 30px 0px;
  }
}
.hom-video .js-video {
  height: 650px;
  width: 100%;
  background: 0 0;
  position: relative;
  margin: 0% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .hom-video .js-video {
    height: 450px;
  }
}
@media (max-width: 561px) {
  .hom-video .js-video {
    height: 350px;
  }
}
.hom-video .js-video iframe {
  z-index: 5;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .hom-video .js-video iframe {
    height: 450px;
  }
}
@media (max-width: 561px) {
  .hom-video .js-video iframe {
    height: 350px;
  }
}
.hom-video .js-video .video-poster {
  background: url("../images/video-bg.jpg") center center transparent;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 650px;
}
@media (max-width: 1024px) {
  .hom-video .js-video .video-poster {
    height: 450px;
  }
}
@media (max-width: 561px) {
  .hom-video .js-video .video-poster {
    height: 350px;
  }
}
.hom-video .js-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  cursor: pointer;
  background: url("../images/play-btn.png") center center transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 2;
}

.h-qu {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 561px) {
  .h-qu {
    padding: 30px 0px;
  }
}
.h-qu h2 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .h-qu h2 {
    font-size: 50px;
  }
}
.h-qu p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 0px !important;
  text-align: left;
  margin: 0px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .h-qu p {
    font-size: 18px;
  }
}
.h-qu .btn {
  margin: 45px auto;
}

.get-in-touch {
  position: relative;
  width: 100%;
  margin: 45px 0px 90px;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.get-in-touch h2 {
  font-size: 120px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .get-in-touch h2 {
    font-size: 60px;
  }
}
.get-in-touch .get-in-touch_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.get-in-touch .get-in-touch_form .git-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 50px;
}
@media (max-width: 561px) {
  .get-in-touch .get-in-touch_form .git-outer {
    gap: 20px;
  }
}
.get-in-touch .get-in-touch_form .git-outer .field-outer {
  width: 100%;
}
.get-in-touch .get-in-touch_form .git-outer input {
  background: transparent;
  padding: 20px 35px;
  height: 60px;
  border: 0px;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #000;
  outline: none;
  width: 100%;
}
.get-in-touch .get-in-touch_form .git-outer input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer input[type=submit] {
  width: auto;
  float: right;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #033FFF;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  min-height: 50px;
  max-height: 50px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  border: 0px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.get-in-touch .get-in-touch_form .git-outer input[type=submit]:hover {
  background: #000000;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
          transform: translate3d(0px, -2px, 0.01px);
}
@media (max-width: 561px) {
  .get-in-touch .get-in-touch_form .git-outer input[type=submit] {
    font-size: 17px;
  }
}
.get-in-touch .get-in-touch_form .git-outer .wpcf7-spinner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.get-in-touch .get-in-touch_form .git-outer textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  background: #fff;
  width: 100%;
  padding: 20px 35px;
  color: #000;
  height: 140px;
  outline: none;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
.get-in-touch .get-in-touch_form .git-outer textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
.get-in-touch .get-in-touch_form .git-outer textarea:active, .get-in-touch .get-in-touch_form .git-outer textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .get-in-touch_form .git-outer .git_col_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(45% - 50px);
      flex-basis: calc(45% - 50px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media (max-width: 561px) {
  .get-in-touch .get-in-touch_form .git-outer .git_col_h {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.get-in-touch .get-in-touch_form .git-outer .git_col_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

main.blog-content {
  width: 100%;
  position: relative;
}

.blog-inner, .related-outer, .featured-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
.blog-inner .b-main-tit, .related-outer .b-main-tit, .featured-outer .b-main-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-inner .b-main-tit h2, .related-outer .b-main-tit h2, .featured-outer .b-main-tit h2 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-inner .b-main-tit h2, .related-outer .b-main-tit h2, .featured-outer .b-main-tit h2 {
    font-size: 50px;
  }
}
.blog-inner .b-main-tit p, .related-outer .b-main-tit p, .featured-outer .b-main-tit p {
  width: 65%;
  text-align: center;
  margin-top: 30px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .blog-inner .b-main-tit p, .related-outer .b-main-tit p, .featured-outer .b-main-tit p {
    width: 85%;
  }
}
.blog-inner .blog-cate, .related-outer .blog-cate, .featured-outer .blog-cate {
  width: 100%;
  position: relative;
  margin: 90px auto 15px;
}
.blog-inner .blog-cate ul, .related-outer .blog-cate ul, .featured-outer .blog-cate ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .blog-inner .blog-cate ul, .related-outer .blog-cate ul, .featured-outer .blog-cate ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.blog-inner .blog-cate ul li, .related-outer .blog-cate ul li, .featured-outer .blog-cate ul li {
  float: left;
  margin: 5px 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-inner .blog-cate ul li a, .related-outer .blog-cate ul li a, .featured-outer .blog-cate ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  padding: 12px 20px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .blog-inner .blog-cate ul li a, .related-outer .blog-cate ul li a, .featured-outer .blog-cate ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.blog-inner .blog-cate ul li a:hover, .blog-inner .blog-cate ul li a.active, .related-outer .blog-cate ul li a:hover, .related-outer .blog-cate ul li a.active, .featured-outer .blog-cate ul li a:hover, .featured-outer .blog-cate ul li a.active {
  background: #033FFF;
  color: #fff;
}
.blog-inner .fe_block, .related-outer .fe_block, .featured-outer .fe_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .blog-inner .fe_block, .related-outer .fe_block, .featured-outer .fe_block {
    margin-top: 30px;
  }
}
.blog-inner .fe_block figure, .related-outer .fe_block figure, .featured-outer .fe_block figure {
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 300px;
  margin-top: 30px;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .blog-inner .fe_block figure, .related-outer .fe_block figure, .featured-outer .fe_block figure {
    height: 230px;
  }
}
@media (max-width: 768px) {
  .blog-inner .fe_block figure, .related-outer .fe_block figure, .featured-outer .fe_block figure {
    height: 180px;
  }
}
.blog-inner .fe_block figure img, .related-outer .fe_block figure img, .featured-outer .fe_block figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.blog-inner .fe_block figure:hover img, .related-outer .fe_block figure:hover img, .featured-outer .fe_block figure:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-inner .fe_block .fe-mid-cont, .related-outer .fe_block .fe-mid-cont, .featured-outer .fe_block .fe-mid-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-inner .fe_block .fe-mid-cont, .related-outer .fe_block .fe-mid-cont, .featured-outer .fe_block .fe-mid-cont {
    min-height: initial;
  }
}
.blog-inner .fe_block a.f-link, .related-outer .fe_block a.f-link, .featured-outer .fe_block a.f-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.blog-inner .fe_block a.f-link h2, .blog-inner .fe_block a.f-link h3, .related-outer .fe_block a.f-link h2, .related-outer .fe_block a.f-link h3, .featured-outer .fe_block a.f-link h2, .featured-outer .fe_block a.f-link h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  color: #000;
  padding: 0px !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 1024px) {
  .blog-inner .fe_block a.f-link h2, .blog-inner .fe_block a.f-link h3, .related-outer .fe_block a.f-link h2, .related-outer .fe_block a.f-link h3, .featured-outer .fe_block a.f-link h2, .featured-outer .fe_block a.f-link h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .blog-inner .fe_block a.f-link h2, .blog-inner .fe_block a.f-link h3, .related-outer .fe_block a.f-link h2, .related-outer .fe_block a.f-link h3, .featured-outer .fe_block a.f-link h2, .featured-outer .fe_block a.f-link h3 {
    min-height: 45px;
  }
}
@media (max-width: 768px) {
  .blog-inner .fe_block a.f-link h2, .blog-inner .fe_block a.f-link h3, .related-outer .fe_block a.f-link h2, .related-outer .fe_block a.f-link h3, .featured-outer .fe_block a.f-link h2, .featured-outer .fe_block a.f-link h3 {
    font-size: 16px;
    min-height: initial;
    margin-bottom: 15px;
  }
}
.blog-inner .fe_block a.f-link:hover h2, .blog-inner .fe_block a.f-link:hover h3, .related-outer .fe_block a.f-link:hover h2, .related-outer .fe_block a.f-link:hover h3, .featured-outer .fe_block a.f-link:hover h2, .featured-outer .fe_block a.f-link:hover h3 {
  color: #033FFF;
}
.blog-inner .fe_block p, .related-outer .fe_block p, .featured-outer .fe_block p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  margin: 0px;
  padding: 0px !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 1024px) {
  .blog-inner .fe_block p, .related-outer .fe_block p, .featured-outer .fe_block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog-inner .fe_block p, .related-outer .fe_block p, .featured-outer .fe_block p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .blog-inner .fe_block p, .related-outer .fe_block p, .featured-outer .fe_block p {
    font-size: 14px;
  }
}
.blog-inner .fe_block .cate-date-wrap, .related-outer .fe_block .cate-date-wrap, .featured-outer .fe_block .cate-date-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-inner .fe_block .cate-date-wrap .category-name, .blog-inner .fe_block .cate-date-wrap .post-date, .related-outer .fe_block .cate-date-wrap .category-name, .related-outer .fe_block .cate-date-wrap .post-date, .featured-outer .fe_block .cate-date-wrap .category-name, .featured-outer .fe_block .cate-date-wrap .post-date {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
@media (max-width: 1024px) {
  .blog-inner .fe_block .cate-date-wrap .category-name, .blog-inner .fe_block .cate-date-wrap .post-date, .related-outer .fe_block .cate-date-wrap .category-name, .related-outer .fe_block .cate-date-wrap .post-date, .featured-outer .fe_block .cate-date-wrap .category-name, .featured-outer .fe_block .cate-date-wrap .post-date {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog-inner .fe_block .cate-date-wrap .category-name, .blog-inner .fe_block .cate-date-wrap .post-date, .related-outer .fe_block .cate-date-wrap .category-name, .related-outer .fe_block .cate-date-wrap .post-date, .featured-outer .fe_block .cate-date-wrap .category-name, .featured-outer .fe_block .cate-date-wrap .post-date {
    font-size: 13px;
  }
}
.blog-inner .fe_block .btn, .related-outer .fe_block .btn, .featured-outer .fe_block .btn {
  margin-top: 0px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-inner .fe_block .btn, .related-outer .fe_block .btn, .featured-outer .fe_block .btn {
    font-size: 15px;
  }
}

.blog-single-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.blog-head .entry-title {
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  letter-spacing: -1.5px;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-head .entry-title {
    font-size: 40px;
  }
}
.blog-head .h-auth-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 60px 0px 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-head .h-auth-blk {
    width: 90%;
    margin: 45px auto 60px;
  }
}
.blog-head .author-name, .blog-head .last-updated, .blog-head .category-name {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
@media (max-width: 1024px) {
  .blog-head .author-name, .blog-head .last-updated, .blog-head .category-name {
    font-size: 14px;
  }
}
.blog-head .post-thumbnail {
  width: 100%;
  height: 500px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-head .post-thumbnail {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .blog-head .post-thumbnail {
    height: 250px;
  }
}
.blog-head .post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px;
  padding: 0px;
}

.blog_cont_wrap {
  width: 85%;
  margin: 90px auto;
  position: relative;
}
@media (max-width: 767px) {
  .blog_cont_wrap {
    width: 100%;
    margin: 30px auto;
  }
}
.blog_cont_wrap .entry-content {
  position: relative;
}
.blog_cont_wrap .entry-content h2 {
  font-size: 28px;
  line-height: 1.2;
  padding: 0px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 25px 0px;
}
@media (max-width: 768px) {
  .blog_cont_wrap .entry-content h2 {
    font-size: 24px;
  }
}
.blog_cont_wrap .entry-content h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 0px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0px 0px;
}
.blog_cont_wrap .entry-content p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 25px 0px;
}
@media (max-width: 991px) {
  .blog_cont_wrap .entry-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog_cont_wrap .entry-content p {
    font-size: 15px;
  }
}
.blog_cont_wrap .entry-content p img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_cont_wrap .entry-content p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.blog_cont_wrap .entry-content p a:hover {
  color: #033FFF;
  border-bottom: 1px solid #033FFF;
  cursor: pointer;
}
.blog_cont_wrap .entry-content ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
.blog_cont_wrap .entry-content ul li {
  position: relative;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .blog_cont_wrap .entry-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog_cont_wrap .entry-content ul li {
    font-size: 15px;
  }
}
.blog_cont_wrap .entry-content ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  content: "";
  top: 11px;
  left: 10px;
}
.blog_cont_wrap .entry-content ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.blog_cont_wrap .entry-content ul li a:hover {
  color: #033FFF;
  border-bottom: 1px solid #033FFF;
}

.recent-content {
  margin: 15px auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cust_tit_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cust_tit_header h2 {
  font-size: 55px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .cust_tit_header h2 {
    font-size: 35px;
  }
}

.pagination {
  width: auto;
  position: relative;
  margin: 70px auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers {
  margin: 0px 15px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  color: #033FFF;
}
.pagination .page-numbers.current {
  color: #000;
  cursor: default;
}

.inner-wrapper {
  width: 100%;
  position: relative;
}

.site-main {
  position: relative;
  margin-bottom: 60px;
}
.site-main .inner-header {
  margin: 0px auto 60px;
}
.site-main h1 {
  font-size: 75px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .site-main h1 {
    font-size: 50px;
  }
}
.site-main h2 {
  font-size: 70px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
  margin: 0px 0px 45px;
  padding: 0px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .site-main h2 {
    font-size: 45px;
    margin: 0px 0px 25px;
  }
}
.site-main h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 0px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0px 0px;
}
.site-main .full-img {
  width: 100%;
  height: auto;
  margin: 90px 0px;
}
@media (max-width: 1024px) {
  .site-main .full-img {
    margin: 30px auto;
  }
}
.site-main .full-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-main .qu-cont-wrp {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 12%;
}
.site-main .qu-cont-wrp .qu-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 90px;
  margin: 30px 0px 0px;
}
@media (max-width: 991px) {
  .site-main .qu-cont-wrp .qu-split {
    gap: 30px;
    margin: 15px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-main .qu-cont-wrp .qu-split .qu-left {
  width: 50%;
}
@media (max-width: 991px) {
  .site-main .qu-cont-wrp .qu-split .qu-left {
    width: 100%;
  }
}
.site-main .qu-cont-wrp .qu-split .qu-right {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .site-main .qu-cont-wrp .qu-split .qu-right {
    width: 100%;
  }
}
.site-main .qu-cont-wrp .qu-split p {
  margin: 0px;
}
.site-main .qu-cont-wrp .qu-split figure {
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 0px;
}
.site-main .qu-cont-wrp .qu-split figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  display: block;
}
.site-main p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 25px 0px;
}
@media (max-width: 991px) {
  .site-main p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .site-main p {
    font-size: 15px;
  }
}
.site-main p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.site-main p a:hover {
  color: #033FFF;
  border-bottom: 1px solid #033FFF;
  cursor: pointer;
}
.site-main ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
.site-main ul li {
  position: relative;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .site-main ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .site-main ul li {
    font-size: 15px;
  }
}
.site-main ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  content: "";
  top: 11px;
  left: 10px;
}
.site-main ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.site-main ul li a:hover {
  color: #033FFF;
  border-bottom: 1px solid #033FFF;
}

.f-header .page-title {
  font-size: 0px;
  position: relative;
  padding: 0px 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-header .page-title span {
  font-size: 50px;
  line-height: 1;
  padding: 0px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0px 50px 25px;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .f-header .page-title span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .f-header .page-title span {
    padding: 0px 20px 15px;
    margin: 0px auto 25px;
  }
}

.page-content .search-form input {
  min-height: 45px;
  border-radius: 0px;
}

.fe_block + .btn:hover ~ .fe_block h3 {
  color: #033FFF;
}

.what-we-do .w_img-wrap {
   margin-top:0px;
}
.what-we-do {
  padding-top:0px;
}
.what-we-do .w_img-wrap figure {
   margin:0px auto!important;
   width:60%;
}

@media (max-width: 1024px) { 
.what-we-do .w_img-wrap figure {
   width:70%;
}
.what-we-stand {
    padding-bottom: 45px;
}
}

@media (max-width: 561px) { 
.what-we-do .w_img-wrap figure {
   width:100%;
}
}

footer {
  background: #000;
  padding: 0px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
footer .foo-inside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 561px) {
  footer .foo-inside-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_outer {
  width: 100%;
  position: relative;
  padding: 45px 0px 0px;
}
@media (max-width: 561px) {
  footer .footer_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_outer .foo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 561px) {
  footer .footer_outer .foo_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer_outer .foo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_outer .foo-left .f_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-left .f_logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_outer .foo-left .f_logo figure {
  margin: 0px !important;
  padding: 0px !important;
  width: auto;
  max-width: auto;
  overflow: hidden;
  width: 230px;
  margin-top: 0px !important;
}
footer .footer_outer .foo-left .f_logo figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-left .f_logo figure {
    width: 150px;
  }
}
footer .footer_outer .foo-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_outer .foo-right .f_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-top: 0px;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-right .f_socials {
    margin: 15px auto;
  }
}
footer .footer_outer .foo-right .f_socials ul {
  list-style-type: none;
  margin: 0px 0px 0px;
  margin-left: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
footer .footer_outer .foo-right .f_socials ul li {
  list-style: none;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_outer .foo-right .f_socials ul li:first-child {
  margin-left: 0px;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-right .f_socials ul li {
    margin: 0px 15px !important;
  }
}
footer .footer_outer .foo-right .f_socials ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  overflow: hidden;
  background-size: contain !important;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-right .f_socials ul li a {
    width: 25px;
    max-width: 25px;
    height: 25px;
  }
}
footer .footer_outer .foo-right .f_socials ul li a.insta {
  background: url("../images/insta.svg") no-repeat center;
}
footer .footer_outer .foo-right .f_socials ul li a.fb {
  background: url("../images/fb.svg") no-repeat center;
}
footer .footer_outer .foo-right .f_socials ul li a.linkdin {
  background: url("../images/lnkd.svg") no-repeat center;
}
footer .footer_outer .foo-right .f_socials ul li a:hover {
  -webkit-transform: translate3d(0px, -2px, 0.01px);
          transform: translate3d(0px, -2px, 0.01px);
}
footer .footer_outer .foo-mid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.5px solid #fff;
  padding: 60px 0px;
  margin-top: 45px;
}
footer .footer_outer .foo-mid .f_lists {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px;
  margin-right: 10%;
}
@media (max-width: 1024px) {
  footer .footer_outer .foo-mid .f_lists {
    margin-right: 0%;
    width: 40%;
  }
}
@media (max-width: 561px) {
  footer .footer_outer .foo-mid .f_lists {
    margin-right: 0%;
    width: 100%;
  }
}
footer .footer_outer .foo-mid .f_lists li {
  margin: 0px 50px;
  float: left;
}
@media (max-width: 1024px) {
  footer .footer_outer .foo-mid .f_lists li {
    float: none;
    margin: 15px 0px;
  }
}
@media (max-width: 561px) {
  footer .footer_outer .foo-mid .f_lists li {
    text-align: center;
  }
}
footer .footer_outer .foo-mid .f_lists li:first-child {
  margin-left: 0px;
}
footer .footer_outer .foo-mid .f_lists li:last-child {
  margin-right: 0px;
}
footer .footer_outer .foo-mid .f_lists li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
}
footer .footer_outer .foo-mid .f_lists li a:hover {
  color: #033FFF;
}
footer .footer_outer .foo-mid .f_form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  footer .footer_outer .foo-mid .f_form-wrap {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}
@media (max-width: 561px) {
  footer .footer_outer .foo-mid .f_form-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer_outer .foo-mid .f_form-wrap .f_form_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  margin-right: 30px;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-mid .f_form-wrap .f_form_tit {
    width: 100%;
    margin-top: 15px;
  }
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 561px) {
  footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer {
    width: 100%;
    margin-top: 15px;
  }
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form .wpcf7-form-control-wrap, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px) !important;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form .wpcf7-submit, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form .wpcf7-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px !important;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form .wpcf7-spinner, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form .wpcf7-spinner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 30px;
  height: 30px;
  margin: 10px 0px 0px 0px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  opacity: 1;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form .wpcf7-spinner:before, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form .wpcf7-spinner:before {
  background-color: #000;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form .wpcf7-response-output, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form .wpcf7-response-output {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  color: #fff;
  font-size: 12px;
  margin: 5px 0px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input {
  background: transparent;
  padding: 20px 0px;
  height: 50px;
  border: 0px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: rgb(255, 255, 255);
  outline: none;
  width: 100%;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input::-webkit-input-placeholder, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input::-moz-placeholder, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input:-ms-input-placeholder, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input::-ms-input-placeholder, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input::placeholder, footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .f_sub_form input[type=submit], footer .footer_outer .foo-mid .f_form-wrap .f_sub_form-outer .wpcf7-form input[type=submit] {
  position: relative;
  width: 30px;
  color: transparent; /* Makes the text transparent */
  font-size: 0; /* Sets the font size to zero */
  height: 50px;
  background: url("../images/arrow-r.svg") no-repeat center transparent;
  background-size: 30px;
  cursor: pointer;
}
footer .copyrights {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.5px solid #fff;
  padding: 30px 0px;
  text-align: center;
}
footer .copyrights p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.btn, .page-content .search-submit {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #033FFF;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  min-height: 50px;
  max-height: 50px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  border: 0px;
}
.btn:hover, .page-content .search-submit:hover {
  background: #000000;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
          transform: translate3d(0px, -2px, 0.01px);
}
@media (max-width: 1500px) {
  .btn, .page-content .search-submit {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .btn, .page-content .search-submit {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .btn, .page-content .search-submit {
    font-size: 17px;
    min-height: 40px;
    max-height: 40px;
  }
}
@media (max-width: 561px) {
  .btn, .page-content .search-submit {
    font-size: 17px;
    min-width: auto;
  }
}

.screen-reader-text {
  display: none;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation.pagination .next.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #65D072;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #fff;
  margin: 0% auto;
  padding: 0px;
  width: 60%;
  max-width: 650px;
  position: relative;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  position: relative;
  height: auto;
}
.modal .modal-content .close {
  color: #454545;
  float: right;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  right: 20px;
  top: 14px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.input-holder {
  position: relative;
}

.input-holder span.error,
.input-holder span.newerror {
  position: absolute;
  left: 0;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 45px;
  line-height: 1;
}

.input-holder span.error:after,
.input-holder span.newerror:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: "";
}

.cust-err.input-holder span.error {
  right: 0;
  left: inherit;
}

.cust-err.input-holder span.error:after {
  right: 3px;
  left: inherit;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media (min-width: 768px) {
  .split-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .split-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
  }
  .split-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .split-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .split-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.66%;
            flex: 0 0 12.66%;
    max-width: 12.66%;
  }
  .split-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.33%;
            flex: 0 0 6.33%;
    max-width: 6.33%;
  }
  .split-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .split-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.32%;
            flex: 0 0 79.32%;
    max-width: 79.32%;
  }
  .split-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33%;
            flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .split-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1024px) {
  .split-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 341px) {
  .shop_outer .split-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.split-1, .split-2, .split-3, .split-4, .split-5, .split-6, .split-7, .split-8, .split-9, .split-10, .split-11, .split-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1100px;
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1800px) {
  .container {
    max-width: 1100px;
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .container {
    max-width: 1180px;
    width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 90%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 441px) {
  .split-1, .split-2, .split-3, .split-4, .split-5, .split-6, .split-7, .split-8, .split-9, .split-10, .split-11, .split-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}