/** @format */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,600&display=swap");
/**
 * /* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *    License: none (public domain)
 *
 * @format
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #60b741;
}

a.link {
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

img {
  width: 100%;
}

img-round {
  border-radius: 50%;
}

p,
h2,
h4 {
  margin: 0;
}

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

.fw-bold {
  font-weight: bold;
}

h2.heading {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: center;
}

p.sub-heading {
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-align: center;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 115px;
  height: 60px;
}

.header .logo img {
  max-width: 150px;
}

.v-btn {
  display: inline-block;
  color: #60b741;
  padding: 0 0.7rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  white-space: nowrap;
  border-radius: 3px;
  font-weight: 600;
  outline: none;
  transition: all 0.2s ease-in;
  line-height: 35px;
  border: 1px solid transparent;
}

.v-btn:focus {
  outline: none;
}

.v-btn:hover {
  text-decoration: none;
}

.v-btn.btn-block {
  text-align: center;
}

.v-btn.v-btn-secondary {
  background-color: #000;
  color: #fff;
}

.v-btn.v-btn-primary {
  background-color: #60b741;
  color: #fff;
}

.v-btn.v-btn-blue {
  background-color: #000;
  color: #fff;
}

.v-btn.gradient-btn {
  background: linear-gradient(340deg, #7038fb 0%, #7038fb 0%, #19bffb 100%);
  color: #fff;
  padding: 5px 40px;
}

.btn-contact-us {
  border-radius: 30px;
  padding: 0.1rem 2rem;
  text-transform: uppercase;
}

.page-section {
  padding: 3rem 0;
}

.block {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 20px;
}

.block .title {
  font-size: 1rem;
  margin-bottom: 2px;
  font-weight: 600;
}

.block p {
  margin-bottom: 0;
}

.card {
  background-color: #f7f7f7 !important;
  padding: 1rem;
  border-radius: 0;
  border: 0;
  margin-bottom: 20px;
}

.card .card-img {
  margin-bottom: 10px;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
}

.card .title {
  font-size: 1rem;
  margin-bottom: 2px;
  font-weight: 600;
}

.card p {
  margin-bottom: 0;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img.why-work {
  background-image: url(../img/why-work.jpg);
  max-width: 355px;
  height: 485px;
  border: 1px solid #ddd;
  width: 100%;
}

.bg-img.why-work-us {
  background-image: url(../img/why.png);
  max-width: 355px;
  height: 485px;
  border: 1px solid #ddd;
  width: 100%;
}

.bg-img.hire-top-soft {
  background-image: url(../img/bg-best.jpg);
  height: 350px;
  position: relative;
  color: #fff;
}

.bg-img.hire-top-soft-us {
  background-image: url(../img/Background.jpg)!important;
  height: 350px;
  position: relative;
  color: #fff;
}

.bg-img.hire-top-soft:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-img.hourly-model, .bg-img.hire-model, .bg-img.dedicated-team, .bg-img.individual-resources, .bg-img.project-outsource{
  height: 300px;
}

.bg-img.hire-model {
  background-image: url(../img/model.jpg);
}

.bg-img.hourly-model {
  background-image: url(../img/hourly-model.jpg);
}

.bg-img.dedicated-team {
  background-image: url(../img/hm1.jpg);
}

.bg-img.individual-resources {
  background-image: url(../img/hm2.jpg);
}

.bg-img.project-outsource {
  background-image: url(../img/hm3.jpg);
}


.main-banner {
  background: linear-gradient(340deg, #7038fb 0%, #7038fb 0%, #19bffb 100%);
  padding: 2rem 0;
  color: #fff;
}

.main-banner p {
  margin-bottom: 20px;
  line-height: 30px;
}

.main-banner .main-title {
  font-size: 2rem;
}

.request-form {
  background-color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 0 16px #00000036;
  color: #333;
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}

.request-form .title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.request-form p {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 16px;
}

.request-form .form-group {
  margin-bottom: 8px;
}

.why-hire {
  border-bottom: 1px solid #ddd;
}

.v-card .content {
  padding: 15px;
}

.v-card .content .title {
  margin-bottom: 5px;
  font-size: 20px;
}

.v-card .content p {
  margin-bottom: 20px;
}

.v-card .content ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 13px;
}

.faqs {
  background-color: #f7f7f7;
}

.faqs .ques-block {
  margin-bottom: 20px;
}

.faqs .ques-block .ques {
  font-weight: bold;
  margin-bottom: 4px;
}

.faqs .ques-block ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 13px;
}

.quote-img img {
  width: 40px;
}

.said-by {
  margin-top: 20px;
}

.footer {
  background-color: #272727;
  color: #fff;
}

.footer .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer ul li {
  padding: 5px 0;
  font-size: 14px;
}

.footer ul li i {
  margin-right: 10px;
}

.footer ul li a {
  color: #fff;
  font-size: 20px;
}

.footer .address-details {
  display: flex;
}

.footer .address-details > span {
  padding-right: 10px;
}

.copyright {
  color: #888;
  padding: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .bg-img.hire-top-soft{
    height: 420px
  }
  .header {
    padding: 0 30px;
  }
  .main-banner {
    padding: 1rem 0;
  }
  .main-banner .main-title {
    font-size: 1.4rem;
  }
  .main-banner p {
    line-height: 20px;
  }
  h2.heading {
    font-size: 1.4rem;
  }
  p.sub-heading {
    font-size: 0.8rem;
  }
  .bg-img.why-work {
    height: 200px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=main.css.map */
.bg-black{
  background-color: #111;
}

.p-fs{
  font-size: 0.9rem;
}

.counter-section{padding: 5px; margin-bottom: 0px; background: linear-gradient(340deg, #7038fb 0%, #7038fb 0%, #19bffb 100%);}
.counter-stats{padding: 10px 20px; text-align: center; border-right: 1px solid #96a5b342;}
.stats-icon >i{color: #fff; font-size: 20px}
.counter-stats.inactive{padding-right: 0; border-right: 0;}
.counter-stats h1{color: #eff7ff; font-size: 30px; font-weight: 600}
.counter-stats p{color: #fff; margin-bottom: 0; margin-top: -5px}


.company-logos-section{padding: 15px 0;}
.company-logos{text-align: center;margin: 0 auto}
.company-logos .logo-item{display: inline-block; width: 138px; padding: 0px 17px; border-right: 1px solid #e6e6e6;}
.company-logos .logo-item:last-child{border:0;}

.flags{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flat {
    width: 40px;padding-right: 15px;
  }
@media only screen and (max-width: 767px) {
  .flat {
    display:none;
  }
}
.new-bold
{
color:#056CB8;
}

/************************************************

           == FAQs css==

*************************************************/

.faqs {
	margin-bottom: 30px;
}
.faqs .panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
}
.faqs h4 a {
	padding: 15px 55px 15px 15px;
	display: block;
	background: #18a7ff;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 20px;
}
.panel-group .panel-body {
	line-height: 24px;
  color: #555;
  background: white;
}
.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
	text-decoration: none;
	background: #18a7ff;
	color: #fff;
}
.faqs h4 a:before {
	content: "\f068";
	background: #fff;
	font-family: 'FontAwesome';
	width: 30px;
	padding: 6px 0;
	color: #18a7ff;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
}
.faqs h4 .collapsed:before {
	content: "\f067";
	font-family: 'FontAwesome';
	background: #666;
	width: 30px;
	padding: 6px 0;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	text-decoration: none;
}
.faqs h4 a.collapsed {
	background:white;
  color: black;
  text-decoration: none;
}
.panel-group .panel-body p {
  padding:16px;
}
.ul-inline-listing{
  margin-bottom: 20px;
}
.li-inline-listing{  
  list-style: circle; float: left; margin: 0 25px;
}