/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2022 | 04:02:49 */
@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Raleway:wght@500;600&family=Roboto:wght@300;400;500&display=swap');
body * {
    -webkit-font-smoothing: antialiased !important;
}
.tm-bottom {
    padding: 20px 0px;
    padding-top: 40px;
}
.home-content {
    margin-top: 0px !important;
}
.home .home-content {
    margin-top: 4em;
}
.uk-navbar-nav>li>a:active {
    color: #000 !important;
}
.home .tm-bottom {
  display:none;
}
html{
  font: normal 13px / 18px 'Open Sans';
  color:#fff;
}
body.home {
    position: relative;
    color: #fff;
    height: 100%;
    background-size: cover;
}
.home-middle-text {
    position: fixed;
    background: transparent;
    bottom: 120px;
    left: 0;
    right: 0;
}
.tm-header-mobile img {
    width: 300px;
}
.tm-headerbar-default,.uk-navbar-container {
    background: #000 !important;
    border: none !important;
}
.tm-headerbar-top {
    padding-top: 15px !important;
    padding-bottom: 8px !important;
}
.tm-header {
    max-width: 1132px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}
.tm-header .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}
.uk-container {
    max-width: 1132px !important;
}
.footer-bg {
    background: #000;
    /* margin-bottom: 0; */
    /* position: relative; */
    /* background-clip: content-box; */
    /* overflow: hidden; */
    /* min-height: 75px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* z-index: 1; */
}
.tm-footer ul.uk-nav > li {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}
.tm-footer ul.uk-nav > li > a {
    display: block;
    background: rgb(77,77,77);
    transition: .7s all;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: 11px;
}
.tm-footer ul.uk-nav.uk-nav-default {
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 0px;
}
.tm-footer ul.uk-nav li:first-child a {
    margin-left: 20px;
}
.tm-footer ul.uk-nav > li:first-child + li a{
    margin-left: 11px;
}
.tm-footer ul.uk-nav > li:last-child a {
    margin-right: 20px
}
.tm-footer ul.uk-nav > li > a:hover {
    background: #fff;
    color: #000;
}
.uk-navbar-nav>li>a::before {
    content: none;
}
.uk-navbar-nav>li>a {
    display: block;
    background: rgb(77,77,77);
    transition: .7s all;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    min-height: auto;
    text-transform: capitalize;
}
ul.uk-navbar-nav > li:first-child {
    margin-left: 25px;
}
ul.uk-navbar-nav > li {
    flex-grow: 1;
    text-align: center;
    margin-left: 10px;
}
ul.uk-navbar-nav > li:last-child {
    margin-right: 25px;
}
.uk-navbar-nav {
    justify-content: space-around;
    width: 100%;
    padding-bottom: 20px;
}
.uk-navbar-nav>li>a:hover {
    background: #fff;
    color: #000;
}
.uk-search-default .uk-search-input {
    background: transparent !important;
    font-size: 13px !IMPORTANT;
    font-weight: 400;
    color: #fff;
}
.uk-search-default {
    width: auto;
    max-width: 138px;
}
.slideshow-home {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}
ul.uk-slideshow-items > li {
    /* height: 100vh; */
}
.home .tm-footer {
  margin-top: 60px; 
}
.home .tm-footer {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}
.home-content {
    font-weight: 800;
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding: 20px 20px 20px;
    background: #000;
    margin-top: 4em;
}
.home-content p {
    color: #fff;
    font-weight: 800 !important;
}
.all-page-content {
    min-height: 91vh;
}
.uk-nav-default>li.uk-active>a,.uk-navbar-nav>li.uk-active>a {
    background: #fff;
    color: #000;
}
.tm-header-mobile .uk-icon {
    background: #fff;
}
.design-by {
    background: #000;
    margin-top: 0px !important;
}
p.credit {
    position: relative;
    top: -15px;
    margin: 0px 20px !important;
    color: rgb(60, 60, 60);
    font-size: 13px;
}
p.credit a {
    color: rgb(60, 60, 60);
}
.content-section {
    padding: 20px;
}
.content-section h1 {
    color: #fff;
    font-weight: 700;
}
.contact-form input.wpcf7-form-control.wpcf7-text {
    width: calc(100% - 10px);
    height: 30px;
    margin-bottom: 14px;
    background: rgb(40,40,40);
    border: none;
    margin-top: 4px;
    outline: none;
    padding-left: 10px;
    color: #fff;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: calc(100% - 10px);
    min-height: 235px;
    background: rgb(40,40,40);
    border: none;
    margin-top: 3px;
    outline: none;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 700;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(30,30,30);
    color: #fff;
    border: none;
    padding: 10px 25px;
    margin-top: 20px;
}
.contact-form span.wpcf7-spinner {
    display: none;
}
.contact-details h4 {
    font-size: 15pt;
    color: #fff;
    font-weight: 600;
}
.contact-details a {
    color: #fff;
}
.contact-form {
    margin-bottom: 30px;
}
.uk-section-small {
    padding-top: 25px !important;
}
.blog h3.el-title.uk-h3 {
    background: #4D4D4D;
    color: #fff;
    font-size: 13px;
    text-align: left;
    margin-top: 0px !important;
    padding: 6px;
    padding-left: 15px;
}
.blog h3.el-title.uk-h3 a:hover {
    text-decoration: underline !important;
}
.blog img.el-image {
    width: 100%;
}
.blog-bg {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 20px;
    /* padding-bottom: 5rem; */
    background: transparent;
    /* min-height: 91vh; */
}
.uk-search-default .uk-search-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAIAAACw+gCQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXdJREFUeNqsU82KglAUzqaMAiFIyWp0E7RwkbiMNr6D6aoHiN6mTaueIGrhG/gEkrgQBCEKpKhF0I9ILvpmgmicGwwxZyH3fN/5PPf83GzmXcu+rcylfJ7nNU1rtVqFQiGOY9/35/P5ZrP5rfx4drrd7mAwqNfrudzXH/GtVqudTud4PK7X65c5m80mstE0vVgsZrPZfr9nWbbX68myDBxpgyAg5KQoStd1URRd151MJqfTCeDlcnEc5/PbSqWSbduEDjEMg0uiMMuyrtfrg8YZCHCwiCEo0Y9isYiI3W6XqgcIcLCIISjBRVEEjuO4lBIIcLCIISjRvTAMEaGqaj6ff9A4AwEOFjHkqRwOB0VRGo0GSloul2gPetvv99vtdpIkpmlut9tnJZWap2EYqXruBtl4PH4W/9gEjBvDrFQq5XIZa4DCPM+bTqeCINRqNUmS4J7PZ0LOV4ZrD4dDVLFarUaj0V38p43HPuGqaFLmX+z9V3YTYAAqwayDMuyX2gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 12px 13px;
}
.uk-search-default .uk-search-icon svg {
    opacity: 0;
}
.tm-footer ul.uk-nav > li.uk-active a {
    background: #ffffff;
    color: #000000;
}
.blog-bg > .uk-container {
    padding-left: 14px;
    padding-right: 14px;
    background: #000;
    padding-bottom: 26px;
}
.blog .blog-bg .uk-grid-margin {
    margin-top: 17px;
}
.blog-bg .uk-pagination>.uk-active>* {
    background-color: #fff;
    color: #000;
}
.blog-bg .uk-pagination>*>* {
    padding: 0px 8px;
    background: rgb(77, 77, 77);
    border: none;
    color: #fff;
}
.blog-bg .uk-pagination>* {
    padding-left: 8px;
}
.blog-bg .uk-pagination>*>:focus, .uk-pagination>*>:hover {
    background: #fff;
    color:#000;
}
.post-inner-content {
    padding-bottom: 90px;
}
.post-inner-content .uk-dotnav>*>:active {
    transform: scale(1);
}
.post-inner-content ul.uk-dotnav {
    position: relative;
    top: 80px;
}
.post-inner-content .uk-dotnav>*>:focus, .uk-dotnav>*>:hover {
    background: #fff;
    color: #000;
}
.post-inner-content .uk-dotnav>* {
    padding-left: 14px;
}
.post-inner-content .uk-dotnav>*>* {
    border-radius: 0px;
    background: #282828;
    text-indent: 0px;
    text-align: center;
    width: 22px;
    height: 22px;
    color: #fff;
    border: none;
    line-height: 22px;
}
.post-inner-content .uk-dotnav>*>:active,
.post-inner-content .uk-dotnav>*>:active {
    background: #fff !important;
    color: #000 !important;
}
.post-inner-content .uk-dotnav>li>a {
    text-decoration: none !important;
    font-size: 13px;
}
.inner-post-grid {
    background: #000;
    position: relative;
}
.inner-post-grid.uk-grid {
    margin-left: 0px;
}
.inner-post-grid {
    background: #000;
    position: relative;
}
.inner-post-grid.uk-grid {
    margin-left: 0px;
    margin-top: 0px;
}
.inner-post-grid ul.uk-dotnav li.uk-active > a {
    background: #fff !important;
    color: #000;
}
.inner-post-grid .uk-dotnav>*>:focus,
.inner-post-grid .uk-dotnav>*>:hover {
    background: #fff;
    color: #000;
}
.inner-post-grid .uk-dotnav>* {
    padding-left: 12px;
}
.inner-post-grid.uk-grid>*:first-child {
    padding-left: 0px;
}
.post-inner-content h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px !important;
    margin-top: 20px;
}
.post-inner-content p {
    margin-top: 0px;
}
.post-inner-content ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
}
.post-inner-content ul.social-icons-post {
    padding-left: 0px;
}
.post-inner-content ul.social-icons-post li {
    display: inline-block;
    margin-right: 6px;
}
.post-inner-content ul.social-icons-post li a {
    background: rgb(40, 40, 40) !important;
    border-radius: 50%;
    padding: 10px;
}
.post-inner-content ul.social-icons-post li a:hover {
    color: #fff;
}
.inner-post-grid h3.el-title {
    display: none;
}
.innet-slider-post {
    margin-top: 20px;
}
.innet-slider-post .uk-slidenav {
    color: #fff !important;
}
.innet-slider-post svg {
    width: 20px;
}
h1.post-title-inner {
    background: #000;
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
    color: #fff;
    font-weight: 700;
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin-right: 10px;
}
.tm-bottom {
    /* position: absolute; */
    /* bottom: 540px; */
    /* background: #000; */
    /* z-index: 10; */
    /* left: 35px; */
    /* right: 35px; */
    /* padding: 0px 0px; */
}
#tm-bottom .uk-container {
    max-width: 1800px !important;
    margin-left: auto;
    margin-right: auto;
}
.all-page-content {
    min-height: calc( 100vh - 223px );
}
.page-id-1565 .tm-bottom {
    /* bottom: 100px; */
}
.blog-bg ul.uk-pagination {
    margin-bottom: 60px !important;
    margin-top: 40px !important;
}
.page-id-1565 .all-page-content {
    min-height: calc( 100vh - 430px );
}
.blog .tm-bottom {
    /* position: absolute; */
    /* bottom: 304px; */
    background: #000;
    left: 35px;
    right: 35px;
    padding: 20px 0px;
}
.page-id-1573 .tm-bottom {
    position: absolute;
    bottom: 320px;
    background: #000;
    left: 35px;
    right: 35px;
    padding: 20px 0px;
}
.blog-bg ul.uk-pagination {
    margin-bottom: 40px !important;
}
body.page-template-default.page.page-id-1565 .tm-footer {
  margin-top: 35px;
}
.single-post .tm-footer {
    /* position: fixed; */
    /* left: 0px; */
    /* right: 0px; */
    /* background: transparent; */
    /* bottom: 0; */
}
.content-section p, .content-section li {
    font-size: 14px;
    line-height: 20px;
}
.page-id-1573 .tm-bottom {
    display: none;
}
@media only screen and (max-width: 767px) {
.slideshow-home {
    display: none;
}
.home-middle-text {
    background: #000;
    padding-bottom: 2em !important;
    position: relative;
    bottom: 0px;
}
.home-content {
    margin-top: 0em;
    background: transparent;
}
.all-page-content {
    padding-top: 0px;
}
.all-page-content .uk-container {
    padding: 0px;
}
.tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
    border-bottom: 1px solid #333 !important;
}
.content-section {
    padding-bottom: 60px;
}
.blog-bg {
    width: auto;
    margin-top: 0px;
    background: #000;
}
.single-post .uk-container {
    padding: 0px;
}
.inner-post-grid .uk-width-3-5\@m.uk-grid-margin.uk-first-column {
    padding-left: 0px;
}
.inner-post-grid {
    padding-bottom: 120px;
}
h1.post-title-inner {
    padding-bottom: 10px !important;
}
.post-inner-content ul.uk-dotnav {
    top: 105px;
}
.single-post .uk-section-default.uk-section {
    padding-top: 0px !important;
}
.home .slideshow-home {
    display: block;
    bottom: 0px;
    top: inherit;
}
.uk-navbar-toggle svg {
    width: 35px;
}
div#widget-search-2 {
    display: none;
}
.all-page-content {
    padding-top: 0px !important;
}
.tm-bottom {
    display: none;
}
.all-page-content.uk-section-default {
    background: #000 !important;
    min-height: 90vh;
}  
}