/*
Template Name: Fairness
Author: DotThemes
URL: http://www.dotthemes.com
Version: 1.0
Desctiption: One Page Responsive Bootstrap Charity Template
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
	1.0 - GLOBAL SYTLES	
	2.0 - NAVBAR
	3.0 - CAROUSEL
	4.0 - DONATE BUTTON PROMO 
	5.0 - BANNER
	6.0 - ABOUT SECTION 
	7.0 - CAUSES SECTION
	8.0 - TEAM MEMBERS SECTION
	9.0 - SERVICES SECTION
	10.0 - SUCCESS SECTION
	11.0 - GALLERY SECTION 
	12.0 - TESTIMONIAL SECTION
	13.0 - CONTACT SECTION
	14.0 - GOOGLE MAP
	15.0 - FOOTER SECTION 
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* ==========================================================================
   1.0 - GLOBAL SYTLES
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #0f6917;
    color: #444;
    text-shadow: none;
}
::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
html,
body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: white;
    -webkit-scrollbar:displ
    /* -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch; */
}
a img {
    background: white;
}
.odd a img {
    background: #f5f5f5;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #330505;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h2 {
    color: #f1d851;
    font-weight: bold;
}

/* Paragraph & Typographic */

p {
    line-height: 26px;
    margin-bottom: 20px;
}
p.large {
    font-size: 18px;
    margin-bottom: 50px;
}
.centered {
    text-align: center;
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}
blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}
blockquote cite:before {
    content: "-- "
}
/* Images */

.overflow-image {
    margin-top: -65px;
}
/* Links */

a {
    color: #4abcc5;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.fn-section-header {
    margin-bottom: 50px;
}
.section-title {
    text-transform: uppercase;
}
.section-padding {
    padding: 60px 0;
}
/* ==========================================================================
   2.0 - NAVBAR
   ========================================================================== */

.header{
    width: 100%;
    background-color: white;
    background-position: center;
    background-size: cover;
    position: relative;
}
.navh1{
    color: black;
    margin-left: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.navh2{
    color: rgb(19, 156, 49);
    margin-left: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.logoatag{
    display: list-item;
    
}
nav{
    display: flex;
    padding: 1% 1%;
    justify-content: space-between;
    align-items: center;
}
#nav-logo{
    margin-left: 100px;
    height: 40px;
    width: 100px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #12A254;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.nav-links ul li::after{
    content: '';
    width: 0;
    height: 2px;
    background: #1E6841;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
nav .fa{
    display: none;
}
@media(max-width:1100px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }

    #nav-logo{
        margin-left: 120px;
        height: 30px;
        width: 50px;
    }
    .nav-links{
        position: fixed;
        background: #fafafa;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #1b44f8;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-link ul{
        padding: 40px;
    }
}

/* ==========================================================================
   3.0 - CAROUSEL
   ========================================================================== */
#fn-home-carousel {
    overflow: hidden;
    position: relative;
}
#fn-home-carousel img {
    width: 100%;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity: .8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .active {
    opacity: 1
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .item:after {
    background: rgba(15, 15, 0, 0.55) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-fade .carousel-control {
    z-index: 20
}
/* Caption style
/* ------------------------------ */
#fn-home-carousel .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}
#fn-home-carousel .carousel-caption h1 {
    color: #FFFFFF;
    font-size: 75px;
    line-height: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 40px;
}
#fn-home-carousel .carousel-caption h1 span {
    font-weight: 900;
    color: #ECC731;
}
#fn-home-carousel .carousel-caption p {
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 70px;
}
#fn-home-carousel .carousel-caption .btn {
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border-color: #ECC731;
    border-radius: 30px;
    padding: 20px 58px;
}
#fn-home-carousel .carousel-caption .btn:hover {
    background: #ECC731;
    border-color: transparent;
    color: #fff;
}
/* Next and previous button
/* ------------------------------ */
#fn-home-carousel > .item-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel > .item-next {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel:hover .item-prev,
#fn-home-carousel:hover .item-next {
    opacity: 1;
}
#fn-home-carousel > .item-prev i,
#fn-home-carousel > .item-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    background-color: #DDDDDD;
}
#fn-home-carousel > .item-prev i:hover,
#fn-home-carousel > .item-next i:hover {
    background-color: #1a7c32;
}
.verticle-line {
    position: absolute;
    top: -150px;
    height: 200px;
    width: 1px;
    content: "";
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Text animation delay
/* ------------------------------ */
.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-4 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

/* ==========================================================================
   4.0 - DONATE BUTTON PROMO 
   ========================================================================== */
.visit-promo {
    background-color: #12A254;
    color: #fff;
    padding: 20px 0px 20px 250px;
}
.visit-promo h2 {
    font-weight: 300;
    margin-bottom: 0;
	text-transform:uppercase;
}
#fn-visit-btn1{
    margin-top: 10px;
}
.visit-promo h2 b {
    color: #fff;
}

.fn-visit-btn {
	background-color: #fff;
	border: 2px solid #fff;
	color: #ecc731;
    font-size: large;
	display: inline-block;
	font-weight: bold;
	margin-top: 7px;
	padding: 12px 28px;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
 }
 .fn-visit-btn:hover {
  background-color: #ecc731;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.4s linear 0s;
  }
  
/* ==========================================================================
   5.0 - BANNER
   ========================================================================== */

.banner {
    margin: 0 auto;
}

/* ==========================================================================
   6.0 - ABOUT SECTION 
   ========================================================================== */

#about {
    background: #1a7c32;
}
#about img {
    margin-top: 0;
}
.about-us-content {
    padding-top: 30px;
}
section.about-us .col-lg-12 {
    margin-bottom: 50px;
}
section.about-us .col-md-3 .fa {
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    border: 2px solid #fff;
    line-height: 80px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.45s, background-color ease-in-out 0.10s;
}
section.about-us .col-md-3 i:before {
    margin-left: 0px;
    font-size: 40px;
}
section.about-us .col-md-3 .fa:hover {
    background-color: #ECC731;
    color: #fff;
    border: 1px solid #ECC731;
    -moz-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-radius: 55%;
}
.about-us-content p {
    padding-top: 10px;
}
.AboutUs{
    color: #ECC731;
}

/* ==========================================================================
   7.0 - CMMA SECTION
   ========================================================================== */

.text-why-cmma{
 color: #12A254;   
}
.cause-post {
  float: left;
  padding: 0 1.5%;
  vertical-align: top;
}
.cause-box {
  width: auto;
}
.cause-header {
  overflow: hidden;
  position: relative;
}
.cause-header > img {
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 200ms linear 0ms;
  width: 100%;
}
.cause-content {
  box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
}
.cause-content > h3 {
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: none;
  transition: all 300ms linear 0ms;
}
.cause-content > p {
  margin-top: 14px;
}
.fn-donate-button
 {
  background-color: #ecc731;
  border: 2px solid #ecc731;
  color: #ffffff;
  display: inline-block;
  padding: 12px 28px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
   font-weight: 400;

  }
  .fn-donate-button:hover
 {
  background-color: #fff;
  border: 2px solid #ecc731;
  color: #ecc731;
  transition: all 0.4s linear 0s;
  }

/* ==========================================================================
   8.0 - TEAM MEMBERS SECTION
   ========================================================================== */
#team {
    text-align: center;
	background: #12A254 none repeat scroll 0 0;
}
#team p.large {
    margin-top: 60px;
    margin-bottom: 30px;
}
#team .fa {
background-color: #f1d851;
color: #fff;
font-size: 15px;
height: 30px;
line-height: 30px;
margin: 0 3px;
outline: 0 none;
transition: all 0.3s ease 0s;
width: 30px;
}
#team h4{font-weight:bold}
#team .fa:hover {
    color: #ECC731;
	background-color:#fff;
}
.team-border {
    border: 2px solid #fff;
}
.imageDr {
    height:180px; width:180px
}
.text-start {
    text-align: left;
}
.social-profiles {
    margin-top: 0px;
}
.mentor{
    color: #f1d851;
}

/* ==========================================================================
   9.0 - SERVICES SECTION
   ========================================================================== */
#services {
    padding: 60px 0;
}
.service-item {
    margin-bottom: 10px;
    padding: 20px 10px;
}
.service-item .service-detail {
	text-align:center;
}
.service-item i {
	color:#ECC731;
    font-size: 28px;
    line-height: 20px;
    width: 30px;
}
.service-detail h4{
    font-weight:bold;
    font-size: 14px;
}

.text-primary{
    color: black;
    font-weight: bold;
    font-size: 13px;
}

/* ==========================================================================
  10.0 - SUCCESS SECTION
   ========================================================================== */
#fn-success {
    background: #1a7c32 none repeat scroll 0 0;
}
.counters-item {
    color: #fff;
}
.counters-item i {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    height: 90px;
    margin: 0 0 35px;
    padding: 15px 0 0;
    width: 90px;
}
.counters-item strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}
.counters-item p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* ==========================================================================
   11.0 - GALLERY SECTION 
   ========================================================================== */
  
  /* Center website */

  #gallery {
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
    max-width: 1300px;
    margin: auto;
  }
  #gallery1{
    margin-top: 80px;
  }

  #myBtnContainer{
    margin-top: 50px;
  }
  
  h1 {
    font-size: 50px;
    word-break: break-all;
  }
  
  .row {
    margin: 10px -16px;
  }
  
  /* Add padding BETWEEN each column */
  .row,
  .row > .column {
    padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
    display: none; /* Hide all elesnts by default */
  }
  
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-color: #d4e6ddc7;
    padding: 5px;
    
  }
  .content img{
    position: relative;
    height: 200px;
    width: 250px;
}
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #19E878;
    cursor: pointer;
  }

  #showall{
    background-color: #31f08a;
  }
  
  .btn:hover {
    background-color: #ddd;
  }


  .full-img{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.full-img img{
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border-color: #0f6917;
}
.full-img span{
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 50px;
    color: #01ff6b;
    cursor: pointer;
}

  /* .main{
    overflow: scroll;
  } */
  
  /* .btn.active {
    background-color: #1e4706;
    color: white;
  } */


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media all and (max-width: 1080px), (max-width: 800px) {
    #myBtnContainer {
      font-size: 11px;
      font-style: italic;
      
    }
    .btn{
        padding: 6px 8px;
    }
  }
/* ==========================================================================
   12.0 - TESTIMONIAL SECTION
   ========================================================================== */

.testimonial {
    background: #1a7c32;
    padding-bottom: 90px;
}
/* #fn-feedbacks .feedback-box {
    background: #fff;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    z-index: 5;
} */
.feedback-box  {
    color: #000000;
    background-color: white;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 250px;
    
}
.feedback-box .client {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 80px;
}
.feedback-box .quote {
    float: left;
    font-size: 45px;
    font-weight: bold;
    line-height: 80px;
}
/* .feedback-box .client-info {
    float: right;
    margin-left: 18px;
    padding-top: 15px;
} */
/* .feedback-box .client-info {
    color: #e40202;
	font-weight: 400;
	line-height: 30px;
} */
.feedback-box .client-info{
    margin-top: -6px;
    margin-left: 50px;
}
.client-name {
    color: #1b44f8;
    font-weight: bold;
    margin-left: 36px;
    margin-bottom: 5px;
}

.swiper{
    display: table;
    width: 100%;
}

.message{
    font-size: 12px;
    font-weight: bold;
    height: 350px;
}

.swiper-slide{
    display: table-cell;
}
.client-company {
    color: #0f6917;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    padding-left: 50px;
    margin-left: 60px;
}
.client-image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid #ec7c31;
}
.testi-image{
    height: 55px;
    width: 55px;
}
/* .pagination{
    margin-bottom: 100px;
    color: #1b44f8;
} */
.customNavigation {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
    border-radius: 50%;
}
.customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 800px), (max-width: 1200px){
    .feedback-box{
        width: 175px;
        height: 350px;
    }
    .feedback-box .client {
        margin-top: 20px;
        margin-bottom: 10px;
        height: 40px;
    }
    .swiper-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .message{
        font-size: 10px;
        font-weight: bold;
    }
    .testi-image{
        height: 40px;
        width: 38px;
    }
    .client-image {
        float: left;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border: 1px solid #ec7c31;
    }
    .client-company {
        color: #0f6917;
        font-weight: bold;
        font-size: 10px;
        margin-top: 5px;
        padding-left: 50px;
        margin-left: 20px;
    }
    .testi-head1{
        font-size: 15px;
    }
    .testi-head2{
        font-size: 12px;
    }
}
/* ==========================================================================
   13.0 - CONTACT SECTION
   ========================================================================== */
#contact {
    background: #fff;
    text-align: center;
}
#touch{
    color: #12A254;
}
.contactfont{
    color: #000000;
    font-weight: bold;
}
#contact .form {
    padding: 30px 0;
}
#contact .fa {
    color: #12A254;
    margin-bottom: 10px;
}
#contact .btn {
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
    background-color: #12A254;
    color: #fff;
    border: 0;
}
#contact .btn:hover,
#contact .btn:focus {
    background-color: #1E6841;
    outline: 0px;
}

/*============================================================
	BLOG
==============================================================*/
#blog{
    background-color: #12A254;
    text-align: center;
}
#blog-touch{
    margin-top: 50px;
    color: #ffffff;
}
.blog-fa{
    margin-top: 10px;
    padding: 18px 0px;
    color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    border: 5px solid rgb(255, 255, 255);
    text-align: center;
    border-radius: 50px;
}

.blog-text-center{
    font-weight: bold;
    font-size: 20px;
}


/* ==========================================================================
   15.0 - FOOTER SECTION 
   ========================================================================== */
.fn-footer {
    background: #1a7c32;
    color: #fff;
}
#sub-footer {
    border-top: 1px solid #ffffff;
    background: #12A254;
}
.fn-footer {
    padding: 50px 0 0 0;
}
.fn-footer a {
    color: #fff;
}
.fn-footer a:hover {
    color: #E2E2E2;
}
.fn-footer h1,
.fn-footer h2,
.fn-footer h3,
.fn-footer h4,
.fn-footer h5,
.fn-footer h6 {
    color: #fff;
    font-weight: bold;
}
.fn-footer address {
    line-height: 1.6em;
}
.fn-footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}
ul.social-network {
    list-style: none;
    margin: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 15px;
}
.fn-footer ul.social-network li i {
    font-size: 20px;
}
#sub-footer {
    margin: 20px 0 0;
    padding: 30px 0;
    text-shadow: none;
}
#sub-footer p {
    margin: 0;
    padding: 0;
}
#sub-footer span {} .copyright {
    text-align: left;
}
#sub-footer ul.social-network {
    float: right;
}
ul.link-list {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.link-list li {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 2px 0;
}
.fn-footer ul.link-list li a {
    color: #fff;
}
.btn-theme {
    background: #12A254 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}
.btn-theme {
    color: #fff;
}
#footer-btn{
    padding: 6px 12px;
}












  