body {
  font-family: "Roboto", sans-serif !important;
}
.headerBlock {
  width: 100%;
}
.headerTop {
  background: #272727;
  padding: 6px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #a7a7a7;
  font-family: "Roboto", sans-serif;
}
.headerPadding {
  padding: 6px 60px;
}
.displayFlex {
  display: flex;
}
.Alignitemcenter {
  align-items: center;
}
.spaceBetween {
  justify-content: space-between;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.greenColor {
  color: #ed3e45;
}
.pr10px {
  padding-right: 10px;
}
.pr30px {
  padding-right: 30px;
}
.pb10px {
  padding-bottom: 10px;
}
.pr20px {
  padding-right: 20px;
}
.banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 645px;
  display: flex;
  align-items: center;
}

.bannerTitle {
  font-family: "Dosis", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  padding-bottom: 20px;
}
.bannerSubTitle {
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
}

.orange {
  border-radius: 0;
  color: #580141;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 99;
}

.orange:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #580141;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.orange:hover:after {
  width: 100%;
}

.orange:hover {
  color: #fff;
}

.orange {
  color: #fff;
  background: #ed3237;
  padding: 15px 30px;
}
.orange:after {
  background: #272727;
}

.boxsection {
  background: #fff;
  height: 230px;

  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -115px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.boxInnerSection {
  padding: 20px;
  display: flex;
}
.circleBlock {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
  min-width: 90px;
}
.boxTitleTxt {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 28px;
  padding-bottom: 10px;
}
.boxInnerTxt {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  min-height: 90px;
}

.borderRight {
  border-right: 1px solid #272727;
  height: 150px;
  /* margin-right: 30px; */
}
.imgWidth img {
  width: 100%;
}
.orangeTxt {
  color: #ed3237;
  font-size: 36px;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}
.contenttxt {
  font-size: 15px;
  line-height: 25px;
}
.whatwedo {
  background: #f5f6f7;
  margin-bottom: 50px;
}
.pb70 {
  padding-bottom: 70px;
}
.p50px {
  padding: 50px 0px;
}
.dosisFont {
  font-family: "Dosis", sans-serif;
}
.colorBlack {
  color: #000;
}
.whiteColor {
  color: #fff;
}
.boxSection {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
.boxPadding {
  padding: 30px 20px;
}
.redTxt {
  color: #ed3237;
}
.fs18px {
  font-size: 18px;
}
.fontWeight {
  font-weight: 700;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.fs15px {
  font-size: 15px;
}
.lineHeight25 {
  line-height: 25px;
}
.readMoreButton {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #757575;
  font-weight: 500;
  padding-top: 14px;
  z-index: 1;
  cursor: pointer;
}

.readMoreButton a {
  color: #757575;
}
.readMoreButton a:hover {
  text-decoration: none;
}

.readMoreButton:before {
  position: absolute;
  content: "";
  width: 76px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
.readMoreButton:before {
  background: url(../images/shape-2.png);
}
.imgRadius {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.minHeight {
  min-height: 230px;
}
.pr0 {
  padding-right: 0 !important;
}
.signBlock {
  background: #09111a;
  margin-top: 100px;
  height: 716px;
  width: 150%;
  position: absolute;
  z-index: 9;
}
.signImg {
  background-image: url("../images/sign_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 816px;
}
.plr0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.signTitle {
  padding-top: 140px;
  padding-bottom: 60px;
  font-size: 48px;
  padding-left: 60px;
  color: #fff;
}
.fs14px {
  font-size: 14px;
}
.graytxt {
  color: #7e858c;
}
.signtxt {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
}

.countersection {
  background: #fff;
  height: 230px;

  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -90px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
  margin-bottom: 80px;
}
.counterinnerBlock {
  width: 100%;
  position: absolute;
}
.counterBlock {
  padding: 20px 50px;
  text-align: center;
}
.fs30px {
  font-size: 30px;
}
.counterBlock h5 {
  font-size: 14px;
}

.logoBlock {
  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 200px !important;
  height: 150px !important;
  padding: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.clientSection {
  padding-bottom: 60px;
}

.testimonal {
  background: #09111a;
  margin-top: 100px;
  height: 716px;

  z-index: 9;
  margin-left: -100px;
}

.formSection {
  background: #09111a;
  padding: 40px;
  border-radius: 10px;
}
.phoneSection {
  background: #09111a;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 250px;
}
.emailSection {
  background: #ff4949;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.innerfooterSection {
  background: #212830;
  font-size: 12px;
}
.footerSection {
  background: #212830;
  /* height: 300px;
  margin-top: -125px; */
}
.footerTxt {
  justify-content: center;
  padding: 10px;
}

.languageBanner {
  background-image: url("../images/language_banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.pageForm {
  background: #fff;

  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  justify-content: space-between;
  padding: 30px;
}

.listBlock ul {
  padding: 0;
  margin: 0;
}
.listBlock ul li {
  list-style: none;
}

.listBlock ul > li {
  color: #000;
  background-color: #f5f6f7;
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: #ff4949;
  border-radius: 6px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 20px;
}

.listBlock ul > li ul > li {
  border-color: #000;
  padding: 0px;
  margin-bottom: 0px;
  list-style: initial;
  border: 0;
  margin-left: 30px;
}

.listBlock2 ul {
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.listBlock2 ul li {
  list-style: none;
}

.listBlock2 ul li {
  color: #000;
  background-color: #f5f6f7;
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: #ff4949;
  border-radius: 6px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 20px;
}

.listBlock3 ul {
  padding: 0;
  margin: 0;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  break-inside: avoid-column;
}
.listBlock3 ul li {
  list-style: none;
}

.listBlock3 ul li {
  color: #000;
  background-color: #f5f6f7;
  border-style: solid;
  border-width: 0 0 0 6px;
  border-color: #ff4949;
  border-radius: 6px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.visionBlock {
  background: #fff;

  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  margin-bottom: 50px;
}

.visionTitle {
  background: #b5a4a50d;
  padding: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}

.visionContent {
  padding: 10px;
  min-height: 100px;
}

.grayBg {
  background: #cccccc0f;
  padding: 70px 0px;
}
.whiteBg {
  background: #fff;
  padding: 70px 0px;
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 15px;
  }
}
.pl60px {
  padding-left: 60px;
}

.mb60px {
  margin-bottom: 60px;
}

.clientSection .slide {
  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex !important;
  width: 200px !important;
  height: 150px !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.testimonal .carousel-caption img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.carousel-caption p {
  text-align: center;
  padding-bottom: 50px;
  min-height: 100px;
}
.ml60px {
  margin-left: 60px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  /*  overflow: hidden;*/
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  display: flex;
  width: 100% !important;
  justify-content: space-between;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.postSection {
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.postTitle {
  background: #f5f6f7;
  margin-bottom: 20px;
  padding: 10px;
}
.postContent {
  padding: 20px;
  max-height: 260px;
  overflow: hidden;
  padding-top: 0px;
  margin-bottom: 30px;
}
.jobSection {
  box-shadow: 0px 8px 17px 0px rgba(9, 17.00000000000001, 26, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  margin-bottom: 20px;
}
.jobTitle {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc59;
  margin-bottom: 20px;
}

.jobDescription {
  padding: 10px;
  margin-bottom: 20px;
  min-height: 140px;
}

.jobBox {
  background-color: rgba(176, 213, 232, 0.15);
  margin: 10px;
  padding: 5px 10px;
  font-size: 12px;
  margin-top: 0px;
}
.fs12px {
}
.postedDate {
  padding-left: 10px;
  font-size: 12px;
  color: #aba8a8;
}
.m10 {
  margin: 10px;
}
.mrb20 {
  margin-right: 20px;
  margin-bottom: 20px;
}
.legalBanner {
  background: url("../images/legal.jpg") no-repeat;
  width: 100%;
  height: 450px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding-right: 30px;
  text-align: center;
}
.ptop20 {
  padding-top: 20px;
}

.downloadBox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 20px;
}
.downloadTitle {
  color: #ff4949;
  padding: 20px 0px;
}
.fs12 {
  font-size: 12px;
}
.docButton {
  background-color: #fff; /* Green */

  color: #000;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  border: 1px solid #ff4949;
}
