/*
Theme Name: WP Bootstrap Starter
Theme URI: 
Author: Afterimage Designs
Author URI: 
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.15
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Custom Footer
# Custom Button
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer


--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> CUSTOM CHANGES
----------------------------------------------------------------
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  color: #333333e6;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #333333e6;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
}

input {
  line-height: normal;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: .25rem;
  color: rgba(51, 51, 51, 0.6);
}

--------------------------------------------------------------*/

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

p {
    font-family:Lato;
    /*color:#646464;*/
    font-size:18px;
    font-weight:500;
}
@font-face {
    font-family: 'maven_pro_light300';
    src: url('inc/assets/fonts/mavenprolight-300-webfont.woff2') format('woff2'),
         url('inc/assets/fonts/mavenprolight-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.white {
    color: #fff !important;
}
.boxt {
    padding:0 10%;
}
.our-services {
}
.serv-img {
    max-width: 130px;
    margin: 0 3%;
    text-align: center;
}

.serv-img img:hover {
	filter: contrast(95%);
}

.tag-line {
    background-color: #fbf9f9;
}
.our-app {
    /*background-color: #f7f7f7;
    background-image: url('/images/simtail-home-gradient-bg.png');*/
    /*color: #fff;*/
}
.first {
    padding-top: 100px;
}
.second {
    padding-bottom: 150px;
}

.our-app2 {
    /*background-color: #f7f7f7;*/
    background-image: url("../../uploads/2020/08/growth.png");
  background-size: cover;
  height:509px;
    color: #fff;
}
.the-benefits {
    background-color: #fbfbfb; 
}
.benefit-no {
    background-color: #ef328c;
    padding: 0.7em 1em;
    margin-bottom:1em;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2em;
    font-family: 'maven_pro_light300';
}

.team-videos .first {
    padding-top: 100px;
}
.grecaptcha-badge {
display: none;
}
.teal {
  color: #002a3c;
}
.full-image {
  position: fixed;
  left: 0;
}
.row-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-section {
    padding-top: 3%;
    padding-bottom: 3%;
}
.section-title {
    margin-bottom: 20px; 
}
.form-bg {
   background-color: #fbfbfb;
   border-radius: 20px;
   padding: 1rem;
}

.nav-buttons .btn-primary:hover {
   color: #00ae88;
   background-color: #fff;
   border: 2px solid #00ae88;
}
.nav-buttons .btn-primary {
   color: #00c99d;
   background-color: #fff;
   border: 2px solid #00c99d;
}
.nav-buttons .btn {
   padding: 0.23rem 1.5rem;
}
.nav-buttons button {
    margin-right: 10px;
}

li.online-store a.nav-link {
	padding: 0.23rem 1.5rem !important;
	color: #dd0163 !important;
	background-color: #fff;
	border: 2px solid #dd0163;
	margin-right: 10px;
	line-height: 1.5;
	border-radius: 1.5rem;
}
.home .entry-content, .page-id-8812 .entry-content {
   margin: 0;
}
.home #content.site-content, .page-id-8812 #content.site-content {
   padding-top: 0;
}
.home #content.site-content, .page-id-8683 #content.site-content, .page-id-8681 #content.site-content, .page-id-8732 #content.site-content, .page-id-8728 #content.site-content {
  padding-bottom: 0;
}
.partnership-info h2, .pricing-info h2 {
    color: #fff;
}
.partnership-info .btn-primary, .pricing-info .btn-primary {
   color: #000000;
   background-color: #fff;
   border-color: #fff; 
}
.partnership-info .btn-primary:hover, .pricing-info .btn-primary:hover {
   color: #000000;
   background-color: #fff;
   border-color: #fff;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/* ---- C O N T A C T   P A G E ---*/

.contact-page {
	background: linear-gradient(#de0064 270px, #fff 0%);
}

.contact-page .entry-title {
	display: none;
}

.contact-page h1 {
	color: #fff;
	font-family: Maven Pro, sans-serif;
	font-size: 52px;
	margin-top: 15px;
}
.contact-page p {
	color: #fff;
	font-family: Poppins, sans-serif;
	margin-bottom: 75px !important;
	width: 75%;
}

/*.contact-page input, .contact-page textarea {
	width: 100% !important;
	padding: 2px 0 2px 10px;
}
*/
.contact-page .mc-checkbox input[type="checkbox"] {
	width: auto !important;
	margin-right: 5px;
}

.contact-page-form .first {
	padding-top: 0px !important;
}

.contact-page-form .row {
	padding: 10px 0;
}

/*.contact-page label {
    display: inline-block;
    max-width: 100%;
    margin: 20px 0 0 10px;
    font-weight: 500;
}*/

.contact-page img {
	border-radius: 50%;
	margin: 15px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.contact-page img:hover {
	filter: brightness(1.1);
	-webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

img.contact-page-main {
	width: 365px;
}

img.contact-page-2 {
	float:right;
}

img.contact-page-3 {
	width: 165px;
	margin: -50px 0 30px 30px;
}

.contact-page .content-wrapper {
	background: transparent !important;
}

/*.contact-page .wpcf7 input[type="url"] {
    border-radius: 20px !important;
}*/

.contact-page input[type="submit"] {
	padding: 10px 30px;
	margin: 10px 0;
	font-weight: 600;
	font-size: 18px;
}

.contact-page label {
	font-weight: 400;
	font-size: 15px;
}

/* Start CF7 checkbox buttons */
.contact-select {
	background: transparent !important;
	border: transparent !important;
	padding: .6rem 0rem !important;
}
.contact-select .wpcf7-list-item {
  margin: 0 2px 0 0;
  display: inline-block;
}
.contact-select > span input {
  opacity: 0;
  position: absolute;
}

.contact-select > span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  color: #8f8f8f;
  border-radius: 20px;
  padding: 3px 8px;
  background: #efefef;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  border: 1px solid #ddd;
	margin: 0px 10px 10px 0px;
}

.contact-select > span input:checked + .wpcf7-list-item-label {
  background: #00c99d;
  border: 1px solid #00c99d;
  color: #ffffff;
  font-weight: bold;
	margin: 0px 8px 10px 0px;
}

.contact-select label {
	margin: 2px 0 0 0;
}

/* end CF7 checkbox buttons */

.contact-page-footer {
	background: #00ae88;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
}

.contact-page-footer a {
	color: #fff;
	font-weight: 600;
}

.contact-page-footer a:hover {
	color: #eee;
	font-weight: 600;
}
.contact-page-footer .social-icons .fab {
	color: #fff;
	font-weight: 300;
}

.contact-page-footer img {
	max-width: 125px;
	padding: 50px 0 25px;
	transition: transform .2s;
}

.contact-page-footer img:hover {
	filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.25));
	transform: scale(1.15);
}

@media (max-width: 991px) {
	img.contact-page-main { width: auto; }
	img.contact-page-2 { float:none; margin-left: 75px; }
}

@media (max-width: 767px) {
	.contact-page .col-sm-12:first-of-type { padding-bottom: 20px; }
}

@media (max-width: 541px) {
	.contact-page { background: linear-gradient(#de0064 350px, #fff 0%); }
}



/* ------team section------ */
.team-videos {
    margin-top: 0%;
}
.team-video-cont {
    line-height: 0;
}






/* ------pricing section------ */
.package-price-group h2 {
   padding-bottom: 0;
}

.package-price {
   color: #00c99d;
   font-size: 2.5rem;
   line-height: 0.5;
}
.package-price-sign {
    color: #00c99d;
    font-size: 1.5rem;
    vertical-align: super;
}
.pricing-info {
    background-image: url("/app/uploads/2018/05/demo-bg.jpg");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #fff;  
    text-align: left;
    min-height: 600px;
    padding: 5% 0;
    color: #fff;
    margin-top: 5%;
}
/* ------partnership section------ */
.partnership-info {
    background-image: url("/app/uploads/2018/05/partner-bg.jpg");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #fff;  
    text-align: left;
    min-height: 600px;
    padding: 5% 0;
    color: #fff;
    margin-top: 5%;
}
.partner {
-webkit-box-shadow: 0px 0px 20px 0px rgba(183,183,183,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(183,183,183,0.2);
box-shadow: 0px 0px 20px 0px rgba(183,183,183,0.2);
}
.pricing-plans {
    -webkit-box-shadow: 5px 5px 6px 3px rgba(210,210,210,1);
    -moz-box-shadow: 5px 5px 6px 3px rgba(210,210,210,1);
    box-shadow: 5px 5px 6px 3px rgba(210,210,210,1);
    background-color: #f5f5f5;
    padding-bottom: 50px;
	min-height: 700px;
}

.pricing-plans:hover {
	filter: brightness(95%);
}

.our-clients img {
	transition: 0.5s ease-in-out;
}

.our-clients img:hover {
	transform: scale(0.9);
}

.boxp {
    min-height: 30px;
}
.quote {
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-weight: 600;
}
/* ------testimonials section------ */
.testimonials {
    background-image: url("/app/uploads/2018/05/testimonials-bg.jpg");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #27c7b3;  
    text-align: center;
    min-height: 450px;
    padding: 3% 0 0;
}
.testimonials h6 {
    color: #ebebeb;
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 10px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 0.4em;
}
.testimonials h5 {
    color:#ebebeb;
    font-size: 16px;
    margin-top: 5px;
}

.our-clients img {
    width: 225px;
}
/* ------contact section------ */    

.contact-form {
    background-image: url("/app/uploads/2018/05/demo-bg.jpg");
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #fbfbfb;  
    text-align: center;
    padding: 10% 0 10%;  
}
.contact-form h2 {
   color:#ebebeb;
}
.contact-form p {
   color:#ebebeb;
}
.contact-form.row-full.align-items-center.page-section {
    margin-bottom: 0%;
}


.contact-form2 {
    background-color: #fbfbfb;  
    text-align: center;
    padding: 3% 0 10%;  
}

.contact-form2.row-full.align-items-center.page-section {
    margin-bottom: 0%;
}


.request-demo-form-2 {
   padding-top: 15px;
}
.request-demo-form-2 .btn {
  width: 100%;
}

.growth {
    background-image: url("../../uploads/2020/08/growth.png");
  background-size: cover;
  height:509px;
}

.phone {
        margin: 0;
    /* position: absolute; */
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dare {
    margin: 0;
    /* position: absolute; */
    top: 18%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 6%;
}

.karlee {
    background-image: url("../../uploads/2020/08/karlee.png");
  background-size: cover;
	background-position: center center;
}
.oska {
    background-image: url("../../uploads/2020/08/oska.png");
  background-size: cover;
  background-position: center center;
}
.natasha {
    background-image: url("../../uploads/2020/08/natasha.png");
  background-size: cover;
	background-position: center center;
}
.teneil {
    background-image: url("../../uploads/2020/08/teneil.png");
  background-size: cover;
	background-position: center center;
}
.jan {
    background-image: url("../../uploads/2020/08/jan.png");
  background-size: cover;
	background-position: center center;
}
.photographer {
    background-image: url("../../uploads/2020/08/photographer.png");
  background-size: cover;
	background-position: center center;
}

.staff {
	height: 425px;
	transition: 0.5s ease-in;
}

.staff:hover {
	filter: saturate(125%) brightness(125%);
}

.achieve {
    font-size:71px;
    padding: 0 18%;
}

.company {
    background-image: url("../../uploads/2020/08/company.png");
  background-size: 100%;
height: 700px;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
}

@media (min-width: 1500px) {
	.company {
		background-attachment: fixed!important;
	}
}
@media (min-width: 676px) {
.modal-dialog {
    max-width: 600px;
}
}
/*--------------------------------------------------------------
# Custom Footer
--------------------------------------------------------------*/
#footer-widget .flex-column {
   flex-direction: row !important;
   -ms-flex-direction: row !important;
}
#footer-widget .nav-link {
  padding: .5rem .5rem;
}
#footer-widget .border {
  border: 0px none !important;
}
#footer-widget .border-white {
  border: 0px none !important;   
}
#footer-widget.row {
  align-items: stretch;
  background-color: #f8f9fa !important;
}

#footer-widget .p-md-5 {
  align-self: flex-end;
}
.app-buttons ul {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .app-buttons .list-inline-item:not(:last-child), .app-button-list {
    margin-bottom: 1em;
  }
}
.social-icons .fab {
  color: #8f8f8f;
  font-size: 20px;
}
.social-icons {
  padding-left: 10px;
}
#media_image-2 {
  text-align: center;
}
/*--------------------------------------------------------------
# Custom Button
--------------------------------------------------------------*/
.btn {
   line-height: 1.5;
   border-radius: 1.5rem;
}
.btn-primary {
    font-size: 0.9rem;
    color: #fff;
    background-color: #ff2172;
    border-color: #ff2172;
    padding: 0.375rem 8rem;
}
.btn-primary:hover {
   color: #fff;
   background-color: #00ae88;
   border-color: #00ae88;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
   color: #fff;
   background-color: #00ae88;
   border-color: #00ae88;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 195, 195, 0.27);
}
.btn-secondary {
    background-color: #dd0163;
    border-color: #dd0163;
}
.btn-secondary:hover {
    background-color: #c80058;
    border-color: #c80058;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #ce025d;
    border-color: #ce025d;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 228, 230, 0.5);
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.2rem;
}
.contact-form .btn-primary {
   background-color: #325362;
   color: #fff;
   border-color: #325362;
   width: 100%;
   line-height: 1.9;
   border: 1px solid #325362;
}
.contact-form .btn-primary:hover {
   color: #fff;
   background-color: #3d6577;
   border-color: #3d6577;
}
.contact-form .btn-primary:not(:disabled):not(.disabled).active, .contact-form .btn-primary:not(:disabled):not(.disabled):active, .contact-form .show>.btn-primary.dropdown-toggle {
   color: #fff;
   background-color: #3d6577;
   border-color: #3d6577;
   width: 100%;
   line-height: 1.9;
   border: 1px solid #3d6577;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  color: #929292;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #8f8f8f;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #00c99d;
}
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: .25rem;
  color: rgba(51, 51, 51, 0.6);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-control {
   background-color: #e8e8e8;
   border-color: #e8e8e8;
   outline: 0;
   box-shadow: none;
   padding: .6rem .75rem;
   font-size: 1rem;
   line-height: 1.5;
   color: #495057;
   border: 1px solid #e8e8e8;
   border-radius: .25rem;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #8f8f8f !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #8f8f8f !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #8f8f8f !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #8f8f8f !important;
opacity: 1;
}
.wpcf7 .ajax-loader {
    float: left;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.home h1, .page-id-8812 h1 {
  /*font-size: 52px;
  line-height: 58px;*/
  padding-bottom: 10px;
  letter-spacing: -2px;
  font-family: 'Maven Pro', sans-serif;
}
.home h3, .page-id-8812 h3 {
  font-size: 1.4rem;
  font-family: 'Maven Pro', sans-serif;
}

.boxes {
    font-size:40px !important;
    font-weight:300;
}
.app-buttons-left {
    padding-left: 15px;
}
h1 {
  font-size: 3rem;
  /*line-height: 56px;*/
  padding-bottom: 10px;
  letter-spacing: -2px;
  font-family: 'Maven Pro', sans-serif;
}

.callout {
	background: linear-gradient(175deg, rgba(0,0,0,0.075), #fff);
}

.callout-large {
    font-size: 5.31rem;
    letter-spacing: -1px;
    line-height: 86px;
    font-family: 'Maven Pro', sans-serif;
    color: #333333;
    margin-bottom: 1rem;
}
h2 {
  font-size: 2.75rem;
  padding-bottom: 0.3em;
  line-height: 1;
  letter-spacing: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}
.one-stop {
    padding:0 10%;
}

h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 2.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
  letter-spacing: 0px;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #00c99d;
}
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
  padding: 1rem 1rem;
}
.navbar {
  background-color: #ffffff;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.nav-button {
    padding: 0.2rem 0rem 0.2rem 1rem;
}
.navbar-collapse .nav-button {
    padding: 0.5rem 0rem;
}
.navbar-collapse .nav-buttons .btn-primary {
    margin-left: 10px;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: rgba(51, 51, 51, 0.9);
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

/* === home page animations == */

.fade-in {
animation: fadeIn ease 10s;
-webkit-animation: fadeIn ease 10s;
-moz-animation: fadeIn ease 10s;
-o-animation: fadeIn ease 10s;
-ms-animation: fadeIn ease 103s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.phone img {
	transition: 0.5s ease-in-out;
}

.phone img:hover {
	transform: rotate(-10deg);
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 1em;
  padding-right: 1em;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #333333e6;
  padding: 1rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #8f8f8f;
  font-weight: 500;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;*/
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	
	.pricing-plans {	
    margin-bottom: 25px;
	}
	
	.our-app2 {
		height: 650px;
		background-size: 100%;
		background-repeat: repeat-y;
	}
	
	.dare {
		top: 35% !important;
	}
	
	.callout-large {
		line-height: 70px!important;
	}
	
	.phone {
		top: 35% !important;
	}
	
	.our-services {
    margin-bottom: 4em;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
	
	.our-app2 {
		height: 650px;
		background-size: contain;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .achieve {
    font-size:50px;
    padding: 0 3%;
	}	
	.company {
		background-size: cover !important;
		height: 500px!important;
	}
	.growth {
    background-size: contain!important;
    height: 750px!important;
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .achieve {
    font-size:50px !important;
    padding: 0 3%;
}
.phone {
    display: none;
}


.first {
    padding-top: 0px;
}
.second {
    padding-bottom: 50px;
}




}
