body{
font-family: Avenir Next,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;
    font-size: 18px;
    color: #26262b;
    line-height: 1.78;
    }
h1{
    letter-spacing:5px;
    color:#306060;
}

h3{
    color:#306060;
}
h5{
    font-weight:300;
}
h6{
    color:#738881;
    font-weight:300;
}

.alink-color{
    color:#ececec;
}
.col-centered{
    text-align:center;
}
.btn-primary{
    background:#43544e;
    background: linear-gradient(90deg, rgba(106,145,136,1) 0%, rgba(137,194,162,1) 100%);
    color:white!important;
    border-color:white!important;
}
.btn-primary:hover{
    background:#6A9188;
    background: linear-gradient(90deg, rgba(106,145,136,1) 0%, rgba(137,194,162,1) 100%);
    color:white!important;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}
.btn-view{
    border:1px solid #89C2A2 !important;
    background:#89C2A2;
    padding: .575rem 1.75rem;
    color:white;
}
.btn-view:hover{
    background-color:white !important;
    color:#89C2A2;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}
.btn-ghost{
    border:1px solid #a48874 !important;
    background: #a48874!important;
    color:white;
    padding: .575rem 1.75rem!important;
}

.btn-ghost:hover{
    background:white!important;
    color:#A9856F!important;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}
.btn-black{
    border:1px solid #000000 !important;
    background: #000000!important;
    color:white;
    padding: .575rem 1.75rem!important;
}

.btn-black:hover{
    background:white!important;
    color:#434343!important;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}

.top-margin{
    margin-top:100px;
}
.bottom-margin{
    margin-bottom:50px;
}

.navbar{
    background:#ececec;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);

}

.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
    color: grey;
}


.navbar-brand {
    color: #434343;
    font-weight:600;
    font-size:30px;
    letter-spacing:0px;
}

.navbar-dark .navbar-toggler {
    border-color: #434343;
}

/* Cards */
.card-header {
    padding: 0.75rem 2.25rem;
    margin-bottom: 0;
    background-color: #f6f1e5;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
}
.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
    background: #b9ceca;
}

/* Footer */
.page-footer{
    background-color: #f1f1f1;
    color: #5f6368;
    padding-top:50px;
    padding-bottom:50px;
}

#footer_text{
    font-size:12px;
}

.carousel-testimonials{
    color:grey;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 8px rgba(81,85,88,.1);
    border-radius: 50%;
    padding: 30px;
        background-size: 28px;
}

.terms-condition{
    font-size:10px;
    color:grey;
}
.reg-card-top{
    border:10px;
    background:#A9856F;
    padding-top:23px;
    padding-bottom:23px;
    /*border-top-left-radius:20px;
    border-top-right-radius:20px;*/
}
.reg-card-body{
    border:10px;
    background:#ececec;
    padding-bottom:30px;
    padding-top:30px;
   /* border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;*/
}

.img-responsive{
      border: 2px solid #f1f1f1;
      border-radius:6px;
      box-shadow: 6px 30px 30px rgba(23,43,77,.1);

}

.img-tut{
    padding:0px 50px;
    background:white;
}

#top_nav{
    background: rgb(241,241,241);
    background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(236,236,236,1) 35%, rgba(255,255,255,1) 100%);
    padding:.25rem .75rem;
    color:white;
}

/* registration */
h5{
    font-weight:300;
    color: #316060 !important;
}

.reg-form{
   background: #ffffff;
    border: solid #373e4a;
    padding-top: 23px;
    padding-bottom: 23px;
    border-radius: 3px; 
    border-width:thin;
}


/* home page */
.t-box{
   padding: 20px 10px;  
}
.box{
    color: black;
    font-weight: 300;
    background:#b9ceca;
    padding: 20px 10px;
    border: 7px solid white;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin:10px 10px;
    border-radius:15px;
}
.box1{
    color: black;
    font-weight: 300;
    background:#f6f1e5;
    padding: 20px 10px;
    border: 7px solid white;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin:10px 10px;
    border-radius:15px;
    
}
.box-pad{
       padding:30px; 
    }
}

.round-img{
    border-radius:50%;
}

#cards .card {
    min-height: 330px;
}


/* breakpoints */


@media only screen and (min-width: 768px) {

.navbar{
    padding:1rem 6rem;
}
.card{
    margin:0px 20px;
}
}



@media only screen and (max-width: 991px) {
.help-boxes{padding-left: 20px;padding-right: 20px;}
.help-boxes .box{margin-left: 0;margin-right: 0;border: 10px solid white;}
.home-pricing, .testimonial-sec, #contact-form, .paddlr{padding-right: 20px;padding-left: 20px;}
}

@media only screen and (max-width: 767px) {
.slogan-text{ font-size: 17px; margin-top: 6px;}
.navbar-light .navbar-brand{margin-right: 0px;}
h1{letter-spacing: 0;font-size: 28px;}
.digitize-portion{margin-top: 20px !important;}
.get-section{margin-top: 50px;}
#cards .card-body{padding: 20px;}
textarea.form-control{font-size: 15px;}
#navbarSupportedContent .btn.btn-primary.btn-outline-success{    padding: 6px 10px; font-size: 16px;} .get-section{padding-left: 20px;padding-right: 20px;}
.box1 {padding: 30px !important; }
.card{margin-bottom: 30px;}
.help-you, .ease-of-use, .customers-with-us, .home-pricing{margin-top: 40px !important;}
.testimonial-sec{margin-top: 20px;}
#cards .card {
    min-height: initial;
}

 }

@media screen and (max-width: 640px){
.top-margin{
    margin-top:10px;
}
.bottom-margin{
    margin-bottom:10px;
}
.get-section{margin-top: 50px;}
#cards{
    margin:10px;
}
/*#register{
    padding:10px;
}*/
}



@media only screen and (max-width: 600px){
  .btn-block-xs-only {
    display: block;
    width: 100%;
    margin-bottom:1px;
  }
}


#register .form-horizontal .form-group.row{    margin-left: 0;margin-right: 0;}
#register .form-horizontal .form-group.row span.validate-has-error{    font-size: 14px;
    color: red;    width: 100%;}

    .modal .modal-header{background: #A9856F;}
    .modal .modal-header h5.modal-title{color: #fff !important;}
    .modal .modal-header .close{color: #fff;}
    .modal textarea.form-control{font-size: 16px;}
    #top_nav{text-align: center; width: 100%; display: inline-block;}

    .tutorials-page .img-responsive{     border:0; 
    border-radius: 0;
    box-shadow: 0px 4px 4px rgba(23,43,77,.1);margin-top: 20px;margin-bottom: 30px;}
    .tutorials-page .box-pad {padding: 10px; }
    .tutorials-page .col-centered.bottom-margin{    font-size: 22px;
    letter-spacing: 0px;}
    .tutorials-page a.dropdown-item{padding-left: 0;}

     #footer_row a{    background: linear-gradient(90deg, rgba(106,145,136,1) 0%, rgba(137,194,162,1) 100%); color: white!important; border-color: white!important; padding: 10px 20px; border-radius: 4px;}


   