@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap');
body{
	font-family: 'Hind', sans-serif;
  letter-spacing: 0.5px;
  color: #909090;
  font-size: 14px;
}

.center{ text-align: center; }
.navbar-toggler {
    line-height: 1;
    background-color: #fbbe05;
    border: 1px solid #fbbe05;
}
button:focus {
    outline:none;
   
}

header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}
.navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.navbar{
    padding: .5rem 0rem;
}

.about_Section .heading{color: #fff;}
.about_Section {
    padding: 120px 0 50px;
    background: url('../images/ab_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    background-position: center;
}
.about_Section p{color: #fff;font-weight: 300;}

.carousel-caption .heading{
   color: #ffffff;
    font-weight: 800;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 10%;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.dot_menu {
    color: #fff;
    line-height: 37px;
    padding: 0px 11px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}
.rm {
    color: #fff;
    background: #fcaa1a;
    text-transform: uppercase;
    padding: 13px 30px;
    font-size: 10px;
    display: inline-block;
    margin-top: 15px;
}

.rm:hover{
    color: #fff;
    text-decoration: none;
}
.service_box {
    display: flex;
    margin-bottom: 40px;
}
.icon{
  width: 72px;
  height: 72px;
}
.service_box .icon{
  margin-right: 20px;
}
.ser_head {
    font-weight: 800;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
.ser_head a {
  color: #000;
}
.service_box p{
    color: #909090;
    font-size: 14px;
}
.emp_bg {
  background: url(../images/emp_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.white_text{
  color:#fff;
}

.heading{
  font-weight: 800;
  color:#13213e;
  font-family: 'Montserrat', sans-serif;
}

.yellow_text{
  color:#fea722;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
.uper_head {
    text-transform: uppercase;
    font-weight: 900;
    color: #fea722;
    font-size: 12px;
    position: relative;
    padding-left: 55px;
}
.uper_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fea722;
  top: 7px;
}
.rm_blue {
    color: #fff;
    background: #162441;
    text-transform: uppercase;
    padding: 13px 30px;
    font-size: 10px;
    display: inline-block;
    margin-top: 15px;
}
.rm_blue:hover{
  text-decoration: none;
color: #fff;
}

.service .heading{
  color: #13213e;
}
.ser_box {
    
    padding: 90px 25px;
}

.dark_grey{
  background: #f6f6f6;
}
.light_grey{
  background: #fcfcfc;
}
.uper_text {
    text-transform: uppercase;
    font-weight: 900;
    color: #fea722;
    font-size: 12px;
    position: relative;
}
.blue_box {
    background: #16012a;
    margin-bottom: 30px;
    padding: 45px 20px;
}
#home_tool .blue_box {
  height: 200px;
}
.emp_padding{
  padding: 80px 0;
}
.sample_head {
    color: #fcaa1a;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    font-size: 18px;
}
.values .heading{
    font-size: 33px;
}
.values p{
  margin-bottom: 40px;
}
.value_rm {
    padding: 0 20px;
    position: relative;
    color: #ff7fcb;
    transition: all 0.3s ease-in-out;
}
.value_rm::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 25px;
    background: url(../images/arow.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.value_rm::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    background: url(../images/arow2.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.value_rm:hover{
    color: #ff7fcb;
    transition: all 0.3s ease-in-out;
}
.value_rm:hover.value_rm::after{
    color: #ff7fcb;
    bottom: -10px;
    transition: all 0.3s ease-in-out;
}
.value_rm:hover.value_rm::before{
    color: #ff7fcb;
    top: -10px;
    transition: all 0.3s ease-in-out;
}
.counter_bg{position: relative;}
.counter_bg:before{
  content: '';
  background:url('../images/left.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top:21%;
  height: 100%;
  width: 300px;
  background-size: 156px;
}
.counter_box {
    width: 170px;
    height: 170px;
    border: 7px solid #ffa620;
    text-align: center;
    border-radius: 170px;
    font-size: 40px;
    line-height: 170px;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
    margin-bottom: 20px;
}
.counter_box + h3{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact_section {
  color: #13213e;
}
.add_box{
  font-weight: 600;
}
.talkform input{
  border: 0;
    border-radius: 0;
    height: 50px;
    padding: 15px;
    outline: none;
}
.talkform textarea{
  border: 0;
    border-radius: 0;
    height: 150px;
    padding: 15px;
    outline: none;
}

.btnbox .rm{
  height: auto;
  padding: 13px 30px;
  font-weight: 600;
}
.maxheight{
  max-height: 365px;
  overflow: hidden;
}
.view{
  color: #fff!important;
  cursor: pointer;
  font-weight: 600;
}
.stock_icon {
    width: 165px;
}




footer{
  background: #162441;
  padding-top: 70px;
}
.grey_text{
  color: #c5c5c5;
}
.f_head {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
ul.useful{
 margin: 0;
 padding-left: 15px;
 margin-bottom: 25px;
}
ul.useful li a{
  color: #c5c5c5;
}
.sub_btn {
    border: 0;
    background: #f8bd01;
    box-shadow: none;
    outline: none;
    padding: 2px 10px;
    height: 28px;
    color: #fff;
}
.newsleter{
  border: 0;
    box-shadow: none;
    outline: none;
    height: 28px;
   padding: 3px 10px;
}

.copyright {
    background: #111c38;
    padding: 25px 0;
    margin-top: 60px;
}
#sub_stctr ul li {
  font-size: 20px;
  list-style-type: circle;
}
#sub_stctr ul {
  padding-left: 20px;
}

#why_hold_us ul li {
  text-align: left;
  padding: 10px;
  font-size: 20px;
}
#advantages .blue_box img {
  width: 15%;
  padding: 10px;
}
#offerings ul li {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fcaa1a;
}
#products img {
  width: 65px;
}
#products h3 {
  font-size: 22px;
  padding: 10px;
  color: #111521;
}
#highlights h4 {
  font-size: 15px;
  font-style: italic;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fcaa1a;
  background-color: #fff;
  border-bottom: 2px solid;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  color: #000;
  font-weight: 800;
}
#benefits .tab-pane {
  color: #000;
  font-size: 26px;
}
#contact-us .add_box i {
  color: #fcaa1a;
  font-size: 22px;
}
#exampleFormControlSelect1 {
  margin-bottom: 10px;
  border-radius: 0px;
  border: 0px;
  height: 50px;
}
.goals li.nav-item {
  width: 25%;
}
.goals .counter_box {
  width: 100px;
  height: 100px;
  border: 7px solid #ffa620;
  text-align: center;
  border-radius: 170px;
  font-size: 25px;
  line-height: 95px;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
}
.goals .counter_box + h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#goals {
  padding: 80px 50px;
  background: #081034;
  position: relative;
}
.goals h1.heading.mb-3.mt-3 {
  font-size: 30px;
  padding: 10px;
  color: #fff;
}
.goals .tab-pane {
  text-align: center;
  padding: 25px 0px 50px 0px;
  font-size: 40px;
}
.goals .nav-link.active .counter_box {
  color: #000;
}
.goals .nav-link.active h3 {
  color: #000;
}
#uiux_counter ul li {
  text-align: left;
  font-size: 16px;
}
#uiux_counter h3 {
  font-size: 20px;
}
#UIUX_ABOUT {
  BACKGROUND: #e9e9e9;
}
.yellow_btn {
  color: #fff;
  background: #fcaa1a;
  padding: 8px 30px;
  font-size: 10px;
  display: block;
  margin-top: 0px;
  font-size: 10px !important;
  line-height: 23px;
  text-transform: uppercase;
}


.career_menu_btn {
  width: 100px;
  text-align: center;
}
.points_main {
  display: flex;
}
div#Inner_page {
  position: relative;
}
footer .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 0;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

footer ul.useful {
  padding-left: 0px;
  padding-top: 10px;
}
.big_data .stock_icon {
  width: 150px;
  padding: 10px;
}
.counter_bg.automation_prodct:before {
  content: '';
  background: url(../images/left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6%;
  height: 100%;
  width: 300px;
  background-size: 156px;
}
.big-data_alalytcs .blue_box {
  height: 180px;
}
.footer_serices {
  display: flex;
}
.footer_serices ul.useful {
  padding: 10px 20px;
}

h3.f_head.usful_links.animated.fadeIn {
  padding-left: 20px;
}
.reuxh_us ul a {
  color: #fff;
  display: block;
  padding-left: 0px;
}
.reuxh_us ul {
  padding-left: 0px;
}
div#career_form {
  margin: 0 auto;
}
label.custom-file-label {
  height: 50px;
  border-radius: 0px;
  padding-top: 15px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.5em + .75rem);
  padding: 0.900rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
#homepage_boxes .heading {
  font-size: 25px;
}
#bid_data_boxes .ser_box {
  height: 430px;
  max-height: 430px;
}
.career_flex_field {
  display: flex;
}
#career_form .btnbox {
  padding: 10px 15px;
}

.carousel-caption p {
  font-size: 20px;
}
.three_logo .stock_icon {
  width: 128px;
}
.career_content i{
 font-weight: 700;
 font-size: 20px;
 color: #000;
 padding-bottom: 20px;
}
.content_tag {
  padding: 32px 0px;
}





@media (min-width: 768px){
  #hover_dropdown:hover #depn_sub {
    display: block !important;
  }
}
@media(max-width: 480px){
  #home_tool .blue_box {
    height: auto;
}
  .logo{
    width: 145px;
  }
  header {
    position: relative;
    background: #000;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    display: block !important;
}
.carousel-caption .heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.carousel-caption p{
  font-size: 10px;
}
#Inner_page .carousel-caption {
  position: absolute;
  right: 15%;
  top: 12%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  display: block !important;
}
.points_main {
  display: block;
}
.emp_bg {
  background-size: cover;
}
.counter_bg:before {
    content: '';
    background: url(../images/left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7%;
    height: 100%;
    width: 300px;
    background-size: 100px;
}
.goals li.nav-item {
  width: 100%;
}
.goals .tab-pane {
  text-align: center;
  padding: 25px 0px 35px 0px;
  font-size: 25px;
}
#goals {
  padding: 80px 5px;
  background: #081034;
  position: relative;
}
.row.default_hide.maxheight {
  max-height: 500px;
}
.heading {
  font-size: 28px;
}
footer .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 0;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
footer .rm {
  margin-bottom: 20px;
}
.carousel-caption a.rm {
  display: none;
}
}