@charset "utf-8"; 


body{
  font-family: arial
  overflow-x: hidden;
}
*{margin:0px; padding: 0px; outline: none;}

.row{margin:0px !important;}

.mobile-site {
    width: 768px;
    background-color: #ccc;
    margin: 0px auto;
    height: auto;
}
header {
    position: sticky;
    top: 35px;


}
.top-haeder{
  display:inline-block;
  width: 100%;
  position: sticky;
  top: 0px;
}
.mail-address {
   /* width: 100%; */
    background-color: #000;
    color: #fff;
    text-align: right;
    padding: 10px 20px;
    font-size: 14px;
}
.mail-address i {
    margin-right: 10px;
}
.logo-box img {
    width: 130px;
}
.header {
    background-color: #002060;
    padding: 5px 20px;
}
.mobile-inner {
    width: 100%;
    float: left;
}

/** code by webdevtrick ( https://webdevtrick.com ) **/

.nav-bar {
  height: 70px;
  background: #002060;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  padding-top: 10px;
}
.brand a img {
  max-height: 50px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.nav-bar nav {
  float: right;
}
.nav-bar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
background: #fff;
width: 100%;
}
.nav-bar nav ul li {
  float: left;
  position: relative;
}
.nav-bar nav ul li a, nav ul li a:visited {
    display: block;
    padding: 5px 20px;
    line-height: 40px;
    color: #24306a;
    text-decoration: none;
    border-bottom: 1px solid #929292;
    text-align: center;
}
.nav-bar nav ul li a:hover, nav ul li a:visited:hover {
    background: #002060;
    color: #ffffff;
}
.nav-bar nav ul li a:not(:only-child):after,
.nav-bar nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
.nav-bar nav ul li ul li {
  min-width: 190px;
}
.nav-bar nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  
  position: absolute;
  top: 30px;
  right: 0;
  background: #262626;
  width: 70px;
}
.inner-content-text p {
    margin: 0px;
    padding-left: 30px;
    padding-top: 7px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: -8px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/*---------------------content-css-start--------------------------------*/

.it-supplier-inner {
    background: linear-gradient(to bottom, RGB(230, 230, 230) 0%,RGB(230, 230, 230) 100%);
    padding: 20px 10px;
    display: inline-block;
}
.section-img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
} 
.section-img img{width: 300px;}    
.section-heading h1 {
    color: #3b3e3f;
    font-size: 26px;
    margin: 0px;
    padding: 5px 20px;
    font-weight: bold;
    line-height: 30px;
}
.first-group {
    color: #fff;
}
.inner-content-text {
    padding: 15px 20px;
}
.containt-text {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;color: #000000;font-size: 16px;
}
.right-icon img {
    width: 15px;
}
.right-icon {
    margin-right: 10px;
    font-size: 22px;
    float: left;
    display: block;
}
.second-group {
    padding: 20px 0px;
    color: #3b3e3f;
}



.technology-tools-inner {
    background: linear-gradient(to bottom, RGB(230, 230, 230) 0%,RGB(230, 230, 230) 100%);
    padding: 20px 10px;
    display: inline-block;
}

.grop-more-test {
    display: inline-block;
    padding-top: 10px;
    font-size: 16px;color: #000000;
}
.grop-more-test p {
    padding-left: 0px;
}
.bold-p {
    color: #3b3e3f;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px !important;
}


.our-services-inner {
    background: linear-gradient(to bottom, RGB(230, 230, 230) 0%,RGB(230, 230, 230) 100%);
    padding: 20px 10px;
    display: inline-block;
}
.bold-p.p2 {
   color: #ffc000;
   padding-left: 0px;
}
.about-us-inner {
    background: linear-gradient(to bottom, RGB(230, 230, 230) 0%,RGB(230, 230, 230) 100%);
    padding: 20px 10px;
    display: inline-block;
}
.i-e-test p {
    padding-left: 0px;
}
.i-e-test {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0px 15px 10px;
    display: inline-block;
    color: #3b3e3f;
}
.experience-image img {
    width: 250px;
}
.paymentcard-image img {
    width: 250px;
    margin-top: 10px;
}

.contact-us-inner {
    background: linear-gradient(to bottom, RGB(230, 230, 230) 0%,RGB(230, 230, 230) 100%);
    padding: 20px 10px;
 
}

.contact-form-inner {
    width: 300px;
    background: red;
}
.heading-form {
    background-color: #5b9bd5;
    text-align: center;
  }
  .heading-form h2 {
     font-size: 16px;
     color: #fff;
     margin: 0px;
    padding: 10px;
  }
.inner-input.one {
    background-color: #d2deef;
}
.inner-input.two {
    background-color: #eaeff7;
}
.inner-input.three {
    background-color: #d2deef;
    display: flex;
}
.inner-input {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.inner-input label {
    width: 23%;
    float: left;
    padding: 10px 5px;
    margin: 0px;
}
.inner-input input {
    padding: 10px;
    background-color: #d2deef;
    border-left: 1px solid #fff !important;
    border: 0px;
}
.inner-input.two input {
    background-color: #eaeff7;
}
.text-label {
    border: 0px !important;
}
.inner-input.three textarea{
background-color: #d2deef;
border: 0px;
border-left: 1px solid #fff;
width: 75%;
padding: 10px;

}
.contact-form-section {
    padding: 15px 0px 15px 0px;
}
.section-img.contact {
    text-align: left;
    /*padding-left: 55px;*/
}
.submit-row {
   display: block;
    padding: 10px;
    background-color: #eaeff7;
    text-align: right;
}
.submit-row button {
    color: #ed7d31;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    border: 0px;
}
.i-c-test p {
    padding-left: 0px;
}
.i-c-test {
    font-size: 18px;
    font-weight: bold;
    color: #ffc000;
}
.copyright-section {
    background-color: #002060;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.copyright-section p{
  margin: 0px;
}





@media only screen and (max-width: 768px) {
  .nav-mobile {
    display: block;
  }
  .nav-bar nav ul li{width: 100%;}
.mobile-site{
  width: 100%;
}
  nav {
    width: 100%;
    padding: 70px 0 0px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    padding-left: 25%;
  }
  nav ul li ul li a {
    padding-left: 30%;
  }

  .nav-dropdown {
    position: static;
  }
  .brand a img {
    max-height: 45px;
  }
}
@media screen and (max-width: 390px){

.contact-form-inner {
    width: 280px !important;
  }
  .contact-form-section {
    padding: 10px 0px !important;
    width: 100%;
    float: left;
}
.section-img.contact {
    text-align: left;
    padding-left: 15px;
  }
}
@media screen and (max-width: 450px){

.section-heading h1{font-size: 20px; }
.bold-p{font-size: 16px;}
.i-c-test{font-size: 16px !important;}
.section-img.contact{padding-left: 0px;}

}

@media screen and (min-width: 768px){

  
  .nav-list {
    display: none; !important;
  }
}

/*.mobile-site{display: none;}
@media screen and (max-width: 768px){
.mobile-site{display: block;}
}*/