@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
      url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
      url('../fonts/Roboto-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
      url('../fonts/Roboto-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
      url('../fonts/Roboto-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
      url('../fonts/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
      url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
      url('Roboto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
      url('../fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
      url('../fonts/Roboto-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

















h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
  font-family: 'Roboto';

}


/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #005879;
    margin: 0 auto;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 13px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */



/* 
my-css */
.man-top {
  color: white;
  background-color: #000033;

}

.man-top ul {
  display: flex;
  list-style: none;
}

.top-markt-sheet-left ul li i {
  color: #0084bf;
  padding-right: 20px;
}
.top-markt-sheet-left ul li {
  margin-right: 2%;
}



.top-markt-sheet-center ul li {
  margin-left: 2%;
}
.top-markt-sheet-center span i {
  color: #0084bf;
}
.top-markt-sheet-center ul li {
  margin-left: 2%;
  color: #aac7d5;
  padding-top: 3px;
}
.top-markt-sheet-left ul li {
  color: #adc9d6;
  padding-top: 3px;
}

.top-markt-sheet-right li {
  background: #0e86d1;
  padding: 3px 7px;
  border-radius: 100px;
  font-size: 13px;
  color: white;
}
.top-markt-sheet-right ul li {
  margin-left: 17px;
  padding-top: 3px;
  margin-top: 3px;
}
.right-top li {
  background-color: #0084bf;
}
.right-top span {
}
.right-top ul {
  display: flex;
}
.right-top {
  float: left;
}

.top-markt-sheet-right {
  float: right;
}

.right-top span {
  padding: 5px 9px;
  font-size: 13px;
}
.right-top li {
  background-color: #0084bf;
  font-size: 12px;
  padding: 8px 9px 5px 0px;
}

.metro-section {
  background-color: white;
  display: flex;
  align-items: center;
}

.metro-image img {
  width: 57%;
  padding-top: 4px;
}

.metro-center a {
  text-decoration: none;
  margin-right: 7%;
  font-size: 18px;
  color: #7f7d7d;
  padding: 3px 5px;
}

.metro-center ul li {
  list-style: none;
  margin-right: 7%;
  /* padding-top: 23px; */
}

.business img {
  width: 71%;
}
.business {
  text-align: end;
}


.metro-services{
background-color: #0074a8;
  padding-top: 20px;
  padding-bottom: 16px;
position: relative;
}

.services-image img {
  position: absolute;
  right: 0%;
  width: 45%;
  bottom: 0%;
}
.services-content h4 {
  color: #f3f3f3;
  font-size: 48px;
  padding-top: 39px;
  font-weight: 900;
}

.services-content p {
  font-size: 29px;
  color: #ffff00;
  line-height: 100px;
  font-weight: 500;
  margin-bottom: 40px;
}



.services-content :nth-child(3) {
}
.services-content :nth-child(4) {
   display: block;
  color: #bfc6db;
  text-decoration: none;
  margin-top: 200px;
font-size: 22px;
}

.boost-content img {
  width: 100%;
  margin-left: -7%;
}

.boost-text h4 {
  color: #00b0f0;
  font-size: 47px;
  margin-top: 26px;
  font-weight: 700;
line-height: 45px;
}
.boost-text span {
  color: #000033;
  margin-left: 16%;
}
.we-metro h5 {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 55px;
  margin-top: 25px;
}
.we-metro p {
  font-size: 22px;
  color: #999aa7;
  font-weight: 400;
  line-height: 23px;
margin-bottom: 75px;
}

.we-metro a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
    text-shadow: 0px 0px 2px;
    padding: 10px 79px;
    display: inline-block;
    font-size: 20px;
}
section.boost-section {
  padding-top: 40px;
  padding-bottom: 38px;
}
.we-make-section {
  background-color: #0081ba;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.we-make-section h4 {
  color: #f3f3f3;
  font-size: 48px;
  padding-top: 39px;
  font-weight: 900;
  line-height: 15px;
}
.we-make-section span {
  font-size: 29px;
  color: #ffff00;
  line-height: 100px;
  font-weight: 500;
  margin-bottom: 40px;

}

.make-list {
  margin-top: 50px;
}

.make-list h2 {
    color: #e3e0e0;
    font-size: 27px;
    margin-bottom: 35px;
    margin-top: 37px;
}

.make-list p {
  font-size: 23px;
}

.make-list {
  margin-top: 50px;
  width: 71%;
color:  #e3e0e0;
}


.mak-btn :nth-child(1)  {
    display: block;
    color: #bfc6db;
    text-decoration: none;
    margin-top: 141px;
    font-size: 22px;
}

.mak-image img {
  position: absolute;
  right: 0%;
  width: 79%;
  bottom: 0%;
}

.mak-btn :nth-child(2){

text-decoration: none;
color: white;
font-weight: 500;
background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
text-shadow: 0px 0px 2px;
padding: 10px 79px;
display: inline-block;
font-size: 20px;
margin-top: 60px;
}


@media only screen and (max-width:1140px)   { 

 }


/* 
 CONTACT-CSS */

 .contact-us {
  background-color: #007ab1;
  padding-top: 55px;
  padding-bottom: 30px;
}

.contact-text h2 {
  font-size: 43px;
  font-weight: 800;
  color: #f3f3f3;
  font-family: sans-serif;
  margin-bottom: 32px;
}
.new-customers h5 {
  color: #ffff00;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

form {
    background-color: #ffffff;
    border-radius: 80px;
    padding: 17px 44px;
    margin-top: 27px;
}
.new-customers label {
  color: #898989;
  font-weight: 600;
  margin-top: 15px;
}

.new-customers input {
  width: 100%;
  border: 1px solid #b3adad;
  padding: 12px 0px;
}

.current-customers h5 {
  color: #ffff00;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.man-content {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 33px 20px;
  margin-top: 28px;
}

.current-content p {
  color: #6e6e6e;
 
}

.mail a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.mail h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.mail {
  text-align: center;
  margin-top: 56px;
margin-bottom: 13px;
}



.phonn a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.phonn h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.phonn {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 14px;
}




.HQ a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.HQ h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.HQ{
  text-align: center;
  margin-top: 56px;
  margin-bottom: 14px;
}




.TECH a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.TECH h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.TECH{
  text-align: center;
  margin-top: 56px;
  margin-bottom: 14px;
}

.form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check label {
  padding: 0px;
  margin-top: 7px;
  margin-left: 3%;
  font-size: 19px;
}

.my-text p {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.form-check input {
  border-radius: 0px !important;
  width: 17%;
  padding: 17px 0px;
  border: 1px solid #6a6969;
  margin-bottom: 17px;
}

.form-bt a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
  text-shadow: 0px 0px 2px;
  padding: 10px 79px;
  display: inline-block;
  font-size: 20px;
  margin-top: 11px;
}

.form-last p {
  font-size: 18px;
  color: #898989;
  font-weight: 700;
  padding-top: 45px;
}













/* saad css */
.service-banner{
  background-image: url(../images/CallCenter3.png);
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-size: 100%; */
}
.main-inner-text {
    padding: 210px 0;
}

.inner-banner.text {background: #00afef;width: 60%;MARGIN-LEFT: -11PX;PADDING: 10PX 0;}

.inner-banner.text h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 800;
    padding-left: 20px;
    font-size: 44px;
}

.inner-banner-second-text {
    /* padding-top: 140px; */
    float: right;
    background: #00afef;
    width: 60%;
    margin-top: 180px;
    MARGIN-RIGHT: -12PX;
    PADDING-LEFT: 20PX;
    PADDING: 10PX 0 10px 20PX;
}

.inner-banner-second-text h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 800;
    padding-left: 10px;
    font-size: 44px;
}

.inner-banner-second-text span {
    font-size: 24px;
    padding-left: 10px;
    color: #ffff00;
    font-weight: 500;
    margin: 0px10;
}
section.serivice-first-inner {
    background: #007aaf;
    padding-bottom: 80px;
}

.main-first-inner-heading {
    padding: 10px 0;
}

.firt-inner-heading h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 800;
    padding-left: 10px;
    font-size: 41px;
}
.second-inner-image img {
    width: 100%;
}

.second-inner-box {
    background: #fff;
    border-radius: 50px;
    padding: 21px 68px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.second-inner-heading h2 {
    color: #00afef;
    font-family: 'Roboto';
    font-weight: 800;
    /* padding-left: 10px; */
    font-size: 41px;
    margin-bottom: 11px;
}

.second-inner-heading ul li {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 11px 0px;
}
.second-inner-box .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-inner-heading a {
    padding-right: 50px;
    padding-top: 22px;
    color: #f77731;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}
section.service-second-banner {
    padding: 60px 0;
}

.service-second-inner-text h1 {
    color: #000032;
    font-family: 'Roboto';
    font-weight: 800;
   
    font-size: 50px;
}

h2.first {
    color: #00afef;
    font-size: 50px;
    font-family: 'Roboto';
    margin-left: 100px;
    margin-top: 30px;
    font-weight: 600;
}

h2.second {
    color: #000032;
    font-size: 50px;
    font-family: 'Roboto';
    margin-left: 262px;
    margin-top: 9px;
    font-weight: 600;
}

h2.third {
    color: #00afef;
    font-size: 50px;
    font-family: 'Roboto';
    margin-left: 432px;
    margin-top: 12px;
    font-weight: 600;
}

.service-second-inner-text p {text-align: left;margin-top: 70px;/* width: 90%; */font-size: 27px;line-height: 43px;color: #909091;}

section.service-third-banner {
    background: #0074ab;
}

.service-third-inner-heading h1 {
    color: #ffff00;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 38px;
    padding: 40px 0;
    text-align: center;
}
.new-box4 img {
    width: 100%;
    /* padding-top: 29px; */
    margin-top: 48px;
    padding: 0 31px;
}

.new-box2 {
    background: #fff;
    border-radius: 40px;
    padding: 33px 0;
    text-align: center;
}

.new-box2 h6 {
    color: #939393;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.new-box2 p {
    padding-top: 50px;
    color: #939393;
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
}

.new-box2 span {
    color: #e10202;
    font-size: 37px;
    font-weight: 700;
}
.full-box {
    background: #cbebff;
    border-radius: 40px;
}


.new-box3 ul li {font-size: 25px;text-align: end;/* list-style-position: inside; */margin: 19px 0;list-style: none;}

.new-box3 {
    padding: 23px 0;
}
.new-box4 {
    background: #fff;
    border-radius: 40px;
    text-align: center;
    /* position: relative; */
    padding: 18px 0;
}

.new-box4 p {
    padding-top: 50px;
    color: #939393;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}
img.new-box-second {
    width: 30%;
    padding: 0;
    margin: 0;
}

.new-box4 span {
    color: green;
    font-size: 37px;
    font-weight: 700;
}
.new-text-one {
    text-align: center;
    padding: 29px;
    color: #d5cfcf;
    font-size: 19px;
    font-family: 'Roboto';
}
.final-inner-heading h1 {
    color: #000032;
    font-family: 'Roboto';
    font-weight: 900;
   
    font-size: 46px;
    
    padding-bottom: 50px;
}

.final-inner-heading a {
    background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
    color: #fff;
    text-decoration: none;
    padding: 12px 49px;
    font-size: 20px;
    font-weight: 600;
}

section.final-heading {
    padding: 30px 0 70px;
}

















.last-section {
  background-color: #151515;
  padding-top: 20px;
  padding-bottom: 20px;
}

.foter-card1 img {
  width: 70%;
  margin-bottom: 14px;
}
.foter-card1 ul {
  list-style: none;
}

.foter-card1 a {
  text-decoration: none;
  color: white;
}

.foter-card1 i {
  color: #0084bf;
  margin-right: 2%;
}
.foter-card1 li {
  padding-bottom: 8px;
}

.foter-card2 h4 {
    font-size: 18px;
    color: white;
    position: relative;
    margin-bottom: 40px;
}
.foter-card2 h4::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 64px;
  background: #0081ba;
  top: 40px;
  left: 0px;
}
.foter-card2 ul {
  list-style: none;
}

.foter-card2 a {
  text-decoration: none;
  color: white;
}
.foter-card2 i {
  margin-right: 10%;
  color: #0084bf;
}

.foter-card2 li {
  line-height: 33px;
}



.foter-card3 h4 {
  font-size: 18px;
  color: white;
  position: relative;
  margin-bottom: 40px;
}
.foter-card3 h4::after {
content: '';
position: absolute;
height: 1px;
width: 64px;
background: #0081ba;
top: 40px;
left: 0px;
}
.foter-card3 ul {
list-style: none;
}

.foter-card3 a {
text-decoration: none;
color: white;
}
.foter-card3 i {
margin-right: 10%;
color: #0084bf;
}

.foter-card3 li {
line-height: 33px;
}







.foter-card4 h4 {
  font-size: 18px;
  color: white;
  position: relative;
  margin-bottom: 40px;
}
.foter-card4 h4::after {
content: '';
position: absolute;
height: 1px;
width: 97px;
background: #0081ba;
top: 40px;
left: 0px;
}
.foter-card4 ul {
list-style: none;
}

.foter-card4 a {
text-decoration: none;
color: white;
}
.foter-card4 i {
margin-right: 10%;
color: #0084bf;
}

.foter-card4 li {
line-height: 33px;
}
.foter-card4 button {
  text-decoration: none;
  color: white;
  font-weight: 500;
  background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
  text-shadow: 0px 0px 2px;
  padding: 6px 55px;
  display: inline-block;
  border: none;
  font-size: 20px;
  margin-top: 10px;
}
.foter {
  border-top: 1px solid #3e4144;
  margin-top: 65px;
  padding-top: 30px;
}
.alig {
  display: flex;
  justify-content: end;
}
.foter p {
  color: #777777;
  text-align: end;
}

.boost-text .lst {
  color: #00b0f0;
  margin-left: 27%;
}
section.industries-banner {
    background: #00608b;
    padding: 40px 0;
}

.industry-heading h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 800;
    padding-left: 10px;
    font-size: 50px;
}
.industri-box {
    background: #fff;
    border-radius: 50px;
    padding: 2px 30px;
    margin: 22px 0;
}

.industri-box h2 {
    color: #000;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 34px;
    padding: 25px 0;
}

.industri-box p {
    font-size: 23px;
    line-height: 38px;
    color: #909091;
    padding-bottom: 26px;
}

.industries-inner-box {
    padding: 70px;
}

.industri-box h4 {
    color: #00bbff;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 26px;
    padding-bottom: 24px;
}
.industries-final-heading h1 {
    text-align: center;
    font-size: 56px;
    color: #fff;
    font-weight: 800;
    font-family: 'Roboto';
}
.pricing-heading h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 800;
    padding-left: 33px;
    font-size: 48px;
}

section.pricing-banner {
    background: #00608b;
    padding: 40px 0;
}

.start-text h4 {
  text-align: center;
  font-size: 42px;
  color: #f3f3f3;
  font-weight: 800;
  font-family: sans-serif;
  margin-top: 59px;
  margin-bottom: 12px;
}
section.employment-form {
    background: #0074ab;
    padding: 50px 0;
}

.employment-hea {
    text-align: center;
    color: #fff;
}

.employment-hea h2 {
    font-weight: 800;
    font-size: 31px;
}
.employment-form-boxes h3 {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 4px 0;
    margin-bottom: 20px;
}

.main-employment-form {
    margin-top: 30px;
    background: #fff;
    /* padding: 0 70px; */
}

.employ-input-field input {
    width: 100%;
}

.employ-input-field label {
    color: #0076ac;
    font-size: 15px;
}

.employ-input-field input {
    background: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
}

.main-employment-form tbody td {
    border: none;
}

.employ-input-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    resize: none;
}

.employ-input-field textarea::placeholder {
    color: #ddd;
}

.employ-input-field input::placeholder {
    color: #fff;
}

.employ-input-field select {
    color: #fff;
}
.employ-input-field {
    position: relative;
    /* display: flex; */
}

.employ-input-field h5 {
    position: absolute;
    top: 41%;
    color: #fff;
    left: 0;
}

.employ-input-field-check label {
    color: #010101;
    font-size: 14px;
    /* padding-right: 50px; */
}

.employment-form-boxes p {
    color: #000;
    font-size: 12px;
    width: 100%;
}

 .contact-us {
  background-color: #007ab1;
  padding-top: 55px;
  padding-bottom: 30px;
}

.contact-text h2 {
  font-size: 43px;
  font-weight: 800;
  color: #f3f3f3;
  font-family: sans-serif;
  margin-bottom: 32px;
}
.new-customers h5 {
  color: #ffff00;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

form {
    background-color: #ffffff;
    border-radius: 80px;
    padding: 17px 44px;
    margin-top: 27px;
}
.new-customers label {
  color: #898989;
  font-weight: 600;
  margin-top: 15px;
}

.new-customers input {
  width: 100%;
  border: 1px solid #b3adad;
  padding: 12px 0px;
}

.current-customers h5 {
  color: #ffff00;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.man-content {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 33px 20px;
  margin-top: 28px;
}

.current-content p {
  color: #6e6e6e;
  font-size: 22px;
}

.mail a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.mail h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.mail {
  text-align: center;
  margin-top: 56px;
margin-bottom: 15px;
}



.phonn a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.phonn h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.phonn {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 15px;
}




.HQ a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.HQ h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.HQ{
  text-align: center;
  margin-top: 56px;
  margin-bottom: 22px;
}




.TECH a {
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  font-size: 21px;
}
.TECH h4 {
  margin-bottom: 13px;
  color: #7c7a7a;
  font-weight: 600;
}
.TECH{
  text-align: center;
  margin-top: 56px;
  margin-bottom: 15px;
}

.form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check label {
  padding: 0px;
  margin-top: 7px;
  margin-left: 3%;
  font-size: 19px;
}

.my-text p {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.form-check input {
  border-radius: 0px !important;
  width: 13%;
  padding: 17px 0px;
  border: 1px solid #6a6969;
  margin-bottom: 12px;
}

.form-bt a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
  text-shadow: 0px 0px 2px;
  padding: 10px 79px;
  display: inline-block;
  font-size: 20px;
  margin-top: 11px;
}

.form-last p {
  font-size: 18px;
  color: #898989;
  font-weight: 700;
  padding-top: 39px;
}

.start-text h4 {
  text-align: center;
  font-size: 42px;
  color: #f3f3f3;
  font-weight: 800;
  font-family: sans-serif;
  margin-top: 59px;
  margin-bottom: 12px;
}


/* 
pravicy */

section.Privacy-section {
 
  background: rgb(0,84,123);
  background: linear-gradient(0deg, rgba(0,93,180,56) 36%, rgba(0,128,186,1) 72%);
}
.privacy-content h4 {
  color: #f3f3f3;
  font-size: 34px;
  font-weight: 800;
  padding: 37px 0px;
  margin-bottom: 0;
}

section.please-content {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
section.please-content p {
  color: #918f8f;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.warranty-content :nth-child(2) {
  padding: 30px 0px;
}
.warranty-content p {
  margin-bottom: 30px;
}

.disclaimer p{
  padding: 30px 0px;
}

.limitation-content p{
  padding: 30px 0px;
}

.indemnification-content p{
  padding: 30px 0px;
}

.Your-content p{
  padding: 27px 0px;
}

.trademark-content p {
  padding: 27px 0px;
}

.Proprietary-content p {
  padding: 30px 0px;
}


.eletronic p {
  padding: 30px 0px;
}

.links-content p {
  padding: 30px 0px;
}
.Genetal-content p {
  padding: 30px 0px;
}

section.please-content h4 {
  font-size: 22px;
  font-weight: 700;
}


section.please-content h4 {
  font-size: 22px;
  font-weight: 700;
  padding-top: 24px;
}


/* 
secound-pravicy */

section.Changes-section {
  padding-top: 27px;
  padding-bottom: 20px;
  background-color: #ffffff;
}


section.Changes-section p {
  color: #130805;
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 21px;
}

section.Changes-section h4 {
  font-size: 24px;
  font-weight: 700;
}
section.Changes-section span {
  font-weight: 700;
  font-size: 17px;
}
.Your-content p {
  margin-bottom: -25px !important;
}
.Your-content h4 {
  margin-top: 20px;
}

.center-text {
  width: 95%;
  margin: auto;
}

.contact-content h4 {
  font-weight: 500 !important;
  font-size: 31px !important;
}
.contact-content {
  margin-top: 28px;
}

.How-content li {
  font-size: 18px;
  line-height: 42px;
  font-weight: 500;
}
.How-content ul {
  padding-left: 25px;
}

.How-content ::marker {
font-size: 25px;
}


/* 
flexible */
.flexible-card {
  background-color: #ffffff;
  padding: 20px 26px;
  border-radius: 42px;
}
.flexible-content {
  text-align: center;
}

.flexible-content h4 {
  margin-bottom: 40px;
  color: #00b0f0;
  font-size: 25px;
  font-weight: 700;
}

.flexible-content h2 {
  font-size: 59px;
  font-weight: 900;
  font-family: sans-serif;
  color: #000000;
}

.flexible-content sup {
  font-size: 26px;
  font-weight: 500;
}

.flexible-content sub {
  font-weight: 500;
  font-size: 19px;
  margin-left: -13px;
}

.flexible-content span {
  color: #7f7f7f;
  font-size: 17px;
  font-style: italic;
}

.flexible-content h3 {
  font-size: 30px;
  color: #00b061;
  margin-top: 30px;
  font-weight: 700;
}

.flexible-content p {
  color: #7f7fa7;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 40px;
}



.flexible-content a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
    text-shadow: 0px 0px 2px;
    padding: 10px 63px;
    display: inline-block;
    font-size: 20px;
}

.includes-list p {
  color: #7f7fa7;
  font-size: 16px;
 
  margin-bottom: 20px;
  margin-top: 20px;
}
.includes-list li {
   line-height: 62px;
color: #7f7fa7 ;
  }

.includes-list ul {
  list-style: none;
}

.includes-list img {
  width: 22%;
}





.all-interaction {
  margin-top: 45px;
  width: 80%;
  text-align: center;
  margin: auto;
  padding-top: 47px;
 color: #ffffff; 
}

.all-interaction :nth-child(2){margin-top: 20px;color: lightgray;margin-bottom: 65px;}


.all-interaction a{
  color: #ffffff;

}


.top-pic{
  position: relative;
}

.top-pic img {
  position: absolute;
  top: -89px;
}
.right-top li a {
    color: #fff;
    text-decoration: none;
}
.top-markt-sheet-left ul li a {
    color: #adc9d6;
    text-decoration: none;
}
.top-markt-sheet-left ul li a {
    color: #adc9d6;
    text-decoration: none;
}

.right-top li:hover {
    background: #efefef;
    color: #0084bf;
}

.right-top li:hover a {
    color: #0084bf;
}
.top-markt-sheet-right ul li a {
    color: #fff;
}

.top-markt-sheet-right li:hover {
    background: #fff;
}

.top-markt-sheet-right li:hover a {
    color: #0e86d1;
}
.ser-see {
    text-decoration: none;
    color: white;
    font-weight: 500;
    background: linear-gradient(106.1deg, #efa631 -30.1%, #e96928 103.22%) !important;
    padding: 10px 35px;
    font-size: 20px;
}

.ser-see :hover {
    background: #fff;
    color: #fff;
}

.ser-see:hover {
    color: #ff6703;
    background: #fff !important;
}
.we-metro a:hover {
    background: #fff !important;
    border: 1px solid #e96928;
    color: #e96928;
}

.mak-btn :nth-child(2):hover {
    background: white !important;
    color: #e96928;
    border: 1px solid #e96928;
}
.foter-card4 button:hover{  
    background: white !important;
    color: #e96928;
    border: 1px solid #e96928;
    
}
.final-inner-heading a:hover{
      background: white !important;
    color: #e96928;
    border: 1px solid #e96928;
}
.all-interaction p {
    color: lightgray;
}
.second-inner-heading a:hover {
    color: #00b2f0;
}
.employ-img img {
    position: absolute;
    right: 0%;
    width: 25%;
    bottom: 0%;
}
.employ p {
    margin: 0;
    max-width: 600px;
    padding-bottom: 60px;
    padding-top: 30px;
    font-size: 29px;
    color: #ffff00;
    line-height: 30px;
    font-weight: 500;
}
.metro-center {
    /* display: flex; */
}

.employ-sec-2 h1 {
    color: #0074a8;
    font-size: 27px;
}

.employ-sec-2 {
    padding: 50px 0;
}

.employ-content p {
    font-size: 21px;
    padding: 20px 0;
}

.employ-content h3 {
    text-align: center;
}
.employ-content h5 {
    text-align: center;
    color: #0074a8;
}

.employ-content h5 span a {
    color: green;
}
.employ-sec-3 p {
    text-align: center;
    padding: 0 0 30px 0;
}
.mak-btn :nth-child(1):hover {
    color: #ea742a;
}
.metro-center a:hover {
    background: #0074a8;
    color: #fff;
    padding: 3px 5px;
}
.employ h4 {
    color: #f3f3f3;
    font-size: 48px;
    padding-top: 39px;
    font-weight: 900;
}
.form-bt button {
    text-decoration: none;
    color: white;
    font-weight: 500;
    background: linear-gradient(106.1deg, #efa631 30.9%, #e96928 103.22%) !important;
    text-shadow: 0px 0px 2px;
    padding: 10px 79px;
    display: inline-block;
    font-size: 20px;
    margin-top: 11px;
    border: 1px dashed  #ddd;
}
section.thankyou {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}
section.thankyou h2 {
  font-size: 60px;
  margin-bottom: 0;
  color: #006c88;
}

section.thankyou p {
  font-size: 19px;
  color: #6d971d;
}