@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&family=Zen+Tokyo+Zoo&display=swap');

body,
html {
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px;
  font-weight: 500 !important;
  overflow-x: hidden;
  color: #000 !important;
}

body {
  position: relative;
}

* {
  box-sizing: border-box;
  padding: 0px 0px;
  margin: 0px;
}

.w-100 {
  width: 100% !important;
}

.nav-item {
  padding: 0px 15px;
}

.nav-link {
  /* padding: 10px 20px !important; */
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #8d8483 !important;
}

.wrap-banner {
  position: relative;
  margin-top: 77px;
}

.section-wrap {
  padding: 60px 0px 60px;
}

.main-heading {
  font-size: 29px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}

.main-heading span,
.main-heading1 span {
  color: #d8342b;
}

.main-heading-border {
  height: 2px;
  width: 120px;
  margin-top: 0px;
  margin-bottom: 17px;
  background-color: #d8342b;
  display: flex;
  justify-content: start;
  align-items: start;
}

.main-heading1-border {
  height: 2px;
  width: 120px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 17px;
  background-color: #d8342b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-scrolled {
  background-color: #fff !important;
  transition: all ease 0.4s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.logo {
  width: 60px;
  transition: width 1s !important;
}

.header-scrolled .logo {
  width: 66px !important;
  transition: width 1s !important;
}

.wrap-workBox {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  border-bottom: 2px solid #d8342b;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.wrap-workBox:hover {
  transition: all ease 03s;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
}

.wrap-workBox p {
  color: #3A3333;
  margin-top: 20px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(193, 7, 7, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  border-radius: 4px;
  transition: .5s ease;
}

.wrap-workBox:hover .overlay {
  height: 100%;
}

.btn-style {
  border: 1px solid #fff !important;
  color: #FFF !important;
  border-radius: 0px !important;
  margin-top: 20px;
}

.box-icon {
  font-size: 48px !important;
  color: #d8342b;
  border: 2px solid #ddd;
  padding: 25px 23px 20px 24px;
  border-radius: 48px;
  transition: all ease 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

.box-icon1 {
  font-size: 48px !important;
  color: #d8342b;
  border: 2px solid #ddd;
  padding: 25px 23px 20px 34px;
  border-radius: 48px;
  transition: all ease 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
  font-weight: bold;
}

.main-box:hover .box-icon,
.main-box:hover .box-icon1 {
  transition: all ease 0.3s;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

/*start about section*/
.bg-about {
  background: url(../images1/bg-about-us.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bg-grey {
  background-color: #f7efef;
}

.txt-sub {
  font-size: 17px;
  line-height: 27px;
}

.cust-margin {
  margin: 70px 0px;
}

/***************************************/
.text-theme {
  color: #d8342b;
}

.contact-form {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
  left: 34%;
}

.bg-top {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.4s;
}

.main-heading1 {
  font-size: 29px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

.team-wrap .overlay1 {
  height: 45px;
  position: absolute;
  bottom: 48px;
  opacity: 1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  border-radius: 4px;
  padding: 7px 10px;
}

.team-wrap .overlay1 img {
  width: 30px;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.wrap-Asymtos {
  padding-top: 64px;
  padding-bottom: 50px;
}

.social-icon {
  width: 37px;
  transition: all ease 0.4s;
}

.social-icon:hover {
  transform: translateY(4px);
  transition: all ease 0.4s;
}

.banner-sub-img {
  background: url(../images1/banner_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

a {
  text-decoration: none !important;
  color: #333 !important;
}

.hx-50 {
  height: 250px;
}

.txt-testi {
  font-size: 18px;
}

.txt-testi .quote {
  transform: translateY(-10px);
}

.txt-testi .quoteR {
  transform: scale3d(-1.0, 1, 1);
}

.font-bold {
  font-weight: 600 !important;
}

.gallery .img-thumbnail:hover {
  transform: translateY(-8px);
  transition: all ease 0.4s;
}

.gallery .img-thumbnail {
  transition: all ease 0.4s;
}

.bg-contact {
  background: url(../images1/contact-us.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bg-testi {
  background: url(../images1/testimonials-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bg-scroll .heading {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px !important;
}

.bg-scroll .subhead {
  font-size: 14px;
  color: #fff;
}

.team-wrap {
  transition: all ease 0.4s;
  border-radius: 5px;
  position: relative;
}

.team-wrap img {
  border-radius: 5px;
}

.team-img:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
  transition: all ease 0.4s;
}

.team-wrap:hover {
  transition: all ease 0.4s;
  transform: translateY(-4px);
}

.f17 {
  font-size: 17px !important;
}

.f13 {
  font-size: 13px;
}

.f30 {
  width: 33px;
}

.list-benifits {
  padding: 16px 16px 16px 29px;
  background-color: #fff;
  border-radius: 6px;
  height: 84%;
}

.list-benifits li {
  margin-bottom: 15px;
}

h4 {
  font-size: 23px !important;
}

.why-wrap .b-left {
  border-left: 8px solid #d8342b;
}

.why-wrap .b-left1 {
  border-left: 8px solid #333333;
}

.why-wrap h6 {
  font-size: 16px;
}

table .border-btm {
  border-bottom: 1px solid #d8342b;
  padding: 9px 0px;
}

.read-more {
  text-decoration: none !important;
  color: #000 !important;
  transition: all ease 0.4s;
  font-weight: 500;
  font-size: 13px;
}

.read-more img {
  padding-left: 4px;
}

.icon-contact {
  width: 34px;
  padding-right: 20px;
}

.icon-contact1 {
  width: 26px;
  margin: 0px 10px;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  border-radius: 0px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff !important;
}

.submit-btn {
  background-color: rgba(241, 6, 6, 0.5) !important;
  border-radius: 0px !important;
  transition: all ease 0.3s;
  border: 1px solid #fff !important;
  color: #fff !important;
  width: 180px;
}

.submit-btn:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  border: 1px solid #d8342b !important;
  transition: all ease 0.3s;
}

/*start search*/
.search .form-control {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #333 !important;
  border-radius: 0px !important;
}

.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder {
  color: #333 !important;
}

.search input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333 !important;
}

/*end search*/
a.active {
  color: #363535 !important;
  border-bottom: 1px solid #363535 !important;
}

.nav-link:hover,
.nav-link.active {
  color: #000 !important;
}

.posi-rel {
  position: relative;
}

.abt-img-wrap {
  overflow: hidden !important;
}

.abt-img-wrap::before {
  content: '';
  position: absolute;
  left: -105px;
  top: 0px;
  height: 100%;
  width: 45%;
  background-image: url(../images/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.border-headingsub {
  border-bottom: 1px solid #3A3333;
  display: inline-block;
  padding-bottom: 3px;
}

.h-100 {
  width: 100%;
}

.a-link {
  color: #fff !important;
  transition: all ease 0.3s;
}

.a-link:hover {
  transition: all ease 0.3s;
  color: #d8342b !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

/*footer*/
footer {
  background-color:  #d8342b;
  padding: 30px 0px;
  color: #fff;
  font-size: 14px;
}

.footer-box {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-item {
  display: inline-block;
  width: auto;
  height: 200px;
  border: none;
  padding: 20px;
}


.footer-item-1{
  display: inline-block;
  width: 40%;
  height: 200px;
  border: none;
  padding: 20px;
  margin-left: 230px;
  margin-right: 200px;
}

.footer-item-2{
  display: inline-block;
  width:auto;
  height: 200px;
  border: none;
  padding: 20px;
  color: white;
}

.footer-ul {
  margin-bottom: 3px;
}

.notice-p {
  font-size: 40px;
  color: white;
  padding-left: 100px;
  padding-top: 4.5%;
}

.img-career {
  align-items: center;
  opacity: 0.2;
  margin-right: 35%;
  margin-left: 30%;
}

.no-jobs {
  margin-left: 35%;
  margin-right: 30%;
  font-size: 50px;
  color: rgb(67, 66, 66);
}

@media screen and (min-device-width: 2000px) and (max-device-width: 3840px) {
  .abt-img-wrap::before {
    left: -1261px !important;
    width: 134% !important;
    background-position: 188px, right;
  }

}

@media screen and (min-device-width: 2921px) and (max-device-width: 1999px) {
  .abt-img-wrap::before {
    left: -862px !important;
    width: 105% !important;
  }

  .wrap-Asymtos {
    padding-left: 90px !important;
    padding-top: 90px;
    padding-bottom: 60px !important;
  }
}

@media(min-width:1500px) {
  .abt-img-wrap::before {
    left: -292px;
    top: 0px;
    width: 62%;
  }

  .photo h1 {
    color: #E6E6E6;
    font-size: 36px !important;
  }

  .photo p {
    color: #E6E6E6;
    font-size: 21px;
  }

  .wrap-Asymtos {
    padding-left: 90px !important;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .photo {
    top: 260px !important;
    width: 47% !important;
  }
}

@media(max-width:1216px) {
  .contact-banner {
    background-color: #043d5c;
    background-image: none !important;
  }

  .contact-form {
    position: absolute;
    top: 31%;
    transform: translate(-50%, -50%);
    color: #fff;
    left: 42%;
  }
}

@media(max-width :1180px) {
  .abt-img-wrap::before {
    width: 55%;
  }
}

@media(max-width:1116px) {
  .photo {
    top: 163px !important;
    text-align: center !important;
    width: 100%;
    position: absolute;
  }
}

@media(max-width: 991.98px) {
  .navbar {
    background-color: #04324b !important;
  }

  .nav-link {
    width: fit-content !important;
    padding: 10px 0px 7px 0px !important;
    text-align: left;
  }

  .abt-img-wrap::before {
    content: none !important;
  }

  .wrap-Asymtos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-box > * {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-top: 22px;
  }
  .footer-box {
    display: block;
  }
  .footer-item-1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media(max-width:900px) {
  .cust-margin {
    margin: 30px 0px;
  }
}

@media(max-width:768px) {
  .wrap-workBox p {
    font-size: 13px;
  }

  .photo {
    text-align: center !important;
    width: 100%;
    position: absolute;
    top: 147px;
  }

  .wrap-workBox {
    padding: 14px 14px;
  }

  .photo h1 {
    font-size: 28px !important;
    margin-bottom: 30px;
    line-height: 39px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .photo p {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .section-wrap {
    padding: 30px 0px 34px;
  }
}

@media(max-width: 767px) {

  .main-heading1,
  .main-heading {
    margin-bottom: 9px !important;
  }

  .wrap-Asymtos {
    padding-left: 22px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 22px !important;
  }

  .wrap-workBox img {
    width: 76px !important;
  }

  .nav-link {
    width: fit-content !important;
    padding: 10px 0px 7px 0px !important;
    text-align: left;
    color: #c8c8c8 !important;
  }

  .navbar {
    background-color: #333 !important;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #fff !important;
  }
}

@media(max-width:280px) {
  .photo {
    top: 112px !important;
  }

  .logo {
    width: 164px !important;
    transition: width 1s !important;
  }
}