html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.mainBackColor{
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.80) 25%, rgba(0,0,0,0) 100%);
  padding-top: 220px;
}

.secondBackColor{
    background-color: rgba(129, 204, 221, 0.8);
}

.thirdBackColor{
    background-color: rgba(82, 168, 212, 0.8);
}

.fourBackColor {
    background-color: rgb(208, 236, 234);
}

.testiBackColor {
    background-color: rgb(255, 255, 255);
}

.partnerBackColor {
    background-color: rgb(242, 242, 242);
}

.contctInputBackColor {
    background-color: rgb(242, 242, 242) !important;
}

.mainTextColor{
    color: rgb(18, 161, 149);
}

.secondTextColor{
    color: #FFF;
}

.title {
    font-size: 4rem;
}

.bannerContent {
    min-height: 700px !important;
    height: 100vh;
}

.bannerContentSvcPage {
  min-height: 75vh !important;
}


/* .subtitle {

} */

.copyright {
    color: #000;
    padding: 10px 0 30px 0;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
}

.msaFeature img {
    float: left;
    width: 54px;
    height: 79px;
}
.msaFeature span {
    line-height: 80px;
    padding-left: 10px;
    padding-right: 20px;
}

.p2pFeature img {
    float: left;
    /* width: 96px;
    height: 80px; */
}
.p2pFeature span {
    line-height: 80px;
    padding-left: 10px;
    padding-right: 20px;
}

.btnGhost {
    border: 1px solid #192440 !important;
    color: #192440;
}

.btnGhost:hover {
    color: #ffffff;
    background: rgb(18, 161, 149);
}

.btnWhite {
    /* border: 1px solid #FFF !important; */
    color: #FFF;
}

.btnWhite > svg{
  padding-left: 5px;
}

.btnWhite:hover {
    color: #000;
    background: rgb(18, 161, 149);
}

.btnRoundBlack {
  color: black;
  background-color: white;
  border-radius: 50%;
}

.btnRoundBlack:hover{
  color: white;
  background-color: black;
}

.btnBlack {
  color: black;
  background-color: white;
}

.btnBlack:hover{
  color: white;
  background-color: black;
}

.btnBlack svg {
  margin-left: 10px;
}

.btnGreenText {
  color: #12a195;
  background-color: white;
}

.btnGreenText:hover{
  color: white;
  background-color: black;
}

.btnGreenText svg {
  margin-left: 10px;
}

.btnGreen {
    background: #12a195;
    color: #ffffff;
}

.btnGreen:hover {
    color: #192440;
    background: #12a195;
}

.rowReverse{
    flex-direction: row-reverse;
}

.avatar {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
}

.gotoTop {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 99%;
    background: #cfcfcf;
    color: #808080;
    transition: .4s ease;
    font-size: 35px;
    opacity: 0.6;
    position: fixed;
    bottom: 18px;
    right: 18px;
}

.gotoTop:hover {
    background-color: #808080;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
.gotoTop:visited {
    text-decoration: none;
}
.gotoTop:focus {
    text-decoration: none;
}

@media (min-width: 768px){
  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/****** hamburger ******/
.open {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s linear;
    opacity: 0.8;
  }
  .open:hover {
    opacity: 1;
  }
  .open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #106b62;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9;
  }
  .open span:nth-child(2) {
    margin-top: 25px;
  }
  .open span:nth-child(3) {
    margin-top: 40px;
  }
  
  .sub-menu {
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    /* background-color: rgba(38, 84, 133, 0.54); */
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
  .sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-bottom: 0.5px solid;
    width: 100%;
    padding-right: 10px;
  }
  .sub-menu li:first-child {
    margin-top: 180px;
    border-top: 0.5px solid;
  }
  .sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
  }
  .sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
  }
  .sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
  }
  .sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
  }
  .sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
  }
  .sub-menu li:nth-child(6) {
    -webkit-transition-delay: 0.30s;
  }
  .sub-menu li a {
    /* color: #fff; */
    color: #222;
    font-family: 'Poppins', Arial, Helvetica, sans-serif,'Poppins';
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 50px;
    padding-right: 30px;
    font-weight: bold;
  }

  .sub-menu li a:nth-child(2) {
    border-top: 0.5px solid #000;
    margin-left: -30px;
  }

  .sub-menu li a:nth-child(3) {
    color: rgb(18, 161, 149);
  }

  .sub-menu li a:nth-child(3) img {
    float: right;
    height: 40px;
  }
  
  .oppenned .sub-menu {
    opacity: 1;
    height: 800px;
    width: 400px;
    padding-top: 30px;
  }
  .oppenned span:nth-child(2) {
    overflow: visible;
  }
  .oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
            transform: rotate(45deg) translateY(12px) translateX(12px);
  }
  .oppenned span:nth-child(2) {
    height: 810px;
    width: 410px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    /* background-color: rgba(38, 84, 133, 0.54); */
    /* background-color: rgba(38, 84, 133, 0.54); */
    background-color: #106b628f;
  }
  .oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
            transform: rotate(-45deg) translateY(-10px) translateX(10px);
  }
  .oppenned li {
    /* margin-right: 168px; */
    margin-right: 120px;
  }
  
  .button {
    display: block;
    float: left;
    clear: both;
    padding: 20px 40px;
    background: #106b62;
    border-radius: 3px;
    border: 2px solid #10a1ea;
    overflow: hidden;
    position: relative;
  }
  .button:after {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    content: "";
    position: absolute;
    height: 200px;
    width: 400px;
    -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
            transform: rotate(45deg) translateX(-540px) translateY(-100px);
    /* background: #10a1ea; */
    background: #106b62;
    z-index: 1;
  }
  .button:before {
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #106b62;
    z-index: 2;
    text-align: center;
    padding: 20px 40px;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  .button:hover {
    text-decoration: none;
  }
  .button:hover:after {
    -webkit-transform: translateX(-300px) translateY(-100px);
            transform: translateX(-300px) translateY(-100px);
  }
  .button:hover:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

/****** slider ******/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

.slideshow-container.home {
  height: 100vh;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #efefef !important;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dots-container{
  position: absolute;
  bottom: 30px;
  width: 100%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  /* height: 15px;
  width: 15px; */
  /* margin: 0 2px; */
  /* background-color: #bbb; */
  /* border-radius: 50%; */
  /* display: inline-block; */
  transition: background-color 0.6s ease;
  text-align: center;
  padding-left: 25px;
}

.dot-num > div:nth-child(1) {
  width: 60%;
  text-align: left;
  padding: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.3);
  font-size: xx-large;
  color: rgba(255, 255, 255, 0.3);
}

.dot-num > div:nth-child(2) {
  width: 40%;
  border-bottom: solid 2px rgba(255, 255, 255, 0.3);
}

.active {
  display: block !important;
}

.active > .dot-num > div:nth-child(1) {
  border-bottom: solid 2px rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.dot-title {
  font-size: x-large;
  color: rgba(255, 255, 255, 1);
}

/* .dot.active,
.dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/********* header ********/
.banner {
    background-size: cover;
}

/********** banner **********/
.banner header {
    overflow: hidden;
}

.banner header img {
    max-width: 250px;
}
@media (max-width: 575px) {
    .banner h1 {
        font-size: 3.6rem;
    }
}
@media (max-width: 575px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .hideScrollbar{
    scrollbar-color: transparent transparent;
    overflow: scroll;
  }
}

#experience{
  background-color: #111110;
  color: #fefefe;
}

#experience h1 {
  font-size: 6rem;
  color: #12a69a;
  margin-bottom: 0px;
}

#experience p {
  font-size: 1.1rem;
}

#experience_2{
  color: black;
}

#experience_2 img {
  width: 100px;
  height: 100px;
}

#partners {
  color: black;
  font-size: 17px;
}

#partners h1 {
  font-size: 40px;
}

#partners .text-content {
  display: flex;
  align-items: center;
  height: 100%;
}

#clients p {
  font-size: 17px;
}

#clients .logo {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

#clients {
  background-color: #f7f9fa;
}

#clients img {
  height: 45px;
  width: auto;
  margin: 25px 0 25px 0;
}

#faq {
  background-color: #111110;
  color: #ffffff;
}

#faq .collapsible {
  background-color: #111110;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  border-bottom: solid 2px #393837;
}

#faq .collapsible:hover {
  border-bottom: solid 2px #128f85;
  color: #128f85;
}

#faq .active, #faq .active:hover {
  /* background-color: #555; */
  border-bottom: none;
  color: #128f85;
}

#faq .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #111110;
  border-bottom: solid 2px #128f85;
}

#faq p {
  font-size: 17px;
}

#faq svg {
  float: right;
}

#faq .expand {
  display: block;
}

#faq .collapse {
  display: none;
}

#contactus p {
  font-size: 17px;
}

#contactus input {
  height: 45px;
}

#contactus button{
  height: 45px;
  width: 100%;
}

#contactus span{
  color: #848a89;
}

#footer_contact {
  background-color: #111111;
  color: #ffffff;
  font-size: 17px;
}

#footer_contact .company_logo {
  width: 300px;
  height: 100px;
  padding: 0;
}

#footer_contact span {
  color: #8b8a86;
}

#footer_contact a {
  text-decoration: none;
  color: #ffffff;
}

#footer_contact a:hover {
  color: #128f85;
}

#footer_contact a img {
  filter: invert(0.3);
}

#footer_contact a:hover img {
  filter: invert(1);
}

#footer_contact a {
  width: auto;
  padding-bottom: 10px;
}

/* #footer_contact a:first-child {
  padding-left: 0px;
} */

#footer_contact .shortcut {
  display: flex;
  flex: 1;
  padding-top: 25px;
}

#footer {
  background-color: #111111;
}

.fab_whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fab-whatsapp-i-float{
	margin-top:16px;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Poppins', sans-serif;
}

.btn {
  font-family: 'Poppins', sans-serif;
}

#mainNav .navbar-brand {
  font-family: 'Poppins', sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Poppins', sans-serif;
}

/* #portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: 'Poppins', sans-serif;
} */


@media screen and (min-width: 300px) {
  #mainNav{ 
    height: auto;
  }
  .navbar-brand div{
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  #mainNav{ 
    height: 70px;
  }
  .navbar .container{
    padding-left: 0px;
    margin-left: 110px;
  }
  .navbar-brand div{
    width: 250px;
  }
}

@media screen and (min-width: 1000px) {
  .navbar-brand div{
    width: 200px;
  }
  .mainBackColor{
    padding-top: 100px;
  }
}

@media screen and (min-width: 1100px) {
  .navbar-brand div{
    width: 250px;
  }
  .mainBackColor{
    padding-top: 220px;
  }
  .headerPaddingEnt {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .navbar .container{
    padding-left: 0px;
    margin-left: 150px;
  }
}