/***************************************
Template Name: Green Fair
Author: Md Foysal Ahamed
Created: July 05 2016
Version: 1.2
****************************************/




* {
    margin: 0;
    padding: 0;
}

 .jour_bg{ border:1px solid#05a8a8; margin-bottom: 15px;margin-top: 10px; }

 .jour_bg_head{ background:#05a8a8;padding: 10px;  }
 .jour_bg_head h3{color:#fff !important; text-align: center; }
 .jour_bg_cont{padding-top: 5px; padding-bottom: 5px; }
 .jour_bg_cont p{ text-align: center;font-size: 1.2em; }
.jour_bg_cont p small span{ color:#05a8a8 !important; font-weight: bold;text-align: center; }

.jour_edit_cont h3{ color: #f66315; padding-bottom: 5px; }
.jour_edit_cont p span{ color: #f66315; }

.head{ padding: 5px; background:#bf138d; color: #fff; text-align: center;margin-top: 10px}
    .head-in{ padding: 2px;text-align: center; margin-bottom: 30px;  }
    .table_title{ padding-bottom: 5px; color: #05a8a8 }
    .border-bottom{ border-bottom: 1px solid#ccc; }
    .modal-body{text-align: left;}
    .even_bg{background: #EEEEEE; border-bottom: 1px solid#ccc;padding-top: 5px; padding-bottom: 5px; }
    .odd_bg{background: #fff;border-bottom: 1px solid#ccc;padding-top: 5px; padding-bottom: 5px;}

.glyphicon{color: #bf138d}
.testimonial_content{border:1px solid#05a8a8; padding: 25px;  background: #eaf4f5; margin-top: 30px; }
.blog_read{ position: relative;display: inline-block; bottom: -64px;
    z-index: 999;    right: -30%; }
 .blog_box a{color: #fff;}   

.test_date{ position: relative;display: inline-block; bottom: -48px;
    z-index: 999;left: -36%;  }
.blog_box{background: #05a8a8; width: 100px; font-size: 14px; color: #fff; height: 35px;float: left;padding-top: 6px; text-align: center; color: #fff;}
.test_box{background: #05a8a8; width: 200px; font-size: 14px; color: #fff; height: 35px;float: left;padding-top: 6px;
/* border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-top-left-radius: 15px;*/ }
.test_cont{ border:1px solid#05a8a8; padding: 25px; }
.triangle_right{width: 0; float: left;
    height: 0;
border-top: 17px solid transparent;
    border-left: 20px solid #05a8a8;
    border-bottom: 18px solid transparent;}
    .triangle_left{width: 0; float: left;
    height: 0;
border-top: 17px solid transparent;
    border-right: 20px solid #05a8a8;
    border-bottom: 18px solid transparent;}
/*.testimonial_img{background: url('../img/testimonials-bg.png') no-repeat; width: 100%;height: 154px; position: relative; bottom: -100px;}
*/
/*body{ font-family: "Arial" !important; }*/
.hex{
  width:120px;
  height:140px;
  margin:10px auto;
  position:relative;
}
.hex:before{
  content:"";
  position:absolute;
  width:0;height:0;
  border:30px solid transparent;
  border-top:0px solid #fff;
  border-left:80px solid #fff;
  top:0;
  left:0;
  z-index:9999;
}
.hex:after{
  content:"";
  position:absolute;
  width:0;height:0;
  border:30px solid transparent;
  border-top:0px solid #fff;
  border-right:80px solid #fff;
  top:0;
  right:0;
  z-index:9999;
}

.hex-img{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden; border:1px solid#05a8a8;
}
.hex-img img{
  max-height:100%;
}
.hex-hide{
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.hex-hide:before{
  content:"";
  position:absolute;
  width:0;height:0;
  border:30px solid transparent;
  border-bottom:0px solid #fff;
  border-left:80px solid #fff;
  border-right:1px solid#05a8a8;
  bottom:0;
  left:0;
  z-index:9999;
}
.hex-hide:after{
  content:"";
  position:absolute;
  width:0;height:0;
  border:30px solid transparent;
  border-bottom:0px solid #fff;
  border-right:80px solid #fff;
  border-left:1px solid#05a8a8;
  bottom:0;
  right:0;
  z-index:9999;
}
./*testimonial_img img{ position: relative; left: 20px; }*/
.table-striped>thead>tr{
	background: #05a8a8; color: #fff;
}
.table-striped>tbody>tr{
	color: #05a8a8;
}
.panel-default{
	border-color: #05a8a8;
}
.panel-group .panel{border-radius: 0px!important}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color: #05a8a8;}
.divided-icon{position: relative;    top: -38px;}
.circle{ border-radius: 50px; background: #ccc; }
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
  /*  -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.form-control{border-radius: 10px !important;}
.editorial{ border-bottom-right-radius:  0px !important; border-top-right-radius:  0px !important;}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
   border-bottom-left-radius:  0px !important; border-top-left-radius:  0px !important; padding: 9px; background: #05a8a8;
   border-bottom-right-radius:  10px !important; border-top-right-radius:  10px !important;border-color: #05a8a8;
}
.glyphicon-envelope{ color: #fff; }
.footer-social{ padding: 10px; background: #fff; color: #bf138d !important }
.carousel .item {    
    font-size: 14px;
    text-align: center; padding-bottom: 12px;
    overflow: hidden;
   
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;    
    border: 5px solid #fff;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.carousel .overview {   
    font-style: italic;
}
.testimonial p{ color: #fff }
.carousel .overview b {
    text-transform: uppercase;
    color: #05a8a8;
}
.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #05a8a8;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {    
    
}
.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
      font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev            { left: -33%; }
  .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev            { left: -25%; }
  .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

.block {
    width: 206px;
   
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff !important;
    background-color: #05a8a8 !important;
    border-color: #05a8a8 !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
   color: #fff !important;
    background-color: #05a8a8 !important;
    border-color: #05a8a8 !important; 
}
.readmore a{ color: #05a8a8 !important } 
.table a{ color: #05a8a8 !important } 
#welcome a{ color: #05a8a8 !important }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #05a8a8 !important; border-color: #05a8a8 !important;color:#fff !important;  }
.pagination>li>a, .pagination>li>span{ color:#05a8a8 !important;  }
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{ background-color: #2e3235 !important; 
    border-color: #2e3235!important;  }
.mb-40{padding-bottom: 40px;}
.mt-30{ margin-top: 30px; }
.mb-10{ margin-top: 10px; }
.bb-1{border-bottom: 1px solid#05a8a8; padding-bottom: 5px}
.blog_cat a{
  color: #05a8a8 !important;  
}
.border{    padding: 10px;
    border: 1px solid#05a8a8; margin-bottom: 5px; background: #eaf4f5;}
.border a{
  color: #05a8a8 !important;  
}
.breadcrumb a{
  color: #05a8a8 !important;  
}
.social_icon a{color: #05a8a8 !important;}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
}


/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
hr {    border-top: 1px solid #05a8a8; }
.tm-section-header {
    margin-bottom: 20px;
    margin-top:20px;
    overflow: hidden;
}
.tm-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600; color:#05a8a8;
}

/*Bootstrap Form Control Focus*/
.nav>li>a{    padding: 9px 6px !important}
.form-control:focus {
    border-color: #05a8a8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************/

.zero_mp {
    padding: 0;
    margin: 0;
}
.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/


/*header*/


/*Header Top header*/
.navbar-brand{ height: 100px !important; }
#header .top_header {
    min-height: 55px;
    border-bottom: 2px solid #F2F2F2;
    padding-top: 15px;
}
#header .top_header .address {
   /* border-right: 1px solid #E6E5E5;*/
}
#header .top_header .address p {
    font-size: 12px;
    padding-top: 2px;
    color: #646464;
  
}
#header .top_header .phone p {
    color: #646464;
    font-size: 12px;
   
    padding-top: 1px;
    display: inline-block;
}
#header .top_header .address i,
#header .top_header .phone i {
    padding: 5px 7px;
    font-size: 14px;    
border-radius: 83px;
    background: #6f6f6f;
}
.fa{color: #fff;}

.address a{ font-size: 14px; color: #bf138d;margin-right: 10px;   }
.address a:hover{color: #5fa6a7; margin-right: 10px;   }
#header .top_header .social_icon i {
        padding: 5px 7px;
        color: #787878;
        font-size: 14px;
        border: 1px solid #6c6c6c;
        border-radius: 2px; margin-left: 10px;
}
#header .top_header .social_icon i:hover {
    color: #05a8a8;
}

/*End of top header*/

#header .header_menu {
    min-height: 100px;
    border-bottom: 1px solid #ccc;
    z-index: 9999
}
#header .header_menu .navbar {
    border: 0px solid transparent;
}
#header .header_menu .custom_navbar-brand {
    padding-left: 0;
}
#header .header_menu .navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}
#header .header_menu .navbar-default .navbar-nav>.active>a,
#header .header_menu .navbar-default .navbar-nav>.active>a:focus,
#header .header_menu .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
#header .header_menu .main_menu {
    padding-top: 30px;
}
#header .header_menu ul.main_menu li a {
    color: #05a8a8;
    font-size: 13px;
   text-transform: uppercase;
    font-weight: 600;  
}
#header .header_menu ul.main_menu li a:hover {
    color: #de0c91;
}
#header .header_menu ul.main_menu li.active a {
    color: #de0c91;
}
#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
    /*display: inline-block;*/
    position: relative;
}
#header .header_menu ul.main_menu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 6px;
}
#header .header_menu ul.main_menu li:hover:after,
#header .header_menu ul.main_menu li.active:after {
    width: 90%;
    background: #05a8a8;
}

/*Slider*/

#slider {
    min-height: 490px;
}
#slider .slider_text {
    padding-bottom: 1%;
}
#slider .slider_text h2 {
    font-size: 52px;
    padding: 10px 0;
    font-weight: 600;  
    text-transform: uppercase;
}
#slider .slider_text h3 {
    font-size: 45px;
 
    color: #fff;
}
#slider .slider_text p {
    font-size: 17px;
    padding-bottom: 60px;
    font-weight: 400;
}
#slider .slider_text a.custom_btn {
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    background: #05a8a8;
    border-radius: 2px;
    margin-top: 20px;
 
    font-weight: 600;
}
#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
    text-transform: uppercase;
}
#slider .slider_text h3 {
    font-size: 45px;
    padding: 10px 0;
    
    font-weight: normal;
}
#slider .slider_overlay {
    position: relative;
}
#slider .slider_overlay:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*Welcome Section*/
#welcome {
    min-height: 350px;
    background: #fff;
    padding: 80px 0;
}
.wel_header {
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.fw-heading.fw-heading-center {
    padding-bottom: 40px;

}
.wel_header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
   
    color: #222222;
}
.wel_header p {
    font-size: 16px;
   
}


#welcome .single_item {
    padding-top: 30px;
    text-align: center;
}
#welcome .welcome_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
    transition: .7s;
}
#welcome .welcome_icon i {
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
.item_list{
    padding: 15px 70px 10px 15px;
    text-align: justify;
     }
#welcome .item_list h4 {   
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
     padding-bottom: 25px;    
   
}

#welcome .item_list p {
    font-size: 14px;
    color: #fff;
   
}
#welcome .item_list a {
    font-size: 14px;
    color: #fff !important;
    position: absolute;
    bottom: 10px;
    right: 65px;
}
/*
#welcome .item_list:hover .welcome_icon {
    background: #05a8a8;
    cursor: pointer;
}
#welcome .item_list:hover .welcome_icon i {
    color: #fff;
}
#welcome .item_list:hover h4 {
    color: #05a8a8;
    cursor: pointer;
} */
#search{
min-height: 90px;
    background: #6f6f6f;

}
#search .vol_area {
    padding: 28px 0;
}
/*Volunteer*/

#volunteer {
    min-height: 150px;
    background: rgba(0, 0, 0, 0.52);
}
#volunteer .volunteer_content h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
   
}
#volunteer .volunteer_content h3 span {
    color: #05a8a8;
}
#volunteer .volunteer_content p {
    font-size: 14px;
    color: #fff;
   
}
#volunteer .join_us {
    padding-top: 55px;
}
#volunteer .vol_area {
    padding: 25px 0;
}
#volunteer .join_us a.vol_cust_btn {
    background: #05a8a8;
    color: #fff;
    padding: 8px 50px;
    border: 1px solid #05a8a8;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
   
}

/*Portfolio*/

#portfolio {
    min-height: 780px;
    padding: 80px 0;
}

#portfolio .portfolio_title h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    
    color: #222222;
}
#portfolio .portfolio_title p {
    font-size: 16px;
    color: #393939;
    padding-bottom: 25px;
    padding-top: 0;
   
}

/*Customise Portfolio*/

#portfolio ul.menu li button {
    padding: 6px 15px;
}
#portfolio ul.portfolio_custom_menu li button {
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    color: #726e6e;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    width: 200px;
    font-size: 12px;
    padding-top: 8px;
    border-radius: 4px;
    
}
#portfolio ul.portfolio_custom_menu li {
    padding: 10px 0px;
}
#portfolio ul.portfolio_custom_menu li button:hover {
    background: #05a8a8;
    color: #fff;
}
#portfolio ul.portfolio_custom_menu li .btn_active {
    background: #05a8a8;
    box-shadow: inset 0 1px 10px hsla(0, 0%, 100%, 0);
    color: #fff;
}
.market_area{border:1px solid#05a8a8; padding: 10px;}
.my_btn {
    background: #707070;
    box-shadow: inset 0 1px 10px hsla(0, 0%, 100%, 0);
    color: #fff; cursor: pointer;
}
#portfolio .notes .note .img_overlay {
    background: rgba(21, 21, 18, 0.92);
    z-index: 1;
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    color: #fff;
    opacity: 0;
    transition: 0.7s;
}
#portfolio .notes .note .img_overlay p {
    position: relative;
    top: 45%;
    opacity: 0;
    transition: 0.7s;
    font-size: 16px;
    
    font-weight: 400;
}
#portfolio .notes .note:hover .img_overlay,
#portfolio .notes .note:hover .img_overlay p {
    opacity: 10;
}

/*Achivment*/

div#achivement {
    overflow: hidden;
}
.achivment_padding {
    padding: 80px 0;
}
/*#counter {
    min-height: 440px;
    background: #bdbebd;
    border-bottom: 1px solid #8c8e8c;
}*/
/*.counter_header {
    padding-top: 80px;
    text-align: center;
    color: #fff;
}*/
section#counter {
   /* background: url(../img/img1.jpg) no-repeat scroll top center / cover;*/
    color: #fff;
}
.counter_img_overlay {
    position: relative;
    padding: 80px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
}
.counter_header h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    
}
.counter_header p {
    font-size: 16px;
    padding-bottom: 60px;
   
    padding-top: 15px;
}
.counter_text {
    color: #fff;
    font-weight: 700;
}
.sigle_counter_item {
    padding-top: 20px;
    padding-bottom: 0px;
}
.sigle_counter_item img {
    padding-bottom: 20px;
    height: 90px;
}
.sigle_counter_item i {
    font-size: 60px;
    padding: 10px;
    color: #05a8a8;
}
.counter_text span {
    font-size: 32px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    
    font-weight: 600;
}
.counter_text p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    
    color: #ffffff;
    margin-top: 10px;
}

/*Event*/

#event {
    min-height: 550px;
    background: #fff;
    color: #000;
    padding: 80px 0px;
}
#event .event_header {
    padding-bottom: 50px;
}
#event .event_header h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    
    color: #222222;
}
.event_header.text-center p {
    color: #393939;
    font-size: 16px;
   
}
#event .event_text {
    padding: 30px 30px 0;
    background: #eff0f2;
    min-height: 279px;
}
#event .event_item img {
    width: 100%;
}
#event .event_text {
    padding: 30px 30px 0;
    width: 100%;
}
#event .event_text h4 {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #454444;
    
}
#event .event_text h6 {
    padding-bottom: 20px;
    font-size: 14px;
    color: #6c6b6b;
    
}
#event .event_text p {
    font-size: 14px;
    color: #646464;
    padding-bottom: 35px;
   
}
#event a.event_btn {
    background: #101010;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    transition: 0.7s ease;
   
}
#event a.event_btn:hover {
    background: #05a8a8;
}
#event .event_news {
    padding-bottom: 27px;
}
.event_news_text {
    display: block;
    overflow: hidden;
}
.event_news_text h4 {
    color: #454444;
    font-size: 14px;
    
    font-weight: 700;
}
#event .event_news_text p {
    padding-top: 10px;
    font-size: 14px;
    color: #646464;
   
}
#event .event_news_img {
    padding-right: 10px;
}


.index_listing_header h2 { padding-top: 25px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
        color: #222222; 
  
}

/*Testimonial*/

.hexagon {
    
    width: 131px;
    height: 152px;
    position: relative;
    display: inline-block; top:10px;
        /*bottom: -97px;*/
        border:1px solid#05a8a8; overflow: hidden;
}

.blog_overlay {
    padding: 30px 0;
    position: relative;
    width: 100%;
   /*background-color: rgba(0, 0, 0, 0.53);*/
}

#testimonial {
    color: #222222;
   /* background: url(../img/img3.jpg) no-repeat scroll top center / cover;*/
}
.testimonial_overlay {
    padding: 30px 0;
    position: relative;
    width: 100%;
   
   /*background-color: rgba(0, 0, 0, 0.53);*/
}
#testimonial .testimonial_header {
}
#testimonial .testimonial_header h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
        color: #222222; 
  
}
#testimonial .testimonial_header p {
    font-size: 16px;
    color: #222222;
   
}
.inner-cont{
border-top: 1px solid#ccc; padding-top:25px;}
/*Latest Blog*/
.breadcrumb{font-size: 20px; background: none!important}
#blog {
    min-height: 500px;
    padding: 80px 0;
}
#blog p {
    display: inline-block;
}
#blog .latest_blog {
}
#blog .latest_blog h2 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    
    color: #222222;
}
#blog .latest_blog p {
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
   
}
#blog .single_blog_item {
    border: 1px solid #05a8a8;
}
#blog .blog_content {
    padding: 15px;
    height: 250px;
}
#blog .blog_content h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #05a8a8;
    
}
#blog .expert {
    padding-bottom: 20px;
    color: #aeadad;
}
#blog .expert span.time {
    padding-right: 10px;
   /* border-right: 1px solid;*/
}
#blog .expert span.admin {
    padding-left: 5px;
    color: #aeadad;
    font-size: 13px;
   
    font-weight: 700;
}
#blog .blog_news .blog_img img {
    height: 230px;
    width: 100%;
}
#blog .blog_news span.right_msg span {
    font-size: 14px;
    color: #aeadad;
    
    font-weight: 400;
}
#blog .expert a {
    color: #aeadad;
}
#blog .expert p.right_side {
    padding-left: 110px;
}
#blog p.blog_news_content {
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;   
}
#blog a.blog_link {
    text-transform: uppercase;
    font-weight: 500;
    color: #545353;
    transition: 0.7s;
    font-size: 14px;
    
}
#blog a.blog_link:hover {
    color: #05a8a8;
}

/*purches*/
section#market {
    padding: 10px;
}

#purches {
    min-height: 200px;
    background: #333333;
}
#purches .purches_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
#purches h2.purches_title {
    font-size: 36px;
    padding-top: 80px;
    
    font-weight: 700;
    color: #ffffff;
}
#purches a.purches_btn {
    float: right;
    margin-top: 80px;
    padding: 8px 58px;
    background: #05a8a8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    
    font-size: 18px;
}
div#market-place {
    min-height: 200px;
    border-bottom: 1px solid #bcbaba;
}


/*Contact*/

#contact {
    min-height: 650px;
    background: #eeeeee;
    padding: 80px 0;
}

.msg {
    padding-top: 50px;
}
input#name,
input#email {

    margin-bottom: 10px !important;
}

.text_area textarea {
    resize: none;
    width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#subject{
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d4d4d4;
    font-style: italic;
    color: #696969;
   
}
li.fw-flash-message {
    color: red;
    font-size: 4rem;
}
.msg_title h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 20px;
    
    color: #222222;
}
.custom-btn {
    padding: 13px 82px;
    background: #05a8a8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    letter-spacing: 5px;
    font-size: 14px;
    
    outline: 0 !important;
}
.search-btn {
    padding: 7px 91px;
    background: #05a8a8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    letter-spacing: 5px;
    font-size: 14px;
    
    outline: 0 !important;
}
.office {
    padding-top: 50px
}
.office .title h5 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    
    color: #222222;
}
.office_location i span {
    padding-left: 15px;
    color: #696969;
    font-size: 14px;
   
}
.office_location i {
    padding-bottom: 15px;
}
.office_location {
    color: #696969;
}
.contact_area h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    
}
.contact_area p {
    font-size: 16px;
    color: #646464;
   
}
#map {
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    min-height: 300px;
}
/* Journals */
.international h2{
	 margin-bottom: 20px;  padding-bottom: 10px;
}
.international ul li{ height: 50px;}
.international ul li a{ color: #05a8a8;   }
.international a{ color: #05a8a8;   }
.national h2{
	margin-bottom: 20px; solid#ccc; padding-bottom: 10px;
}
.national ul li{ text-align: left; }
.national ul li a{ color: #05a8a8;   }
.national a{ color: #05a8a8;   }

/*Footer*/

#footer {
    min-height: 100px;
    background: #707070;
    color: #fff;
}
#footer .copyright,
#footer .designer {
    padding-top: 20px;
    font-size: 14px;  
}
.designer ul li{ text-align: left; margin-top: 5px; list-style:tigre; }
#footer .copyright p {
   
}

#footer .designer{
text-align: left;
}
#footer .designer p {
    text-align: right;
}
#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
    font-size: 14px;
    color: #ffffff;
   
    padding-left: 3px;
}

/*Back to Top*/

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(84, 225, 0, 0.18);
    color: #ffffff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    background: #05a8a8;
}
#back-to-top:hover {
    color: #fff;
    border-radius: 50%;
}
#back-to-top.show {
    opacity: 1;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding-top:0px;
}



/**/

.section-wraper {
    position: relative;
}
.section-edit {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.section-abc {
    background: rgba(255, 255, 255, 0.68);
    padding: 2px 5px;
    font-size: 12px;
    font-style: italic;
    display:none;
}
.section-edit:hover .section-abc{
    display:inline;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    padding: 2px 12px;
}
.section-edit .post-edit-link {
    margin: 3px 0;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.45;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    display: inline-block;
    background: #E85757 ;
    color: #fff!important;
    padding: 2px 12px;
    border-radius: 3px;
}
.recent-blog .entry-header a {
    font-size: 1.5rem;
}

.event_img img {
    width: 440px;
    height: 279px;
}
.event_news_img img {
    width: 95px;
    height: 90px;
}

#market-place .fw-single-image img {
    margin: 0 auto;
}


/*.contact_us_padding {
    padding: 80px 0px;
}*/
#contact-us .wel_header {
    padding-top: 0px;
    padding-bottom: 0;
}

#contact-us h3 {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    

}

#contact-us .wel_header h5 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    
    color: #222222;
    padding-top: 0px
}
#contact-us .office_location i {
    padding-bottom: 15px;
}
#contact-us .office_location i span {
    padding-left: 15px;
    color: #696969;
    font-size: 14px;
   
}

#contact-us .form-group {
    margin-bottom: 0;
}
.wel_header.contact_us_h5 {
    margin-left: -15px !important;
}
/*input#name,label.input,label.textarea,textarea.form-control {
    width: 100%;
}*/

#slider .carousel-indicators {
    bottom: 70px;
}

ul.entry-meta {
    text-align: left;
}
.btn-primmary{
    background-color: #05a8a8!important;
    padding: 10px 30px;
    font-size: 16px;    
    font-weight: 700;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;background-color: #05a8a8; border:1px solid#05a8a8;
}
#commentform #comment {
    padding-left: 10px;
    margin-top: 10px;
}
.widget_search .search-form input[type="submit"], .widget_search input[type="submit"] {
    
    font-weight: 700;
}
.widget_search .search-form input[type="search"], .widget_search input[type="search"] {
    padding: 0 40px;
}
.main-content.blog-w.rap,.main-content.container.blog-wrap.single-blog {
    margin-top: 80px;
}