/* CSS Document */
html {
  scroll-behavior   : smooth;
  scroll-padding-top: 4rem;
}

body {
  font-family: 'Poppins', sans-serif;
  margin-top : 4rem;
}

.f12 {
  font-size: 13px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f48 {
  font-size: 48px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.fbold {
  font-weight: 700;
}

.bd_r10 {
  border-radius: 10px;
}

.bd_r12 {
  border-radius: 12px;
}

.bd_r20 {
  border-radius: 20px;
}

.bd_none {
  border: none;
}

.mt80 {
  margin-top: 80px;
}

.width-ul {
  width: 30% !important;
}

.shadow1 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.textGray {
  color: #646464;
}

.textGrayL {
  color: #7f7f7f;
}

.textDgray {
  color: #6E6E6E;
}

.textOrange2 {
  color: #e7a31e;
}

.pt50 {
  padding-top: 50px;
}

.ptb50 {
  padding: 50px 0;
}

.cust_width {
  max-width: 90%;
}

.bg_GrayL {
  background: #fafafa;
}
.twentytwenty-container{
  border-radius: 5px;
}
.navbar-brand img {
  max-width: 200px;
}

header .navbar .nav-link {
  color: #8e8e8e;
}

header .navbar-nav .active>.nav-link {
  color      : #e7a31e !important;
  font-weight: 700;
}

header .navbar-nav .nav-link i {
  font-size  : 25px;
  color      : #e7a31e;
  padding-top: 8px;
}

header .dropdown .dropdown-menu {
  margin-top: -8px;
}

header .navMail img {
  max-width: 55px;
}

.dropdown:hover .dropdown-menu {
  display   : block;
  margin-top: 0;
}

/*--fixed-navigation--*/
.top-menu {
  background-color: #ffffff;
  color           : #ffffff;
  font-weight     : 300;
  position        : relative;
  z-index         : 100;
}

.navbar {
  padding         : 0 10px !important;
  background-color: #ffffff;
  box-shadow      : none;
  transition      : all 0.4s;
  min-height      : 70px;
  box-shadow: 0 1px 4px 0px #999696;
}

.navbar.top-nav-collapse {
  /*	padding-top: 0.5rem;*/
  padding-bottom  : 0.5rem;
  background-color: #f7f7f7;
  box-shadow      : 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}

/*--dropdown-menu--*/
.dropdown-menu-center {
  right            : auto;
  left             : 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform     : translate(-50%, 0);
  transform        : translate(-50%, 0);
}

.navbar #header_dropdown {
  width     : 600px;
  background: #f7f7f7;
}

.sub_menu_wrap {
  background   : #fff;
  border       : 1px solid #d7d7d7;
  margin-bottom: 8px;
  margin-left  : 2px;
  margin-right : 2px;
}

.sub_menu_wrap .caption {
  margin         : 0;
  font-size      : 14px;
  text-align     : center;
  padding        : 0;
  color          : #333;
  background     : #eeeeee;
  height         : 2.4em;
  transition     : all .2s ease;
  line-height    : 1.2;
  align-items    : center;
  justify-content: center;
  display        : flex;
}

.sub_menu_wrap a {
  text-decoration: none;
}

.sub_menu_wrap a:hover .caption {
  background-color: #e7a31e;
  color           : #000000;
}

/*--end-dropdownmenu--*/


.btnorange {
  /* background-image: linear-gradient(to right, #ffa800 , #57a5fe ); */
  background-color: #fdaa2f;
  color           : #ffffff;
  font-weight     : 500;
  border-radius   : 5px;
  width           : 170px;
  border: none;
}

.btnorange:hover {
  font-weight: 500;
  color      : #ffffff;
  background : #000000;
}

/* .banner-wrapper {
 
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(252, 250, 247, 1) 50%, rgba(254, 218, 173, 1) 100%);
} */

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 4rem;
  color    : #e7a31e;
}

.responsive {
  height: 500px;
  width : 100%;
}

.responsive1 {
  height: 500px;
  width : 100%;
}

.title1 {
  font-size  : 45px;
  font-weight: 700;
  color      : #e7a31e;
  text-align : center;
}

.title1 span {
  font-weight            : 700;
  font-size              : 45px;
  line-height            : 54px;
  background             : linear-gradient(180deg, #C1C1C1 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip        : text;
  text-fill-color        : transparent;
}

.counter-wrap {
  border-right: 3px solid rgba(0, 0, 0, 0.05);
  padding     : 10px;
  align-items : center;
}

.counter-wrap .numb1 {
  position               : relative;
  top                    : 0;
  left                   : 0;
  font-size              : 150px;
  font-weight            : 700;
  opacity                : 0.6;
  background             : linear-gradient(125.03deg, #FEA605 29.39%, rgba(254, 166, 5, 0) 125.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip        : text;
  text-fill-color        : transparent;
}

.counter-wrap .counter-text {
  font-size     : 20px;
  color         : #888888;
  font-weight   : 300;
  letter-spacing: 1;
  padding-left  : 0px;
}

.counter-text .text-b {
  font-weight: 700;
  font-size  : 32px;
  display    : block;
  line-height: 0.85;
}

.counter-wrap .numb2 {
  font-style    : normal;
  font-weight   : 700;
  font-size     : 64px;
  letter-spacing: -0.095em;
  line-height   : 0.85;
  color         : #e7a31e;
}

#sect1 {
  background: #f6f6f6;
  padding   : 50px 15px;
}
.sect2 {
  background-color: #f6f6f6;
  padding: 3% 0;
}
.sect3 {
  background-color: #fff;
  padding: 3% 0;
}
.sect4 {
  background-color: #f6f6f6;
  padding: 3% 0;
}
.sect5 {
  background-color: #fff;
  padding: 3% 0;
}
.sect6 {
  background-color: #f6f6f6;
  padding: 3% 0;
}

.sect11 {

background-image   : url("../images/vector/koekkenalrum09.jpg");
    background-size: cover;
    
height:480px;

  padding: 3% 0;
}

.sect7 {
  background-color: #fff;
  padding: 3% 0;
}
.sect2 {
  background-color: #f6f6f6;
  padding: 3% 0;
}




.headsm {
  font-size  : 14px;
  color      : #717171;
  font-weight: 700;
  display    : block;
}

.headxm {
  font-size: 14px;
  color    : #9f9f9f;
  display  : block;
}

.headlight {
  font-size: 12px;
  color    : #9f9f9f;
  display  : block;
}

.bdr-lft {
  border-left: 2px solid #FEA605;
}

.title2 {
  letter-spacing: 0.27em;
  color         : #858585;
  font-weight   : 700;
  font-size     : 18px;
  text-align    : center;
}

#clients {
  background: rgba(217, 217, 217, 0.2);
  padding   : 20px;
  border-top: 4px solid #f4f4f4;
}
.twentytwenty-container1.shadow {
  margin-bottom: 8%;
  border-radius: 7px;
  overflow: hidden;
}
.sec_head {
  font-size     : 35px;
  letter-spacing: 0.27em;
  color         : #e7a31e;
  font-weight   : 700;
  margin        : 0px 0px;
  text-align: center;
}

.sec_head span {
  color: #d3d3d3;
}

#sect2 {
  padding-bottom: 50px;
}
img.ab_o_t {
  width: 100%;
  border: 2px solid #eee;
  border-radius: 10px;
  height: 351px;
}
img.abo_t{
  width: 90%;
  border: 2px solid #eee;
  border-radius: 10px;
  height: 351px;
}
.box-wrap3 {
  padding : 10px;
  width   : 100%;
  position: relative;
}

.numb {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 80px;
  font-weight: 700;
  /* opacity: 0.6; */
  /* background: linear-gradient(106.26deg, #FC7F0D 29.73%, rgba(252, 127, 13, 0.28) 108.04%); */
  /* background-image: linear-gradient(to right, #000000 , #000000 ); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  text-fill-color: transparent;
  /* float: left; */
  text-align: left;
  font-family: serif;
}

.title {
  font-size    : 32px;
  color        : #7F7F7F;
  font-weight  : 700;
  margin-bottom: 1rem;
}

.desc {
  color      : #000;
  font-size  : 14px;
  font-weight: 400;
  text-align : justify;
}

.box-cell {
  padding-left: 40px;
  position    : relative;
}

.box-cell2 {
  padding-left: 105px;
  margin-top  : 0px;
}
.serv__img {
    margin-top: 30px;
}
.row.box_border {
    border-bottom: 1px solid #c6b0b0;
    padding-bottom: 25px;
}

.befor_E img.w100 {
    height: 364px;
}

.afte_r img.w100 {
    height: 364px;
}


.box-cell2 ol li {
  color       : #000;
  font-size   : 14px;
  font-weight : 400;
  margin-left : 10px;
  padding-left: 10px;
}

.btnOrange2 {
  font-size    : 15px;
  font-weight  : 600;
  background-color:   #ffa800 ;
  padding      : 10px;
  border-radius: 50px;
  width        : 130px;
  color        : #ffffff;
  border       : none;
  text-align   : center;
  cursor       : pointer;
}

.btnOrange2 i {
  float      : right;
  line-height: 23px;
}

#sect3 {
  background    : linear-gradient(92.1deg, #F3F3F3 9.62%, rgba(249, 249, 249, 0) 113.53%);
  position      : relative;
  padding-bottom: 50px;
}

.asset {
  position: absolute;
  top     : 0;
  right   : 0;
}

.heading {
  font-style    : normal;
  font-weight   : 700;
  font-size     : 48px;
  line-height   : 58px;
  letter-spacing: 0.27em;
  color         : #D3D3D3;
  padding       : 30px 0px
}

.p-text {
  font-size  : 15px;
  font-weight: 400;
  color      : #B9B7B7;
}

#sect4 {
  background-color: #272727;
  padding         : 30px 0px;
}
.afte_r, .befor_E {
    position: relative
}
.bold_font {
    font-size: 17px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    width: 100%;
    color: #fff;
    /* right: 0; */
    background-color: #0000005e;
    margin: 0;
    padding: 0px 7px 2px 7px;
}
.text_head {
    display: block;
    background: #fdaa2f;
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 55px;
    padding: 20px 0;
}
.baner_img img.respo_nsive.w100 {
    height: 236px;
    object-fit: cover;
}
.contant.inner_c {
    top: 83%;
}
    .textWhite {
  font-weight: 500;
  font-size  : 48px;
  line-height: 1;
  color      : #FFFFFF;
}

#sect4 p {
  font-size  : 14px;
  font-weight: 500;
  color      : #ffffff;
  padding-top: 8px;
}

#sect4 ul li {
  text-align: center;
  margin    : 0px 30px;
}
.home_conta_ct form {
  background-color: #eeeeee5c;
  padding: 15px;
  border-radius: 10px;
}
.home_conta_ct {
  position           : relative;
  /* background-color   : #fafafa; */
  padding            : 50px 0px;
  background-image   : url("../images/banner/home_contatc.png");
  background-repeat  : no-repeat;
  background-position: left 4% top 40%;
  background-size    : auto;
 
}

.sect5-wrap {
  background-repeat: no-repeat;
}

#sect5 h4 {
  font-weight  : 700;
  font-size    : 48px;
  color        : #646464;
  margin-bottom: 0;
}

#sect5 span {
  color      : #F8A44E;
  font-size  : 18px;
  font-weight: 500;
}

#sect5 ul li {
  text-align: center;
  max-width : 300px;
  margin    : 15px 10px;
}

#sect5 .card {
  border       : none;
  background   : #FEFEFE;
  box-shadow   : 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

#sect5 .card img {
  width        : 6.2rem;
  border-radius: 5rem;
  margin       : 1.3rem auto 1rem auto;
  display      : block;
  background   : #D9D9D9;
  border       : 1px solid #F8A44E;
}

#sect5 .card-title {
  font-size    : 1rem;
  color        : #6E6E6E;
  margin-bottom: 8px;
  font-weight  : bold;
  text-align   : center;
}

#sect5 .card-title span {
  color     : #000000;
  display   : block;
  font-size : 11px;
  text-align: center;
}

#sect5 .card-text span {
  color    : #000000;
  font-size: 12px;
}

#sect5 .card-text p {
  color      : rgba(0, 0, 0, 0.5);
  margin-top : 8px;
  font-size  : 13px;
  line-height: normal;
  text-align : justify;
}

#sect6 {
  background: #ffffff;
  padding   : 50px 0;
font-size  : 36px;
}

.textOrange {
  color: #F8A44E;
}

#sect6 p {
  font-size    : 48px;
  font-weight  : 300;
  color        : #59a5fa;
  margin-bottom: 0px;
}

#sect6 h3 {
  font-size    : 128px;
  font-weight  : 700;
  color        : #eba81f;
  margin-bottom: 0px;
  line-height  : 1;
}

textarea::-webkit-input-placeholder {
  color    : #B9B7B7 !important;
  font-size: 13px;
}

textarea:-moz-placeholder {
  color    : #B9B7B7 !important;
  font-size: 13px;
}

.boxbdr {
  border       : 2px solid #F8A44E;
  border-radius: 10px;
}

input[type=file]::file-selector-button {
  position     : absolute;
  right        : 10px;
  top          : 0;
  padding      : .2em .4em;
  /* background   : linear-gradient(90deg, #FC7F0D 0%, #FFAA05 100%); */
  background-color:  #ffa800  ;
  border-radius: 50px;
  color        : #ffffff;
  transition   : 1s;
  border       : none;
  height       : 40px;
}

.file-upload input {
  background   : #FFFFFF;
  border       : 2.5px solid rgba(222, 222, 222, 0.7);
  border-radius: 15px;
  width        : 100%;
  height       : 40px;
  line-height  : 2;
  padding-left : 5px;
  color        : #83898f;
}

textarea {
  border       : 2px solid rgba(222, 222, 222, 0.7);
  border-radius: 10px !important;
}

input[type="file"] {
  padding-left: 12px;
  width       : 99%;
}


#sect6 .btnOrange2 {
  width     : 50%;
  text-align: center;
}

#sectBlog {
  background: #fafafa;
  padding   : 50px 0
}

.btnOutline {
  background-color: #f7f7f7;
  width           : 200px;
  padding         : 10px;
  border          : 4px solid #CDCDCD;
  border-radius   : 30px;
  transition      : 0.25s ease background;
  color           : #9A9A9A;
}

.btnOutline:hover {
  background   : linear-gradient(90deg, #FC7F0D 0%, #FFAA05 100%);
  border       : none;
  color        : #ffffff;
  border-radius: 30px;
}

#sectBlog a img {
  border-radius     : 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition     : 0.2s ease-in;
  transition        : 0.2s ease-in;
}

#sectBlog a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform    : scale(1.05);
  transform        : scale(1.05);
}

#sectBlog .card {
  background-color: #f7f7f7;
  box-shadow      : 0px 4px 4px rgba(241, 241, 241, 1);
  border-radius   : 10px
}

#sectBlog .blog-item {
  background   : #f7f7f7;
  padding      : 10px;
  box-shadow   : 0px 4px 4px #ededed;
  border-radius: 10px;
}

#sectBlog .card h5 a {
  color          : #6E6E6E;
  font-size      : 16px;
  font-weight    : 700;
  text-decoration: none;
}

#sectBlog .card h5 a:hover {
  color: #020100;
}

#sectBlog .card p {
  color    : #7f7f7f;
  font-size: 14px;
}

/*blog*/
#sectBlog .card {
  flex-direction: column;
}

/*.card img {  width: 30%;}*/


.textOrange {
  color: #FEA705
}

#sectbtm {
  padding: 8% 0 8% 0;
}

#sectbtm p {
  font-weight: 500;
  font-size  : 21px;
  color      : #F8A44E;
}

#sectbtm h5 {
  font-weight  : 700;
  font-size    : 110px;
  color        : #E6E6E6;
  margin-bottom: inherit;
}

.inset-text {
  /* Shadows are visible under slightly transparent text color */
  color      : rgba(10, 60, 150, 0.8);
  text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

/* Don't show shadows when selecting text */
::-moz-selection {
  background : #5af;
  color      : #fff;
  text-shadow: none;
}

::selection {
  background : #5af;
  color      : #fff;
  text-shadow: none;
}

#sectbtm a .btnorange {
  background   : linear-gradient(180deg, #FC7F0D 0%, #FFAA05 100%);
  border-radius: 60px;
  padding      : 20px 40px;
  border       : none;
  width        : 100%;
  text-align   : center;
  font-size    : 24px;
  font-weight  : 700;
}

.shade {
  width: 100%;
}

footer {
  border-top: 6px solid #ffa800;
  background: #333232;
  padding   : 50px 0px;
}

footer h5 {
  font-weight: 700;
  font-size  : 25px;
  color      : rgb(255, 255, 255);
}

footer h5:after {
  content   : "";
  display   : block;
  width     : 70px;
  height    : 5px;
  background: #ffa800;
  right     : 0;
  left      : 15px;
  position  : absolute;
}

footer ul {
  margin-top: 20px;
}

footer ul li .nav-link {
  color    : #F7F7F7;
  font-size: 14px;
  padding  : 0.2rem 0px;
}

footer .boxBlk {
  background   : #222222;
  border-radius: 10px;
  padding      : 20px;
  margin-top   : 10px;
}

footer .boxBlk i {
  font-size: 22px;
}

footer #copy {
  float : right;
  cursor: pointer;
}

footer .social i {
  font-size: 25px;
}

footer .social a:hover {
  color: #ffffff;
}

footer .boxBlk .next {
  position  : absolute;
  top       : 0;
  background: #fc9100;
  color     : #ffffff;
  font-size : 12px;
}

.footerbtm {
  background: #333232;
  border-top: 5px dashed #FC800C;
}

.copyright {
  padding      : 15px 0px;
  font-weight  : 300;
  font-size    : 12px;
  color        : #d2d2d2;
  margin-bottom: 0px;
}



/*INNER-PAGES*/
.banner-inner {
  /*max-height:700px;*/
  padding-bottom: 50px;
  background    : rgb(255, 255, 255);
  background    : linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(252, 250, 247, 1) 50%, rgba(254, 218, 173, 1) 100%);
}

.banner-inner .title_banner {
  font-size    : 45px;
  font-weight  : 700;
  color        : #FEA605;
  text-align   : left;
  line-height  : 1;
  margin-bottom: 10px;
}

.banner-inner .title_banner span {
  color: #C6C6C6;
}

.banner-inner p {
  font-weight: 500;
  font-size  : 15px;
  color      : #888888;
}

.banner-inner .bnr-box {
  position : relative;
  padding  : 30px;
  max-width: 90%;
  margin   : auto;
}

.banner-inner .bnr-box .lineOrange {
  position: absolute;
  bottom  : 0;
  left    : 0
}

.banner-inner .bnr-box .lineGray {
  position: absolute;
  top     : 0;
  right   : 0
}

#service {
  padding: 50px 0px;
}

#service .title {
  font-size    : 48px;
  font-weight  : 700;
  color        : #646464;
  margin-bottom: 0px;
}

#service ul li {
  max-width : 250px;
  margin    : 10px;
  text-align: center;
}

#service ul li .icon {
  border-radius: 50px;
  width        : 58px;
  height       : 58px;
  margin       : 0px auto 10px auto;
}

#service ul li h5 {
  font-size  : 13px;
  font-weight: 700;
  color      : #6E6E6E;
  margin-top : 20px;
}

#service ul li p {
  font-size  : 12px;
  color      : #495057;
  font-weight: 300;
  text-align : justify;
  margin-top : 20px;
}

/*#service  ul li .nav-tab .nav-link.active{background-color: #fff; border-color: 1px solid #FC860B!important;}*/
#service ul li .nav-link {
  padding: 0px !important;
}

#service ul li a .card {
  border          : none;
  background-color: transparent;
  box-shadow      : 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius   : 10px;
  min-height      : 345px;
}

#service .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color           : #495057;
  background-color: transparent;
  border-radius   : 10px;
  border          : 1px solid #FC860B
}

#card_box .card {
  border          : none;
  background-color: transparent;
  box-shadow      : 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius   : 10px;
  min-height      : 345px;
}

#card_box .icon {
  border-radius: 50px;
  width        : 58px;
  height       : 58px;
  margin       : 0px auto 10px auto;
}

#card_box h5 {
  font-size  : 13px;
  font-weight: 700;
  color      : #6E6E6E;
  margin-top : 20px;
  text-align : center;
}

#card_box p {
  font-size  : 12px;
  color      : #495057;
  font-weight: 300;
  text-align : justify;
  margin-top : 20px;
}


#testimonial {
  background: #f7f7f7;
  padding   : 50px 0px;
}

#testimonial .para {
  font-size: 14px;
  color    : #888888;
}

#testimonial .quote {
  font-size  : 14px;
  font-weight: 700;
  color      : #888888;
}

#testimonial .quoteHead {
  font-size  : 14px;
  font-weight: 700;
  color      : #888888;
  text-align : right;
}

#testimonial .quoteHead span {
  display    : block;
  font-weight: 300;
}

#testimonial i {
  font-size: 80px;
  color    : #FC860B;
}

.bgLight {
  background-color: #f7f7f7;
}

#faq .title {
  font-size: 48px;
}

#faq a .nav-link {
  color    : #000000 !important;
  font-size: 14px;
}

#faq .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color           : #000000;
  background-color: #f7f7f7;
  font-weight     : 700;
}

#faq .nav-link i {
  color: #e6e6e6;
}

#faq .nav-pills .nav-link.active i {
  color: #FC860B;
}

#faq .nav-link .arrow {
  float    : right;
  font-size: 20px;
}

#faq .nav-link .circle {
  margin-right: 10px;
}

#faq a span {
  color: #000000;
}

#faq .table {
  margin-bottom: 0px;
  border       : none;
}

/*#faq .icon {
  display:block;
  width: 10%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#faq .icon2 {
  width: 10%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#faq .text {
display:block;
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}*/


.bdr-radius {
  border-top-right-radius   : 10px;
  border-bottom-right-radius: 10px;
}

#callBck {
  padding: 50px 0;
}

#callBck h3 {
  margin-bottom: 0px;
  line-height  : 1
}

#callBck span {
  font-size: 32px;
}

#callBck .btnOrange2 {
  width: 200px;
}

#portfolio {
  padding: 50px 0px;
}

/*.title{margin-bottom:0px;}*/



/*--automobile--*/
#topSec p {
  max-width  : 70%;
  line-height: 1;
  margin     : auto;
}

.card_radius {
  border-radius: 25px;
  border       : 5px solid #ffffff;
  padding      : 10px;
}

/*--about page--*/

#about .banner,
#career .banner {
  background     : url("../images/bg_banner.jpg");
  background-size: cover;
  color          : #ffffff;
  text-align     : center;
  border-radius  : 0 0 20px 20px;
  border-bottom  : 8px solid #FEA007;
  min-height     : 300px;
}

#about .banner p {
  font-size  : 25px;
  font-weight: 500;
  text-align : center;
}

#about .banner p i {
  color: #FEA007
}

#about h4,
#career h4 {
  font-weight: 700;
  font-size  : 48px;
  color      : #a2a2a2;
  text-align : center;
}

#about .card {
  box-shadow   : 0px 0px 20px rgba(0, 0, 0, 0.05);
  height       : 100% !important;
  margin-bottom: 15px;
}

#about .counter-wrap .numb1 {
  position               : relative;
  top                    : 0;
  left                   : 0;
  font-size              : 50px;
  font-weight            : 700;
  opacity                : 0.6;
  background-color:   #ffa800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip        : text;
  text-fill-color        : transparent;
}

#about .counter-wrap {
  border: none;
}

#about .counter-wrap .counter-text {
  font-size     : 15px;
  color         : #888888;
  font-weight   : 300;
  letter-spacing: 1;
  padding-left  : 0px;
  text-align    : left;
}

#about .counter-text .text-b {
  font-weight: 700;
  font-size  : 15px;
  display    : block;
  line-height: 0.85;
}

#about .tags h5 {
  color      : #6a6a6a;
  font-size  : 20px;
  font-weight: 700;
}

/*career-page*/

#career .banner p {
  font-size     : 32px;
  color         : #ffffff;
  margin        : 0;
  letter-spacing: 14px;
  text-align    : center;
}

#career .banner h3 {
  font-size  : 96px;
  font-weight: 700;
  color      : #ffffff;
  margin     : 0;
  line-height: 1;
  text-align : center;
}

#career .banner .btnorange {
  background-color: #fb8700;
  color           : #ffffff;
  font-weight     : 500;
  border-radius   : 30px;
  width           : 200px;
  padding         : 8px 20px;
}

#career .box-wrapper {
  border-top     : 1px solid #EBEBEB;
  clear          : both;
  height         : 100%;
  background     : linear-gradient(to right, #313131 0%, #313131 50%, #EBEBEB 50%, #EBEBEB 100%);
  display        : flex;
  justify-content: center;
  align-items    : center;
  margin-bottom  : 20px;
}


#search_box {
  margin-top: -50px;
}

#search_box input {
  background: #ffffff;
  height    : 65px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

#search_box i {
  color  : #fc9100;
  z-index: 10;
}

#career .card {
  background   : #FBFBFB;
  box-shadow   : 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

#career .vector {
  position: absolute;
  top     : 0;
  right   : 10px;
}

#career .vector img {
  height: 32px;
}

#career .btnLinked {
  background   : #FC860B;
  box-shadow   : inset 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px;
  padding      : 20px 10px;
  color        : #ffffff;
  width        : 200px;
}

.divBlck {
  margin-top : 50px;
  background : #2F2F2F;
  color      : #ffffff;
  padding    : 15px 10px;
  text-align : center;
  font-size  : 18px;
  font-weight: 700;
}

#career .btnOrange2 {
  width     : 180px;
  text-align: center;
  padding   : 15px;
}

.bg_gray {
  background: #edebeb;
}

/*--contact-page--*/
#contact h4 {
  color: #efefef;
}

#contact .boxBlk {
  background   : #FCFCFC;
  box-shadow   : 0px 2px 6px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding      : 20px 20px 20px 30px;
  margin-top   : 10px;
}

#contact .boxBlk i {
  font-size: 25px;
}

#contact #copy {
  text-align: right;
  cursor    : pointer;
}

.locBox {
  position     : relative;
  width        : 100%;
  border-radius: 20px;
  height       : auto;
}

.addrs {
  position: absolute;
  top     : 25%;
  left    : 8%;
  right   : 2%;
  color   : #ffffff;
}

.addrs span {
  font-size   : 14px;
  margin-right: 15px;
}

#contact.btnOrange2 {
  width: 100%;
}

.h-divider {
  margin-top   : 20px;
  margin-bottom: 5px;
  height       : 60%;
  width        : 4px;
  background   : #DADADA;
}

/*#workflow{background: linear-gradient(98.91deg, rgba(96, 49, 0, 0.06) 2.91%, rgba(96, 49, 0, 0) 146.53%);}
*/
#workflow {
  padding   : 50px 0px 0px 0px;
  background: rgb(252, 251, 250);
  background: linear-gradient(50deg, rgba(252, 251, 250, 1) 0%, rgba(247, 244, 242, 1) 73%, rgba(247, 244, 242, 1) 50%);
}

#workflow h2 {
  font-size  : 36px;
  font-weight: 700;
  color      : #e7a31e;
}

#workflow p {
  font-size: 12px;
  color    : #767676;
}

#workflow ol li {
  font-size   : 12px;
  color       : #767676;
  margin-left : 15px;
  padding-left: 10px;
}

#workflow .btnorange {
  /* background  : linear-gradient(180deg, #FC7F0D 0%, #FFAA05 100%);
 
  background: #fdaa2f;
  margin-right: 20px;
  padding     : 8px 15px;
  font-size   : 14px;   
   border: none; */
}

#workflow .btnorange:hover {
  background: #020100;
  color     : #ffffff;
}

#workflow .btnOutline2 {
  min-width    : 120px;
  border       : 2px solid #61a2f5;
  border-radius: 30px;
  font-size    : 14px;
  color        : #61a2f5;
  font-weight  : 700;
  padding      : 8px 15px;
}

#workflow .btnOutline2:hover {
  background: #020100; 
  color     : #ffffff;
  border    : 2px solid #020100;
}

#workflow h3 {
  font-size  : 18px;
  font-weight: 700;
  color      : #767676;
}

#workflow p.fontLight {
  color: #b9b7b7;
}

#workflow .ftp {
  color      : #0046F9;
  font-weight: 700;
}

#workflow .dropbox {
  color      : #1BA7F6;
  font-weight: 700;
}

#workflow .wetransfer {
  color      : #262626;
  font-weight: 700;
}

#workflow .shade img {
  width  : 100%;
  display: block;
  margin : auto;
}
.text-justify {
    text-align: justify;
}