/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;700;800&family=Nunito:wght@500;700;800&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
    --color:#18ACFF;
    --font-family:'Poppins', sans-serif;
    
    
}
/* font-family: 'Inter', sans-serif;
font-family: 'Nunito', sans-serif; */

body{
    font-family: var(--font-family);
    background-color: #FEFEFE;
}

header > div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.tabs.primary li {
    display: inline;
    margin-right: 20px;
    font-size: 16px;
    margin-bottom: 30px;
    float: left;
    border: 1px solid #cdcdcd;
    padding: 5px;
}
ul.tabs.primary {
    width:100%;
    float: left;
}
div#block-virtual-team-content {
    clear: both;
}
.menus ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menus ul li {
    display: inline-block;
}

.menus li a {
    font-size: 18px;
    color: #585858;
    font-weight: 350;
}

.menus li {
    margin-right: 2rem;
}

.menus li:last-child {
    margin-right: 0;
}

.container {
    max-width: 1280px;
}

body a.header-btn {
    height: 3rem;
    background: #00B4D8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.glb-btn{
    height: 3rem;
    background: #00B4D8;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: inline-flex;
    transition: all 0.3s ease-in;

}
a.glb-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

section.main {
    margin: 5rem 0;
}

.main h1 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.34;
    margin-bottom: 1rem;
}

p {
    font-size: 18px;
    color: #888;
    font-weight: 300;
    line-height: 1.7;
}
.ban-cont {
    padding-right: 5rem;
}
h4.heading {
    font-size: 38px;
    line-height: 3rem;
    text-align: center;
    max-width: 70rem;
    margin: 0 auto 3rem;
    font-weight: 500;
}

.logo-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
}

.logo-box img {
    opacity: 0.3;
}
section.logo {
    margin: 9rem 0;
}
p.sub-heading {
    text-align: center;
}
.box01 {
    background: linear-gradient(to bottom, #c5f5ff, #fff);
    border-radius: 30px;
    border: 1px solid #e2f9fb;
    padding: 3rem;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #d1d1d1;
}
.partner-box {
    margin-top: 4rem;
}

.inner-box01 h4 {
    color: #272F3F;
    font-weight: 500;
    margin: 1.5rem 0 2rem;
}
.separator {
    border: 1px dashed #526cf5;
    max-width: 90%;
    margin: 2rem auto;
}
.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prf-inner {
    flex: 0 0 33%;
    max-width: 31%;
    margin: 0 auto 2rem;
}

.prf-inner p, .prf-inner span {
    font-size: 12px;
    color: #272F3F;
    font-weight: 500;
    margin: 6px 0 0 0;
}

.prf-inner span {
    color: #000;
    margin: 0;
}
a.more-btn {
    color: #00B4D8;
    border: 2px solid #00B4D8;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}

a.more-btn img {
    margin-left: 20px;
}

.profiles {
    margin-bottom: 1rem;
}
section.how-works {
    margin: 7rem 0;
}

h4.separator-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
    position: relative;
    color: #272F3F;
}
h4.separator-heading:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    background: #b3b3b3;
    transform: translateY(-50%);
}

h4.separator-heading span {
    padding: 0 2rem;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 500;
}
.steps {
    margin-top: 4rem;
}

.number-block h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.number-block .content {
    max-width: 85%;
}

.number-block {
    display: flex;
    min-height: 120px;
}
.number{
    position:relative;
}
.number span {
    width: 38px;
    height: 38px;
    border: 2px solid #00B4D8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00B4D8;
    font-weight: 500;
    margin-right: 2rem;
    position: relative;
}

.number:after {
    content: '';
    width: 2px;
    background: #00B4D8;
    height: 100%;
    display: block;
    position: absolute;
    top: 30%;
    left: 17px;
    height: 86%;
}
.number {
    position: relative;
}

.number-block:not(:last-child) {
    margin-bottom: 1.5rem;
}

.number-block:last-child .number:after {
    display: none;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-image {
    width: 60px;
    height: 60px;
    background: #d7d7d7;
    border-radius: 5px;
    margin-right: 1rem;
}

.profile-content h5 {
    font-size: 18px;
}

.profile-content h6 {
    font-weight: 300;
}

.case-content {
    padding: 8px 0 50px;
    position: relative;
}

.case-content h3 {
    margin-top: 20px;
    font-size: 20px;
    max-width: 90%;
    line-height: 1.5;
}

a.read-more {
    color: #1A2D92;
    font-size: 14px;
    position: absolute;
    bottom: 1.5rem;
}

a.read-more img {
    margin-left: 5px;
}
section.blogs {
    margin-top: 7rem;
}
.blog-main {
    background-image: url(../Images/image2.png);
    height: 500px;
    border-radius: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 3rem;
}
.blog-main .cont h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.blog-main p {
    font-size: 12px;
    color: #fff;
}

.blog-main h5 {
    font-size: 14px;
    color: #fff;
}

.blog-main .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    max-width: 30rem;
    z-index: 1;
}
.blog-main:after{
    content: '';
    background-image: url('../Images/over.png');
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}
.case > .col-md-6.col-12 {
    margin-bottom: 2rem;
}
section.banner img {
    width: 100%;
    object-fit: cover;
}

section.banner {
    margin-bottom: 4.5rem;
}

section.why .separator-heading {
    margin: 4rem 0;
}

span.theme-color {
    color: #00B4D8;
}
.number-block.v2 {
    min-height: 0;
}

.number-block.v2 .number:after {
    top: 52%;
    height: 68%;
}
.why .image-box img {
    max-width: 80%;
    margin: auto;
}

.why .image-box {
    text-align: center;
}
.join {
    padding-left: 4.5rem;
    margin-top: 1.5rem;
}

i.circle {
    width: 26px;
    height: 26px;
    background: #00B4D8;
    border-radius: 50%;
}
.why-logo {
    margin-top: 7rem;
}

.why h4.heading {
    font-size: 35px;
    font-weight: 500;
}
.shape-bg:after{
    background-image: url('../Images/shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    z-index: 0;
}
.shape-bg {position: relative;overflow: hidden;}

section.why.shape-bg:after {
    bottom: -41%;
}
.view-id-service {
    display: none;
}
.service-views .views-field-title h2 {
    text-align: left;
    margin: 20px;
    font-size:24px;
}

.service-views.views-row {
    text-align: center;
}

.service-views li {
    font-size: 16px;
      font-family: var(--font-family);
    top: 10px;
    margin: 10px 25px;
    text-align: left;
}
ul{
        margin-left: 20px;
}
.service-views h3 {
    margin-bottom: 20px;
}
.service-11 ul {
    margin-top: 20px;
    font-size: 18px;
}

.views-field.views-field-field-icon {
    float: left;
}
.service-views .row {
    /*border: 1px solid #cdcdcd;*/
    text-align: left;
    /*padding: 20px 30px;*/
}

/*.service-views ul li:before {*/
/*    content: "✓";*/
/*    position: absolute;*/
/*    left: -5px;*/
/*}*/
.solution .service-single {
    height: 370px;
}

/*.solution .service-single {*/
/*	max-width: 375px;*/
/*    margin: 0 auto;*/
   /*background: #FFFFFF;*/
/*   	margin-bottom: 15px;*/
/*	-webkit-transition: .5s; */
/*	-moz-transition:.5s; */
/*	-ms-transition:.5s; */
/*	-o-transition:.5s;*/
/*    transition: .5s;*/
/*        padding: 0 15px 20px;*/
/*    height: 370px;*/

/*}*/
/*pop-up*/
        .pop-up {
	max-width: 375px;
    margin: 0 auto;
   background: #FFFFFF;
   	margin-bottom: 15px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
    padding: 20px 22px 20px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(77, 72, 255, 0.16);
}
.pop-txt h2{
        text-align: left;
    margin-left: 10px;
}
.pop-txt h2 a{
    color: #44454f;
   font-size: 16px;
    font-family: ( --font-family);
    text-decoration: none;
    padding: 50px 9px 25px;
}
.pop-dec{
    font-size: 18px;
      font-family: var(--font-family);
    text-align: left;
    font-weight: 400;
  
}
.skills {
    list-style: disc;
    font-family: var(--font-family);
}

  

table.views-table.views-view-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.views-table.views-view-table td, table.views-table.views-view-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.views-table.views-view-table tr:nth-child(even){background-color: #f2f2f2;}

table.views-table.views-view-table tr:hover {background-color: #ddd;}

table.views-table.views-view-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009CFF;
  color: white;
}