/*

Authore Name : Bootstrapthemes
Authore link : http://bootstrapthemes.co

*/
html,
body{
    font-size:18px;
    background:#fff;
    font-family: "Roboto";
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5{
    text-transform: uppercase;
}
h1 {
    font-size: 5rem;
    line-height: 6.5rem;
    color: #fff;
}
h2 {
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
}
h3 {
    font-size: 1.389rem;
    line-height: 2rem;
    font-weight: 700;
}
h4 {
    font-size: 1.222rem;
    line-height: 2rem;
    font-weight: 700;
}

p {
    font-size: 1rem;
}

img {
	border: none !important;
}
.navbar-brand img {
    width:334px;
    height: 61px;
    margin-top: 5px;
}
.bg-primary {
    color: #3f444a!important;
    background-color: #fff!important;
}
.overlay{
    background: rgba(0, 0, 0, 0.5);
}

.nav-quote-button {
    right: 0px;
    position: fixed;
    line-height: 2rem;
    background: #70bf54;
    border: none;
    margin: 35px;
    padding: 0 15px;
    box-shadow: 4px 3px 5px 0px rgb(0 0 0 / 15%);
}


#navbar-1 {
	position: fixed;
  	top: -85px;
  	transition: top 0.3s;
}


/*==========================================
PRE LOADER
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loaded {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    background-color: #f0f1f3;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    outline: 0;
    height: 3.1rem;
    width: 100%;
    font-size: 1rem;
    transition: all .3s;
    padding-left: 1rem;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    height: 56px;
    margin-top: 0px;
    border-radius: 0px 5px 5px 0px;
}
.md-form, .md-form .btn {
    margin-bottom: 0rem;
}
.btn-success {
    background: #70bf54;
}

.btn:hover, .btn-large:hover {
    background-color: #70bf54;
}

.head_title h2{
    margin-bottom:2rem;
}
.head_title p{
    width:75%;
    margin:0 auto;
    padding-bottom: 15px;
}
#sidenav-overlay {
    display: none !important;
}
/*==========================================================
 Navigation style
============================================================*/
.smalldrop{
    margin-top:-50px;
}
.small{
    background: #ddd !important;
    height: 60px;
    line-height: 60px;
    color: #555;
}
.small .navbar-brand {
    margin-top: .5rem;
}

.nav ul li.active{
    background-color:rgba(0, 0, 0, 0.0);
}
.navbar{
    padding: 0 1rem;
}

.navbar-nav .nav-link{
    padding: 0;
}

.navbar-light .navbar-nav .nav-link{
    color:#3f444a;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#70bf54;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>.nav-link:focus, .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open>.nav-link, .navbar-light .navbar-nav .open>.nav-link:focus, .navbar-light .navbar-nav .open>.nav-link:hover{
    color:#70bf54;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown .dropdown-menu .work {
    overflow: auto;
}
#contact_sidebar_button {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 15px;
    width: 100%;
}

.side-nav h4{
	padding: 0px 20px;
	color: #373d37;
}

@media screen and (min-width: 550px){
    .side-nav a {
    font-size: 1.2rem;
    }
}

/*==========================================================
                    BCH Service style
============================================================*/
.dropdown-menu {
    text-transform: none !important;
}
#mobile-menu .dropdown-menu {
	margin-top: 0px;
}
.shadow {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.side-p{
    position: absolute;
    max-height: 570px;
    margin-left: -22%;
    margin-top: 180px;
}
.bch-banner {
    min-height: 650px;
    max-height: 650px;
    background-image: url(../img/bch-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.bch-banner h1 {
    text-transform: none !important;
    font-weight: 600;
    line-height: 0.85;
    margin-top:  100px;
    padding-top: 0.25em
}
.bch-banner h2 {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 1.5rem;
    font-size: 1.35em;
    font-weight: 300;
    letter-spacing: -0.05em;
    margin-top: 1em;
    overflow: visible;
}
.bch-banner .chat{
    border-radius: 4px;
    min-width: 30%;
    margin-top:5%;
}
.bch-banner img {
        padding-top:40%;
        max-width:  100%;
}
.btn-bch {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bch_info h2{
    width: 100%;
    text-align:     center;
    padding-top: 3rem;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    text-transform: none!important;
}
.bch_callout p{
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.bch_callout h2{
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); 
    text-transform: none !important;
}
.bch-desc {
 background-color: #f1f1f1; 
 padding-top: 4rem;
}
.bch-desc img{
    max-width: 100%;
}
.bch-desc .container-a {
    border-radius:20px;
    background-color: #fff;
}
.bch-desc h4{
    font-weight: 500 !important;
    color: #70bf54;
    text-transform: none !important;
    font-size:  40px;
    padding-bottom: 10px;
    padding-top: 3rem;
}
.bch-desc h3{
    font-weight: 500 !important;
    color: #70bf54;
    text-transform: none !important;
    font-size:  40px;
    padding-bottom: 10px;
}
.bch-desc .lead-title h4{
    font-size: 5rem !important;
}
.bch-desc p {
    line-height: 2rem;
}
.left-text {
    float: left;
}
.right-text {
    float: right;
}

.bch-service p{
    line-height: 2rem;
}
.bch-service h2{
    text-transform: none !important;
    text-align: center;
    padding-bottom: 1rem;
}
.bch-about h2{
    text-transform: none !important;
    font-weight:    400;  
}
.bch-service {
    background-image: url(../img/bg-pattern.png);
    background-size: cover;
    box-shadow: inset 0px 11px 16px -10px rgba(0,0,0,0.4);
} 
.bch-service h4{
    text-transform: none !important;
    font-weight: 300;
    color: #373d42;
    padding-left: .5em;
    padding-right: .5em;
}
.service-left{
    margin-left:17.5% !important;
}
.service-cont{
    background-color: #fff;
    border-radius: 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    width: 31%;
    margin-left: .65em;
    margin-right: .65em;
    float: left;
    min-height:288px;
    box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.3);
    border: solid;
    border-width: 1px;
    border-color: #eee;
}
.pricing{
    background-image: url(../img/greytran1.png);
    background-size: cover;
    box-shadow: 0px 4px 20px 0px;
}
.price-button {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #70bf54;
    border-radius: 5px;
    padding:7px;
    box-shadow: 0px 4px 20px 0px;
    width:40%;
    margin-left: 30%;
    white-space: nowrap;
    font-weight: 400;
}
.price-button-a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #70bf54;
    border-radius: 5px;
    padding:7px;
    box-shadow: 0px 4px 20px 0px;
    width:20%;
    margin-left: 40%;
    white-space: nowrap;
    font-weight: 400;
}
.price-figure {
    text-align: center;
    font-size: 1.75rem;
}
.enterprise-card {
    max-width: 1140px;
}
.ent{
    padding-right: 4rem;
    padding-left: 4rem;
}
.pricing h3{
    text-transform: none !important;
    padding-bottom: .5em;
    font-size: 1.5rem;
    text-align: center;
}
.pricing p{
    font-size: 1rem;
    text-align: center;
}
ul.price-list {
    list-style-image: url(../img/checkmark.png);
    padding-left: 2em;
    padding-bottom:1rem;
    margin: 0;
    text-align: left;
}
ul.price-enterprise {
    list-style-image: url(../img/checkmark.png);
    padding-left: 3em;
    padding-bottom:1.5rem;
    margin: 0;
    text-align: left;
    columns: 2;
}
.price-list li{
    padding-bottom: .3em;
}
.bch-list li {
    list-style-type: disc !important;
    margin-left: 5%;
    color: #70bf54;
    font-size:  1.25rem;
}
.pricing h2 {
    text-transform: none !important;
}
.btn .price{
    margin: none !important;
}
.pricing .jumbotron{
    border-radius: 8px !important;
}
@media screen and (max-width: 1375px){
    .bch-desc .container-a {  
    	margin-left: 20px;
    	margin-right: 20px;
    }
}

@media screen and (max-width: 1200px){
    .bch-banner h1 {
        font-size:  3.9rem;
    }
    .bch_callout h2{
    padding-bottom: 5rem;
    }
    .side-p {
        position: fixed;
    }
}
@media screen and (max-width: 992px){
    .service-cont{
        width:30%;
    }
    .bch-banner {
        max-height:450px;
        min-height: 450px;
    }
    .bch-banner .btn .btn-success {
        min-width: 20%;
        max-width: 20%;
        margin-left: 40%;
    }
    .price-button {
    width: 45%;
    margin-left: 27.5%;
    font-size: 15px;
    }
}
@media screen and (max-width: 768px){
    .price-button {
    width: 33%;
    margin-left: 33%;
    font-size: 18px;
    }
    .price-button-a {
    width: 33%;
    margin-left: 33%;
    font-size: 18px;
    }
    .pricing p{
        font-size: 16px;
    }
    ul.price-list{
        columns: 2;
        padding-right:1em;
    }
    .service-cont{
        width:80%;
        margin-left: 10% !important;
        padding-top: 6rem;
    }
    .service-left {
        margin-left:10%;
    }
    .bch-banner {
        max-height: 650px;
        margin-top: -20px;
    }
    .bch-banner h1 {
        padding-top: 60px;
    }
    .bch-banner img {
        padding-top: 0%;
    }
    .bch-service h4{
    padding-bottom: 10%;
    margin-top:     -3%;
    font-size:  22px;
    }
    .bch-service p{
    padding-bottom: 10%;
    max-width: 85%;
    padding-left: 15%;
    font-size:  18px;
    }
    .bch-desc p {
        font-size: 18px;
    }
    .bch-desc img {
        max-width: 90%;
        padding-left: 10%;
    }
    .bch_callout h2{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        }
    }
    .bch-list li {
        font-size: 18px;
    }

@media screen and (max-width: 550px){
    ul.price-enterprise {
        columns: 1;
    }
    ul.price-list {
        columns: 1;
    }
    .bch-banner {
        max-height: 550px;
    }
    .bch-service h4{
        padding-bottom: 10%;
        margin-top:     -5%;
        font-size: 20px;
    }
    .bch-service h2{
        font-size: 3rem;
    }
    .bch-desc img {
        padding-top:2rem;
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 360px){
    .bch-banner .btn .btn-success {
        min-width: 25%;
    }
    .price-button {
    width: 45%;
    margin-left: 27.5%;
    font-size: 15px;
    }
    .price-button-a {
    width: 45%;
    margin-left: 27.5%;
    font-size: 15px;
    }
}
/*==========================================================
                    Home style
============================================================*/
.herobanner {
    min-height: 1000px;
    background-image: url(../img/homebanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #FFFFFF;
    width: 100%;
}
.herobannerohio {
    min-height: 1000px;
    background-color: #70bf54;
    border-bottom-left-radius: 100%;
}
.herobanner .btn-success {
    min-width: 12%;
    max-width: 12%;
    margin-left: 44%;
}
.herobanner .chat{
    margin-top: 575px;
}
.banner-subtitle {
    font-weight: 300;
}
.front-banner {
    margin-top:    75%;
}
@media screen and (max-width: 992px){
    .herobanner .btn.btn-success {
        min-width: 20%;
        max-width: 20%;
        margin-left: 40%;
    }
    .herobanner {
        min-height: 770px;
    }
}
@media screen and (max-width: 360px){
    .herobanner .btn.btn-success {
        min-width: 25%;
    }
}

.slidingHorizontal{
    display: inline-flex;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 4rem;
    line-height: 5rem;
    color: #fff;
}
.slidingHorizontal span h1{
    display: inline-flex;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 4rem;
    line-height: 5rem;
    color: #fff;
}
.slidingHorizontal span{
    margin-top: 25%;
    animation: leftToRight 15s linear infinite 0s;
    -ms-animation: leftToRight 15s linear infinite 0s;
    -webkit-animation: leftToRight 15s linear infinite 0s;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.slidingHorizontal span:nth-child(2){
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(3){
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}
/*leftToRight Animation*/
@-moz-keyframes leftToRight{
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateX(0px); }
    6% { opacity: 1; -moz-transform: translateX(0px); }
    33% { opacity: 1; -moz-transform: translateX(0px); }
    36% { opacity: 0; -moz-transform: translateX(0px); }
    100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(0px); }
    6% { opacity: 1; -webkit-transform: translateX(0px); }
    33% { opacity: 1; -webkit-transform: translateX(0px); }
    36% { opacity: 0; -webkit-transform: translateX(0px); }
    100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateX(0px); }
    6% { opacity: 1; -webkit-transform: translateX(0px); }
    33% { opacity: 1; -webkit-transform: translateX(0px); }
    36% { opacity: 0; -webkit-transform: translateX(0px); }
    100% { opacity: 0; }
}
@media only screen and (max-width : 400px) {
    .slidingHorizontal {
        font-size: 4rem;
    }
    .slidingHorizontal span h1 {
        font-size: 4rem;
    }
}

/*==========================================================
                    Accepting Crypto section style
============================================================*/

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url(../img/bg-masthead.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead h1 {
    text-transform: none;
    line-height: 2.5rem;
    font-size: 3rem;
    font-weight: 700;
}
.masthead h2 {
    text-transform: none;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
    padding-bottom: 6rem;
}

.masthead .btn{
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

.crypto-heading {
    padding-bottom: 5rem;
}

.accept-section {
    padding-top: 15rem;
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);
}

.accept-section h2 {
    text-transform: none;
}

.justify-content-center {
    justify-content: center !important;
}

.why-accept-section {
    padding: 5rem 0;
    background-image: url(../img/back-pattern-1.png);
    background-repeat: no-repeat;   
}

}
.pb-4{
    padding-bottom: 4rem !important;
}

.bb{
    background-color: #000;
}

.pb-20px{
    padding: 20px;
}

.accept-crypto-list li{
    color: #fff;
    font-size: 1.15rem;
    padding-bottom: .75rem;
}

.accept-crypto-list li:before {
  content: '✓ ';
  color: #70bf54;
  font-weight:  700;
}

.crypto-button {
    width: 300px;
}

.text-black-15 {
    font-size: 1.5rem;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padded-text {
    padding: .9375rem .9375rem 0 .9375rem;
}

.no-tt {
    text-transform: none;
}

.b-300{
    font-weight: 300;
}

.item-box-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.verde-gr{
    color:#418529;
}

.color-test {
    color:  #d4fdfd;
}

.font-test {
    font-family:"Montserrat",sans-serif;
    font-weight:    800;
}

.list-section {
    background-color: #1e3b35;
    background-image: url(../img/bg-pattern-2.png);
    background-repeat: no-repeat;
}

.box-image{
    box-shadow: -50px 50px #1e3b35;

}

.get-help-banner {
    background-image: url(../img/get-help-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3px 5px 20px #000;
}

.get-help-button {
    background-color: #42bf4961;
    border: solid #eee 1px;
}

.get-help-button:hover {
    border: solid 1px #0000;
}
section#crypto-contact {
  background-image:  url(../img/2.png);
  background-repeat:  no-repeat;  
  background-size: cover; 
}

.txt-shdw {
    text-shadow: 2px 2px 8px #fff;
}
.bl-txt-shdw {
    text-shadow: 0px 0px 6px #000;
}
/*==========================================================
                    About us section style
============================================================*/

#about {
    box-shadow: 0px -3px 7px #505050;
}
.single_about .panel-default>.panel-heading{
    color: #fff;
    border-color: #ddd;
    background:url(../img/accordion.png) no-repeat right -116px #333;
    transition: all 0.0s;
}
.single_about .panel-default>.panel-heading p{
    margin-top: 0;
    margin-bottom: 0;
}

.panel-heading.bgg.bg{
    background:url(../img/accordion.png) no-repeat right 7px #ec4848;
}
.panel-heading.bgg1.bg{
    background:url(../img/accordion.png) no-repeat right 7px #ec4848;
}
.panel-heading.bgg2.bg{
    background:url(../img/accordion.png) no-repeat right 7px #ec4848;
}
.single_about .panel-title{
    width: 100%;
}
.single_about .panel-body{
    padding: 6px;
    border: 1px solid #c4c4c4;
    background: #f8f8f8;
}
.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 15px;
    line-height: 3rem;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.single_about .panel-title>a {
    color: #fff;
    display:block;
}
.about_info {
    width: 100% !important;
}
.about-bg-img {
    position: absolute;
    right: 0px;
    content: "";
    background: url(/img/incompatible.png) 50% 50%;
    width: 45%;
    height: 100%;
    max-height: 560px;
    background-size: cover;
}

#section {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.service-box {
	display:inline-block;
    padding: 1.5rem;
    border-radius: 7px;
    background-color: #f3f3f347;
    margin-bottom: 1.5rem;
    height: 470px;
}

.service-box-a {
	background-color: #276a3b;
    padding: 1.5rem;
    border-radius: 39px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 3px 5px #000;
}
.service-box-back {
	background-color: #256a39;
    padding: 1.5rem;
    border-radius: 39px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 3px 5px #000;
    transform: 	rotateY(180deg);
}

.service-link {
	position: absolute;
	bottom: 40px;
    color: #276a3b;
}

.less-pad {
	padding: 0px 5px 0px 5px !important;
}

#expertise {
	background-image: linear-gradient(180deg, #fff 50%, #abc793 50%);
	min-height: 400px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.icon-spot {
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    min-height: 128px;
    max-width: 128px;
    margin: auto;
    margin-bottom: 2rem;
    box-shadow: 5px 4px 0px #5cb85c;
}

.icon-spot img {
	padding-top: 30px;
} 

.cardBox {
  float: left;
  font-size: 1.2em;
  margin: 1% 0 0 1%;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  width: 23.7%;
}

.cardBox:hover .card {
  transform: rotateY( 180deg);
}

.card {
  background: #276a3b;
  cursor: default;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
  overflow: visible;
  border-radius: 20px;
}

.card p {
  margin-bottom: 1.8em;
}

.card .front,
.card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 100%;
  padding: 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  transform-style: 	preserve-3d;
  border-radius: 20px;
}

.card .front strong {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5em;
  line-height: 30px;
  padding: 0 7px 4px 6px;
}

.card .back {
  transform: rotateY( 180deg);
  background: #70bf54;
}

.card .back a {
  padding: 0.3em 0.5em;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-size: 0.9em;
  transition: all 0.2s ease 0s;
}

.card .back a:hover {
  background: #fff;
  color: #333;
  text-shadow: 0 0 1px #333;
}

.cardBox:nth-child(2) .card {
  -webkit-animation: giro 1.5s 1;
  animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card {
  -webkit-animation: giro 2s 1;
  animation: giro 2s 1;
}

.cardBox:nth-child(4) .card {
  -webkit-animation: giro 2.5s 1;
  animation: giro 2.5s 1;
}


@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@media screen and (max-width: 767px) {
	p {
		font-size: 1.5rem;
	}
  .cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }
  .card {
    height: 285px;
  }
  .cardBox:last-child {
    margin-bottom: 3%;
  }
  #expertise {
	min-height: 700px;
  }
  #service {
  	padding-top: 5rem;
  }
  .about-bg-img {
  	display: none;
  }
  .service-box {
  	height: 330px;
  }
  .card h3 {
  	font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .cardBox {
    width: 94.5%;
  }
  .card {
    height: 260px;
  }
  #expertise {
	min-height: 1150px;
  }
  .card h3 {
  	font-size: 2.4rem;
  }

  .card p {
  	font-size: 1.8rem;
  }
  .service-link {
	bottom: 20px;
}
}


/*===================================================================*/
.main_accordion{}
.main_accordion .single_accordion{
    margin-bottom: 10px;
}
button.accordion {
    background:url(../img/accordion.png) no-repeat scroll right -114px #333;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    transition:background-color 0.5s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

button.accordion.active, button.accordion.active:hover {
    background:url(../img/accordion.png) no-repeat scroll right 10px #70bf54;;
}

button.accordion:hover {
    background:url(../img/pro2.png) no-repeat scroll right 12px #70bf54;;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0.5rem;
    background-color: #fefefe;
    display: none;
    transition:all 0.6s;
    border: 1px solid #ddd;
}
div.panel p{
    margin-bottom: 0;
}

div.panel.show {
    display: block !important;
    margin-bottom: 0;
}


.skill {
    overflow:hidden;
    margin-bottom: 0;
    padding-top: 0;
}
.service-text{margin-top:30px;}
.skill .progress .lead {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 10px;
    position: absolute;
    top: 4px;
    z-index: 99;
    font-family: "Open Sans","Sans Serif";
}
.skill .progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    margin-bottom: 44px;
    overflow: visible;
    position: relative;
    border: 1px solid #d1d1d1;
}
.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
}
.skill .progress-bar > span:before,.skill .progress-bar > span:after{
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before{
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
.progress-bar {
    background: #70bf54;
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
}

.slide-right-hover-1 {
	padding-right: 10px;
}

.slide-right-hover:hover .slide-right-hover-1{
	padding-right: 2px;
}

/*==========================================================
                Service page style
============================================================*/

.service-banner{
    background-color: #fff;
    padding-top: 5rem;
    display: flex;
    background-image: url(/img/bg-pattern-1.svg);
    background-position: center;
    background-size: cover;
}

.service-banner h1{
	font-weight: 600;
	line-height: 4.5rem;
}
.service-banner-title{
    padding: 10rem 0rem 10rem 10rem;
}
.main_service_area{}
.main_service_area .col-md-4:hover .single_service{
    background: #3f444a;
    color:#fff;
}
.main_service_area .jumbotron{
    padding:2rem .6rem;
}
.main_service_area .single_service{
    transition: all 0.3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.main_service_area .single_service i{
    font-size:3rem;
}

.s_service_text h4{
    font-size: 1.5rem;
}

.service-callout {
	padding: 2rem 3rem 0rem 4rem;
    display: flex;
    min-height: 500px;
}
.service-callout h2 {
    letter-spacing: -2px;
}
#service-section-callout {
	background-color: #d2e7d4;
	display: inline-block;
}
.reversed {
    flex-direction: row-reverse;
}

.pop-services ul {
    margin: 0 !important;
}

.pop-services ul li{
    list-style-type:   disc;
} 
@media (max-width: 767px) {
    .service-callout{
        display: block;
    }
.service-banner-title{
    padding: 0rem 2rem 6rem;
}
.service-banner{
    padding-top: 6rem;
    display: block;
}
}
@media only screen and (max-width : 544px) {
	.service-img {
    width: 100%;
    height: 400px;
    position: relative;
}
.service-callout{
	min-height: 0px;
	padding: 0rem;
}
}

/*==========================================================
                careers page style
============================================================*/

.hiring-banner {
    min-height: 800px;
    padding-top: 400px;
    background-image: url(../img/hiring-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

#position-section {
	background-color: #eee;
}
.job-posting {
	background-color: #fff;
	padding: 2rem;
}

.job-post-heading {
	margin-bottom: 3rem;
	border-bottom: 2px solid #eee;
}

.job-detail{
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.job-list li{
	list-style: disc !important;
	line-height: 2rem;
	margin-left: 2rem;
}

.qualifications-list li {
	list-style: disc !important;
	line-height: 2rem;
	margin-left: 2rem;
}

.nested-list li{
	list-style: circle !important;
	margin-left: 4rem;
	line-height: 1.5rem;
}
/*==========================================================
                JoinUs section style
============================================================*/

.main_offer_area .main_offer_content{
    overflow: hidden;
}
.main_offer_area .single_offer .single_offer_icon{

}
.main_offer_area .single_offer .single_offer_icon i{
    font-size: 2rem;
    color: #fff;
    background: #70bf54;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
}
.main_joinus_area{
    background: url(../img/joinbg.jpg) no-repeat top center;
    background-size: cover;
}

.main_joinus_content{
    padding: 100px 20px;
}
.main_joinus_content i{
    font-size:3rem;
    color:#fff;
}
.main_joinus_content p{
    width: 75%;
    margin:20px auto;
}

#joinus p{
	font-size: 1.2rem;
    text-shadow: 3px 3px 4px black;
}


/*==========================================================
                DocChain section style
============================================================*/

section.banner {
    min-height: 350px;
    max-height: 350px;
    background-image: url(../img/docchain.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    font-family: 'Bree-Serif', Serif;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 2px 4px #505050;
    position: relative;
    z-index: 0;
}
section.banner h1 {
    font-size: 750%;
    color: #ffffff;
    position: absolute;
    bottom: 55px;
    text-shadow: 1px 1px 1px #373d42;
    /* left: 50vw; */
    /* transform: translateX(-50%); */
    left: 1.8vw;
    text-align: left;
    font-weight: 650;
    font-family: 'Source Sans Pro', sans-serif;
}
section.banner h2 {
    color: #ffffff;
    font-size: 350%;
    position: absolute;
    bottom: 5px;
    text-shadow: 1px 1px 1px #373d42;
    /* left: 50vw; */
    /* transform: translateX(-50%); */
    left: 2vw;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}
.banner .docchain h1{
    text-transform: none;
}

.single_accordion li {
    margin-left: 30px;
}
@media only screen and (max-width : 1414px) {
    section.banner h2 {
        font-size: 300% !important;
    }
}

@media only screen and (max-width : 1220px) {
    section.banner h2 {
        font-size: 250% !important;
    }
    section.banner h1 {
        font-size: 600% !important;
    }
}

@media only screen and (max-width : 986px) {
    section.banner h1 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width : 770px) {
    section.banner h2 {
        line-height: 105%;
    }
    section.banner h1 {
        margin-bottom: 75px;
    }
}
@media only screen and (max-width : 766px) {
    section.service img{
        display: none;
    }
}
@media only screen and (max-width : 600px) {
    section.banner h1 {
        font-size: 450% !important;
        margin-bottom: 100px;
    }
}
@media only screen and (max-width : 524px) {
    section.banner h1 {
        font-size: 325%;
    }
    section.banner h2 {
        font-size: 200% !important;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width : 345px) {
    section.banner h1 {
        font-size: 300% !important;
        margin-bottom: 45%;
    }
}

section.service .container-a {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: .9375rem;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #70bf54;
    background-color: #ffffff;
    border-radius: 8px;
}
section.service .container-a1 {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: .9375rem;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #70bf54;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 500px;
}
section.service .container-b {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: .9375rem;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
}
section.doc-display .container-a {
    padding-right: .9375rem;
    padding-left: .9375rem;
    padding-top: .9375rem;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #70bf54;
    background-color: #ffffff;
    border-radius: 8px;
}
section.doc-display img{
    max-width:100%;
    position:relative;
}
section.service img{
    position: absolute;
}

.demobanner {
    min-height: 175px;
    max-height: 175px;
    background-color: #70bf54;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    margin-top: 50px;
    width: 100%;
    text-align:center;
}
.demo-button {
  text-decoration: none;
  background-color: ##70bf54;
  color: #EEE;
  padding: 4px 8px 4px 8px;
  border: 1px solid #EEE;
  text-align: center;
  text-align: center;
}
.demobanner .btn.btn-success {
    min-width: 12%;
    max-width: 12%;
    margin-left: 44%;
}
@media screen and (max-width: 992px){
    .demobanner .btn.btn-success {
        min-width: 20%;
        max-width: 20%;
        margin-left: 40%;
    }
}
@media screen and (max-width: 360px){
    .demobanner .btn.btn-success {
        min-width: 50%;
    }
}
/*==========================================================
                404 Page
============================================================*/
.error h4{
    color: #70bf54;
    text-transform: none!important;

}

/*==========================================================
                Contact section style
============================================================*/

.rounded {
	border-radius: 10px;
}
.main_contact_area{
    background: url(../img/smart-city.png) no-repeat top center;
    background-attachment: fixed;
}
.main_contact_content{
    padding: 100px 20px;
}
.main_contact_content i{
    font-size:3rem;
    color:#373d42;
}
.contact h1 {
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
}
.contact h3{
    width: 75%;
    margin:20px auto;
    text-transform: none;
    font-weight: 400;
    font-size: 1.389rem;
    line-height: 2rem;
}
.contact h2{
    width: 75%;
    margin:20px auto;
    text-transform: none;
    font-weight: 500;
    text-align: center!important;
    text-transform: none !important;
}

/*==========================================================
                Contact section style
============================================================*/

.main_offer_area{}
.main_offer_area .main_offer_content{
    overflow: hidden;
}
.main_offer_area .single_offer .single_offer_icon{

}
.main_offer_area .single_offer .single_offer_icon i{
    font-size: 2rem;
    color: #fff;
    background: #70bf54;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    border-radius: 7px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #70bf54;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height:50px;
    width:150px;
    margin:	5px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

.formContainer {
	border: 1px solid #000;
	border-radius: 	12px;
	background-color: #373d42; 
	background-position: center;
	background-repeat: no-repeat;
  	background-size: cover;
  	width: 	100%;
  	display: 	block;
  	float: 	left;
  	}

.formTab {
  	padding-top: 2em;
	font-size: 1.2rem;
    display: flex;
    flex-direction: column;
}

.formTab .img-fluid {
    margin:     auto;
    height:     auto;   
    max-width:  8em;
    padding:    0px 10px 10px 10px;
}

.formTab p {
	font-size: 1.2rem;
}

.formTab .fa {
	font-size: 2em;
	padding-bottom: 10px;
}

.contactInputArea {
	display: flex;
	background-color: 	#fff;
	border-radius: 	12px;
	padding: 2rem 0rem 2rem 0rem;

}

.contactInputArea label {
	font-size: .9em;
}

/*==========================================================
                Client section style
============================================================*/
.main_client_area .main_client_content .single_c_text{}
.main_client_area .main_client_content .single_c_text h3{
    margin:0;
    padding: 0;
}

.single_c_text span{
    font-size: 0.778rem;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px;
}

.carousel.carousel-slider .carousel-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.carousel .carousel-inner img{
    position: relative;
    width:60%;
}
@media (max-height: 400px) {
    .single_client .img-circle{
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .single_c_text p{
        font-size: 75%;
    }
    .formTab {
        flex-direction: row;
        font-size: 1.5rem;
        padding: 1em !important;
        align-items: center;
    }
    .formTab p {
        font-size:  1.5rem;
    }
    .contactAddress {
        display:    none;
    }
}
@media (max-width: 400px) {
    .single_c_text p{
        font-size: 70%;
    }
}
@media (max-width: 330px) {
    .single_c_text p{
        font-size: 60%;
    }
}
.carouseria-item {
    display: none; 
    position: relative; 
    left: 0px; 
    top: 250px;
}
/*==========================================================
                Client section style
============================================================*/

.main_counter_area{
    background: url(../img/counterbg.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.main_counter_area .main_counter_content{}
.main_counter_area .main_counter_content .single_counter{
    background: rgba(236, 72, 72, 0.5);
}
.main_counter_area .main_counter_content .single_counter i{
    font-size:2rem;
}

/*======================================================================
                Team Section style
========================================================================*/

.main_team_area{}
.main_team_area .main_team_content{}
.main_team_area .main_team_content .single_team{
    position: relative;
    width:100%;
    overflow: hidden;
}
.main_team_area .main_team_content .single_team img{
    width:100%;
}
.main_team_area .main_team_content .single_team:hover .single_team_overlay{
    bottom:0;
}
.main_team_area .main_team_content .single_team .single_team_overlay{
    background: #70bf54;
    width:100%;
    position: absolute;
    left:0;
    bottom:-100%;
    transition: all 0.3s;

}
.main_team_area .main_team_content .single_team .single_team_overlay h4{
    margin:0;
    padding: 0;
}
.main_team_area .main_team_content .single_team .single_team_overlay p{
    margin:0;
    padding: 0;
}

.main_team_area .main_team_content .single_team .single_team_overlay .team_social{}
.main_team_area .main_team_content .single_team .single_team_overlay .team_social a i{
    color:#fff;
    padding:0px 2px;
    transition: all 0.3s;
}
.main_team_area .main_team_content .single_team .single_team_overlay .team_social a:hover i{
    color:#000;
    border-bottom: 2px solid #000;
}

.single_employee p {
    margin-left: 20px;
    margin-right: 20px;

}
.single_employee img{
    float: left; 
    padding-right: 50px; 
    padding-left: 50px; 
    padding-bottom: 20px; 
    padding-top: 75px; 
    max-width: 100%
}


/*=====================================================================
                Castestudies Section Style
=======================================================================*/

section.projects-hero {
    background-color: #333;

    color: #FFFFFF;
    font-family: 'Open-Serif', Serif;
    text-align: center;

    padding: 1em;
    padding-bottom: 2em;
    position: relative;
}
section.projects-hero h1 {
    font-size: 200%;
    color: #FFFFFF;
    margin: 0px;
    margin-top: 3vh;
    text-shadow: 0px 0px 2px #000000;

    font-family: 'Open-Sans', serif;
    transition: transform 250ms ease;
}
section.projects-hero p {
    width: 50vw;

    font-size: 150%;
    color: #FFFFFF;
    margin: auto;
    margin-top: 3vh;
    text-shadow: 0px 0px 2px #000000;

    font-family: 'Open-Sans', serif;
    transition: all 500ms ease;
}
@media (max-width: 1250px) {
    section.projects-hero p {
        width: 75vw;
    }
}
@media (max-width: 1000px) {
    section.projects-hero p {
        font-size: 135%;
    }
}
@media (max-width: 960px) {
    section.work .project-highlight {
        width: 100% !important;
    }
}
@media (max-width: 800px) {
    section.projects-hero h1 {
        font-size: 150%;
    }
    section.projects-hero p {
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 110%;
    }
}
@media (max-width: 544px) {
    .client-logo {
        max-width: 50%;
        margin: auto;
    }
    .service-list {
        text-align: center;
    }
    .service-list li{
        display: inline-flex;
    }
    .list-pipe > li:not(:last-child)::after {
    content: "|";
    margin: 0 .25em;
}
}

.service-list {
    font-size: 1rem;
}

section.work .project-highlight {
    width: 50%;
    height: 50vh;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    float: left;
    background: linear-gradient(#FFFFFF, #CCCCCC);
    position: relative;

    z-index: 10;
    cursor: pointer;

    transform: translate(0);
    overflow: hidden;
}
section.work .project-highlight .background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 500ms ease;
}
section.work .project-highlight .background:hover {
    z-index: 0;
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
}
section.work .project-highlight .content {
    top: 50%;
    position: absolute;
    text-transform: none;
    transform: translateY(-50%);
    color: #FFFFFF;
    text-shadow: 2px 2px #303030,
                 2px -2px #303030,
                 -2px 2px #303030,
                 -2px -2px #303030;
    font-family: 'Open-Sans', serif;
    width: 100%;
    text-align: center;
    margin: 0px;
    z-index: 10;

    pointer-events: none; /* prevent hover, etc. */
}
section.work .project-highlight .content h1 {
    font-size: 100%;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-shadow: 1px 1px #303030,
                 1px -1px #303030,
                 -1px 1px #303030,
                 -1px -1px #303030;
    line-height: 2.5rem !important;
}
section.work .project-highlight .content h2 {
    font-size: 200%;
    font-weight: bold;
    text-transform: none;
    color: #FFFFFF;
    text-shadow: 1px 1px #303030,
                 1px -1px #303030,
                 -1px 1px #303030,
                 -1px -1px #303030;
}
section.work .project-highlight .content h3 {
    font-size: 100%;
    color: #FFFFFF;
    text-transform: none;
    text-shadow: 1px 1px #303030,
                 1px -1px #303030,
                 -1px 1px #303030,
                 -1px -1px #303030;
}
section.work .project-highlight .content p {
    font-size: 150%;
}

section.project-header {
    position: relative;
    width: 100%;
    padding: 5em 0;
    margin: 0px;
}
section.project-header .background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.project-header .project-highlight h1 {
    display: block;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    margin: 0px;
    color: #FFFFFF;
    text-shadow:  1px 1px 1px #303030, 
                  1px 1px 2px #303030,
                  1px 1px 7px #303030,
                  1px 1px #303030;
    line-height: 2rem !important;
    text-transform: none;
    width: 100%;
}
section.project-header .project-highlight .pad {
	    padding-left: 30%;
		padding-right: 30%;
}
section.project-header .project-highlight h2 {
    display: block;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin: 0px;
    color: #FFFFFF;
    text-shadow:-1px 1px 1px #303030, 1px 1px 2px #303030, 1px 1px 7px #303030, 1px 1px #303030;
    text-transform: none;
    line-height: 2.5rem !important;
}

section.project-description {
    padding: 1em 5%;
    background: linear-gradient(#FFFFFFF, #EEEEEE);
    text-align: justify;
}

section.portfolio h1 {
	margin-bottom: 2rem;
	font-size: 2.222rem;
	line-height: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.project-highlight#bonzy .background {
    background-image: url(../img/bonzy.jpg);
}
.project-highlight#gridiron .background {
    background-image: url(../img/iplay.png);
}
.project-highlight#vr-safe .background {
    background-image: url(../img/vr-safe.jpg);
}
.project-highlight#bch-spec .background {
    background-image: url(../img/bch-spec.jpg);
}
.project-highlight#vist .background {
    background-image: url(../img/vist.jpg);
}
.project-highlight#scotts-campaign-designer .background {
    background-image: url(../img/door-sales.jpg);
}
.project-highlight#scotts-d2d .background {
    background-image: url(../img/map-foundry.jpg);
}
.project-highlight#scotts-ccr .background {
    background-image: url(../img/call-center.jpg);
}
.project-highlight#eec-migration .background {
    background-image: url(../img/electric.jpg);
}
.project-highlight#hostgis .background {
    background-image: url(../img/gis.jpg);
}
.project-highlight#ips .background {
    background-image: url(../img/pest.jpg);
}
.project-highlight#scotts-msds .background {
    background-image: url(../img/msds.jpg);
}
.project-highlight#bold-penguin .background {
    background-image: url(../img/insurance.jpg);
}
.project-highlight#ocrm .background {
    background-image: url(../img/ocrm.jpg);
}
.project-highlight#tidy-duck .background {
    background-image: url(../img/tidy.jpg);
}
.project-highlight#dub .background {
    background-image: url(../img/dub.jpg);
}
.project-highlight#mulch .background {
    background-image: url(../img/mulch.jpg);
}
.project-highlight#social-network-app .background {
    background-image: url(../img/social-network-app.jpg);
}
.project-highlight#ileaf .background {
    background-image: url(../img/ileaf.jpg);
}
.project-highlight#jfs .background {
    background-image: url(../img/jfs.jpg);
}

/*.main_portfolio_area{
    overflow: hidden;
}*/
.main_mixi_content{
    max-height: 900px;
}
.main_mix_menu ul li{
    display: inline-block;
    padding: .5rem 1rem;
    cursor: pointer;
}
.main_mix_menu ul li.active {
    color:#70bf54;
}

.single_mixi_portfolio .single_portfolio_text h3{
    text-transform: none;
    margin-bottom: 0;
    padding-top:1rem;
}
.single_portfolio_img{
    position:relative;
}
.single_portfolio_img img{
    width:100%;
    height: 230px;
}
.single_portfolio_img:hover .mixi_portfolio_overlay{
    opacity:1;
}
.mixi_portfolio_overlay{
    background: rgba(112,191,84, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
    padding-top: 30%;
}
.mixi_portfolio_overlay a i{
    font-size: 1rem;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    outline:none !important;
}
.mixcontent .mix{
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
}
/*======================================================================
                    ours works
========================================================================*/

.main_works_area{
    overflow: hidden;
}
/*======================================================================
                    Newsletter Section Style
========================================================================*/

.newsletter{
    background: #312b2b;

}
.main_newsletter{
    overflow: hidden;
}

section.newsletter p.newsletter{
    font-size:20px
}

/*==========================================================
                Blog section style
============================================================*/
.blog h1 {
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
}
.blog h2 {
    font-size: 1.222rem;
    line-height: 2rem;
    font-weight: 700;
    color: #70bf54;
}

.posts{}
.posts .col-md-4:hover .post{
    background: #3f444a;
    color:#fff;
}
.posts .jumbotron{
    padding:2rem .6rem;
}
.posts .post{
    transition: all 0.3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.posts .post i{
    font-size:3rem;
}

.blog .clear-after:after {
    content: "";
    display: table;
    clear: both;
}

.blog .clear-before:before {
    content: "";
    display: table;
    clear: both;
}

.home section.hero {
    height: auto !important;
}

.blog .buttonset {
    margin-bottom: 10px;
}

.blog .buttonset label, .blog .button {
    margin-top: 15px;
    color: #FFFFFF;
    height: 100%;
    cursor: pointer;
    background-color: #70BF4A;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: headline;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin: 10px;
}

.blog .buttonset label:hover, .blog .button:hover {
    background-color: #599E38;
}

.blog input, .blog textarea, .blog select {
    font-weight: normal !important;
    padding: 0.50em;
    font-size: 1rem;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    border: solid 1px #CCCCCC;
    color: #4A4A4A;
    width: calc(33.33% - 5px);
    float: left;
}

@media screen and (max-width: 700px) {
    .blog input, .blog textarea {
        width: 100%;
        margin: 5px;
    }
}

.blog textarea {
    width: calc(100% - 5px);
    height: 250px;
}

.blog input[name=post_interaction] {
    display: none;
}

.blog .posts {
    width: 80%;
    margin: auto;
}

.blog .posts .post {
    border: #70BF4A 4px solid;
    background: linear-gradient(#FFFFFF, #F7F7F7);
    border-radius: 8px;
    min-height: auto;
    padding: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.blog .posts .post .post-header {
    position: relative;
}

.blog .posts .post .title {
    color: #333333;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.5rem;
    font-family: headline;
    transition: color 0.3s;
}
.blog .posts .post .title:hover {
    color: #70BF4A;
}

.blog .posts .post .timestamp {
    font-size: 75%;
    display: block;
    padding-left: 25px;
    margin-top: 10px;
}

.blog .posts .post .post-summary {
    margin: 10px;
    font-size: 90%;
}

@media screen and (max-width: 940px) {
    .blog .posts .post {
        width: 95%;
        padding: 10px;
    }
    .blog .posts .post .title {
        font-size: 1.25rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.blog #submit-comment {
    clear: both;
    display: inline-block;
    float: none;
}

.blog .center {
    text-align: center;
}

.blog .blog-navigation {
    margin-top: 25px;
    text-align: center;
}

.blog #post-title {
    letter-spacing: 1px;
    font-family: headline;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.blog #post-timestamp {
    text-align: center;
    font-size: 75%;
    padding: 10px;
}

.blog #post-contents {
    margin: 20px 20%;
    font-size: 1rem;
}

.blog #post-contents p {
    text-indent: 1.5em;
    text-align: justify;
}

.blog .comment-area {
    text-align: center;
}

.blog .comment-area h3 {
    font-size: 125%;
    font-weight: bold;
    font-family: headline;
}

.blog .comments .comment {
    border: solid 1px #AAAAAA;
    display: block;

    border: #70BF4A 4px solid;
    min-height: auto;
    padding: 25px;
    padding-top: 50px;
    width: 33.33%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    min-width: 375px;

    position: relative;
}

.blog .comments .comment .comment-header {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.10);
    left: 0px;
    right: 0px;
    color: #FFFFFF;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.blog .comments .comment .alias {
    font-weight: bold;
    font-size: 90%;
    display: inline-block;
}

.blog .comments .comment .timestamp {
    display: inline-block;
    float: right;
    font-size: 50%;
    transform: translateY(50%);
}

.blog .comments .comment p {
    width: 95%;
    font-size: 80%;
    line-height: 1.2;
    text-align: justify;
}

.blog #comment-form {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog pre {
    overflow-x: auto;
}

@media screen and (max-width: 600px) {
    .blog ul,
    .blog ol {
        font-size: 16px;
    }

    .blog #post-contents {
        margin-left: 3%;
        margin-right: 3%;
    }
}
/*======================================================================
                    Terms Section Style
========================================================================*/
.terms h1 {
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.terms h2 {
    font-size: 1.389rem;
    line-height: 2rem;
    font-weight: 700;
}

.terms .privacy{
    text-align: center;
}
/*======================================================================
                    Principles Section Style
========================================================================*/
.process-banner{
	background: no-repeat center url(/img/process-banner.jpg);
	min-height: 1080px;
}
.principles-bg {
    background-image: url(/img/tracks2.svg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
}

.principles h2{
    text-align: center;
}

.principles-box {
	display:inline-block;
	background-color: #70bf5445;
	box-shadow: 0px 2px 0px #70bf54;
    padding: 1.5rem;
    border-radius: 7px;
    border: 1px solid #70bf54;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(3px);
}
#guiding-principles {
    min-height: 450px;
}
.p-box {
    padding: 20px;
    background-color: #70bf5445;
    backdrop-filter: blur(3px);
    border-radius:  8px;
}

.bg-light {
    background-color: #eeeeee60;
}

@media only screen and (max-width : 544px) {
    .process-banner{
    background: no-repeat bottom url(/img/process-banner.jpg);
    min-height: 700px;
    background-size:    cover;
    padding: 2rem;

}
.principles-bg {
    background-image: none;
}

.bg-light {
    background-color: #eeeeeeb0;
}
    }

/*======================================================================
                    Podcast Section Style
========================================================================*/

.podcast h1{
     font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
    color:#000;
}

section.information {
    padding: 1em;
    background-color: #333333;
    color: #EEEEEE;
}

section.episodes {
    padding: 1em;
    background-color: linear-gradient(#EEEEEE, #DDDDDD);
}

table.episode-list, table.episode-list th, table.episode-list td {
    border: #CCCCCC solid 1px;
    border-collapse: collapse;
    background-color: #F7F7F7;
}

table.episode-list th, table.episode-list td {
    padding: 10px;
    min-width: 1em;
    text-align: center;
}

table.episode-list p {
    text-align: justify;
}

.episode-list audio {
    width: 100%;
    border: #DDDDDD solid 1px;
}

#episode-column {
    width: 75%;
    min-width: 50%;
}

@media only screen and (max-width : 520px) {
    section.episodes p {
        font-size: 70%;
    }
}



/*======================================================================
                    Employee Pages
========================================================================*/
.employee h1{
    font-size: 2.222rem;
    line-height: 2.5rem;
    font-weight: 700;
    color:#000;
    padding-left: 25px;
    text-align: center;
}

.employee h2 {
    padding-left: 45px;
    font-size: 1.389rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
}

.employee img {
    float: left;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 75px;
}



/*======================================================================
                    Footer Section Style
========================================================================*/
@media screen and (max-width: 767px){
    section.footer ul.cols {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
        column-fill: balance;
    }
    li.cols {
        padding-left: 30%;
    }
}
.footer{
    background: #151515;

}
.footer .cols li{
    font-size: 14px;
}
.footer .cont li{
    text-align: center;
}
.footer .cont li .smallish{
    font-size: 18px;
}
.footer .cont li .bigish{
    font-size: 19px;
}
.main_footer_area {
    overflow: hidden;
}
.main_footer_area .single_f_widget{}
.main_footer_area .single_f_widget img{
    width:100%;
}
.main_footer_area .single_f_widget .single_f_widget_text{
    padding-left:10px;
}
.main_footer_area .single_f_widget .single_f_widget_text p{
    font-size:14px;
    margin-top:15px;
    color:#cccccc
}
.main_footer_area .single_f_widget .single_f_widget_text .social_f_widget a i{
    background: #fefefe;
    width:30px;
    height: 30px;
    line-height: 30px;
    color:#444444;
    text-align: center;
    transition: all 0.3s;
}
.main_footer_area .single_f_widget .single_f_widget_text .social_f_widget a:hover i{
    background: #70bf54;
    color:#fff;
}
.main_footer_area .single_f_widget .single_f_widget_text.f_reatures li{
    font-size:15px;
    margin-bottom: 10px;
    color:#cccccc;
}
.main_footer_area .single_f_widget .single_f_widget_text.f_reatures i{
    color:#70bf54;
    padding-right: 5px;
}

.main_footer_area .single_f_widget .single_f_widget_text.f_tags a{
    color: #fff;
    background: #70bf54;
    padding: 5px 10px;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 14px;
}
.main_footer_area .single_f_widget .single_f_widget_text.f_flicker img{
    width: 23%;
    margin-bottom: 5px;
}
.main_copyright{
    border-top:2px solid #534a4a;
}
.main_copyright p{
    color:#fff;
}
.main_copyright p a {
    color:#70bf54;
    padding: 0px 5px;
}
.main_copyright p i {
    color: #70bf54;
}
.main_copyright .social_copyright a i {
    color: #737373;
    padding: 0px 5px;
    transition: all 0.3s;
}
.main_copyright .social_copyright a:hover i {
    color: #70bf54;
}

@media (max-width: 766px){
    .footer img{
        width: 40%;
        margin-right:30%;
    }
}
/*======================================================================
                    Footer Section Style
========================================================================*/
section.cio .cio-img img{
        max-width: 100%;
    }
@media (max-width: 766px){
section.cio .cio-img img{
        max-width: 70% !important;
        margin-left:15% !important;
    }
}