/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0 0 0;
  font-family: 'DIN';
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
    padding: 0 0 0;
  }
}

.container {
  max-width: 75%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 85%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 98%;
  }
}

.headfnt {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.size70 {
  font-size: 70px;
}

@media screen and (max-width: 1700px) {
  .size70 {
    font-size: 58px;
  }
}

@media screen and (max-width: 600px) {
  .size70 {
    font-size: 42px;
  }
}

.size50 {
  font-size: 36px;
}

@media screen and (max-width: 1700px) {
  .size50 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1500px) {
  .size50 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .size50 {
    font-size: 22px;
  }
}

.size22 {
  font-size: 22px;
}

@media screen and (max-width: 1500px) {
  .size22 {
    font-size: 20px;
  }
}

.size24 {
  font-size: 24px;
}

@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size25 {
  font-size: 25px;
}

@media screen and (max-width: 1500px) {
  .size25 {
    font-size: 22px;
  }
}

.size35 {
  font-size: 30px;
}

@media screen and (max-width: 1500px) {
  .size35 {
    font-size: 26px;
  }
}

.size36 {
  font-size: 36px;
}

@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

p, li {
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  p, li {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.clr1 {
  color: #b89b5c;
}

.clr2 {
  color: #193538;
}

.clr3 {
  color: #fff;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  padding: 2rem 0 1rem;
  transition: all 0.6s ease;
  z-index: 999;
  border-bottom: 1px solid #b89b5c;
}

@media screen and (max-width: 1600px) {
  header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 1rem 0;
  }
}

header .navbar.scrolled {
  position: fixed;
  background: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.scrolled .navbar-brand {
  width: 14%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  header .navbar.scrolled .navbar-brand {
    width: 15%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 45%;
  }
}

header .navbar .navbar-brand {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 16%;
}

@media screen and (max-width: 1700px) {
  header .navbar .navbar-brand {
    width: 17%;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 36%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 51%;
    margin-left: 15px;
  }
}

header .navbar .container {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 999px) {
  header .navbar .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

header .navbar .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
  }
  header .navbar .navbar-toggler .material-symbols-outlined {
    font-size: 24px;
  }
}

header .navbar .navbar-nav li.nav-item {
  position: relative;
}

header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
}

header .navbar .navbar-nav li.nav-item:last-child a.nav-link::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    border-bottom: 0px solid #fff;
    padding: 0.8rem 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    padding: 0.8rem 1.5rem;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu {
  padding: 1rem 0;
  background: #000;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item .dropdown-menu {
    border: 0;
    position: relative;
    left: 0;
    padding: 0 0;
    top: 0;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  padding: 0.49rem 1rem;
  text-align: center;
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0%;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border: 0;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    text-align: right;
    font-size: 15px;
    padding: 0.59rem 2rem;
    border-bottom: 1px solid #838383;
  }
  header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #fff;
  }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item.active, header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
  color: #ba9d5e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
}

header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item.active::after, header .navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item a.nav-link {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  padding: 0rem 1.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 1700px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    padding: 0rem 1.1rem;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
  font-weight: 200;
  position: absolute;
  right: -4px;
  top: -2px;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
    top: 6px;
    font-size: 26px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item a.nav-link .material-symbols-outlined {
    top: 10px;
    right: 4px;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    padding: 0.5rem 1.2rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    padding: 0.8rem 2.2rem;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    padding: 0.8rem 1.5rem;
    font-size: 15px;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover, header .navbar .navbar-nav li.nav-item a.nav-link.active {
  color: #ba9d5e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hmsec01 {
  position: relative;
}

.hmsec01 .txtsec {
  background: #ba9d5ef0;
  padding: 2rem 0;
}

.hmsec01 .txtsec h1 {
  color: #fff;
}

.hmsec03 {
  padding: 5rem 0;
}

@media screen and (max-width: 600px) {
  .hmsec03 {
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 600px) {
  .hmsec03 .col-lg-9 {
    padding: 0;
  }
}

.hmsec03 .content {
  position: relative;
  z-index: 1;
}

.hmsec03 .content::before {
  content: '';
  background: #1b3639;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .hmsec03 .content::before {
    width: 100%;
    height: 80%;
  }
}

.hmsec03 .content .img {
  padding: 4rem;
}

@media screen and (max-width: 600px) {
  .hmsec03 .content .img {
    padding: 15px 15px 0;
  }
}

.hmsec03 .content .txt {
  position: absolute;
  background: #927f56;
  top: 56%;
  right: 0;
  width: 50%;
  color: #fff;
  padding: 6%;
}

@media screen and (max-width: 1700px) {
  .hmsec03 .content .txt {
    width: 51%;
  }
}

@media screen and (max-width: 999px) {
  .hmsec03 .content .txt {
    position: absolute;
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .hmsec03 .content .txt {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: unset;
  }
}

.hmsec04 {
  padding: 5rem 0;
  margin-top: 14rem;
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .hmsec04 {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1500px) {
  .hmsec04 {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 2.5rem 0;
  }
}

.hmsec04 .conten {
  position: relative;
  z-index: 1;
  padding: 4.5rem 5%;
}

.hmsec04 .conten::before {
  content: '';
  background: #1b3639;
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .hmsec04 .conten::before {
    width: 100%;
    height: 40%;
  }
}

.hmsec04 .conten .img {
  position: relative;
  cursor: pointer;
}

.hmsec04 .conten .img .overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  background: #0000004f;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  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;
}

.hmsec04 .conten .img .overlay .w-100 {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  .hmsec04 .conten .img .overlay .w-100 {
    opacity: 1;
  }
}

.hmsec04 .conten .img:hover .overlay {
  background: #00000067;
}

.hmsec04 .conten .img:hover .overlay .w-100 {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hmsec05a {
  padding: 5rem 0;
  text-align: center;
  background: #1b3639;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 600px) {
  .hmsec05a {
    padding: 2.5rem 0;
  }
}

.hmsec05a::before {
  content: "";
  width: 100%;
  height: 61px;
  background: url(../img/about/coreiconbrder.png) repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-filter: brightness(12);
          filter: brightness(12);
  opacity: 0.6;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .hmsec05a::before {
    background-size: 85px;
    height: 55px;
  }
}

@media screen and (max-width: 999px) {
  .hmsec05a::before {
    background-size: 70px;
    height: 51px;
  }
}

.hmsec05a .contein {
  padding: 3.5rem 25px;
  background: #927f56;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0px 15px #ffffff30;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hmsec05 {
  padding: 5rem 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .hmsec05 {
    padding: 2.5rem 0;
  }
}

.hmsec05 .col-lg-3 {
  cursor: pointer;
}

.hmsec05 .conten {
  position: relative;
  z-index: 1;
  padding: 4.5rem 5%;
}

.hmsec05 .conten::before {
  content: '';
  background: #1b3639;
  width: 60%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .hmsec05 .conten::before {
    width: 100%;
    height: 10%;
  }
}

.hmsec05 .conten ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hmsec05 .conten .txt {
  margin: 2rem 0 0;
}

.hmsec06 {
  padding: 5rem 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  .hmsec06 {
    padding: 2.5rem 0;
  }
}

.hmsec06 .img {
  position: relative;
}

.hmsec06 .img .overlay {
  padding: 2.5rem;
  background: #ba9d5e;
  width: 41%;
  position: absolute;
  right: -16%;
  bottom: -17%;
}

@media screen and (max-width: 1700px) {
  .hmsec06 .img .overlay {
    bottom: -33%;
  }
}

@media screen and (max-width: 1500px) {
  .hmsec06 .img .overlay {
    bottom: -38%;
    width: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .hmsec06 .img .overlay {
    bottom: -49%;
    width: 53%;
    right: -25%;
  }
}

@media screen and (max-width: 999px) {
  .hmsec06 .img .overlay {
    position: unset;
    width: 100%;
    display: block;
  }
}

.hmsec06 .img .overlay input, .hmsec06 .img .overlay textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  resize: none;
}

.hmsec06 .img .overlay input::-webkit-input-placeholder, .hmsec06 .img .overlay textarea::-webkit-input-placeholder {
  color: #fff;
}

.hmsec06 .img .overlay input:-ms-input-placeholder, .hmsec06 .img .overlay textarea:-ms-input-placeholder {
  color: #fff;
}

.hmsec06 .img .overlay input::-ms-input-placeholder, .hmsec06 .img .overlay textarea::-ms-input-placeholder {
  color: #fff;
}

.hmsec06 .img .overlay input::placeholder, .hmsec06 .img .overlay textarea::placeholder {
  color: #fff;
}

.hmsec06 .img .overlay input:focus, .hmsec06 .img .overlay textarea:focus {
  outline: 0;
}

.hmsec06 .img .overlay .btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 0.7rem 3rem;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.hmsec06 .img .overlay .btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  z-index: -1;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hmsec06 .img .overlay .btn:hover {
  color: #000;
}

.hmsec06 .img .overlay .btn:hover::before {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.serveice01 {
  position: relative;
}

.serveice01 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.serveice02 {
  padding: 5rem 0;
}

@media screen and (max-width: 600px) {
  .serveice02 {
    padding: 2.5rem 0;
  }
}

.serveice02 ul {
  list-style-type: decimal;
}

.serveice02 ul li {
  margin-bottom: 15px;
}

.abtsec05 {
  position: relative;
  padding: 5rem 0;
  background: url("../img/about/our-leadershipBg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .abtsec05 {
    padding: 2.5rem 0;
  }
}

.abtsec05 .headline {
  padding: 0 10%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .abtsec05 .headline {
    padding: 0 0%;
  }
  .abtsec05 .headline br {
    display: none;
  }
}

.abtsec05 .sec01 {
  padding: 2rem 8% 0;
  position: relative;
}

.abtsec05 .sec01::after {
  content: '';
  position: absolute;
  height: 100%;
}

.abtsec05 .sec01::before {
  content: "";
  width: 100%;
  height: 79px;
  background: url(../img/about/coreiconbrder.png) repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-filter: brightness(12);
          filter: brightness(12);
  opacity: 0.6;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .abtsec05 .sec01::before {
    background-size: 85px;
    height: 55px;
  }
}

@media screen and (max-width: 999px) {
  .abtsec05 .sec01::before {
    background-size: 70px;
    height: 51px;
  }
}

@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .ordchae {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.abtsec05 .sec01.bgclr1 {
  background: #b99c5c;
}

.abtsec05 .sec01.bgclr1::after {
  width: 27.5%;
  height: 100%;
  background: url(../img/about/bgvact01.png) no-repeat;
  background-position: left bottom;
  bottom: 0;
  left: 0;
  background-size: 100%;
}

.abtsec05 .sec01.bgclr2 {
  background: #193538;
  color: #fff;
}

.abtsec05 .sec01.bgclr2::after {
  width: 27.5%;
  height: 100%;
  background: url(../img/about/bgvact02.png) no-repeat;
  background-position: right bottom;
  bottom: 0;
  right: 0;
}

.abtsec05 .sec01 .img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .img {
    width: 37%;
    margin: -75px 0 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .abtsec05 .sec01 .img {
    width: 54%;
  }
}

.abtsec05 .sec01 .size18 {
  margin-bottom: 27px;
  text-align: justify;
}

.abtsec05 .sec01 .txt {
  margin-bottom: 10rem;
}

@media screen and (max-width: 1500px) {
  .abtsec05 .sec01 .txt {
    margin-bottom: 7rem;
  }
}

@media screen and (max-width: 999px) {
  .abtsec05 .sec01 .txt {
    margin-bottom: 0;
  }
}

.mediatopbar {
  position: relative;
  overflow: hidden;
}

.mediatopbar .imgt {
  position: relative;
}

@media screen and (max-width: 999px) {
  .mediatopbar .imgt {
    overflow: hidden;
  }
  .mediatopbar .imgt .img-fluid {
    max-width: 137%;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media screen and (max-width: 600px) {
  .mediatopbar .imgt .img-fluid {
    max-width: 178%;
    -webkit-transform: translateX(-31%) !important;
            transform: translateX(-31%) !important;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}

.mediatopbar .imgt .ovrlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 121px 0 0;
}

@media screen and (max-width: 999px) {
  .mediatopbar .imgt .ovrlay {
    padding: 0;
  }
}

.mediatopbar .imgt .bredcrum {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .mediatopbar .imgt .bredcrum {
    top: 94px;
  }
}

@media screen and (max-width: 999px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .mediatopbar .imgt .bredcrum {
    top: 0;
  }
}

.mediakisec01 {
  padding: 5rem 0;
}

@media screen and (max-width: 600px) {
  .mediakisec01 {
    padding: 2.5rem 0;
  }
}

.mediakisec01 .right-nav-list ul.nav {
  background: #122c2f;
}

.mediakisec01 .right-nav-list ul.nav li .nav-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 16px 19px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.mediakisec01 .right-nav-list ul.nav li .nav-link.active, .mediakisec01 .right-nav-list ul.nav li .nav-link:hover {
  background: transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #edb347;
}

.teamsec01 {
  padding: 5rem 0;
}

@media screen and (max-width: 600px) {
  .teamsec01 {
    padding: 2.5rem 0;
  }
}

.teamsec01 .content {
  position: relative;
}

.teamsec01 .content .img {
  position: relative;
}

.teamsec01 .content .textover {
  position: absolute;
  background: #262626;
  top: 56%;
  right: 20%;
  width: 47%;
  color: #fff;
  padding: 4%;
}

@media screen and (max-width: 999px) {
  .teamsec01 .content .textover {
    position: unset;
    width: 100%;
    display: block;
  }
}

.teamsec02 {
  padding: 5rem 0;
  margin-top: 36rem;
  margin-bottom: 25rem;
}

@media screen and (max-width: 999px) {
  .teamsec02 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .teamsec02 {
    padding: 2.5rem 0;
  }
}

.teamsec02 .content {
  position: relative;
}

.teamsec02 .content .img {
  position: relative;
  text-align: right;
}

.teamsec02 .content .textover {
  right: 39%;
}

footer {
  background: url(../img/ftbgicon.png) repeat #193538;
  color: #fff;
  margin-top: 8rem;
}

footer .sec01 {
  padding: 5rem 8%;
}

footer .sec02 {
  padding: 12px 8%;
  background: #122c2f;
  text-align: center;
}

footer .sec02 p {
  color: #fff;
  margin: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer p a .fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer p a .fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}

footer p a .fa-brands:hover {
  opacity: 0.7;
}

footer p a .fa-facebook-f {
  background: #3B5998;
  color: white;
}

footer p a .fa-x-twitter {
  background: #14171A;
  color: white;
}

footer p a .fa-google {
  background: #dd4b39;
  color: white;
}

footer p a .fa-linkedin-in {
  background: #007bb5;
  color: white;
}

footer p a .fa-youtube {
  background: #bb0000;
  color: white;
}

footer p a .fa-pinterest-p {
  background: #e60023;
  color: white;
}

footer p a .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

#scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #364ea2;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #000;
          box-shadow: 0 4px 8px #000;
}

@media screen and (max-width: 600px) {
  #scroll {
    width: 40px;
    height: 32px;
    bottom: 54px;
  }
}

#scroll:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

.supportpageSec_01 {
  padding: 14rem 0;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 {
    padding: 8rem 0;
  }
}

.supportpageSec_01 h1 {
  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;
}

.supportpageSec_01 h1 span {
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  .supportpageSec_01 h1 span {
    margin-left: 5px;
  }
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=style.css.map */