/** Generated by FG **/

@font-face {
  font-family: "Roboto-Regular";

  src: url("../fonts/Roboto-Regular.eot");

  src:
    local("☺"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Proxima-Nova-Light";

  src: url("../fonts/Proxima-Nova-Light.eot");

  src:
    local("☺"),
    url("../fonts/Proxima-Nova-Light.woff") format("woff"),
    url("../fonts/Proxima-Nova-Light.ttf") format("truetype"),
    url("../fonts/Proxima-Nova-Light.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "Roboto-Light";

  src: url("../fonts/Roboto-Light.eot");

  src:
    local("☺"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "Proxima Nova Bold";

  src: url("../fonts/Proxima Nova Bold.eot");

  src:
    local("☺"),
    url("../fonts/Proxima Nova Bold.woff") format("woff"),
    url("../fonts/Proxima Nova Bold.ttf") format("truetype"),
    url("../fonts/Proxima Nova Bold.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "Proxima Nova Extrabold";

  src: url("../fonts/Proxima Nova Extrabold.eot");

  src:
    local("☺"),
    url("../fonts/Proxima Nova Extrabold.woff") format("woff"),
    url("../fonts/Proxima Nova Extrabold.ttf") format("truetype"),
    url("../fonts/Proxima Nova Extrabold.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

/** Generated by FG **/

@font-face {
  font-family: "ProximaNova-Regular";

  src: url("../fonts/ProximaNova-Regular.eot");

  src:
    local("☺"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Avenir Heavy";

  src: url("../fonts/Avenir-Heavy.eot"); /* IE9*/

  src:
    url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Avenir-Heavy.woff2") format("woff2"),
    /* chrome、firefox */ url("../fonts/Avenir-Heavy.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Avenir-Heavy.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Avenir-Heavy.svg#Avenir Heavy") format("svg"); /* iOS 4.1- */
}

/** Generated by FG **/

@font-face {
  font-family: "Proximanova-semibold";

  src: url("../fonts/proximanova-semibold.eot");

  src:
    local("☺"),
    url("../fonts/proximanova-semibold.woff") format("woff"),
    url("../fonts/proximanova-semibold.ttf") format("truetype"),
    url("../fonts/proximanova-semibold.svg") format("svg");

  font-weight: normal;

  font-style: normal;
}

/*=============== fonts end ==================*/

/*=============== general-css ==================*/

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "ProximaNova-Regular";
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova Bold";

  font-weight: 700;

  margin: 0;

  padding: 0;
}

h2 {
  font-size: 2.5rem;

  line-height: 3.063rem;
}

h2 span {
  display: block;
}

section {
  position: relative;
}

a,
a:hover {
  text-decoration: none;

  transition: 0.4s all ease-in-out;
}

a:focus,
button:focus {
  outline: none;
}

span {
  transition: 0.4s all ease-in-out;
}

p {
  padding: 0;

  margin: 0;
}

ul {
  margin: 0;

  padding: 0;
}

ul li {
  list-style: none;
}

input:focus {
  outline: none;

  box-shadow: none;
}

/*=============== general-css ==================*/

.header .row {
  width: 100%;
}

.navbar {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 9;

  padding: 0;
}

.navbar-brand {
  padding: 10px 0;
}

.navbar-brand img {
  /* height: 46px;

    width: 60px; */

  max-width: 90px;
}

.navbar-nav li:not(:first-child) {
  margin-left: 60px;
}

.navbar-nav li a {
  display: inline-block;

  padding: 30px 0 5px;

  padding-left: 0 !important;

  padding-right: 0 !important;

  color: #fff;

  position: relative;

  font-size: 22px;
}

.navbar-nav li a::before {
  position: absolute;

  content: "";

  height: 1px;

  background: #fff;

  width: 15px;

  bottom: 0;

  left: 0;

  opacity: 0;

  transition: 0.4s all ease-in-out;
}

.navbar-nav li.active a::before {
  opacity: 1;
}

.navbar-nav li a:hover:before {
  width: 100%;

  opacity: 1;
}

#cont {
  padding: 30px 0 5px;

  color: #fff;

  display: inline-block;

  font-size: 22px;

  position: relative;
}

#cont::before {
  position: absolute;

  content: "";

  height: 1px;

  background: #3d9be9;

  width: 15px;

  bottom: 0;

  left: 0;

  opacity: 1;

  transition: 0.4s all ease-in-out;
}

#cont:hover:before {
  width: 100%;
}

.banner {
  min-height: 440px;

  background: #272727;
}

.banner > .container {
  position: relative;

  /* height: 100%; */

  width: 100%;

  top: 140px;
}

.ban-txt {
  min-height: 170px;
}

.ban-txt p,
.ban-txt h1 {
  color: #fff;
}

.ban-txt p {
  font-size: 3.125rem;

  line-height: 3.813rem;

  font-family: "Proxima-Nova-Light";
}

.startTyper {
  font-family: "Proxima Nova Extrabold";

  font-size: 3.75rem;

  padding-right: 10px;

  line-height: 5rem;

  display: inline-block;

  color: #fff;
}

#logo-slider-home .item.slick-slide {
  height: 50px;

  width: 100%;

  /* background: #f00; */

  display: flex;

  align-items: center;
}

#logo-slider-home .slick-slide img {
  display: block;

  height: 70%;

  width: 70% !important;

  object-fit: contain;

  margin: auto;
}

a.team_more {
  color: #fff;

  font-size: 16px;

  font-weight: 600;
}

#logo-slider-home .slick-prev.slick-arrow {
  background: url(../images/arrow-prv.svg) no-repeat !important;

  width: 30px;

  position: absolute;

  left: 0;

  top: 60%;

  z-index: 1;
}

#logo-slider-home .slick-prev:before {
  content: "";
}

#logo-slider-home .slick-next.slick-arrow {
  background: url(../images/arrow-next.svg) no-repeat !important;

  width: 30px;

  position: absolute;

  /* right: 0; */

  top: 60%;

  z-index: 1;
}

#logo-slider-home .slick-next:before {
  content: "";
}

.owl-item {
  height: 50px;
}

.owl-item img {
  height: 70%;

  width: 70% !important;

  object-fit: contain;

  margin: auto;
}

.owl-item .item {
  height: 100%;

  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;

  transform: translateY(-50%);

  top: 20%;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev span,
.owl-next span {
  color: #707070;

  font-size: 36px;

  font-weight: bold;

  display: inline-block;
}

.logo-slider {
  margin-top: 54px;
}

#typed-cursor {
  opacity: 1;

  font-weight: 100;

  -webkit-animation: blink 0.7s infinite;

  -moz-animation: blink 0.7s infinite;

  -ms-animation: blink 0.7s infinite;

  -o-animation: blink 0.7s infinite;

  animation: blink 0.7s infinite;

  color: #f7b500;

  font-size: 60px;
}

.sticky {
  position: fixed;

  top: 0;

  width: 100%;

  background: #2b2b2b;

  box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 60%);

  height: max-content;

  transition: 0.2s all cubic-bezier(0.44, -0.3, 0.62, 0.78);

  z-index: 9999;
}

@-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modal {
  z-index: 99;
}

.modal-backdrop.show {
  z-index: 9;
}

/* ================== about =================== */

.about {
  background: #f7b500;

  padding: 80px 0 20px;

  box-shadow: 16px 16px 7px 0px rgb(0 0 0 / 49%);

  z-index: 1;
}

.about h2 {
  font-family: "Proxima Nova Extrabold";

  margin-bottom: 22px;

  position: relative;

  line-height: 49px;
}

.about h2::before {
  position: absolute;

  content: "";

  width: 50px;

  height: 1px;

  left: 0;

  bottom: 0;

  background: #fff;
}

.abt-txt p {
  margin-bottom: 9px;

  color: #000;

  font-size: 17px;

  line-height: 23px;
}

.abt-txt a {
  color: #000;

  font-family: "Proxima Nova Extrabold";

  font-size: 20px;

  margin-top: 16px;

  display: inline-block;
}

.abt-txt a i {
  margin-right: 5px;

  font-weight: bold;
}

.abt-txt a:hover {
  color: #fff;
}

.etc {
  width: 100%;

  margin-top: -90px;

  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.4));
}

.etc1 {
  /* margin-top: -120px; */
}

.gg {
  position: relative;
}

.gg::before {
  position: absolute;

  content: "";

  height: 60px;

  width: 1px;

  background: #fff;

  right: 0;

  top: 21px;
}

.gg p {
  font-size: 20px;

  font-family: "Avenir Heavy";

  color: #fff;

  padding-top: 10px;
}

.gg span {
  font-size: 14px;

  font-weight: bold;

  font-family: "Proximanova-semibold";

  display: block;
}

.et {
  font-size: 14px;
}

.et a {
  color: #222;

  font-family: "Proximanova-semibold";
}

.et a i {
  margin-right: 5px;
}

.et a:hover {
  color: #fff;
}

.mod {
  position: absolute;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  line-height: 53px;

  text-align: center;

  transform: translate(-50%, -50%);

  top: 50%;

  left: 57%;

  background: #fa6400;

  border: 0;

  z-index: 9;

  /* transition: cubic-bezier(0.69, -0.42, 0.21, 0.93); */

  transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;
}

.mod i {
  color: #fff;

  margin-left: 6px;
}

.mod:hover {
  /*transform: scale(1.4) rotate(360deg);

    transition: cubic-bezier(0.69, -0.42, 0.21, 0.93);

    top: 33%;*/

  box-shadow: 0px 0px 16px 5px #fff;
}

.modal-body {
  height: 500px;
}

.modal-body iframe {
  width: 100%;

  height: 100%;

  /* object-fit: cover; */
}

/* ================== about =================== */

/* ================== news =================== */

.news {
  padding: 35px 0;

  background: #2b2b2b;
}

.n-wrap img,
.n-wrap h2 {
  display: inline-block;
}

.n-wrap img {
  vertical-align: top;

  margin-top: 10px;

  margin-right: 10px;
}

.n-wrap h2 {
  color: #fff;

  margin-bottom: 50px;
}

.each-news .type {
  /*display: inline-block;*/

  margin: 18px 0 13px;

  font-size: 13px;

  display: flex;

  justify-content: space-between;
}

.news-txt {
  font-size: 14px;

  color: #999999;
}

.news-txt a {
  color: #fff;

  margin-left: 10px;
}

.news-txt a:hover {
  color: #3d9be9;
}

.news-txt h5 {
  color: #fff;

  font-size: 18px;

  line-height: 23px;
}

.news-img img {
  /* height: 100%; */

  width: 100%;

  object-fit: cover;
}

.news-txt p {
  font-size: 14px;

  line-height: 22px;

  display: inline;
}

/* ================== news =================== */

/* ================== send =================== */

.touch {
  padding: 55px 0 110px;

  background: #2b2b2b;
}

#t-wrap {
  color: #fff;

  font-size: 26px;

  line-height: 27px;

  font-family: "Proxima-Nova-Light";
}

.touch input[type="text"],
.touch input[type="email"],
.touch input[type="tel"],
.touch select {
  width: 100%;

  border: none;

  border-bottom: 2px solid #fff;

  background: none;

  padding: 8px 5px;

  font-family: "ProximaNova-Regular";

  color: #aaaaaa;

  font-size: 14px;

  height: 36px;
}

.touch input[type="submit"] {
  background: #f7b500;

  color: #fff;

  border-radius: 50px;

  box-shadow: 0px 0px 5px 0px #f7b500;

  padding: 10px 45px;

  border: none;

  margin-top: 26px;

  transition: 0.4s;

  margin-left: 0;

  line-height: 23px;

  height: 43px;
}

.touch input[type="submit"]:hover {
  box-shadow: 0px 0px 16px 0px #f7b500;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;

  content: "";

  top: 14px;

  right: 10px;

  width: 0;

  height: 0;

  border: 6px solid transparent;

  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;

  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  color: #aaa;

  padding: 8px 16px;

  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

  cursor: pointer;

  user-select: none;

  font-family: "Roboto-Regular";
}

/*style items (options):*/

.select-items {
  position: absolute;

  background-color: white;

  top: 43px;

  left: 0;

  right: 0;

  z-index: 99;

  border-radius: 5px;

  overflow: hidden;

  box-shadow: 0px 0px 5px #000;

  padding: 10px;
}

.select-items div {
  padding: 8px 36px;

  border-radius: 5px;

  color: #000;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f7b500;

  box-shadow: 0px 5px 9px -3px #f7b500;
}

.custom-select {
  display: inline-block;

  width: 100%;

  height: auto;

  padding: 0;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  vertical-align: middle;

  border: none;

  background-color: transparent;

  border-bottom: 2px solid #fff;

  border-radius: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

#pp img {
  margin-top: 16px;
}

/* ================== send =================== */

/* ================== footer =================== */

#gg1 .col-md-8,
#gg1 .col-md-9,
#gg1 .col-md-10,
#gg1 .col-md-12 {
  padding-top: 33px;

  padding-bottom: 66px;
}

#gg1 .col-md-10 .row,
#gg1 .col-md-9 .row,
#gg1 .col-md-12 .row {
  justify-content: center;
}

.footer {
  background: #0e0e0e;
}

.cpy {
  font-size: 13px;

  padding: 15px 0;
}

#gg1 {
  position: relative;

  /* display: none; */
}

#gg1::before {
  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  width: 97.5%;

  height: 1px;

  background: #fff;
}

.foo-head {
  color: #fff;

  font-family: "Proxima Nova Extrabold";

  font-size: 1.875rem;

  line-height: 2.438rem;

  margin-bottom: 0;
}

#mojo {
  padding-top: 29px;

  padding-bottom: 20px;

  font-size: 1rem;
}

.foo-head span {
  font-size: 8px;

  font-weight: lighter;
}

.footer {
  color: #fff;
}

.footer h6 {
  color: #fff;

  font-family: "ProximaNova-Regular";

  font-size: 20px;

  margin-bottom: 14px;

  font-weight: normal;

  line-height: 27px;
}

.foo-link li {
  margin-bottom: 2px;
}

.foo-link li a {
  color: #eaeaea;
}

.foo-social li {
  display: inline-block;

  position: relative;
}

.foo-social li img:first-child {
  transition: 0.4s;
}

.foo-social li:hover img:first-child {
  opacity: 0;

  transition: 0.4s;
}

.foo-social li img:last-child {
  position: absolute;

  top: 3px;

  left: 0;

  opacity: 0;

  transition: 0.4s;

  filter: brightness(0) saturate(100%) invert(60%) sepia(70%) saturate(4000%)
    hue-rotate(190deg) brightness(105%) contrast(105%);
}

.foo-social li:hover img:last-child {
  opacity: 1;
}

.foo-social li a {
  color: #fff;
}

.foo-social li:not(:last-child) {
  margin-right: 8px;
}

.foo-social li i {
  font-size: 22px;

  position: relative;

  top: 6px;
}

.wrap {
  margin-top: 49px;
}

.wrap p {
  font-size: 16px;

  line-height: 19px;

  text-align: justify;
}

.wrap p:not(:last-child) {
  margin-bottom: 44px;
}

.con {
  border: 1px solid #fff;

  padding: 8px 45px;

  border-radius: 50px;

  background: #2b2b2b;

  color: #fff;

  display: inline-block;
}

.foo-btm {
  background: #000;

  margin-top: 30px;

  border-bottom: 32px solid #2b2b2b;
}

.foo-btm ul li {
  display: inline-block;

  margin-right: 5px;
}

.foo-btm ul li a {
  font-size: 13px;

  display: block;

  padding: 15px;

  color: #fff;
}

.foo-btm ul li:first-child a {
  padding-left: 0;
}

.footer a:hover {
  color: #3d9be9;
}

.con:hover {
  background: #3d9be9;

  color: #fff !important;

  box-shadow: 0px 0px 7px rgb(255 255 255 / 78%);
}

/* ================== footer =================== */

/* ======== caotcha ======== */

.common-contact {
  margin-top: 30px;
}

/* ======== caotcha ======== */

.inner-page {
  background: #272727;
}

.each-team {
  position: relative;

  height: 350px;

  margin-bottom: 25px;
}

.each-team img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.team-txt {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  padding: 60px 15px 15px;

  box-shadow: inset 0px -140px 56px -59px rgb(0 0 0 / 73%);
}

.team-txt h6 {
  /* font-size:1.25rem; */

  font-size: 1.5rem;

  color: #fff;

  line-height: 1.563rem;
}

.team-txt span {
  font-size: 14px;

  color: #fff;

  display: inline-block;

  margin-bottom: 8px;
}

.team_roll {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

/* ------------ vid-box ------------ */

.box-vid {
  display: flex;

  justify-content: center;

  height: 300px;

  padding-left: 50px;
}

.vid-sec {
  position: relative;
}

.box-vid .vid-sec:nth-child(1) {
  width: 40%;

  height: 100%;

  margin-right: 10px;
}

.box-vid .vid-sec:nth-child(2) {
  width: 40%;

  margin-top: -75px;
}

.vid-sec img {
  /* height: 100%; */

  width: 100%;

  object-fit: cover;

  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

#foo .v-wrap img {
  /* height: 100%; */

  width: 100%;

  object-fit: contain;
}

#foo .v-wrap:nth-child(1) {
  height: 230px;

  margin-bottom: 10px;

  transition: 0.4s;
}

#foo .v-wrap:nth-child(2) {
  height: 127px;

  transition: 0.4s;
}

#foo .v-wrap:nth-child(1):hover,
#foo .v-wrap:nth-child(2):hover {
  transform: translateY(-3px);
}

/* ------------ vid-box ------------ */

.share-popup1 {
  display: block !important;
}

/*.team_roll .bio_btn{

    width: 20px;

    height: 20px;

    border-radius: 50%;

    border: 0px none;

    line-height: 20px;

    overflow: hidden;

}



.team_roll .bio_btn span{

    display: none;

    font-size: 14.4px;

    line-height: 20px;

    color: #000;

}



.team_roll .bio_btn:hover{

    width: 50px;

    border-radius: 10px;

}



.team_roll .bio_btn:hover span{

    display: inline-block;

}*/

.team_roll .bio_button {
  border-radius: 50px;

  background-color: #fff;

  border: none;

  color: #000;

  text-align: center;

  font-size: 14px;

  width: 20px;

  height: 20px;

  transition: all 0.5s;

  cursor: pointer;

  /* font-weight: 700; */

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;
}

.team_roll .bio_button:hover,
.team_roll .bio_button.active {
  width: 50px;
}

.team_roll .bio_button span {
  cursor: pointer;

  display: inline-block;

  position: relative;

  transition: 0.5s;

  color: #000;

  font-family: "Proxima Nova Extrabold";

  font-size: 20px;

  line-height: 1.4rem;

  margin-bottom: 0;
}

.team_roll .bio_button span:after {
  content: "Bio";

  position: absolute;

  opacity: 0;

  top: 0px;

  right: -20px;

  transition: 0.5s;

  font-family: "ProximaNova-Regular";

  font-size: 15px;
}

.team_roll .bio_button:hover span,
.team_roll .bio_button.active span {
  padding-right: 25px;
}

/* .team_roll .bio_button span img{

    width: 11px;

    margin-top: -3px;

} */

.team_roll .bio_button:hover span:after,
.team_roll .bio_button.active span:after {
  opacity: 1;

  right: 0;
}

.team-txt ul {
  margin-top: 0px;

  line-height: 0;
}

.team-txt ul li {
  display: inline-block;

  margin-right: 8px;

  position: relative;
}

.team-txt ul li a {
  font-size: 18px;

  color: #fff;
}

.team-txt ul li a:hover {
  color: #f7b500;
}

.side-panel {
  position: absolute;

  left: 0;

  height: 100%;

  top: 0;

  padding: 105px 0px 0 40px;

  z-index: 9;
}

.lead {
  padding-bottom: 93px;
}

.lead,
.inve {
  justify-content: center;
}

.lead .head,
.inve .head {
  font-size: 3.75rem;

  margin-bottom: 45px;

  line-height: 4.563rem;
}

.lead .each-team:not(:last-child),
.inve .each-team:not(:last-child) {
  margin-right: 15px;
}

.lead .each-team:nth-child(1),
.inve .each-team:first-child {
  margin-left: 0;
}

.each-team[data-id="link2"],
.each-team[data-id="link5"],
.each-team[data-id="link8"] {
  /* margin-right: 0!important; */
}

.inve {
  padding-bottom: 95px;
}

.team-wrap {
  margin-top: 115px;

  margin-bottom: 0;
}

.cont input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

.cont {
  display: block;

  position: relative;

  padding-left: 18px;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 22px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  color: #fff;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;

  top: 10px;

  left: 0;

  height: 12px;

  width: 12px;

  background: none;

  border-radius: 50%;

  border: 2px solid #fff;
}

/* On mouse-over, add a grey background color */

.cont:hover input ~ .checkmark,
.cont.active input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.cont input:checked ~ .ye {
  color: #3d9be9;

  font-family: "Proxima Nova Extrabold";
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

/* Show the indicator (dot/circle) when checked */

.cont input:checked ~ .checkmark:after {
  display: block;
}

.panel {
  display: none;

  position: absolute;

  left: 0;
}

.panel.show {
  display: block !important;
}

.kk {
  position: static;

  justify-content: center;
}

.team-wrap .container {
  position: relative;
}

/* ================== team =================== */

.menu-mob {
  position: fixed;

  left: 0;

  top: 0;

  height: 100%;

  width: 210px;

  background: #000;

  left: -100%;

  transition: 0.4s all ease-in-out !important;

  z-index: 99999999;
}

.menu-mob li a {
  color: #fff;

  font-size: 16px !important;

  padding: 15px;

  display: block;
}

.acc {
  color: #fff;

  max-width: 888px;

  padding: 29px 25px;

  background: #000;

  margin: auto;

  margin-top: 20px;

  /* display: none; */

  position: relative;

  width: 100%;
}

.crs {
  position: absolute;

  right: 15px;

  cursor: pointer;

  font-size: 20px;

  font-weight: normal;

  z-index: 99999;
}

.acc > span {
  display: block;

  font-size: 1.25rem;
}

.acc small {
  font-size: 1rem;

  line-height: 1.188rem;

  text-transform: uppercase;
}

.acc p {
  margin-top: 16px;

  font-size: 1.375rem;

  line-height: 1.688rem;

  font-family: "Proxima-Nova-Light";
}

/* ================== team =================== */

/* ================== story =================== */

.story {
  margin-top: 155px;

  color: #fff;

  min-height: 90vh;
}

.story-head {
  font-size: 2.25rem !important;

  line-height: 2.75rem !important;

  margin-bottom: 0px !important;
}

.str-txt strong {
  display: block;

  font-size: 1.5rem;

  line-height: 1.813rem;

  margin: 23px 0 32px;

  font-family: "Proxima Nova Extrabold";
}

.str-txt p {
  margin-bottom: 32px;

  font-size: 1.25rem;

  line-height: 1.5rem;
}

.str-txt small {
  display: inline-block;

  font-size: 0.875rem;

  line-height: 1.063rem;

  margin-top: 2px;
}

.str-txt {
  margin-bottom: 108px;
}

.each-dtls {
  margin-top: 32px;
}

.each-dtls h6 {
  margin-top: 29px;

  font-family: "Proxima Nova Extrabold";

  font-size: 1.625rem;

  line-height: 1.938rem;
}

.dtls {
  background: url(../images/story-bk1.jpg) no-repeat center;

  background-size: 100% 100%;

  background-attachment: fixed;

  border-bottom: 20px solid #2b2b2b;

  position: relative;

  padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dtls {
    background: url(../images/story-bk1@2x.jpg) no-repeat center;

    background-size: 100% 100%;

    background-attachment: fixed;
  }
}

.dark-bg {
  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  padding: 80px 0;
}

.st-wrap {
  height: 400px;

  width: 100%;
}

.st-wrap img {
  height: 100%;

  width: 100%;

  object-fit: cover;

  margin-top: 80px;
}

/* ================== story =================== */

/* ================== portfolio =================== */

.port-wrap {
  margin-top: 135px;
}

.port-wrap h2 {
  font-size: 4.375rem;

  line-height: 5.313 rem;

  color: #fff;
}

.port-wrap .sub-head {
  font-size: 1.125rem;

  line-height: 2.448rem;

  letter-spacing: 0.6rem;

  margin: 18px 0 73px;

  color: #fff;
}

.fil-opt {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.fil-opt li {
  color: #fff;

  font-size: 0.75rem;

  line-height: 0.938rem;

  cursor: pointer;

  text-transform: uppercase;
}

.fil-opt li:first-child {
  padding: 10px 40px 10px 0;
}

.fil-opt li:not(:first-child) {
  padding: 10px 40px;
}

.fil-opt li:first-child {
  font-family: "Proxima Nova Bold";
}

.fil-head {
  font-size: 1.75rem;

  line-height: 2.125rem;

  margin-bottom: 30px;

  color: #fff;

  width: 100%;
}

.each-ceros {
  /* height: 150px;

        width: 200px;

        border-radius: 14px;

        border: 1px solid #CDCDCD;

        text-align: center;

        line-height: 150px; */

  height: 150px;

  width: 200px;

  border-radius: 14px;

  border: 1px solid #cdcdcd;

  text-align: center;

  line-height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 30px;

  margin-right: 15px;
}

.each-ceros img {
  max-width: 80%;
}

.ceros,
.past {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  /* justify-content: space-between; */

  justify-content: left;
}

.ceros {
  margin-bottom: 60px;

  margin-top: 35px;
}

.past {
  margin-top: 60px;

  margin-bottom: 100px;
}

.str {
  margin-bottom: 103px;
}

.str > p {
  font-size: 1.125rem;

  line-height: 1.438rem;

  color: #fff;

  font-family: "Proxima Nova Bold";

  text-transform: uppercase;

  margin-bottom: 20px;
}

.str ul li {
  color: #3d9be9;

  font-family: "Proximanova-semibold";

  font-size: 1.875rem;

  line-height: 2.313rem;
}

.str ul li:not(:last-child) {
  margin-bottom: 13px;
}

.fil.active {
  padding: 10px 20px;

  background: #3d9be9;

  color: #000;

  box-shadow: 0 13px 24px -11px #e91e63;

  border-radius: 50px;
}

.port-wrap .modal-header {
  /* padding:42px 40px 40px; */
}

.port-wrap .modal-header h4 {
  /* font-size: 2.5rem;

        line-height: 3.063rem;

        color: #66615B;

        font-family: 'Proxima Nova Extrabold'; */
}

.port-wrap .modal-body {
  /* padding: 0 15px; */

  height: max-content;
}

.portfolioSection {
  margin-bottom: 20px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.86);
}
.recent_offerings p small {
  font-size: 15px;
  margin-left: 10px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.86);
}
.recent_offerings p {
  color: #fff;
  font-size: 33px !important;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 924px;
  }
}

.modal-content {
  border-radius: 12px;
}

.modal-header .close {
  font-weight: 900;

  font-size: 28px;
}

.pop-head {
  margin-bottom: 21px;

  margin-top: 35px;
}

.pop-head img,
.pop-head h4 {
  display: inline-block;
}

.pop-head img {
  vertical-align: middle;
}

.pop-head {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.pop-head h4 {
  font-size: 1.4rem;

  line-height: 1.813rem;

  margin-left: 5px;

  color: #282828;

  font-family: "ProximaNova-Regular";

  vertical-align: middle;
}

.pop-pic img.special_pop_pic {
  width: 85%;

  margin-left: -60px;
}

.pop-txt ul {
  margin-top: 20px;
}

.pop-txt ul li {
  font-size: 0.875rem;

  line-height: 1.063rem;

  color: #282828;

  display: flex !important;

  align-items: center !important;
}

.pop-txt ul li:not(:last-child) {
  margin-bottom: 12px;

  display: inline-block;

  vertical-align: middle;

  width: 100%;
}

.pop-txt ul li img {
  margin-right: 14px;

  vertical-align: middle;
}

.pop-txt ul li:nth-child(2) img {
  margin-right: 7px;
}

.pop-txt ul li span {
  display: inline-block;
}

.pop-txt ul li a,
.pop-txt ul li i {
  color: #282828;
}

.pop-txt ul li i {
  margin-left: 8px;
}

.recent ul li:not(:last-child) {
  margin-bottom: 11px;

  padding-bottom: 9px;
}

.recent {
  margin-bottom: 38px;
}

.recent ul li {
  font-size: 0.875rem;

  line-height: 1.063rem;
}

.recent ul li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.recent ul li span {
  font-size: 0.625rem;

  line-height: 0.75rem;

  color: rgb(0 0 0 / 65%);

  display: block;

  margin-bottom: 10px;
}

.pop-txt p {
  font-size: 0.875rem;

  line-height: 1.063rem;
}

#vi {
  width: 100%;
}

.vid-wrap {
  max-height: 420px;
}

.vid-wrap button {
  position: absolute;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  line-height: 53px;

  text-align: center;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  top: 50%;

  left: 22%;

  background: #fa6400;

  border: 0;
}

.vid-wrap .mod:hover {
  /*top: 40%;*/
}

.vid-wrap button.video-btn-special {
  top: 35%;

  /* left: 32%; */

  left: 26%;
}

.vid-wrap button.video-btn-special-2 {
  left: 28%;

  top: 47%;
}

.ind ul {
  width: 77%;

  margin-top: 17px;

  margin-bottom: 17px;
}

.ind ul li {
  padding: 5px 15px;

  font-size: 0.875rem;

  line-height: 1rem;

  display: inline-block;

  background: #f7b500;

  border-radius: 50px;

  margin-top: 4px;
}

.ind ul li a {
  color: #000;

  font-family: arial, sans-serif;

  padding: 0 18px;

  line-height: 2rem;
}

.recent a {
  color: #ddb73d;

  text-transform: uppercase;

  font-size: 0.75rem;

  line-height: 0.938rem;

  display: inline-block;

  margin-top: 20px;
}

.recent li p a {
  color: #212529;

  text-decoration: underline;
}

.modal-footer {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  padding: 0;
}

.pop-foo {
  padding: 36px 0 50px;

  color: #66615b;

  width: 50%;

  text-align: center;
}

.modal-footer .pop-foo:first-child {
  border-right: 1px solid #dadada;
}

.pop-foo a {
  font-size: 1.125rem;

  line-height: 1.438rem;

  color: #4988f5;

  font-family: "Proxima Nova Bold";
}

/* ================== portfolio =================== */

/* ================== news-inner =================== */

.news.inner {
  padding-top: 170px;
}

.news-head {
  font-size: 2.25rem;

  line-height: 2.75rem;

  margin-bottom: 23px;

  color: #fff;
}

.news-txt h5 {
  margin-bottom: 22px;
}

.news.inner .each-news .type {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  width: 100%;

  justify-content: space-between;
}

/* ================== news-inner =================== */

/* ============ biography details start ============= */

.bio_img {
  height: 100%;
}

.bio_img img {
  margin-top: 0;
}

.position {
  font-size: 1.1rem !important;

  margin: 10px 0;
}

.profile a {
  color: #fff;

  font-size: 1.4rem;
}

.profile a:hover {
  color: #f7b500;
}

.bio_area .left-side {
  float: left;

  width: 33%;

  padding: 1%;

  margin-right: 20px;
}

.bio_area .content img {
  max-width: 100%;
}

.bio_area {
  float: left;

  width: 100%;

  display: grid;

  place-content: center;
}

.bio_area .content {
  float: left;

  width: 100%;
}

.footer {
  width: 100%;

  float: left;

  padding-top: 30px;
}

.bio_area {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .bio_area .container {
    max-width: 1140px;

    float: left;

    width: 100%;

    display: grid;

    place-items: center;
  }

  .port-wrap .ceros-modal .modal-dialog {
    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) !important;

    width: 90%;

    max-width: 600px !important;

    max-height: 90vh;

    overflow-y: auto;

    background-color: #fff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    border-radius: 8px;

    padding: 20px;
  }
}

@media (max-width: 991px) {
  .position {
    font-size: 1.6rem !important;
  }

  p.profile {
    margin-bottom: 10px;
  }

  .profile a {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .bio_area {
    float: unset;

    width: 100%;

    display: block;

    place-content: unset;
  }

  .bio_area .left-side {
    float: unset;

    width: 100%;

    padding: 1%;

    margin-right: 0;
  }

  .bio_area .content {
    float: unset;

    width: 100%;
  }

  .footer {
    width: 100%;

    float: unset;
  }

  .personName {
    margin-top: 25px;
  }
}

/* ============ biography details end ============= */

@media only screen and (min-width: 2000px) {
  .header .container-fluid {
    max-width: 1140px;
  }

  .touch {
    margin-top: -2px;
  }

  .team-wrap {
    max-width: 1366px;

    margin: 150px auto 0;
  }

  .port-wrap {
    max-width: 1140px;

    margin: 135px auto 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header .container-fluid {
    max-width: 1140px;
  }

  .touch {
    margin-top: -2px;
  }

  /* .each-ceros {

        height: 235px;

        width: 280px;

        border-radius: 14px;

        border: 1px solid #CDCDCD;

        text-align: center;

        line-height: 230px;

    } */
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }

  #mojo {
    font-size: 1.6rem;
  }

  #pp img {
    margin-top: 0px;
  }

  .ban-txt {
    padding-left: 60px;
  }

  h2 {
    font-size: 2.8rem;
  }

  .foo-head {
    font-size: 2.4rem;
  }

  .startTyper {
    font-family: "Proxima Nova Extrabold";
  }

  .news-img {
    width: 100%;
  }

  .news-img img {
    width: 100%;
  }

  /* .etc1 {

        margin-top: -90px;

    } */

  /* .mod {

        top: 29%;

        left: 135px;

    }   */

  .foo-btm ul li {
    margin-right: -1px;
  }

  .gg p {
    font-size: 16px;
  }

  .gg span {
    font-size: 12px;
  }

  .select-items div {
    padding: 8px 16px;

    font-size: 14px;
  }

  .foo-link li a {
    font-size: 14px;
  }

  .foo-social li img {
    width: 15px;
  }

  .foo-social li i {
    font-size: 18px;
  }

  .foo-social li img:last-child {
    top: 2px;
  }

  /* ================== */

  .box-vid .vid-sec:nth-child(1),
  .box-vid .vid-sec:nth-child(2) {
    width: 50%;
  }

  #foo .v-wrap:nth-child(1) {
    /* height: 230px; */

    height: inherit;

    margin-bottom: 10px;
  }

  #foo .v-wrap:nth-child(2) {
    /* height: 140px; */

    height: inherit;
  }

  /* ================== */

  /* ================== inner-page =============== */

  .side-panel {
    padding: 105px 20px;

    z-index: 9;
  }

  .each-ceros {
    height: 135px;

    width: 180px;

    border-radius: 14px;

    border: 1px solid #cdcdcd;

    text-align: center;

    line-height: 135px;
  }

  .each-ceros img {
    width: 80%;

    height: 80%;

    object-fit: contain;
  }

  .fil-opt li {
    font-size: 1rem;
  }

  .vid-wrap .mod {
    /* top: 51%; */
  }

  .vid-wrap .mod:hover {
    /* top: 46%; */
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 9px;
  }

  .navbar-nav li a,
  #cont {
    font-size: 16px;
  }

  .ban-txt {
    padding-left: 80px;
  }

  .banner > .container {
    top: 130px;
  }

  .startTyper {
    font-size: 36px;
  }

  .banner {
    min-height: 420px;
  }

  .ban-txt {
    min-height: 120px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .wrap p {
    font-size: 1.5rem;

    line-height: 2.3rem;
  }

  .wrap p:not(:last-child) {
    margin-bottom: 24px;
  }

  .con {
    font-size: 1.5rem;
  }

  .etc {
    margin-top: 0;
  }

  /* .etc1 {

        margin-top: -60px;

    } */

  /* .mod {

        top: 31%;

        left: 98px;

    } */

  .gg p {
    font-size: 11px;
  }

  .gg span {
    font-size: 10px;
  }

  .foo-head {
    font-size: 2.375rem;
  }

  .footer h6 {
    font-size: 1.8rem;
  }

  .foo-social li:not(:last-child) {
    margin-right: 8px;
  }

  .foo-btm ul li {
    margin-right: 4px;
  }

  .foo-btm ul li a {
    font-size: 12px;

    padding: 15px 0;
  }

  .cpy {
    font-size: 1.3rem;
  }

  #gg1 .col-md-8,
  #gg1 .col-md-9,
  #gg1 .col-md-10,
  #gg1 .col-md-12 {
    padding-bottom: 0px !important;
  }

  #gg1 img {
    /* margin-right: 10px;

        margin-bottom: 20px; */
  }

  .foo-link li a {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .n-wrap img {
    margin-top: 5px;
  }

  .news-txt h5 {
    line-height: 2rem;
  }

  .touch {
    padding: 25px 0 120px;
  }

  .touch input[type="submit"] {
    font-size: 14px;
  }

  .st-wrap {
    height: 280px;
  }

  /* =================== */

  .box-vid {
    height: 210px;
  }

  #foo .v-wrap:nth-child(1) {
    height: 155px;

    margin-bottom: 0;
  }

  .box-vid .vid-sec:nth-child(1) {
    height: 97%;
  }

  /* ============ inner-page ================ */

  .side-panel {
    position: absolute;

    left: 0;

    height: auto;

    top: 0px;

    padding: 0;

    z-index: 9;

    width: 100%;
  }

  .side-panel > ul {
    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    justify-content: space-evenly;
  }

  .team-wrap > .container {
    padding-top: 100px;
  }

  .each-team {
    margin-bottom: 25px;

    max-width: 30%;
  }

  .str-txt {
    font-size: 1.6rem;
  }

  .str-txt small {
    font-size: 1.4rem;

    line-height: 1.4rem;
  }

  .story-head {
    font-size: 4rem !important;
  }

  .str-txt strong {
    font-size: 2.2rem;
  }

  .each-ceros {
    height: 95px;

    width: 130px;

    line-height: 85px;
  }

  .fil-head {
    font-size: 2.75rem;
  }

  .fil-opt li {
    font-size: 1.4rem;
  }

  .port-wrap .modal-header {
    /* padding: 20px 40px 20px; */
  }

  .pop-txt p {
    font-size: 1.3rem;

    line-height: 1.75rem;
  }

  .pop-txt ul li {
    font-size: 1.4rem;
  }

  .pop-head h4 {
    font-size: 2.5rem;
  }

  .vid-wrap .pop-head {
    margin-bottom: 0;
  }

  .recent {
    margin-bottom: 0;
  }

  .recent ul li {
    font-size: 1.5rem;

    line-height: 1.4;
  }

  .recent ul li span {
    font-size: 1.2rem;
  }

  .recent a {
    font-size: 1.25rem;

    line-height: 1.4;
  }

  .ind ul li {
    font-size: 1rem;
  }

  .ind > p {
    font-size: 1.4rem;
  }

  /* .vid-wrap .mod{

        top: 44%;

        left: 102px;

    }

    .vid-wrap .mod:hover {

        top: 38%;

        transform: scale(1.1);

    } */

  .pop-foo {
    padding: 18px 0;
  }

  .port-wrap .modal-footer {
    margin-top: 20px;
  }

  .navbar-nav li:not(:first-child) {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .startTyper {
    font-size: 28px;
  }

  .gg::before {
    display: none;
  }

  .banner {
    min-height: 300px;
  }

  .ban-txt p {
    font-size: 28px;

    line-height: 0;
  }

  .ban-txt {
    padding-left: 0px;

    min-height: auto;
  }

  .banner > .container {
    top: 118px;
  }

  .logo-slider {
    margin-top: 20px;
  }

  .about h4 {
    font-size: 34px;
  }

  /* .mod {

        top: 43%;

        left: 153px;

    } */

  .gg {
    margin-bottom: 20px;
  }

  .gg p {
    font-size: 16px;
  }

  .gg span {
    font-size: 14px;
  }

  .each-news {
    margin-bottom: 20px !important;
  }

  .footer h6 {
    margin-top: 30px;
  }

  .foo-link li {
    display: inline-block;
  }

  .foo-link li:not(:last-child) {
    margin-right: 10px;
  }

  .cpy {
    font-size: 16px;
    text-align: left;
  }

  .foo-btm ul li {
    margin-right: 7px;
  }

  .foo-btm ul li a {
    font-size: 1.4rem;
  }

  .navbar-toggler {
    margin-top: 27px;
  }

  .navbar-toggler span {
    color: #fff;

    font-size: 2.5rem;
  }

  .header .row {
    width: 100%;

    margin-left: 0;

    margin-right: 0;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }

  .header .row div:last-child {
    display: none;
  }

  .navbar-nav li:not(:first-child) {
    margin-left: 0px;
  }

  .startTyper,
  .ban-txt p {
    font-size: 24px;

    line-height: 1;
  }

  #typed-cursor {
    font-size: 20px;
  }

  /* .mod {

        top: 43%;

        left: 157px;

    } */

  #t-wrap {
    font-size: 18px;

    padding: 0 15px;
  }

  .navbar-collapse.collapse {
    position: fixed;

    left: -100%;

    transition: 0.4s all ease-in-out;
  }

  .navbar-collapse.collapse.show {
    left: 0%;

    height: 100%;

    background: #000;

    top: 0;

    width: 210px;
  }

  .navbar-nav li a {
    width: 100%;

    text-align: left;

    padding: 0;

    margin: 15px;
  }

  .navbar-nav li a:hover:before {
    width: 86%;
  }

  .select-items div,
  .select-selected {
    padding: 8px 5px;
  }

  /* .etc1 {

        margin-top: -110px;

    } */

  #gg1 .col-md-8 {
    padding-bottom: 36px;
  }

  /* =================== */

  .box-vid {
    height: 500px;

    flex-wrap: wrap;
  }

  .box-vid .vid-sec {
    width: 100% !important;
  }

  .box-vid .vid-sec:nth-child(1) {
    height: 65%;

    width: 52% !important;

    margin-bottom: 90px;
  }

  #foo .v-wrap:nth-child(1) {
    /* height: 266px; */

    height: auto;
  }

  .etc1 {
    margin-top: 20px;
  }

  /* ==================== inner-page =================== */

  .lead .each-team:not(:last-child),
  .inve .each-team:not(:last-child) {
    margin-right: 0;
  }

  .lead .each-team:not(:last-of-type),
  .inve .each-team:not(:last-of-type),
  .team-group .each-team:not(:last-of-type),
  .team-group .each-team:last-of-type,
  .each-team {
    margin-right: 0 !important;

    width: 31.33%;
  }

  .side-panel {
    z-index: 9;
  }

  .navbar-collapse.collapse,
  .navbar-nav {
    transition: none;
  }

  .team-txt h6 {
    font-size: 1.6rem;
  }

  .st-wrap {
    height: 100%;
  }

  .st-wrap img {
    margin-top: 40px;
  }

  .str-txt p {
    margin-bottom: 26px;

    font-size: 2rem;

    line-height: 2.5rem;
  }

  .cont {
    font-size: 2.375rem;
  }

  .each-ceros {
    height: 75px;

    width: 100px;

    line-height: 65px;
  }

  /* .vid-wrap .mod {

        top: 62%;

        left: 165px;

    }

    .vid-wrap .mod:hover {

        top: 58%;

        transform: scale(1.2);

    } */

  .each-team {
    max-width: 100%;
  }

  .each-team.vh {
    display: none;
  }

  .acc {
    color: #fff;

    width: 100vw;

    padding: 29px 25px;

    background: #000;

    margin: auto;

    margin-top: 0;

    position: fixed;

    z-index: 99999;

    top: 0;

    left: 0;

    transform: none;

    height: 100vh;

    overflow: scroll;
  }

  .acc > span {
    display: block;

    font-size: 20px;
  }

  .acc small {
    font-size: 12px;

    line-height: 1.4;

    text-transform: uppercase;
  }

  .acc {
    padding: 10px 10px;

    margin-top: 0;

    max-width: 100%;

    width: 100%;

    overflow: auto;
  }

  .box-vid {
    height: inherit;
    padding-left: 0px;
    flex-wrap: inherit; /*flex-direction: column;*/
  }

  .box-vid .vid-sec:nth-child(1) {
    width: inherit;
    margin-bottom: 0;
    height: 100% !important;
    align-self: flex-end;
  }

  .box-vid .vid-sec:nth-child(1),
  .box-vid .vid-sec:nth-child(2) {
    height: inherit;
    width: 100% !important;
  }

  .box-vid .vid-sec:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 3.4rem;
  }

  .n-wrap img {
    width: 26px;
  }

  /* .mod {

        top: 42%;

    left: 28.5%;

    } */

  #foo .v-wrap:nth-child(2) {
    height: 143px;
  }

  .etc1 {
    /*margin-top: 270px;*/
  }

  .about {
    padding: 30px 0 20px;
  }

  .port-wrap .sub-head {
    font-size: 2.125rem;
  }

  .fil-opt li:not(:first-child) {
    padding: 10px 20px;
  }

  .each-ceros {
    height: 122px;

    width: 45%;

    line-height: 122px;

    margin-bottom: 10px;
  }

  .each-ceros img {
    max-width: 70%;

    height: auto;
  }

  .port-wrap .sub-head {
    margin: 18px 0 40px;
  }

  .past {
    margin-bottom: 60px;
  }

  .str {
    margin-bottom: 63px;
  }

  /* .vid-wrap .mod {

        top: 52%;

        left: 129px;

    }

    .vid-wrap .mod:hover {

        top: 48%;

    } */
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2.4rem;
  }

  #cont {
    font-size: 15px;

    margin-left: -20px;
  }

  .about {
    padding: 10px 0 20px;
  }

  .n-wrap h2 {
    margin-bottom: 30px;
  }

  .touch {
    padding: 0px 0 60px;
  }

  #gg1 .col-md-8 {
    padding-bottom: 16px;
  }

  #mojo {
    padding-top: 9px;
  }

  .footer h6 {
    margin-bottom: 8px;

    margin-top: 20px;
  }

  .wrap {
    margin-top: 28px;
  }

  .wrap p:not(:last-child) {
    margin-bottom: 14px;
  }

  .foo-btm ul li a {
    padding: 5px 0;
  }

  .select-items div,
  .select-selected {
    padding: 8px 5px;
  }

  .foo-social li:not(:last-child) {
    margin-right: 8px;
  }

  .header .row {
    width: 100%;

    /* margin-left: -15px;

        margin-right: -15px; */
  }

  .startTyper,
  .ban-txt p {
    font-size: 20px;

    line-height: 1;

    font-family: "Proxima Nova Bold";
  }

  .about h4 {
    font-size: 20px;
  }

  .n-wrap h2 {
    font-size: 26px;
  }

  .n-wrap img {
    margin-top: 4px;
  }

  .touch input[type="submit"] {
    margin-left: 15px;
  }

  .banner {
    min-height: 270px;
  }

  #typed-cursor {
    font-size: 16px;
  }

  /* ========= */

  .box-vid .vid-sec:nth-child(1) {
    width: 100% !important;

    align-self: flex-end;

    height: inherit;

    margin-bottom: 0;

    position: relative;

    top: 10px;
  }

  /* =============== inner-page ============== */

  .side-panel > ul {
    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding: 0 15px;
  }

  .side-panel > ul li {
    width: 100%;
  }

  .team-wrap > .container {
    padding-top: 150px;
  }

  .fil-opt li:not(:first-child) {
    padding: 10px 10px;
  }

  .fil-opt li {
    font-size: 1.2rem;
  }

  /* .vid-wrap .mod {

        top: 47%;

        left: 75px;

    }

    .vid-wrap .mod:hover {

        top: 41%;

        transform: scale(1.01);

    } */

  .box-vid {
    flex-wrap: inherit;
    height: inherit;
    padding-left: 0px;
  }

  #foo .v-wrap:nth-child(1) {
    height: inherit;

    margin-bottom: 15px;
  }

  #foo .v-wrap:nth-child(2) {
    height: inherit;
  }

  .box-vid .vid-sec:nth-child(2) {
    margin-top: 0px;
  }

  .etc1 {
    margin-top: 20px;
  }

  .box-vid .vid-sec:nth-child(1),
  .box-vid .vid-sec:nth-child(2) {
    width: 100% !important;
  }
}

.team-group {
  width: 100%;
  max-width: 888px;
  margin: auto;
}

.each-team {
  width: 31.53%;
  width: 280px;
  height: 336px;
  margin-right: 16px !important;
}

.each-team img {
  width: 100%;
}

.pl-10 {
  padding-left: 10px;
}

@media (max-width: 1340px) {
  .team-all-cont {
    padding-left: 200px;
  }
}

@media (max-width: 1199px) {
  .team-group {
    max-width: 90%;
  }

  .each-team {
    /* width: 31.53%; */

    width: 210px;

    height: auto;

    margin-bottom: 16px;
  }

  /* .lead .each-team:not(:last-child), .inve .each-team:not(:last-child) {

        margin-right:16px;

    } */

  .lead {
    padding-bottom: 40px;
  }

  .acc {
    padding: 20px 20px;

    margin-top: 0;
  }

  .pl-10 {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .team-group {
    max-width: 100%;
  }

  .team-all-cont {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .team-group.n1,
  .team-group.n2,
  .team-group.n3 {
    justify-content: center !important;

    gap: 2%;
  }

  .lead .team-group.n2 .each-team:nth-child(even) {
    margin-right: 0px;
  }
}

@media (max-width: 575px) {
  .lead .each-team:not(:last-child),
  .inve .each-team:not(:last-child) {
    margin-right: 0;
  }

  .side-panel > ul li {
    width: auto;
  }

  .team-wrap > .container {
    padding-top: 60px;
  }

  .lead .head,
  .inve .head {
    font-size: 3rem;

    margin-bottom: 16px;

    line-height: 1.4;
  }

  .lead .each-team:not(:last-of-type),
  .inve .each-team:not(:last-of-type),
  .team-group .each-team:not(:last-of-type),
  .team-group .each-team:last-of-type,
  .each-team {
    width: 210px;
  }
}

@media (max-width: 399px) {
  .side-panel > ul {
    justify-content: space-between;

    padding: 0 10px;
  }

  .lead .head,
  .inve .head {
    font-size: 2.6rem;

    margin-bottom: 16px;

    line-height: 1.4;
  }
}

@media (max-width: 359px) {
  .banner > .container {
    padding: 0 10px;
  }

  .startTyper,
  .ban-txt p {
    font-size: 17px;

    line-height: 1;
  }
}

/* .rlt{position: relative;}

  .abs{position: absolute;top:0;left: 0;}

  img.pp3.abs {

    left: 100px;

    top: 150px;

} */

.modal {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 1050;

  display: none;

  width: 100%;

  height: 100vh;

  overflow: hidden;

  outline: 0;

  background: rgba(0, 0, 0, 0.8);

  z-index: 9999999;
}

.modal .d-flex {
  width: 100vw;
  height: 100vh;
}

.modal.inside {
  background: rgba(0, 0, 0, 0.8);
}

.modal.inside .modal-body {
  padding: 15px !important;

  height: max-content;
}

.modal.inside .modal-header {
  border: 0 !important;
}

.modal.inside .close {
  right: 6px;

  top: 3px;

  font-weight: 900;

  font-size: 14px;

  /* background: #fff; */

  position: absolute;

  z-index: 99;

  opacity: 1;

  /* border-radius: 50%; */

  /* width: 20px; */

  /* height: 20px; */

  color: #000;
}

.modal.inside.vdo .close {
  right: 0;

  top: 0;

  font-size: 30px;

  position: relative;

  margin: -10px 0 0 0;
}

/* .modal-body iframe {

    width: 100%;

    height: 100%;

    object-fit: cover;

    max-height: 500px;

    max-width: 800px;

} */

.modal.inside.vdo .modal-dialog {
  width: 100%;

  /* height: 100%;

    max-height: 500px; */

  max-width: 800px;
}

.modal.inside.vdo .modal-dialog {
  max-width: 800px;

  margin: 30px auto;
}

.modal.inside.vdo .modal-dialog .modal-body iframe {
  /* height: 500px; */
}

section.share-box.rlt {
  max-width: 500px;

  min-height: 230px;

  width: 100%;

  padding: 20px;

  background: #fff;

  box-shadow: 0 0 10px #000;

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.disclaimer_text {
  color: #a2a2a2;

  font-size: 10px;

  letter-spacing: 2px;

  padding-bottom: 4px;

  padding-top: 6px;
}

.disclaimer_text a {
  color: #a2a2a2;

  display: inline-block;

  margin-left: 2px;
}

.disclaimer_text a:hover {
  color: #fff;
}

.share-popup {
  display: none;
}

.share-popup em {
  font-size: 13px;
  color: #fff;
  font-style: normal;
}

.share-popup:hover em {
  color: #3d9be9;
}

.close1 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.hd1 {
  font-size: 17px;
  font-family: "ProximaNova-Regular";
  color: #000;
  margin-bottom: 17px;
}

.icons2 {
  margin-bottom: 30px;
}

.icons2 a {
  margin-right: 16px;
}

.st {
  min-height: 42px;

  width: 100%;

  background: #f9f9f9;

  border: 1px solid #e0e0e0;

  color: #030303;

  font-size: 15px;

  font-family: "ProximaNova-Regular";

  padding: 10px;
}

.st::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #030303;
}

.st::-moz-placeholder {
  /* Firefox 19+ */

  color: #030303;
}

.st:-ms-input-placeholder {
  /* IE 10+ */

  color: #030303;
}

.st:-moz-placeholder {
  /* Firefox 18- */

  color: #030303;
}

.copy-txt {
  color: #286dd8;

  font-size: 13px;

  font-weight: bold;

  font-family: "Proxima Nova Bold";

  text-transform: uppercase;

  position: absolute;

  right: 10px;

  top: 15px;
}

.rlt {
  position: relative;
}

.share-box-wrapper {
  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  background: rgba(0, 0, 0, 0.8);

  z-index: 999999999999999;
}

@media (max-width: 479px) {
  section.share-box.rlt {
    padding: 10px;

    margin: 0 10px;
  }
}

.each-news {
  margin-bottom: 40px;
}

.cb {
  color: #00bcd4;
}

.cg {
  color: #4caf50;
}

.cr {
  color: #f44336;
}

.contact-page h1 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}

.inp {
  width: 100%;

  border: 0;

  border-bottom: 2px solid #d8d8d8;

  height: 50px;

  padding: 15px 0;

  font-size: 19px;

  color: #fff !important;

  background: transparent;

  font-family: "ProximaNova-Regular";

  margin-bottom: 10px;
}

.inp option {
  color: #000 !important;

  padding: 5px !important;

  line-height: 1.5 !important;
}

.contact-page .w-50,
.contact-page .w-100 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .contact-page .d-sm-flex .w-50 {
    max-width: 48%;
  }
}

.contact-page .hd {
  font-size: 16px;
  font-family: "Proxima Nova Extrabold";
  color: #fff;
}

.inp::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
}

.inp::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}

.inp:-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
}

.inp:-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}

input.inp-f {
  width: 100%;

  color: #fff;

  padding: 10px;

  border: 1px dashed;

  margin: 10px 0 45px;
}

.contact-page .btn1 {
  width: 251px;

  height: 60px;

  background: #f7b500;

  font-size: 19px;

  font-family: "Proxima Nova Bold";

  color: #fff;

  border: 0;

  border-radius: 30px;
}

.contact-page .btn1:hover {
  background: #eb9c00;
}

.contact-page {
  padding: 0;

  background: #1b1b1b;

  padding-top: 125px;

  padding-bottom: 50px;
}

.contact-form {
  background: #2b2b2b;

  padding: 60px;
}

select.inp {
  -webkit-appearance: none;

  appearance: none;

  background: url(../images/da.svg) 100% 50% no-repeat;

  line-height: 1;
}

*:focus {
  outline: none !important;
}

.error {
  font-size: 12px !important;
}

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

  .contact-page h1 {
    margin-bottom: 30px;
  }

  .contact-page .w-50,
  .contact-page .w-100 {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .side-panel {
    display: none;
  }

  .team-wrap > .container {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }

  .contact-page .btn1 {
    width: 150px;
    height: 40px;
    font-size: 18px;
  }

  .inp,
  .contact-page h1 {
    margin-bottom: 20px;
  }
}

.story.privacy h1.story-head {
  text-transform: uppercase;
}

.story.privacy .str-txt h2 {
  display: block;

  font-size: 1.5rem;

  line-height: 1.4;

  margin: 35px 0 15px;
  font-family: "Proximanova-semibold";
}

.story.privacy .str-txt small {
  font-family: "ProximaNova-Regular";
}

.str-txt p {
  margin-bottom: 20px;

  font-size: 1.125rem;

  color: #e8e8e8;

  line-height: 1.5;
}

.story.privacy h1.story-head {
  text-transform: uppercase;
}

.story.privacy .str-txt h2 {
  display: block;

  font-size: 1.5rem;

  line-height: 1.4;

  margin: 35px 0 15px;
  font-family: "Proximanova-semibold";
}

.story.privacy .str-txt small {
  font-family: "ProximaNova-Regular";
}

.str-txt p {
  margin-bottom: 20px;

  font-size: 1.125rem;

  color: #e8e8e8;

  line-height: 1.5;
}

.news-img {
  position: relative;
}

.news-img a.share-popup {
  position: absolute;
  opacity: 0;
  right: 10px;
  top: 10px;
}

.news-img:hover a.share-popup {
  position: absolute;
  opacity: 1;
}

.news-img a.share-popup.nm {
  top: 3px;
  right: 3px;
}

.home-modal .modal-header {
  position: relative;
}

.home-modal .modal-header .close {
  font-weight: 900;

  font-size: 30px;

  position: absolute;

  z-index: 999;

  background: #fff;

  padding: 0 5px;

  line-height: 1;

  height: auto;

  width: auto;

  opacity: 1;

  right: 0;

  top: 0;

  text-align: center;

  overflow: hidden;

  margin: 0;
}

.each-team a.share-popup {
  position: absolute;
  opacity: 0;
  right: 10px;
  top: 10px;
}

.each-team:hover a.share-popup,
.each-team.active a.share-popup {
  position: absolute;
  opacity: 1;
}

@media (max-width: 459px) {
  /* .etc1 {

        margin-top: -23vw;

    } */

  .mod {
    height: 50px;

    width: 50px;

    line-height: 33px;
  }
}

.contact-page .select-items div,
.contact-page .select-selected {
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

  cursor: pointer;

  user-select: none;

  font-size: 19px;

  color: #fff;

  background: transparent;

  font-family: "ProximaNova-Regular";
}

.contact-page .select-selected {
  padding: 15px 0;

  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

  cursor: pointer;

  user-select: none;

  font-size: 19px;

  color: #fff;

  background: transparent;

  font-family: "ProximaNova-Regular";
}

.contact-page .select-items {
  position: absolute;

  /* background-color: #2b2b2b; */

  top: 43px;

  left: 0;

  right: 0;

  z-index: 99;

  border-radius: 5px;

  overflow: hidden;

  box-shadow: none;

  padding: 10px;
}

.contact-page .select-selected {
  background: #2b2b2b url(../images/da.svg) 100% 50% no-repeat;
}

.contact-page .select-selected:after {
  display: none;
}

.contact-page .select-items div {
  padding: 8px 0 8px 10px;

  border-radius: 5px;

  color: #000;
}

.contact-page .select-items div:hover,
.contact-page .same-as-selected {
  background-color: #f7b500;

  box-shadow: none;

  padding-left: 10px;
}

.each-ceros,
a,
button {
  transition: all 0.8s ease;

  -webkit-transition: all 0.8s ease;

  -ms-transition: all 0.8s ease;
}

.each-ceros:hover {
  transform: translateY(-8px);

  -webkit-transform: translateY(-8px);

  -ms-transform: translateY(-8px);
}

.past-modal .vid-wrap {
  display: none;
}

.past-modal .ind {
  margin-top: 30px;
}

.port-wrap .modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal.show {
  overflow-y: auto !important;
}

.fil-head small {
  font-size: 15px;
  margin-left: 5px;
  text-shadow: 2px 1px 2px rgb(0 0 0 / 85%);
}

@media (max-width: 1023px) {
  .dtls {
    background-size: cover !important;

    background-attachment: fixed !important;
  }
}

@media (max-width: 767px) {
  .news,
  .story,
  .team-wrap,
  .port-wrap {
    padding-top: 100px !important;

    margin-top: 0 !important;
  }

  .pop-head h4 {
    font-size: 1.4rem;
  }
  .dtls {
    background-attachment: scroll !important;
  }
}

@media (max-width: 575px) {
  .port-wrap .modal-dialog {
    max-width: 300px !important;
  }

  .vid-wrap button {
    position: absolute;

    height: 30px;

    width: 30px;

    border-radius: 50%;

    line-height: 33px;

    text-align: center;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    top: 50%;

    left: 22%;

    background: #fa6400;

    border: 0;
  }

  .mod i {
    color: #fff;

    margin-left: 2px;
  }
}

@media (min-width: 576px) {
  .port-wrap .modal-dialog {
    max-width: 500px !important;
  }
}

@media (min-width: 768px) {
  .port-wrap .modal-dialog {
    max-width: 700px !important;
  }

  .our_companies .slick-track {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .port-wrap .modal-dialog {
    max-width: 924px !important;
  }
}

@media (max-width: 767px) {
  .modal-dialog .modal-body {
    height: 400px;

    overflow: scroll;
  }
}

.copy-txt em {
  position: absolute;

  top: -40px;

  right: 0;

  letter-spacing: 2px;

  font-weight: normal;

  font-style: normal;

  color: #b3b2b2;

  font-family: roboto;

  font-size: 12px;
}

/* .footer .company_logo {

    padding: 30px 0 0;

    justify-content: center;

    align-items: center;

    display: flex;

} */

/* .footer .company_logo div {

    display: flex;

    margin:0 20px 0 0;



}



    .footer .company_logo div img{

        max-width: 100%;

        height: auto;

    } */

@media (max-width: 767px) {
  .footer .company_logo {
    padding-bottom: 30px;
  }

  .footer .company_logo div {
    margin: 0 20px 0 0;
  }

  .footer .company_logo div img {
    max-width: 90%;

    height: auto;
  }
}

.breadCrumb {
  margin-bottom: 30px;
}

.breadCrumb ul {
  display: flex;

  align-items: center;

  gap: 15px;

  padding-left: 8px;
}

.breadCrumb ul li a {
  font-size: 1.1rem;

  padding-right: 10px;

  color: #fff;

  line-height: 1;
}

.breadCrumb ul li:last-child a {
  color: #9b9b9b;

  font-weight: 600;

  pointer-events: none;
}

.index_filter_inner {
  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  color: #fff;

  font-family: "Proxima Nova Bold";

  align-items: center;

  margin-bottom: 50px;
}

.index_filter_inner button {
  color: #fff;

  font-size: 0.75rem;

  line-height: 0.938rem;

  cursor: pointer;

  text-transform: uppercase;

  background: transparent;
}

.index_filter_inner button:nth-of-type(1) {
  margin-left: 15px;
}

.index_filter_inner button {
  padding: 10px 40px 10px;

  border-radius: 50px;

  border: 0px none;

  transition: none;
}

.fil-opt li:not(:first-child) {
  padding: 10px 40px;
}

.index_filter_inner button.active {
  background: #3d9be9;

  color: #000;

  box-shadow: 0 13px 24px -11px #e91e63;

  border-radius: 50px;
}

/*.fil-opt button:first-child{

        font-family: 'Proxima Nova Bold';

    } */

.modal-dialog,
.modal-content {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal-content {
  max-height: 72vh;
}
@media screen and (max-width: 767px) {
  .modal-header h4 {
    font-size: 2.5rem !important;
  }
}

/* sticky btn design on team details */
.story.biography .sticky-wrapper {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 20px 10px;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.story.biography .sticky-wrapper a.stickbackbtn {
  color: #fff !important;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 4px 20px;
}
.story.biography .sticky-wrapper a.stickbackbtn i {
  font-size: 13px;
  margin-right: 4px;
}
/* .offerBox_logo.offerBx_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */
.offerBx_slider .slick-prev,
.offerBx_slider .slick-next,
.ourStory_slider .slick-prev,
.ourStory_slider .slick-next {
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.offerBx_slider .slick-next,
.ourStory_slider .slick-next {
  right: -30px;
}
.offerBx_slider .slick-prev,
.ourStory_slider .slick-prev {
  left: -30px;
}
.offerBx_slider .slick-prev,
.offerBx_slider .slick-next,
.ourStory_slider .slick-prev,
.ourStory_slider .slick-next {
  color: transparent;
}
.offerBx_slider button.slick-prev:before,
.offerBx_slider button.slick-next:before,
.ourStory_slider button.slick-prev:before,
.ourStory_slider button.slick-next:before {
  content: "\f060";
  font-family: "FontAwesome";
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.companyLogo img {
  max-width: 135px !important;
  height: 80px !important;
  object-fit: contain !important;
}
section.dtls h1 {
  font-size: 3.4em;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .story.biography .sticky-wrapper {
    display: flex;
  }
  .new_footer {
    padding-bottom: 20px;
  }
  .ourStory_slider .slick-next {
    right: 0;
  }
  .ourStory_slider .slick-prev {
    left: 0;
  }
  .companyLogo {
    gap: 4px !important;
    justify-content: space-evenly !important;
  }
  .companyLogo img {
    max-width: 100px !important;
    height: auto;
    object-fit: contain;
  }
  .ourStory_slider .slick-prev,
  .ourStory_slider .slick-next {
    top: 17%;
    transform: translateY(0);
  }
}
@media screen and (max-width: 575.5px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 540px) {
  .recent_offerings p small {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .story.biography .breadCrumb ul li a {
    font-size: 2.1rem;
  }
  .story.biography .breadCrumb {
    margin-top: 20px;
  }
  .companyLogo img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
  }
}
