*, body, p {
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", sans-serif;
}

a {
  text-decoration: none;
  color: #8c8c8c;
}

a:hover {
    color: #f15b27;
}
.img-cover img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}.header .navbar .nav-item .nav-link {
  font-weight: 500;
  font-size: 20px;
  color: white;
}
.header .top-header-wrapper {
  background: #f15b27;
}
.header .top-header-wrapper .top-header .socialmedia_grp {
  padding: 15px 0;
  list-style: none;
  display: flex;
}
.header .top-header-wrapper .top-header .socialmedia_grp li {
  padding-right: 15px;
  color: #fff;
  font-weight: 500;
}
.header .top-header-wrapper .top-header .socialmedia_grp li a {
  color: #fff;
  font-weight: 500;
}

.navbar-toggler {
  line-height: 200%;
  color: #fff;
  z-index: 1300;
  font-weight: 300;
  font-size: 16px;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas {
  z-index: 9999;
}
.offcanvas .offcanvas-body {
  background: rgb(241, 91, 39);
  background: linear-gradient(225deg, rgb(241, 91, 39) 0%, rgb(241, 91, 39) 35%, rgba(241, 105, 39, 0.9290309874) 100%);
}
.offcanvas .offcanvas-body .navbar-nav {
  padding: 4em 0 1em 3em;
}
.offcanvas .offcanvas-body .navbar-nav .menu_title {
  padding-bottom: 2.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.offcanvas .offcanvas-body .navbar-nav .menu_title::after {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 6px;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.topwrapper {
  position: relative;
}

.topwrapper .header {
  z-index: 1250;
  position: absolute;
  width: 100%;
}


.topwrapper .header .navbar-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topwrapper .header .navbar-brand img {
  z-index: 1250;
  padding-top: 20px;
  width: 77px;
}

.topwrapper .header .offcanvas-backdrop.show {
  opacity: .01;
}

.topwrapper .main_banner {
  height: 100vh;
  width: 100%;
  position: relative;
}

.topwrapper .main_banner .main_banner_item {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topwrapper .main_banner .main_banner_item .banner_containBox {
  color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-end;
          padding-bottom: 100px;
}

.topwrapper .main_banner .main_banner_item .banner_containBox .banner_content {
  line-height: 190%;
  padding-left: 175px;
}
@media only screen and (max-width:1200px) {
  
.topwrapper .main_banner .main_banner_item .banner_containBox .banner_content{
  padding-left: 0;
}
}
@media only screen and (max-width:1024px) {
  
.topwrapper .main_banner .main_banner_item .banner_containBox .banner_content{
  padding-left: 0;
}
}

.topwrapper .main_banner .main_banner_item .banner_containBox .banner_content h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Rajdhani", sans-serif;
}

.topwrapper .main_banner .main_banner_item .banner_containBox .banner_content p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.topwrapper .main_banner .owl-dots {
  top: 0;
  position: absolute;
}

.topwrapper .scrollDown {
  z-index: 1200;
  bottom: 5%;
  left: 48.5%;
  /*border: 1px solid #fff;*/
  /*padding: .4em .5em;*/
  /*border-radius: 15px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  letter-spacing: .2em;
  text-decoration: none;
  font-size: 10px;
}

/*.topwrapper .scrollDown svg {*/
/*  margin-left: 10px;*/
/*  font-size: 5px;*/
/*}*/

.topwrapper .scrollDown:hover {
  cursor: pointer;
  
  /*-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  /*        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.innerpagewrapper {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.innerpagewrapper .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.innerpagewrapper .container .offcanvas-backdrop.show {
  opacity: .01;
}

.innerpagewrapper .container .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.innerpagewrapper .container .navbar-toggler.active {
  background-color: rgba(252, 228, 184, 0.534);
  color: #fff;
  border-color: #fff;
}

.innerpagewrapper .container .title_box a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.innerpagewrapper .container .title_box span {
  word-spacing: -1px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 30px;
}

.partnerchoice {
  padding: 22px 0px;
  background-color: #f15b27;
}

.partnerchoice .partnerContent {
  text-align: center;
}

.partnerchoice .partnerContent h2 {
  color: #fff;
}

.partnerchoice .partnerContent .content {
  padding: 1em;
  margin-bottom: 20px;
}

.partnerchoice .partnerContent .content p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.partnerchoice .partnerContent a {
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.partnerchoice .partnerContent a::after {
  content: '';
  width: 20px;
  height: 2px;
  top: 0;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.innersection .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innersection .titlebar .section_title {
  width: 365px;
  color: #d7d2d2;
  border-right: 1px solid #dddddd;
}

.innersection .titlebar .section_title h4 {
  line-height: 170%;
  margin-bottom: 0;
  padding: .2em;
  font-weight: 500;
  text-align: center;
}

.innersection .titlebar .sectionbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.innersection .titlebar .sectionbox .section_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innersection .titlebar .sectionbox .section_subtitle .parent_subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  color: #8c8c8c;
  font-weight: 400;
}

.innersection .titlebar .sectionbox .section_subtitle .paperbutton {
  width: 50px;
  height: 100%;
  padding: 0.822em;
  text-align: center;
  color: #f15b27;
}

.innersection .titlebar .sectionbox .listofsubtitle {
  display: none;
  list-style: none;
  padding-left: 0;
  -webkit-columns: 2;
          columns: 2;
  position: absolute;
  padding: 16px;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.innersection .titlebar .sectionbox .listofsubtitle li {
  padding: .5em 0;
}

.innersection .titlebar .sectionbox .listofsubtitle li a {
  font-size: 18px;
  font-weight: 400;
  color: #414141;
  position: relative;
}

.innersection .titlebar .sectionbox .listofsubtitle li a:hover {
  color: #f15b27;
}

.innersection .titlebar .sectionbox .listofsubtitle li a:hover::after {
  position: absolute;
  content: '';
  height: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #f15b27;
  left: 20px;
}

.innersection .titlebar .sectionbox .listofsubtitle li a i {
  color: #f15b27;
  padding-right: 15px;
}

.innersection .contentsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innersection .contentsection .brandlogo {
  width: 365px;
  text-align: center;
}

.innersection .contentsection .contenttext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innersection .contentsection .contenttext .text {
  padding-left: 15px;
  color: #8c8c8c;
  line-height: 28px;
}

.innersection .innerBannerImg {
  background-color: #e3e3e3;
  padding: 2.5em 0;
}

.innersection .innerBannerImg img {
  width: 100%;
  padding-bottom: 1em;
}

.brandingsection {
  padding: 2em 0;
}

.brandingsection .brandstitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.businessstream {
  margin: 60px 0;
}

.businessstream .stream_head {
  text-align: center;
}

.businessstream .stream_head .stream_title {
  color: #8c8c8c;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.businessstream .stream_head .stream_title h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.businessstream .stream_head .stream_title::after {
  content: '';
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-color: #f15b27;
}

.businessstream .stream_head .stream_sector {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DBE4ED;
  max-width: 230px;
  border-radius: 30px;
  margin: 0 auto;
}

.businessstream .stream_head .stream_sector .filter_by {
  font-size: 12px;
  padding: 8px 0;
  padding-right: 10px;
  text-transform: uppercase;
  border-right: 1px solid #DBE4ED;
  color: #8c8c8c;
}

.businessstream .stream_head .stream_sector .nav .nav-item {
  margin-left: 15px;
}

.businessstream .stream_head .stream_sector .nav button {
  padding: 0;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  border: none;
  background-color: none;
  background: transparent;
}

.businessstream .stream_head .stream_sector .nav button.active {
  color: #f15b27;
  position: relative;
}

.businessstream .stream_head .stream_sector .nav button.active::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  display: block;
  left: 24px;
  bottom: -5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f15b27;
}

.businessstream .mainContent span {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}

.stream_items {
  border-top: 1px solid #E3E3E3;
  padding: 20px;
  display: block;
  margin-top: 15px;
}

.stream_items .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stream_items .item_container .imageBox {
  width: 128px;
}

.stream_items .item_container .imageBox img {
  padding-right: 15px;
  width: 70% !important;
}

.stream_items .item_container .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stream_items .item_container .contentBox .mainContent h5 {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.stream_items .item_container .contentBox .imgIcon {
  width: 40px;
}

.stream_items .item_container .contentBox .imgIcon img {
  margin-left: 10px;
  width: 100%;
}

.stream_items:hover {
  border-top: 1px solid #f15b27;
}

.country_located img {
  width: 100%;
}

.statsstream {
  background: #EFF4F8;
  padding: 60px 0 50px;
}

.statsstream .stats_maincontent {
  font-family: "Rajdhani", sans-serif;
}

.statsstream .stats_maincontent h2 {
  color: #f15b27;
}

.statsstream .stats_maincontent span {
  color: #8c8c8c;
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stats .donutBall {
  position: relative;
  height: 100%;
}

.stats .donutBall .statsValue {
  position: absolute;
  top: 40%;
  left: 46%;
  color: #aaa;
  -webkit-transform: translate(-38%, -38%);
          transform: translate(-38%, -38%);
  font-size: 34px;
  font-weight: normal;
  display: inline;
  width: auto;
  font-family: "Rajdhani", sans-serif;
}

@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.stats .donutBall .donut {
  float: left;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #f15b27;
  margin: 0rem 2rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: donut-spin 5s linear infinite;
          animation: donut-spin 5s linear infinite;
}

.stats .statsTitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #8c8c8c;
  margin-top: -10px;
}

.latestNews {
  padding: 60px;
}

.latestNews .newsMainTitle {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  color: #f15b27;
}

.latestNews .newsMainTitle::after {
  content: '';
  height: 1px;
  width: 10px;
  background-color: #f15b27;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.latestNews .newBox {
  width: calc(100% - 5%);
  position: relative;
}

.latestNews .newBox .newsList {
  padding-right: 40px;
}

.latestNews .newBox .newsList .owl-nav {
  position: absolute;
  top: 10%;
  right: -30px;
}

.latestNews .newBox .newsList .owl-nav button {
  border: 1px solid #f15b27;
  width: 45px;
  padding: 1em;
  height: 45px;
  margin-bottom: 15px;
  display: block;
  color: #f15b27;
  border-radius: 50%;
}

.latestNews .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 60px;
}

.latestNews .newsItem .newsImage {
  width: 200px;
}

.latestNews .newsItem .newsImage img {
  width: 100%;
}

.latestNews .newsItem .newsContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.latestNews .newsItem .newsContent span {
  font-size: 12px;
  color: #8c8c8c;
  display: block;
  margin-bottom: 10px;
}

.latestNews .newsItem .newsContent .newsTitle {
  color: #f15b27;
}

.readmore {
  font-size: 10px;
  display: block;
  margin-top: 15px;
  font-weight: 600;
  line-height: 18px;
}

.readmore::after {
  content: '';
  background: #8c8c8c;
  height: 2px;
  width: 50px;
  display: block;
}

.footer .footer-container {
  border-top: 1px solid #ddd;
  padding-top: 2.5em;
}

.footer .footer-container .company-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-container .company-brand img {
  width: 64px;
}

.footer .footer-container .company-brand span {
  padding-left: 15px;
  font-weight: 600;
  color: #8c8c8c;
}

.footer .footer-container .quick_links {
  list-style: none;
}

.footer .footer-container .quick_links li {
  line-height: 200%;
}

.footer .footer-container .followus {
  color: #8c8c8c;
  margin-bottom: 15px;
}

.footer .footer-container .followlist {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-container .followlist li {
  padding-left: 15px;
}

.footer .footer-container .followlist li:first-child {
  padding-left: 0;
}

.brandscontainer {
  padding: 20px 0 50px 0;
  width: calc(100% - 200px);
  margin: 0 auto;
}

.brandscontainer .searchcontianer {
  max-width: 300px;
  margin: 0 auto;
}

.brandscontainer .searchcontianer .searchLevel {
  color: #f15b27;
}

.brandscontainer .searchcontianer .form-control:focus {
  border: #f15b27;
  -webkit-box-shadow: 1px 1px 5px 1px #e8650e;
  box-shadow: 1px 1px 5px 1px #e8650e;
}

.brandscontainer .filterLetter {
  padding-top: 30px;
}

.brandscontainer .filterLetter .filterFonts {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

.searchlist a {
  margin-top: 20px;
  display: block;
  width: 203px;
  text-align: center;
}

.searchlist a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  padding: .5em 2em;
  max-width: 100%;
}

.searchlist a img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.brandstreamslides {
  background-color: #f15b27;
  padding: 2em 0;
}

.brandstreamslides .brandslides_title h4 {
  color: #fff;
}

.brandstreamslides .brandslidesbox {
  width: calc(100% - 10%);
  margin: 0 auto;
}

.brandstreamslides .owl-carousel {
  position: relative;
}

.brandstreamslides .owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brandstreamslides .owl-carousel .owl-stage .owl-item {
  padding: 1em .2em;
}

.brandstreamslides .owl-carousel .owl-nav {
  top: 35%;
  position: absolute;
  width: 100%;
}

.brandstreamslides .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
}

.brandstreamslides .owl-carousel .owl-nav .owl-next {
  right: -50px;
  position: absolute;
  border: 1px solid #fff;
  height: 40px;
  color: #fff;
  width: 40px;
  border-radius: 50%;
}

.brandstreamslides .brandslidesbox a {
  position: relative;
}

.brandstreamslides .brandslidesbox a span {
  position: absolute;
  display: none;
  text-align: center;
  width: 100%;
  left: 0px;
}

.brandstreamslides .brandslidesbox a:hover span {
  display: block;
  color: #ffffff;
  font-size: 12px;
}

.bgprimary {
  background-color: #f15b27;
}

.bgprimary .desctext {
  color: #fff !important;
}

.bgprimary .desctext p {
  color: #fff !important;
}

.fullpagebanner {
  height: 100vh;
}

.halfpagebanner {
  height: 60vh;
}

.bannerTextInner {
  padding-top: 100px;
}

.bannerTextInner.innerstream {
  padding-top: 13.5em;
}

.bannerTextInner.innerstreamhalf {
  padding-top: 5em;
}

.bannerTextInner .contentTyo {
  color: #fff;
  padding: 2em;
}

.bannerTextInner .contentTyo h2 {
  margin-bottom: 30px;
}

.bannerTextInner .contentTyo .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
}

.bannerTextInner .contentTyo .desc p {
  text-align: justify;
  padding-left: 60px;
}

.banneroverlay {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: rgba(241, 91, 39, 0.95);
}

/* .banneroverlay.forbrand {
  height: 90%;
} */

.aboutdescsection {
  padding: 3.5em 0;
  background: #EFF4F8;
}

.aboutdescsection p {
  margin-bottom: 15px;
  line-height: 28px;
  color: #8c8c8c!important;
}
.aboutdescsection .chairManTxt h2{
  color: #f15b27b5;
  font-weight: 700;
}
.aboutmissions {
  position: relative;
}

.aboutmissions .about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutmissions .missionBox {
  width: 380px;
}

.aboutmissions .missionBox .mission_title {
  width: 90%;
}

.aboutmissions .missionBox .mission_title h2 {
  color: #fff;
}

.aboutmissions .missionBox::before {
  content: '';
  position: absolute;
  background: #f15b27;
  width: 1000px;
  z-index: -1;
  top: 0;
  left: 0;
  height: 450px;
}
@media only screen and (max-width: 992px) {
  .aboutmissions .missionBox::before {
    width: 100%;
}}
.aboutmissions .missionBox .mission_title {
  padding-top: 40px;
}

.aboutmissions .missionBox .mission_title h2 {
  font-weight: 700;
}

.aboutmissions .missionwhiteboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  left: 1;
}

.aboutmissions .missionwhiteboxes .missionleftbox {
  width: 410px;
  padding: 40px;
}

.aboutmissions .missionwhiteboxes .missionleftbox .leftpara {
  margin-top: 10px;
  padding-bottom: 20px;
}

.aboutmissions .missionwhiteboxes .missionleftbox .leftpara span {
  font-size: 13px;
  color: #8c8c8c;
}

.aboutmissions .missionwhiteboxes .missionleftbox .leftpara h2 {
  font-size: 24px;
}

.aboutmissions .missionwhiteboxes .missionleftbox .leftlist {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.aboutmissions .missionwhiteboxes .missionleftbox .leftlist li {
  line-height: 28px;
  padding: 10px 0;
  color: #8c8c8c;
  border-bottom: 1px solid #ddd;
}

.aboutmissions .missionwhiteboxes .missionrightbox {
  border-left: 1px solid #ddd;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aboutmissions .missionwhiteboxes .missionrightbox .rightlist {
  list-style: none;
  padding-left: 0;
}

.aboutmissions .missionwhiteboxes .missionrightbox .rightlist li {
  font-weight: 500;
  font-size: 18px;
  color: #8c8c8c;
  line-height: 250%;
}

.aboutmissions .missionwhiteboxes .missionsubtitle {
  color: #f15b27;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.aboutmissions .missionwhiteboxes .missionsubtitle h4 {
  font-weight: 600;
  font-size: 18px;
}

.mediaroom_bread {
  background-color: #e6e6e6;
  padding: 2.5em 0;
  margin-bottom: 30px;
}

.mediaroom_bread h2 {
  margin-bottom: 15px;
  color: #f15b27;
}

.mediabox {
  padding: 30px 0;
}

.mediabox .news_txt{
  margin-bottom: 30px;
}
.mediabox .col_wrap .news_title h4{
  font-size: 25px;
  color: #5f5d5c;
}
.mediabox .col_wrap .newsbody .news_title h4:hover{
  color: #e8650e;
}
.mediabox .news_txt p{
  color: #5f5d5c;
  font-size: 16px;
  margin-bottom: 8px;
}
.newsbox {
  -webkit-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
          box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  margin-bottom: 30px;
  border-radius: 3%;
}

.newsbox .imagecontainer {
  margin-bottom: 15px;
}

.newsbox .imagecontainer img {
  border-radius: 3%;
  width: 100%;
}

.newsbox .newsbody {
  padding: .5em 1em;
}

.newsbox .newsbody a small {
  font-size: 13px;
  color: #8c8c8c;
}

.newsbox .newsbody a h5 {
  color: #5f5d5c;
  font-weight: 500;
}

.newsbox .newsbody a h4 {
    color: #5f5d5c;
  font-weight: 500;
}

.newsbox .newsbody a:hover {
    color: #f15b27;
}

.newsbox .newsbody a h4:hover {
    color: #f15b27;
}

.newsbox .newsbody a h5:hover {
    color: #f15b27;
}

.newsbox .newsbody a.newsmore {
  display: block;
  margin-bottom: 15px;
  color: #8c8c8c;
  font-size: 13px;
}

.contactsection {
  padding-bottom: 30px;
}

.contactinfo {
  margin-top: 60px;
  padding-bottom: 40px;
}

.contactinfo .infobox {
  color: #8c8c8c;
}

.contactinfo .infobox h4 {
  color: #f15b27;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.contactinfo .infobox .infoList {
  list-style: none;
  padding-left: 0;
}

.mapheading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.mapheading h4 {
  color: #8c8c8c;
  padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .stats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .statsItem {
    margin-bottom: 30px;
    text-align: center;
  }
  .latestNews {
    padding: 60px 20px;
  }
  .latestNews .newsItem {
    margin-right: 0;
  }
  .latestNews .newsItem .newsImage {
    width: 100%;
  }
  .latestNews .newsItem .newsContent {
    padding-left: 0;
  }
  .brandscontainer {
    padding: 0;
    width: 100%;
  }
  .banneroverlay {
    width: 100%;
  }
  .bannerTextInner .contentTyo .desc p {
    display: none;
  }
  /* .aboutmissions .missionBox::before {
    width: 100%;
  } */
  .aboutmissions .missionwhiteboxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutmissions .missionwhiteboxes .missionleftbox {
    width: 100%;
  }
}

/* single news page design  */

.sc-news {
  padding: 60px 0;
}
.sc-news .sc-news-wrap .sc-news-title {
  color: #8c8c8c;
  padding-bottom: 10px;
}
.sc-news .sc-news-wrap .sc-news-title .date {
  font-size: 12px;
  margin-bottom: 16px;
}
.sc-news .sc-news-wrap .sc-news-title .news-title {
  font-size: 24px;
}
.sc-news .sc-news-wrap .news-wrap .para-wrap {
  color: #8c8c8c;
  font-size: 14px;
  text-align: justify;
}

/* about page company journey section   */
.company_journey{
  padding: 60px 0;
  background-color: #EFF4F8;
}
.company_journey .col_header span{
  color: #8c8c8c;
}

.journey_slider_nav .slick-current{
  color: #f15b27;
}
.journey_slider_nav .slick-prev:before,
.journey_slider_nav .slick-next:before{
  color: #f15b27;

}

.career-banner {
  /* background: url(../img/banner2.jpeg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-banner .career-banner-wrap {
  height: 100vh;
}
.career-banner .career-banner-wrap p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #8c8c8c;
  text-transform: uppercase;
}
.career-banner .career-banner-wrap h3 {
  line-height: 100%;
  font-weight: 500;
  font-size: 42px;
  color: white;
}
@media only screen and (max-width: 600px) {
  .career-banner .career-banner-wrap h3 {
    font-size: 20px;
  }
}

.sc-marketing .search-btn-group {
  width: 50%;
  margin: 0 auto;
}
.sc-marketing .search-btn-group .form-control {
  font-size: 18px;
  font-weight: 600;
  color: #8c8c8c;
}
.sc-marketing .search-btn-group .input-group-text {
  font-size: 18px;
  font-weight: 400;
  background-color: #2f2f2f;
  color: white;
}
.sc-marketing .search-btn-group .input-group-text:hover {
  background-color: #4b4a4a;
}
@media only screen and (max-width: 600px) {
  .sc-marketing .search-btn-group {
    width: 80%;
  }
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sc-benefits .col-wrap .sub-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #f15b27;
}
.sc-benefits .col-wrap .title {
  font-size: 36px;
  font-weight: 500;
}
.sc-benefits .col-wrap .desc p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.sc-benefits .col-img:hover .icon span {
  color: rgb(219, 213, 213);
}
.sc-benefits .col-img .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-benefits .col-img .icon span {
  font-size: 86px;
  color: white;
}
.sc-benefits .sc-points .col-title {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #2f2f2f;
  font-weight: 700;
}
.sc-benefits .sc-points .col-title:after {
  content: "";
  position: absolute;
  background: url(./../img/tick_circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.sc-benefits .sc-points .desc p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.bg-grey {
  background-color: #6D6E71;
}

.p-banner {
  padding: 100px 0;
}
.p-banner .heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.p-banner .link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: white;
}

.sc-job .subheading {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #40575b;
  text-transform: uppercase;
}
.sc-job .heading {
  line-height: 1.2;
  font-weight: 500;
  color: #122326;
}
.sc-job .sub-txt {
  color: #9c9c9c;
  font-size: 18px;
}
.sc-job .form-control {
  font-size: 16px;
  color: #c4c4c4;
  padding: 8px 15px;
  font-weight: 500;
}
.sc-job .form-control::-moz-placeholder {
  color: #c4c4c4;
  font-weight: 500;
}
.sc-job .form-control::placeholder {
  color: #c4c4c4;
  font-weight: 500;
}
.sc-job .s-button {
  background-color: #f15b27;
  padding: 10px 25px;
}


.view-job-container h5 {
  font-size: 24px;
  font-weight: 300;
}
.view-job-container .jobs-btn {
  border: 2px solid #f15b27;
  color: #f15b27;
  font-weight: 500;
  font-size: 18px;
  transition: all 300ms ease-in-out;
  width: 40%;
}
.view-job-container .jobs-btn:hover {
  background-color: #f15b27;
  color: white;
  transition: all 300ms ease-in-out;
}
.circle-wrap {
  float: left;
  margin: 2rem;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
}
.circle-wrap h3 {
  margin-top: -10px;
  font-weight: 500;
  margin: 0;
}
.circle-wrap h4 {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 74px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #f15b27;
}
.circle-wrap .inside-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

@keyframes firstPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes secondPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes thirdPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}