/********** common setting **********/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Axiforma,sans-serif!important;
}
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.n-m-t-15 {
	margin-top: -15px;
}


/*----- Body -----*/
  
#body, a, p, span{
  overflow: hidden;
  font-family: Axiforma,sans-serif!important;
}

.body {
  overflow: hidden;
}

/*----- Header -----*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  text-decoration: none;
}

#header #logo img {
  padding: 0;
  margin: 0;
}



/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background-color: rgba(34, 61, 97, 0.64);
  padding: 20px 0;
  height: 90px;
  transition: all 0.5s;
}


@media (max-width: 600px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 35px;
  }
  
}


/*----- Navigation Menu -----*/
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 5px;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  text-decoration: none;
}

.nav-menu a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #00FFAD;
}

.nav-menu a:active {
    text-decoration: none;
}


.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.nav-menu > li {
  margin-right: -10px;
}

}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
}

.nav-menu ul ul {
  margin: 0;
}

.menu-has-children li a {
  color: white !important;
}

.menu-has-children ul {
  background-color: rgba(34, 61, 97, 0.64);
}


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1199px) {
  #mobile-nav-toggle {
    display: 
  
}
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  
}
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


    /*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}


/* Features Section
--------------------------------*/
.home-price {
	font-size: 40px;
}
	
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #00FFAD;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}


#features ul {
  padding: 0;
  list-style: none;
  color: black;
  text-align: left;
  line-height: 20px;
  padding-left: 105px;
}

#features ul li {
  padding-bottom: 12px;
}

#features ul i {
  color: black;
  font-size: 18px;
  padding-right: 4px;
}


.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 5px !important;
    padding: 0px 30px !important;

    height: 69px;
    line-height: 69px;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

#banner h1 {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: auto;
}

#banner p {
  font-size: 30px;
  padding-top: 1px;
  padding-bottom: 50px;
  margin: auto;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

.strike_it {
	text-decoration: line-through;
}




/* ==========================================================================
   Core Features Section
   ========================================================================== */

.core_features .item {
  margin: 15px;
}
.core_features .item .icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #192440;
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.core_features .item .title {
  font-family: "Poppins", sans-serif;
  color: #192440;
  font-size: 20px;
}



/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonials {
  width: 100%;
  background: #fff;
  background-size: cover;
  position: relative;
}
.home .testimonials {
  background: #192440;
  margin-bottom: 100px;
}
.testimonials:before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.testimonials .title {
  color: #000 !important;
}
.home .testimonials .title {
  color: #fff !important;
}
.testimonials .img-member {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
}
.testimonials .client-info {
  color: #000;
  line-height: 20px;
  margin: 20px auto;
}
.home .testimonials .client-info {
  color: #fff;
}
.testimonials .client-info .client-name {
  font-size: 20px;
  text-transform: uppercase;
}
.testimonials .client-info .client-name span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  font-style: italic;
}
.home .testimonials .client-info .client-name span {
  color: #fff;
}
.testimonials p {
  margin: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #000;
  font-style: italic;
  position: relative;
}
.home .testimonials p {
  color: #fff;
}
.testimonials p .quote-left {
  font-size: 25px;
  margin-right: 10px;
}
.testimonials p .quote-right {
  font-size: 25px;
  margin-left: 10px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  font-size: 30px;
  margin: 20px 10px 0;
  padding: 0 12px;
}
.testimonial-slider .owl-controls .owl-buttons {
  position: relative;
  top: -70px;
  left: 0;
}
.testimonial-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}
.testimonial-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}
.testimonial-slider.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block !important;
  background: #192440 !important;
  text-align: center;
  display: inline-block;
  opacity: 1!important;
  border-radius: 50px!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home .testimonial-slider.owl-theme .owl-controls .owl-buttons div {
  background: #fff !important;
}
.testimonial-slider.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8!important;
}
.testimonial-slider.owl-theme .owl-controls .owl-buttons div i {
  color: #fff !important;
  font-size: 14px;
  line-height: 40px;
}
.home .testimonial-slider.owl-theme .owl-controls .owl-buttons div i {
  color: #000 !important;
}


/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots .item {
  margin: 15px;
}
.screenshots .item img {
  display: block;
  width: 100%;
  height: auto;
}
.screenshots .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  font-size: 20px;
  margin: 20px 10px 0;
  padding: 0 10px;
}
.screenshots-slider .owl-controls .owl-buttons {
  position: relative;
  top: -70px;
  left: 0;
}
.screenshots-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}
.screenshots-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}
.screenshots-slider.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: inline-block !important;
  background: #192440 !important;
  text-align: center;
  opacity: 1!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.screenshots-slider.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8!important;
}
.screenshots-slider.owl-theme .owl-controls .owl-buttons div span {
  color: #fff !important;
  font-size: 14px;
  line-height: 40px;
}

/* ==========================================================================
   Partners
   ========================================================================== */
.partners {
  /* background: #00FFAD; */
  padding: 50px 0;
}
.partners .item {
  margin: 15px;
  height: 350px;
  overflow-y: hidden;
}
.partners .item img {
  display: block;
  width: 160px;
  height: auto;
  margin: auto;
}
.partners .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  font-size: 20px;
  margin: 20px 10px 0;
  padding: 0 10px;
}
.partners-slider .owl-controls .owl-buttons {
  position: relative;
  top: -70px;
  left: 0;
}
.partners-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}
.partners-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}
.partners-slider.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: inline-block !important;
  background: #192440 !important;
  text-align: center;
  opacity: 1!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.partners-slider.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8!important;
}
.partners-slider.owl-theme .owl-controls .owl-buttons div span {
  color: #fff !important;
  font-size: 14px;
  line-height: 40px;
}

.testimonial{
  border-radius: 10px;
}

/*========================
  FAQs Area
===========================*/
.faqs_container .card-header a.card-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}


/*========================
  Gallery Area
===========================*/
.gallery {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  border: 5px solid #192440; }


  /*-------------------------------------
        11. Blog
--------------------------------------*/
.blog{
    background: #fff;
        padding: 115px 0 92px;
}

/*blog-content*/
.blog-content {
    margin-top: 66px;
    
}
.blog-content .thumbnail {
    background:transparent;
    border:transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom:30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.thumbnail h5{
    padding: 10px 0 10px 10px;
    color: black;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}


@media (max-width: 1199px) {
  #contact h2 {
    font-size: 41px !important;
  }
}

@media (max-width: 991px) {
  #contact h2 {
    font-size: 29px !important;
  }
}
/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}


/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
  background: #192440;
  color: #fff;   
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}


@media (max-width: 1199px) {
	
	.video-promo {
	background: #192440;
	color: #fff;   
	padding-top: 30px !important;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
	padding-right: 100px !important;
	}
	.video-promo-content h3 {
	color: #fff;
	font-size: 20px !important;
	font-weight: 100px;
	margin-top: 100px !important;
	text-align: center;
	padding-right: 10px !important;
	}

}


@media (max-width: 991px) {
	
	.video-promo {
	background: #192440;
	color: #fff;   
	padding-top: 30px !important;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;	
	padding-right: 10px !important;
	}
	.video-promo-content h3 {
	color: #fff;
	font-size: 20px !important;
	font-weight: 100px;
	margin-top: 10px !important;
	text-align: center;
	}
	
}

@media (max-width: 799px) {
	
	.video-promo {
	background: #192440;
	color: #fff;   
	padding-top: 30px !important;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
	}
	.video-promo-content h3 {
	color: #fff;
	font-size: 20px !important;
	font-weight: 100px;
	margin-top: 10px !important;
	text-align: center;
	}

}

@media (max-width: 767px) {
	
	.video-promo {
	background: #192440;
	color: #fff;   
	padding-top: 30px !important;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
	}
	.video-promo-content h3 {
	color: #fff;
	font-size: 20px !important;
	font-weight: 100px;
	margin-top: 10px !important;
	text-align: center;
	}

}

@media (max-width: 499px) {
	
	.video-promo {
	background: #192440;
	color: #fff;   
	padding-top: 30px !important;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
	}
	.video-promo-content h3 {
	color: #fff;
	font-size: 10px !important;
	font-weight: 100px;
	margin-top: 10px !important;
	text-align: center;
	}

}

.video-promo .video-promo-content { 
  color: #fff;
}

.video-promo-content h3 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 100px;
  margin-top: 50px;
}



.video-promo .video-promo-content p {
  text-align: center;
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #61D2B4;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*00FFAD*/
/*Simple Theme*/ 
.simple_theme .cta_icons {
  margin-bottom: 15px;
}
.simple_theme .cta_icons .row div {
  padding-bottom: 15px;
}
.simple_theme .cta_icons .cta_single {
  border: 1px solid #888;
  padding: 15px;
}
.simple_theme .cta_icons .cta_single i {
  color: #192440; 
  font-size: 50px;
}
.simple_theme .cta_icons .cta_single ._button {
  background: #192440;
  color: #00FFAD; 
  display: block;
  margin-top: 10px;
}
.simple_theme .cta_icons .cta_single ._button:hover {
  background: #fff;
  color: #192440; 
  border: 1px solid #192440; 
}
.simple_theme .card {
  background: #283861;
  padding-top: 20px;
}
.simple_theme .card .cta_login {
  padding-bottom: 30px;
}
.simple_theme .card .cta_login:last-child {
  padding-bottom: 0;
}
.simple_theme .card .cta_login .nav-item {
  background: #fff;
  margin-right: 20px;
  border-radius: 5%;
}
.simple_theme .card .cta_login .nav-item > .active {
  background: #00FFAD;
}
.simple_theme .card .cta_login .nav-item a {
  color: #192440;
  font-size: 17px;
  font-weight: 600;
}
.simple_theme .card .cta_login .nav-item a.active {
  color: #192440;
}
.simple_theme .card .cta_login .tab-content {
  background: #fff;
  color: #000;
  padding: 20px;
}
.simple_theme .card .cta_login .login_btn {
  background: #192440;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.simple_theme .card .cta_login .forgot-pass,
.simple_theme .card .cta_login .no-acct {
  color: #192440;
}


/*Fancy modals*/
#subscribeModal .modal-content{
  overflow:hidden;
}
a.h2{
    color:#007b5e;
    margin-bottom:0;
    text-decoration:none;
}
#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  padding-left:30px;
}
#subscribeModal .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right:20px;
  background:#007b5e;
  border-color:#007b5e;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
  height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
  height: 155px;
    background: #007b5e;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}

#popup_demo .modal-header,
#popup_demo .modal-footer {
  background: #192440;
  color: #fff;
}
#popup_demo .submit_btn {
  background: #00FFAD;
}
#popup_demo .modal-body {
  background: #f2f2f2;
}

/* whatsapp chat button */
#floating_whatsapp_btn {
  position:fixed;
  bottom:5px;
  background-image:url('../img/wlogo.png');
  width:70px;
  height:70px;
  left:15px;
  background-size:80%;
  background-position:center;
  background-repeat:no-repeat;
  transition: background-size 0.1s linear;
}
#floating_whatsapp_btn:hover {
  background-size:100%;
}
#floating_whatsapp_btn:active {
  background-size:90%;
}
#floating_whatsapp_btn a {
  width:70px;
  height:70px;
  display:inline-block;
}

/* Clickup View */
.chat-view{
  height: auto;
  max-width: 750px;
  margin: 0 auto;
}