	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Source+Sans+Pro');

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
    text-transform: uppercase;
	color: #282828;
}
h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #303133;
    letter-spacing: -0.05em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
.top p {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.top h5{
	float: right!important;
}

section#about {
    width: 100%;
    position: absolute;
    z-index: 999;
        top: 792px;
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
.about {
    margin-top: 40px;
    padding-bottom: 45px;
}
.banking {
    margin-top: 40px;
    padding-bottom: 45px;
}
.about h2{
	color: #4ea608;
	text-align: center;
}
.about p{
	text-align: center;
}
hr {
    width: 51px;
    margin-top: 10px;
    margin-bottom: 31px;
    border: 0;
    border-top: 2px solid #000;
}
.navbar-default .navbar-nav>li>a {
    color: #4ea608;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav {
 
    padding-top: 0px;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 130px;
}
.top h5 {
	text-transform: capitalize;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

.four-part {
    padding-top: 42px;
    padding-bottom: 42px;
}
.navbar-brand {
    float: none;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 19px;
    position: relative;
    z-index: 9;
    width: 560px;
}
.navbar-brand>img {
    display: table;
    width: 65%;
    padding-top: 0px;
    margin: auto;
    text-align: center;
}
.top {
    background-color: #4ea608;
}
.row.new {
    background-color: #d0d0d0;
    padding: 10px;
}
.address-con ul{
    padding: 0px;
    margin: 0px;
     }
.address-con li{
    list-style: none;
    line-height: 12px;
}
.address-con p {
    position: relative;
    left: 27px;
    top: -12px;
}
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
.four-part h3 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
}
.four-part p{
    color: #fff;
}
.serv2 h2{
    color: #4ea608;
}
.four-part h2{
	text-align: center;
	color: #213bb4;
}
.four-part p{
	text-align: center;
}
.four-part img {
    width: 100%;
    display: table;
    
    margin: auto;
    padding-bottom: 20px;
    padding-top: 25px;
}
.content-bg a{
    color: #fff;
}
.content-bg a:hover {
    color: #000;
    padding-left: 3px!important;
}
.second{
	background-color: #498917;
}
.backgr-img {
    background-image: url(../img/bg.jpg);
    background-size: cover;
   
}
.demo-inner-content p{
    color: #fff;
        font-size: 16px;
}
.content-bg h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 12px;
}
.content-bg p{
	font-size: 16px;
}
.content-bg h2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}
.demo-inner-content h1 {
    color: #4ea608;
}
.content-bg i{
	color: #f6861f;
	padding-right: 10px;
}

.footer p {
    text-align: center;
    padding: 10px;
    background-color: #000;
    margin: 0px;
    color: #fff;
}
.last {
    text-align: center;
    padding: 20px;
    background-color: #c90202;
    color: #fff;
    
}
.last p {
    font-size: 23px;

    margin-bottom: 0px;
    font-weight: 600;
}
.content-bg {
    margin-bottom: 0px;
    background-color: #3a6a14;
    padding: 30px;
    color: #fff;
    min-height: 480px;
    padding-top: 110px;
    padding-bottom: 50px;
}
.demo-inner-content h3{
    color: #fff;
}
.demo-inner-content {
    text-align: center;
    text-align: left;
    width: 470px;
    left: 10%;
    background-color: #0000008f;
    padding: 20px;
    padding-top: 90px;
    padding-bottom: 50px;
    padding-bottom: 90px;
}
.demo-padding {
    padding-top: 11px;
    padding-left: 170px;
}

	

.section-box-six {
    height: 260px;
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#d9d9d9,#2f2f2f);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
}
    .section-box-six figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-six img {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
}
    .section-box-six:hover img{
        transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
    }
.section-box-six h3 {
    color: #fff;
    font-size: 24px;
}
#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.card-body.text-center.mt-4 {
    padding-top: 25%;
}
.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card, .backside .card {
    min-height: 183px;
}
.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 100%;
    height: 100%;
    border-radius: 0%;
}
.faxt p{
    float: none;
    text-align: center;
}
.serv2 {
    padding-top: 30px;
    background-color: #ffffff;
    padding-bottom: 30px;
}
.serv2 i {
    padding-right: 10px;
    color: #4ea608;
    font-weight: 600;
}
.serv2 li{
    line-height: 30px;
    color: #000;

}

.img-box{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-box img{
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.img-box {
    position: relative
}


.info-box .info-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.zoom-out-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


.zoom-out-effect .img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #e6e6e6
}
.zoom-out-effect .img-box a, .zoom-out-effect .img-box a:active, .zoom-out-effect .img-box a:focus a:focus {
    color: #999
}

.zoom-out-effect .img-box a:active:hover, .zoom-out-effect .img-box a:focus:hover, .zoom-out-effect .img-box a:hover{
    color: #f2f2f2
}

.zoom-out-effect .img-box {
    z-index: 0
}

.zoom-out-effect:hover .img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    -moz-transform: translateZ(0) scale(1.15, 1.15);
    -ms-transform: translateZ(0) scale(1.15, 1.15);
    -o-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15)
}
.about a {
    display: table;
    margin: auto;
    padding: 5px 10px;
    border: #498917 solid 2px;
}
.about a:hover {

    border: #000 solid 2px;
}
.about22 {
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 1041;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: #000;
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
.service-page{
    padding-top: 25px;
     text-align: center;
     line-height: 26px;
}
.service-page h2 {
    color: #4ea608;
   
}
.ser-img {
    margin-bottom: 30px;
    border: #000 1px solid;
}
.ser-page ul{
    padding: 0px;
    margin: 0px;
}
.banking p{
    line-height: 26px;
}
.ser-page li{
    line-height: 10px!important;
}
.ser-page p {
    position: relative;
    top: -16px!important;
    padding-left: 20px;
    line-height: 19px;
}
.ser-img a:hover{
opacity: 0.6;
}
.pad-top h2{
    padding-top: 20px;
}
.pd-content {
    padding-top: 30%;
}
.pd-content2 {
    padding-top: 17%;
}
.no-padding{
    background-color: #eee;
}
.no-padding .row {
    border-bottom: #000 solid 1px;
    padding: 10px 0px;
}
.banking h2 {
 
    color: #498917;
}
.banking h6{
    font-weight: 600;
}
.banking li{
    line-height: 28px;
}
.banking i{
    color: #3a6a14;
}
.banking {
    padding-bottom: 10px;
    padding-bottom: 10px;
}
#contact{

    font-family: 'Roboto', sans-serif;
}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
    border:2px solid #3a6a14;
}

#contact button{
    border-radius:0;
    border:2px solid #3a6a14;
}

#contact .row{
    margin-bottom:30px;
}
i.fa.fa-paper-plane-o {
   
    color: #3a6a14;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #000;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
    
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
.navbar-nav {
    float: none;
    margin: 0;
}
ul.nav.navbar-nav {
    display: table;
    margin: auto;
    min-height: 56px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 10px;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
@media (max-width: 767px) {
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    word-wrap: break-word!important;
    white-space: inherit!important;
}
.top p {
     float: none!important; 
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center!important;
}
.top h5 {
    text-transform: capitalize;
    float: none!important;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center!important;
}
.navbar-brand>img {
    display: block;
    width: 73%;
    margin: auto;
  
    padding-top: 6px;
}
section#about {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 802px;
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    border-bottom: 2px solid #000;
}
}

@media screen and (max-width: 767px) and (min-width: 468px){
.demo-padding {
    padding-top: 50px;
    padding-left: 50px;
}
.demo-inner-content {
    text-align: center;
    text-align: left;
    width: 400px;
    left: 10%;
    background-color: #0000008f;
    padding: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 50px;
}
}
@media (max-width: 467px) {
.demo-padding {
    padding-top: 200px;
    padding-left: 24px;
}
.demo-inner-content {
    text-align: center;
    text-align: left;
    width: 280px;
    left: 4%;
    background-color: #0000008f;
    padding: 5px;
    padding-top: 39px;
    padding-bottom: 50px;
    padding-bottom: 30px;
}
.demo-inner-content h3 {
    color: #000;
    font-size: 14px;
}
.demo-inner-content h1 {
    color: #fff;
    font-size: 20px;
}
section#about {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 802px;
}
}
@media (min-width: 768px) {
.col-md-3.center-block {
    padding: 0px;
}
}

@media (max-width: 500px) {
.navbar-brand>img {
    width: 70%;
}

}


@media screen and (max-width: 1199px) and (min-width: 992px){

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    z-index: 9;
    width: 400px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    z-index: 9;
       width: 180px;
}
.navbar-brand>img {
    display: block;
    width: 100%;
    padding-top: 32px;
}
}