
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}
/*a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}*/

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}*/


.popup h2 {font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 27px;}

.row {display: flex;
    flex-wrap: wrap;}
    
    footer .row {display: revert;
    flex-wrap: unset;}
    
    .justify-content-center {justify-content: center!important;
    display: flex!important;
    flex-direction: column!important;}

#apus-header  {
  
    background: #fff;
    box-shadow: none;
}

#planmeet table {}

#planmeet {
    position: relative;
    padding: 65px 0;  background: url(../img/plan_bg.jpg) no-repeat center top;
}
#planmeet:before { display:none;
    padding: 130px 0;
   /* background: url(../img/footer_bottombg.jpg) no-repeat center top;*/
    text-align: center;
    content: '';
    font-size: 23px;
    color: #fff;
    position: absolute;
    background-size: cover;
    height: 200px;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
}.vivameetsection {
    background: #fff;
    position: relative;
    box-shadow: #e6e0e0 0px 1px 2px 0px;
    border-radius: 8px;
    padding-bottom: 13px;
}
.planheading {
    position: relative;
    text-align: center;
    color: #000; font-family: 'Montserrat', sans-serif;
    font-size: 27px;
   
    font-weight: 600;
    margin-bottom: 25px;
}
.vivameettitle {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 15px 17px 11px;
    color: #000;
    border-bottom: #f37d3f 3px solid;
    margin: 0 10px 0px;
    line-height: 22px;
}
ul.vivadesul {
    padding: 20px 4px 0;
    margin: 0px 12px 0 ;
    list-style-type: none;
    height:240px;
}.vivameettitle.extrapad{
    padding:15px 25px 11px !important;
}
ul.vivadesul li {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}
ul.vivadesul li:after {
    content: '';
    position: absolute;
    background-size: cover;
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
    background: url(../img/ortic.png) no-repeat center top;
    background-size: cover !important;
}
.vivaprices {
    margin: 0 12px;
}
.vivaprices a{
    display:block;
    
} 
a.pricessec {
    background: rgb(240,65,100);
    color: #fff;
    background: linear-gradient(180deg, rgba(240,65,100,1) 0%, rgba(245,129,79,1) 56%);
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
a.pricessec:hover {
    background: rgb(240,65,100);
    background: linear-gradient(360deg, rgba(240,65,100,1) 3%, rgba(245,129,79,1) 81%);
}a.pricessec span {
    font-size: 13px;
    display: block;     padding: 0 0 0 5px;
}
a.priceinterest {
    border: #f37d3f 1.5px solid;
    color: #f37d3f;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-weight: 600;
}
a.priceinterest:hover{
    background:#f37d3f;
    color:#fff;
}
}


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f99e28;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f3784a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff3f4;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height:110px;     transition: 0.3s;
}

#header.header-scrolled .logo img {    max-height: 75px;     transition: 0.3s; }



.popup iframe { width:100%; height:300px; overflow:hidden;}

.moretext {
  display: none;
}

   .overlay {
  position: fixed;
  top: 0;     -webkit-transform: unset;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
      z-index: 999;
}


.popup {
  margin: 30px auto;
  padding: 30px 60px;
  background: #fff;
	
	background-size: cover;
  border-radius: 5px;
  width: 65%;
  position: relative;
  transition: all 5s ease-in-out;
	z-index: 99999;    top: 0px; left:0;
}
.popuplogo {
    padding: 0 0 0px;     text-align: center;
}

.popuplogo p {    font-family: 'Montserrat', sans-serif;
    font-size: 16px; color: #444444; margin:0 0 20px;}

.popuplogo img {       width: 100px;
    margin: 0 0 15px;}
    
    .popup .close {
         background: transparent;
    border: none;
    position: absolute;
    top: -5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;     opacity: 1;
    text-align: right;
}

.popup .close img{
    width: 20px;
}

.cloud .icon-box a {    text-decoration: underline;}


.whyviva .icon-box {width:100%;}

.viva_table {width:100%;     border: solid 1px #ccc; font-family: 'Montserrat', sans-serif;}

.viva_table strong {    font-size: 16px;}

.viva_table tr td{    border: solid 1px #ccc;     padding: 10px; font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;}
    
    
#planmeet .viva_table tr td {font-weight:700;}

.viva_table thead tr {    background: #42a5f5;}

.connectivity .icon-box {width:100%;     text-align: center;}

.footerViva h2{    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 5px;}
    
 .footerViva   p {    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    max-width: 850px;}
    
    .whyviva h4 {    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative; font-family: 'Montserrat', sans-serif;
    color: #000000;}
    
    .whyviva p {    font-size: 22px; font-family: 'Montserrat', sans-serif;
    padding: 10px 0 10px;}


form {    display: flex;
    flex-direction: row;
    flex-wrap: wrap;}
    
    .popHalf {     width: 50%;}

.popHalf input, .popHalf select {    color: #000;    width: 90%;
    margin: 0 5% 20px;
    border: none;
    border-bottom: solid 1px #2f2f2f;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;}
    
    .popfull {width: 100%;
    text-align: center;
    margin: 10px 0 0 0;}
    
    .popfull button {     font-size: 17px;
    font-weight: 600;
    background: #e9292c;
    border: none;
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    padding: 10px 25px;
    border-radius: 5px;     cursor: pointer;
}


.faqBtn {    text-align: center;}

.faqBtn button{    color: #fff; font-family: "Montserrat", sans-serif;
    background: #42a5f5;
    padding: 6px 20px 7px;
   margin-left: 0;
    margin-top: 20px;
    border-radius: 5px;
    /* color: #f3784a; */
    font-size: 18px;
    /* background: #fff; */
    border: none;
    font-weight: 600;}
    
  .faqBtn  button:hover {    background: #206dab;
    transition: 0.3s;
    color: #fff;}
    
    .innerBnr {    width: 100%;
    height: 350px;
    background: url(../img/banner_bg.jpg) center center;
    background-size: cover;}
    
    .innerBnr h2 {    padding: 100px 0 0 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;}
    
    .innerTxt p {}

@media (max-width: 1366px) {
  
}



@media (max-width: 991px) {
    
    .popup {
  margin: 20px auto;
  padding: 20px 20px;     width: 95%;
  
    }
 
}



#hero {
  
      width: 100%;
/*    height: 100vh;*/
    background: #def0ff url('../img/banner_bg.jpg');
    background-size: cover; padding: 60px 0 80px;
}

/*#hero .container {
  padding-top: 72px;
}*/

#hero h1 {
        font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}

#hero h2 {
  color: #0a0909;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    margin-top: 5px;
    font-weight: 400; font-family: 'Montserrat', sans-serif;
}

#hero h3   {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500; margin:0 0 20px;
}
#hero h4 , #hero h3 span  {
        font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    color: #e9292c;
    font-weight: 700;
}

#hero h5 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    color: #42a5f5;
    font-weight: 800;
}

#hero .btn-get-started {
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 5px 0 0 0;
    color: #fff;
    background: #f3784a;
	    border: 2px solid #f3784a;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #f3784a;
}

#hero .btn-watch-video {
     font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 35px 7px 35px;
    border-radius: 30px;
    transition: 0.5s;
    margin: 5px 0 0 0;
    color: #fff;
    background: #fff;
    background: #42a5f5;
    border: #42a5f5 1px solid; text-transform: uppercase;
}

#hero .btn-watch-video:hover {
  background: #3290dd;  border: #3290dd 1px solid;
  color: #fff;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero img {
    width: 85%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
  #hero {
   height: auto;
    text-align: center;
    padding: 0 0 80px;
  }
  
  

 /* #hero .animated {
    -webkit-animation: none;
    animation: none;
  }*/

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 23px;
    line-height: 33px;
  }


#hero {
    padding: 50PX 0 80px;
}

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
    
    .footerlogo a {    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;}
    
    .footerlogo img{padding: 0 0 20px 0px !important;}
    
    .mobileFooter {display: inline-block;}
    
    #footer .footer-top .footer-contact p a {
    color: #fff;
   
}

  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

section.footer-area-section {padding:0;}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 27px; font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  color: #000000;
}


.section-title p {
  margin-bottom: 0;
}

#about .section-title h2 {
    max-width: 100%;
    margin: 0 auto;
}

#about .section-title p {    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    color: #303030;
    font-size: 19px;
    line-height: 34px;
    padding: 0;     max-width: 900px;}

 #about .content img{
    width: 75%;
    margin: 0 auto;
    display: block;
}

.workflow .icon-box {
    text-align: center; padding: 0 10px;
}

.workflow .icon img {        width: 120px;
    border: solid 3px #42a5f5;
    padding: 15px;
    border-radius: 50%;}

.workflow .icon-box h4{
   color: #000000;
    line-height: 30px;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    top: px;
    margin: 0;
    padding: 10px 50px 15px;
}

.workflow .icon-box p {
    margin: 0;
    color: #303030; font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 34px;
    padding: 0;
}
section.app, section.app1 {padding:20px 0;}
.app h3 { font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #191919;
    padding: 0 0 0 30px;
    line-height: 36px;
	    margin: 0 0 15px;
}

.app p{ font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 0 0 0 30px;
    line-height: 29px;
    font-weight: 400;
    text-align: justify;
}

.app1 h3 { font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #191919;
    padding: 0 30px 0 0;
    line-height: 36px;
	    margin: 0 0 15px;
}

.app1 p{ font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 0 30px 0 0;
    line-height: 29px;
    font-weight: 400;
    text-align: justify;
}

.section-bg1 {    background-color: #f3f3f3;}

.connectivity .row .col-xl-4:first-child .icon-box {
    padding: 0 10px 0 0;
}
.connectivity .row .col-xl-4 .icon-box {
    padding: 0 15px;
}

.connectivity .row .col-xl-4:last-child .icon-box {
    padding: 0 0 0 10px;
}


section:nth-child(4).connectivity {display:block !important;}

.connectivity .icon-box h4{
     color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 31px;
    max-width: 80%; font-family: 'Montserrat', sans-serif;
}

.connectivity .icon-box img{
    padding: 0 0 10px;
    width: 60px;
}

.connectivity .icon-box p {

    color: #fff;
    font-size: 19px;
    line-height: 34px;
    padding: 0;     text-align: center;
    max-width: 700px;
    margin: 0 auto;
}


.cloud  .section-title  {
    padding-bottom: 65px;
}

.cloud .section-title p{
    font-size: 27px;
    padding: 20px 0 0;
}

.cloud .icon-box {
    text-align: center; padding: 0 10px;
}

.cloud .icon-box h4{
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;     padding: 0 45px;
}

.cloud .icon-box p {
    margin: 0;
    color: #303030;
    font-size: 18px;
    line-height: 34px;
    padding: 0;
}


.cloud .icon-box  img{
    padding: 0 0 25px;
}

.section-bg2 {    background-color: #f3f3f3;}

.features h3 { font-family: 'Montserrat', sans-serif;
      font-weight: 600;
    margin-bottom: 10px;
    font-size: 23px;
    color: #000000;
    line-height: 27px;
    margin-top: 0px;
}

.features h4 {     font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000; color:#000;      z-index: 9;
    position: relative;}

 .features .box{     border: solid 1px #000;
    background: #e3e3e3;
    padding: 15px;
    border-radius: 10px; margin: 0 0 20px;
    height: 75px; position: relative; 
}

 .features .box:before {content: '';
    background: #e9292c;
    left: 0;
    position: absolute;
    width: 0;     top: 0;
    height: 100%;
    border-radius: 10px;}
    
    .features .box:hover:before {width: 100%; }



.features .box:hover h4 { color:#fff;}

.features ul {
       padding: 0;
    list-style: none;
    color: #000;
    text-align: left;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}
.features ul li {
    padding: 10px 0 10px 25px;
    position: relative;
}
.features ul i {
    color: #f27243;
    font-size: 24px;
    position: absolute;
    left: -5px;
    top: 6px;
}


.features .section-title {
    padding-bottom: 50px;
}
.featuresMdle {    border-right: solid 1px #d0d0d0;
    border-left: solid 1px #d0d0d0;}
    
    
.features  .box img {    height: 50px;}


.features .row .col-lg-4:first-child  .box{  padding: 0 10px 0 0;}

.features .row .col-lg-4:last-child  .box{  padding: 0 0 0 10px;}

.features .featuresMdle .box.featured{
    padding: 0 10px;
}
.stories {       padding: 60px 0 80px;
    background: #F9F9F9;}

.stories .section-title p {    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    color: #303030;
    font-size: 19px;
    line-height: 34px;
    padding: 0;
  }
  
  .faqsectionbh .slidersection, .faqsectionbh .slidersection p {
    text-align: justify !important;
}

.casestudis {
    background: #fff;
}

.casestudis img {    height: 249px;}

.slidersection p, .slidersection {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 22px;
    color: #2C2C2C;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.slidersection {
    padding: 10px 20px 20px;
}
.casepe {
    padding: 16px 16px 9px;
}
.faqsectionbh .slidersection .casestudis h3 {
    margin-bottom: 13px !important;
    margin-top: 0 !important;
    text-align: justify !important;
    margin-top: 20px !important; font-size: 17px;
    font-weight: 700;   font-family: 'Montserrat', sans-serif; color:#000;
}
.casestudis a {
    font-weight: bold;
    display: table;
    font-size: 14px; color:#000;
    margin: 12px 0px;   font-family: 'Montserrat', sans-serif;
}
.casestudis a:hover {
    color: #e9292b;
}
button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: -40px;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    margin: -40px auto;
    cursor: pointer;
}
button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    bottom: 0;
    right: -40px;
    left: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    margin: -40px auto;
    cursor: pointer;
}

.faq-list .slidersection h3 {font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 18px;}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}


.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

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

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}


.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@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;
  }
}


.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}


.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


.faq .faq-list {
  padding: 0 50px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 0;
  position: relative;
margin: 0 0 1px!important;
    border-bottom: solid 1px #ccc;
}

.faq .faq-list a { color:#000;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 30px 0 0;
  outline: none;
  cursor: pointer;
}

.faq .faq-list li   p a {    display: inline-block;
    padding: 0;
    font-size: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #f99e28;
    text-decoration: underline;}

.faq .faq-list li   p a:hover {color: #303030; text-decoration: none;}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;     font-family: "Montserrat", sans-serif;
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #303030;
    text-align: justify;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #42a5f5;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}


#footer {
  font-size: 14px;
  background: #37517e;
}

.footer-newsletter {
  padding: 80px 0;     background: url(../img/footer_bottombg.jpg) no-repeat center;
   
   
    text-align: center;
    font-size: 23px;
    color: #fff;
    background-size: cover;
}

 .footer-newsletter h4 {
      font-size: 27px;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    font-weight: 600;     font-family: 'Montserrat', sans-serif;
    color: #fff;
}

 .footer-newsletter ul {
    margin: 0;
    padding: 0;
    display: block;     font-family: 'Montserrat', sans-serif;
    list-style: none;
    align-items: center;
}

 .footer-newsletter ul  li{
    display: inline-block;
}

 .footer-newsletter p{
    margin: 0 0 35px;  font-family: 'Montserrat', sans-serif;
}

 .footer-newsletter ul  li a.freedemo     {
    background: #1e184c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 25px; 
    border-radius: 5px; margin: 0 5px; transition: 0.3s;
}

 .footer-newsletter ul  li a.freedemo:hover { background: #fff; transition: 0.3s;
    color: #1e184c;}

 .footer-newsletter ul  li a.getstarted      {
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 25px;     font-family: 'Montserrat', sans-serif;
    border-radius: 5px; margin: 0 5px; transition: 0.3s;
}

 .footer-newsletter ul  li a.getstarted:hover { background: #1e184c; transition: 0.3s;
    color: #fff;}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

 .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

 .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

 .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
      padding: 80px 0 0px 0;
    background: url(../img/footer_bg.jpg);
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 13px;
  color: #fff;
      position: relative;
    padding: 0 0 0 60px;
}

#footer .footer-top .footer-contact p i{
    border: solid 1px #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

#footer .footer-top .footer-contact p.footermail {padding: 15px 0 0 60px;}

#footer .footer-top .footer-contact p.footermail i{
   top:5px;
}

#footer .footer-top .footer-contact p a {color: #fff;}

#footer .footer-top h4 {
     font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

#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: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

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

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


.footerlogo p { color:#fff;}
.footerlogo img {    height: 150px;
    padding: 0 0 20px 50px;}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1; font-size:17px;     line-height: 27px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f3784a;
}

#footer .footer-top .social-links a {
      font-size: 25px;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 32px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f3784a;
    color: #fff;
    text-decoration: none;
    border: solid 1px #f3784a;
}

#footer .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    border-top: solid 1px #cccccc57;
    text-align: center;
    font-size: 14px;
}

#footer .copyright {

}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}
.applysec{
 font-size:14px;
 text-align:center;
 color:#000; font-family: 'Montserrat', sans-serif;
 margin-top:25px;
}

 .tab .applysec p{
    color: #000;
    padding: 10px 0 0;
}
.subcontent span {
        font-family: 'Montserrat', sans-serif;
    color: #494949;
    font-size: 10px;
    display: table;
    line-height: 16px;
}.subcontent {
    margin-top: -2rem;
}


.button {
  display: inline-block;
  position: relative;
}
.button.is-play {
  background-color: #fff;
  border-radius: 50%;
     width: 65px;
    height: 65px;
  
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    border: none;
}
.button.is-play .button-outer-circle {
  background: rgba(255,255,255,1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.tab-menu ul li {
   
}
.tab-menu{
    margin:0 auto 10px;
}
   .tab-container {

    z-index: 9;
    position: relative;
}

.tab-menu{}
.tab-menu ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a {
    text-decoration: none;
    color: #ed6c4f;
    padding: 6px 24px;
    border-radius: 6px;
    width: 55px;
    display: table;
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.tab-menu ul li a.active-a,.tab-menu ul li a:hover {
    color: #ffffff;
    background: #1e184c;
}
.tab{
	display: none;
}
.tab h2{
	color: rgba(0,0,0,.7);
}
.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.tab-active{
	display: block;
}

.tab-active img {margin:20px 0;   transition: transform .7s ease-in-out;}


.middle{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.card{
  cursor: pointer;
  width: 340px;
  height: 220px;
}
.front,.back{
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform .6s linear;
}
.front img{
 
}
.front{
  transform: perspective(600px) rotateY(0deg);
}
.back{
     background: #2093c9;
    transform: perspective(600px) rotateY(180deg);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.back-content{
  color: #2c3e50;
  text-align: center;
  width: 100%;
}

.back-content h2 {color: #fff; font-family: 'Montserrat', sans-serif;
  text-align: center;}
  .back-content h2 span {    font-family: arial;}
.back-content p {color: #fff; font-family: 'Montserrat', sans-serif;
  text-align: center;}
.sm{
  margin: 20px 0;
}
.sm a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #2c3e50;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}
.sm a:hover{
  background: #2c3e50;
  color: white;
}
.card:hover > .front{
  transform: perspective(600px) rotateY(-180deg);
}
.card:hover > .back{
  transform: perspective(600px) rotateY(0deg);
}




.hin {
    height:450px !important ;
}
.himain {
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.vivameettitle span {
    font-size: 12px;
    line-height: 16px !important;
    margin: 0px 0 0 !important;
}
.himain span {
   display:flex;
   width:100%;
   flex:0  0 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}



@media (max-width: 991px) {
    
   .vivameetsection{
        margin-bottom:30px;
    }
    .pricessec span{
        margin-left:5px;
    }
    .workflow .row, .connectivity .row, .cloud .row {
    justify-content: center;
}

  #about .section-title h2 {
    max-width: 100%;
    margin: 0 auto;
}

.app h3, .app1 h3 {
    font-size: 25px;
    padding: 20px 0 0 0px;
line-height: 35px;}
.section-title h2 {
font-size: 25px;}
.app p, .app1 p {
    font-size: 18px;
padding: 0;}

.cloud .section-title {
    padding-bottom: 35px;
}
.cloud .section-title p {
    font-size: 23px;
    padding: 10px 0 0;
}
.cloud .icon-box h4 {
    color: #000000;
    font-size: 22px;
}
.featuresMdle {
    border-right: none;
    border-left: none;
    border-top: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq .faq-list a {
    font-size: 20px;
    line-height: 30px;
}
 .footer-newsletter {
padding: 70px 0;}

.connectivity .row .col-xl-4:first-child .icon-box {
     padding: 0 15px;
}

.connectivity .row .col-xl-4:last-child .icon-box {
     padding: 0 15px;
}

.connectivity .row .col-xl-4 .icon-box {
    padding: 0 15px;
    text-align: center;
}

 .features .row .col-lg-4:first-child .box {
    padding: 0 15px;
    
}

.features .row .col-lg-4:last-child .box {
    padding: 0 15px;
  
}

.features .row .col-lg-4 .box {
    padding: 0 15px;
    text-align: center;
}


  
}

@media (max-width: 768px) {
    
    .features .row .col-lg-4:first-child .box {
    padding: 0 15px;
    
}

.features .row .col-lg-4:last-child .box {
    padding: 0 15px;
  
}

.features .row .col-lg-4 .box {
    padding: 0 15px;
    text-align: center;
}


.features ul {
    line-height: 25px;
    font-size: 16px;
}

.features ul i {
    top: 12px;
}
    
    
    .connectivity .row .col-xl-4:first-child .icon-box {
     padding: 0 15px;
}

.connectivity .row .col-xl-4:last-child .icon-box {
     padding: 0 15px;
}

.connectivity .row .col-xl-4 .icon-box {
    padding: 0 15px;
    text-align: center;
}

    .navbar .getstarted, .navbar .getstarted:focus, .navbar .freedemo, .navbar .freedemo:focus {
    padding: 8px 20px 10px;}
    
    .faq .faq-list p {
    font-size: 15px;
    line-height: 26px;
    color: #303030;}
    
    .features h3 {
    font-size: 20px;
    line-height: 25px;}
    
    .cloud .icon-box p {
    font-size: 17px;
    line-height: 30px;
    padding: 0 0 10px;
}
    
    .cloud .section-title p {
    font-size: 18px;
    padding: 10px 20px 0;
}
    
    section {
    padding: 40px 0;}
    
    
    .connectivity .icon-box p {
    font-size: 17px;     text-align: center;
    line-height: 30px;
    }
    .workflow .icon-box p {
        font-size: 17px;
    line-height: 30px;
    padding: 0 0 40px; }
    
    .features .row {
    display: revert;
}

.features .box {

    height: auto;
}
    
    #footer .footer-newsletter ul li a.getstarted {
    font-size: 15px;
    padding: 10px 15px;}
    
    #footer .footer-newsletter ul li a.freedemo {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;}
    
    #footer .footer-newsletter p {
    margin: 0 0 20px;
}
    
    #footer .footer-newsletter h4 {
    font-size: 25px;
    margin: 0 0 5px;
    }
    #footer .footer-top .footer-links {
    margin-bottom: 15px;
}
    
    #footer .footer-top .footer-links ul a {
    font-size: 15px;
    line-height: 23px;
}
    
    #footer .footer-top {
    padding: 40px 0 0px 0;}
    
     #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 25px;}
    
	
	#footer .footer-newsletter ul li {
    display: inline-block;
    margin: 0 0 0px;
}

	#about .content img {
    width: 95%;}
	
  #footer .footer-bottom {
    padding-top: 20px;     font-size: 12px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  .order-1 {    order: 1;}
.order-2 {    order: 2;}
}



@media(max-width:580px){
    
    ul.vivadesul{
        height:auto;
    }
}