* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
}
.main{
  width: 100%;
  background: rgba(255,255,255,1);
  opacity: 1;
  overflow: hidden;
}

#about{
  margin: 0 30%;
  /* margin-top: 100px; */
}
.about_title{
  margin-bottom: 40px;
  width: 100%;
  color: rgba(0,0,0,1);
  text-align: center;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 36px;
  opacity: 1;
}
.about_content {
  width: 100%;
  color: rgba(30,30,30,1);
  font-family: Montserrat;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}

.chunckedSec + .chunckedSec {
  padding: 50px 0;
}
.chunckedSec .img-fluid {
  max-width: 65%;
  display: block;
  margin: 0 auto;
}

/* products */
.products {
  margin: 10px 10% 0 10%;
}

.row{
  margin:8% 0;
}
.product_title {
  color: rgba(0,0,0,1);
  font-family: Montserrat;
  font-weight: bold;
  font-size: 36px;
  opacity: 1;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
  /* margin:0 41%; */
}
.products .more-info-content {
	background-color: #f7f7f7;
}

.products .more-info-content {
	background-color: transparent;
}

.products .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.products .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.products .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.products .right-content em {
	font-style: normal;
	color: #a4c639;
}

.products .right-content p {
	margin-bottom: 30px;
}

.title {
  color: rgba(110,65,147,1);
  font-family: Montserrat;
  font-weight: Medium;
  font-size: 30px;
  opacity: 1;
  text-align: left;
  margin:20px 0;
}
.content {
  color: rgba(30,30,30,1);
  font-family: Montserrat;
  font-weight: Regular;
  font-size: 18px;
  opacity: 1;
  text-align: left;
}
.content div{
  margin:15px 0px;
}
.manager_circle {
  width: 331px;
  height: 331px;
  background: url('../img/PM.png');
  opacity: 1;
  border-radius: 50%;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.10000000149011612);
  margin:0px 0 0 25%;
}
.manager_small {
  width: 111px;
  height: 111px;
  background-color: rgba(110,65,147,0.800000011920929);
  opacity: 1;
  border-radius: 50%;

}
.small{
  width: 80px;
  margin:15px;
 }
.Kanban_circle {
  width: 331px;
  height: 331px;
  background:url('../img/kM.png') ;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.10000000149011612);
  margin:0px 0 0 0;

}
.Kanban_small {
  width: 111px;
  height: 111px;
  background: rgba(110,65,147,0.800000011920929);
  opacity: 1;
   border-radius: 50%;
}
.Vivclima_circle {
  width: 331px;
  height: 331px;
  background: url('../img/Viv.png');
  opacity: 1;
  border-radius: 50%;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.10000000149011612);
  margin:0px 0 0 25%;

}
.CV_circle {
  width: 331px;
  height: 331px;
  background: url('../img/CV.png');
  opacity: 1;
  border-radius: 50%;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.10000000149011612);
}
.Kanban_small {
  width: 111px;
  height: 111px;
  background: rgba(110,65,147,0.800000011920929);
  opacity: 1;
  border-radius: 50%;
}
.Vivclima_small {
  width: 111px;
  height: 111px;
  background: rgba(110,65,147,0.800000011920929);
  opacity: 1;
  border-radius: 50%;
}
.CV_small {
  width: 111px;
  height: 111px;
  background: rgba(110,65,147,0.800000011920929);
  opacity: 1;
  border-radius: 50%;
}
@media (max-width:800px){
  .title{
    text-align: center;
  }
  .about{
    margin: 50px 0% 0 5%;
  }
  .product_title {
    margin: 0 0%;
  }
  .manager_circle,.Vivclima_circle {
    margin:25px 0 0 15%;
  }
  .CV_circle,.Kanban_circle{
    margin:0px 0 25px 17%;
  }
   
}

@media (max-width:500px){
  #about{
    margin: 50px 0% 0 12%;
  }
  .row{
    text-align: center;
    margin:8% 0%;
  }
  .title{
    margin: 20px 0% 0 12%;
  }
  .content{
    margin:10px 0 0 5%;
  }
  .product_title {
    margin: 0 0% 0 12%;
  }
  .manager_circle,.Vivclima_circle {
    margin:25px 0 0 5%;
  }
  .CV_circle,.Kanban_circle{
    margin:45px 0 25px 6%;
  }
   
}


@media (max-width:400px){
  #about{
    margin: 50px 10% 0 0%;
  }
  .title{
    margin: 20px 0% 0 8%;
  }
  .products {
    margin: 140px 5% 0 0%;
  }
  .content{
    text-align: center;
  }
  .manager_circle,.Vivclima_circle {
    margin:25px 0 0 0% ;
  }
  .CV_circle,.Kanban_circle{
    margin:65px 0% 25px 0%;
  }
}
/*---------------------*/
#teams {
  margin: 0px 10% 4% 10%; 

}
.teams{
  background-color: #D9D9D9;
  align-items: center;
  padding:40px 0px 5px 0px ;
  border-radius: 20px;
  
}
.team_member_content{
  margin-top:10px;
  text-align: center;
  margin-right: 150px;
}
.teams .container{
  margin: 5%;
}
.person{
  margin:0 0 0 10%;
  height:370px;
}
.team_member {
  width: 220px;
  height: 220px;
  background: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 50%;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.10000000149011612);
}
.name {
  color: rgba(110,65,147,1);
  font-family: Montserrat;
  font-weight: SemiBold;
  font-size: 24px;
  opacity: 1;
  text-align: center;
}
.team1{
  height:300px;
}
.desg {
  color: rgba(0,0,0,1);
  font-family: Montserrat;
  font-weight: Light;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}
@media (max-width:800px){
  .teams .container{
    margin: 9% 24%;
  }
  .team_member_content{
    text-align: center;
    margin: 10px 250px 0 0 ;
  }
  .person{
    margin:0 0%;
  }
}

@media (max-width:500px){
  .product_title{
    text-align: center;
    margin-right:60px ;
  }
  .teams .container{
    margin: 9% 10%;
  }
  .team_member_content{
    text-align: center;
    margin: 10px 26% 0 0;
  }
  .team1{
    margin:0 5%;
  }

  .person{
    margin:0 5%;
  }
}

@media (max-width:400px){
  .teams .container{
    margin: 9% 0%;
  }
  .team_member_content{
    text-align: center;
    margin: 10px 18% 0 0;
  }
  .team1{
    margin:0px 0% 0 10%;
  }

  .person{
    margin:0 0% 0 10% ;
  }
}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 0px 0;
}

.services .service-item {
  padding: 15px 20px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 20px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}



.services .service-item:hover h3 {
  border-color: var(--color-primary);
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: rgba(110,65,147,1);
  background-size: cover;
  padding: 120px 0;
}
.cta .row{
  margin: 0 15%;
}
.cta h3 {
  color: #fff;
  font-size:45px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*-------------------------------
Integrate with Section
--------------------------------*/
#powered .slick-slide {
  height:350px;
  width: 200px;
  font-family: 'Montserrat';
}
#powered .carousel-icon {
  height: 110px;
  width: 100px;
}
#powered .industry .powered .carousel-icon {
  height: 170px;
  width: 280px;
  border-radius: 20px;
}
#powered .industry .text{
  margin:0px;
  padding:2px 15px;
  position: absolute;
  top: 0px;
  font-size: 13px;
  width: 110px;
  border-radius: 13px ;
  text-align: center;
}
#powered .flipped {
  color: #1c87c9;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (max-width: 700px) {
  #powered h3 {
      font-size: 23px;
  }
  #powered .powered .carousel-icon{
      width: 120px;
      height: 70px;
      margin: 0px 50px;
      border-radius: 10px;
  }
  #powered .powered .text{
      margin:5px 0px 0 60px;
      padding:2px 10px;
      position: absolute;
      top: 0px;
      font-size: 11px;
      background-color: rgb(239, 237, 237);
      width: 90px;
      border-radius: 13px ;
      text-align: center;
  }
  #powered .carousel-icon {
      height: 60px;
      width: auto;
  }

  #powered .slick-slide {
      height: auto;
      width: 200px;
  }
}
#powered .card img{
  width:100px;
  border-radius: 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  height: 30vh;
  background-color: #ffffff;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #ffffff;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
 margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #2a2a2a;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #2a2a2a;
}
#footer .footer-top .social a i{
  color:#2a2a2a
}
#footer .footer-top .social a {
  font-size: 16px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.1); */
  /* color: #4b0101; */
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  
  text-decoration: none;
}

#footer .footer-top .social a:hover {
  background: #f6b024;
  color: #2a2a2a;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #484848;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #2a2a2a;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #2a2a2a;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: #2a2a2a;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #2a2a2a;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #2a2a2a;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #2a2a2a;
}

#footer .credits a {
  color: #0062da;
  text-decoration: none;
}

.buffers {
  height: 100px;
  position: relative;
}

.buffers.buffers-flipped {
  transform: rotate(180deg);
}
.buffers.buffers-flipped .circle-lightblue{
  height: 60vh;
  width: 50vh;
  background: cornflowerblue;
  left: -60vh;
  top: -15vh;
}
.buffers.buffers-flipped .circle-purple {
  height: 6vh;
  width: 6vh;
  background: rebeccapurple;
  left: -10vh;
  top: -7vh;
}
.buffers.buffers-flipped .circle-blue {
  height: 4vh;
  width: 4vh;
  background: darkblue;
  left: -2vh;
  top: 5vh;
}

.buffers div {
  position: absolute;
  border-radius: 100%;
  z-index: 2;
}

.buffers .circle-lightblue {
  height: 60vh;
  width: 50vh;
  background: cornflowerblue;
  left: -70vh;
  top: -15vh;
}

.buffers .circle-purple {
  height: 6vh;
  width: 6vh;
  background: rebeccapurple;
  left: -20vh;
  top: -7vh;
}

.buffers .circle-blue {
  height: 4vh;
  width: 4vh;
  background: darkblue;
  left: -12vh;
  top: 5vh;
}

.calendly-inline-widget {
  height: 100%;
  width: 100%;
  overflow-y: none;
}

.serSecs {
  margin-bottom: 80px;
}
.serSecs .row {
  align-items: center;
}
.serSecs h1, .serSecs h2 {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #262626;
}
.serSecs .row .img-fluid {
  width: 65%;
  display: block;
  margin: 0 auto;
}
.serSecs .row.mt-6 {
  margin-top: 40px;
}
.serSecs .row .img-fluid {
  width: 90%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .buffers .circle-lightblue {
    height: 60vh;
    width: 50vh;
    background: cornflowerblue;
    left: -55vh;
    top: -15vh;
  }
  
  .buffers .circle-purple {
    height: 6vh;
    width: 6vh;
    background: rebeccapurple;
    left: -2vh;
    top: -7vh;
  }
  
  .buffers .circle-blue {
    height: 4vh;
    width: 4vh;
    background: darkblue;
    left: -2vh;
    top: 5vh;
  }
}
@media (max-width: 800px) {
  .buffers {
      height: 50px;
  }
  .buffers .right-blue{
      border-bottom-left-radius:90px ;
      border-top-left-radius:90px ;
  }
  .circle-blue,
  .circle-lightblue,
  .circle-purple {
      opacity: 0.3;
  }

}

@media (max-width: 767px) {
  .chunckedSec + .chunckedSec {
    padding: 40px 0;
  }
  .chunckedSec .row > * {
    margin: 0;
  }

  .serSecs h1, .serSecs h2 {
    font-size: 36px;
  }
  .serSecs .row.mt-6 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 550px) {
  .buffers {
    height: 0;
    margin: 0 !important;
  }
  .chunckedSec .img-fluid {
    max-width: 300px;
    margin: 0px auto 10px;
    height: 250px;
    object-fit: contain;
  }

  .serSecs h1, .serSecs h2 {
    font-size: 24px;
  }

  body .sk-ww-linkedin-page-post .linkedin-page-post-profile-pic {
    width: 70px !important;
    height: 70px !important;
    background-size: 100% !important;
    border-radius: 0 !important;
  }

}