body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    color: #333333;
    background: #ffffff;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
    width: 100%;
}
/*Style Ends*/

.header
{
    background: #373535;
}

.search .form-group
{
    margin-top: 10px;
}

.search .form-control
{
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: transparent;
    font-size: 20px;
    color: #ffffff;
    height: 40px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a
{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 22px 15px 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus 
{
    color: #6fff6f;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu
{
    display: none;
    padding: 0px;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #55b04d;
    left: 0;
    min-width: 250px;
}

.dropdown-menu li a
{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 5px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    color: #6fff6f;
    background-color: transparent;
}

.footer-top
{
    background: #373535;
}

.footer-top h3
{
    color: #55b04d;
    font-size: 30px;
    margin-top: 0px;
}

.footer-top p
{
    color: #ffffff;
    font-size: 20px;
}

.footer-top p a
{
    color: #ffffff;
}

.footer-top p a:hover, .footer-top p a:focus
{
    color: #55b04d;
    text-decoration: none;
}

.footer-top .subscribe-form .form-control {

    height: 42px;
    border-radius: 0px;
    border-right: 0;
}

.footer-top .subscribe-form .input-group-btn {
    border: 1px solid #ccc;
    padding: 1px;
    border-left: 0px;
    background: #fff;
}

.footer .subscribe-form .btn {

    font-weight: 400;
    padding: 1px 13px;
    height: 37px;
    text-transform: uppercase;
}


.subscribe-form .btn
{
    height: 37px;
    border-radius: 0px;
    font-size: 20px;
    background: #55b04d;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    outline: 0;
}

.subscribe-form .btn:hover, .subscribe-form .btn:focus
{
    background: #333333;
    color: #ffffff;
}

.copyright .list-inline li a .fa
{
    width: 35px;
    height: 35px;
    border: 2px solid #797979;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
}

.copyright .list-inline li a .fa:hover, .copyright .list-inline li a .fa:focus
{
    background: #55b04d;
    border: 2px solid #55b04d;
    border-radius: 0;
}

.copyright
{
    background: #000000;
    color: #c5c5c5;
}

.copyright p
{
    line-height: 35px;
}

.social
{
    text-align: right;
}

.breadcrumb-main
{
    background: #ffffff;
    margin-bottom: 25px;
}


.breadcrumb-main .breadcrumb
{
    background: transparent;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.inner-page
{
    min-height: 362px;
}

.map {
    overflow: hidden;
    margin-top: -25px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 399px;
    max-width: 100%;
}

.info-column {
    position: relative;
    margin-bottom: 50px;
}

.info-inner {
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.upper-title {
    line-height: 24px;
    padding: 7px 15px;
    font-size: 20px;
    color: #181818;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    text-transform: uppercase;
    margin-top: 0px;
}

.lower {
    position: relative;
    padding: 30px 20px;
}

.info-style-one {
    position: relative;
    color: #777777;
}

.info-style-one li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 70px;
    font-size: 15px;
}

.info-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    text-align: center;
    color: #dcdcdc;
}

.info-style-one li h4 {

    color: #181818;
    text-transform: uppercase;
}

.form-control
{
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 51px;
    font-size: 16px;
}

.btn-success
{
    background: #55b04d;
    border-color: #55b04d;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    padding: 10px 30px;
}

.featured-img
{
    margin-bottom: 20px;
}

.featured-img img
{
    padding: 5px;
    border: 1px solid #cccccc;
}

.sidebar ul
{
    padding-left: 0px;
    margin-top: 15px;
}

.sidebar ul li {
    position: relative;
    margin-bottom: 10px;
    list-style-type: none;

}

.sidebar ul li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #888888;
    font-size: 11px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.sidebar ul li a {
    position: relative;
    color: #888888;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.sidebar ul li a:hover {
    color: #6aaf08;
}

.dynamic-content
{
    margin-bottom: 20px;
}

.dynamic-content p
{
    text-align: justify;
}

.post-info {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999999;
    text-align: right;
    background: #f5f5f5;
    padding: 5px;
}

.post-info a {
    position: relative;
    color: #999999;
    font-style: italic;
}

.post-info a .fa {
    padding-right: 5px;
    font-size: 16px;
}

.project-block
{
    background: #f3f3f3;
}

.project-box
{
    max-width: 360px;
    margin: 0px auto 20px;
    position: relative;
}

.theme-link
{
    display: block;
}

.overlay-theme
{
    background: rgba(52, 86, 0, 0.61);
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 3001;
    border-radius: 4px;
    opacity : 1; 
    transition:opacity 1s; 
}

.overlay-theme-inner
{
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
}

.theme-link:hover > .overlay-theme
{
    opacity : 1
}

.theme-text
{
    vertical-align: middle;
    display: table-cell;
}

.theme-text h4
{
    font-weight: normal;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 900;
}

.sidebar-main
{
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #cccccc;
}
.sidebar-main ul.menu
{
    background: inherit;
    padding-left: 0px;
    margin-top: 15px;
}

.sidebar-main ul.menu li {
    position: relative;
    margin-bottom: 10px;
    list-style-type: none;

}

.sidebar-main ul.menu li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #888888;
    font-size: 11px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.sidebar-main ul.menu li a {
    position: relative;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.sidebar-main ul.menu li a:hover {
    color: #6aaf08;
}

.dynamic-content
{
    margin-bottom: 20px;
}

.dynamic-content p
{
    text-align: justify;
}

.post-info {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999999;
    text-align: right;
    background: #f5f5f5;
    padding: 5px;
}

.post-info a {
    position: relative;
    color: #999999;
    font-style: italic;
}

.post-info a .fa {
    padding-right: 5px;
    font-size: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #74b01a;
    border-color: #74b01a;
}
.pagination > li > a, .pagination > li > span{
    color: #000000;
    background-color: #ffffff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #000000;
}
.error
{
    font-size: 50px;
    color: #d21313;
    font-weight: bold;
    margin-bottom: 0px;
}

.error404
{
    color: #74b01a;
    font-size: 140px;
    margin: 0px;
    font-weight: 900;
}

.page-not-available
{
    color: #000000;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}
.return-to-home-page
{
    font-size: 20px;
    font-weight: 900;
}
.return-to-home-page a
{
    color: #d21313;
}

.form-field {
    margin-bottom: 15px;
}

.search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
.search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
.search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
.search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

a {
    color: #55b04d;
}