/*==========================================================
    Padma Pro Theme Main Style
============================================================*/

/*========================================================== 
=> CSS Indexing
=> Default CSS
=> Breadcrumb CSS
=> Preloader CSS
=> Header CSS & Mainmenu CSS
=> Footer CSS
=> Featured Area & Top Trending Area CSS
=> Page CSS
=> Comments CSS
=> Paginition CSS
=> Contact Form CSS
=> Responsive CSS
============================================================*/
/*========================================================== 
    Default CSS 
============================================================*/ 
html,body {
  height: 100%;
  margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    color:#000;
    background:#fff;
    position:relative;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
}
p {
    margin:0 0 5px;
    color:#555;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #000;
}
img{
    max-width: 100%;
    display:block;
    height: auto;
}
a:hover,
a:focus  {
    color: #252525;
    outline: none;
    text-decoration: none;
    background:none;
    transition: all 0.5s ease;
    opacity: 0.7;
}
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style:none;
} 
.nav li a:focus{
    background:none;
    outline:none;
}
.no-margin{
    margin:0;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    font-size: 30px;
    opacity: 0.5;
    padding: 4px 10px;
}
#scrollUp:hover {
    opacity:1;
}
/*========================================================== 
    Breadcrumb CSS
============================================================*/  
#breadcrumbs {
    text-align: center;
    padding: 80px 0;
    position:relative;
    background-repeat:no-repeat;
    background-size: cover;
    color: #000;
	background-color:#F8F8F8;
}
#breadcrumbs.padding-top{
    padding-top: 100px;
}
.blog-padding-top{
    padding-top: 100px;
}
#breadcrumbs h2{
    color:#000;
    text-transform:uppercase;
}
#breadcrumbs span{
    display: inline-block;
    color:#000;
    font-size:18px;
    text-transform:capitalize;
}
/*========================================================== 
    Preloader CSS
============================================================*/  
.loader{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(37, 37, 37, 0.9);
    opacity: 0.9;
    z-index:4444;
}
.loader-inner{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-40px;
}
.k-line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background:#000;
}
.k-line11-1 {
    animation: k-loadingP 2s infinite;
}
.k-line11-2 {
    animation: k-loadingP 2s infinite;
    animation-delay: .15s;
}
.k-line11-3 {
    animation: k-loadingP 2s infinite;
    animation-delay: .30s;
}
.k-line11-4 {
    animation: k-loadingP 2s infinite;
    animation-delay: .45s;
}
.k-line11-5 {
    animation: k-loadingP 2s infinite;
    animation-delay: .60s;
}
@keyframes k-loadingP {
    0% {
        transform:translateY(0)
    }
    35% {
        transform:translateY(0);
        opacity:.3
    }
    50% {
        transform:translateY(-20px);
        opacity:.8
    }
    70% {
        transform:translateY(3px);
        opacity:.8
    }
    85% {
        transform:translateY(-3px)
    }
}
/*========================================================== 
    Header CSS & Mainmenu CSS
============================================================*/
.header-area {
	background-color:#EEEEEE;
    padding-top: 15px;
}
.logged-in .header-area {
    padding-top: 30px;
}
.header-area.fixed-top {
	background-color:transparent;
}
.admin-bar .header-area.fixed-top{
    padding-top: 32px;
}
.site-title{
    padding-top:10px;
}
.site-title a{
    color:#000;
    text-transform:uppercase;
    font-size:35px;
    font-weight:700;
}
.header-area.fixed-top .site-title a {
	color: #fff;
}
.header-area.fixed-top.stick .site-title a {
	color: #000;
}
.mainmenu-area {
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.mainmenu-color .site-title a {
    color: #000;
}
.page-title.screen-reader-text {
    display: none;
}
header.padma-header-img {
    position: relative;
    padding-top: 0;
}
header.padma-header-img .container {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    margin: auto;
    right:  auto;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 110px;
}
.header-area.stick {
    background-color: #EEEEEE;
    transition: 0.9s;
}
.container.logo-bg-container{
    background-color: #333;
}
.header-img img {
    max-width: 100%;
    height: 250px;
}
.logo-bg-pri{
    background: #EEEEEE;
}
.navbar-logo{
    position: relative;
}
.navbar-logo:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#333333;
}
.logo-bg.navbar-logo-bg{
    background: transparent;
    padding-top: 30px;
}
.mainmenu.float-none{
    float: none;
}
.mainmenu ul li{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    position: relative;
    display: block;
    transition: 0.3s;
}
.mainmenu-color .mainmenu li a {
    color: #000;
}  
.logo-bg-sec .mainmenu li a {
    color: #fff;
}
.header-area.fixed-top .mainmenu li a {
	color: #fff;
}
.header-area.stick .mainmenu li a {
    color: #000;
}
.logo-bg-pri .mainmenu li a {
    color: #000;
}
.mainmenu li:last-child {
    border: 0px;
}
.mainmenu li:hover a,
.mainmenu li.active a {
    color: #fff;
    color: #252525;
    transition: 0.3s;
}
.logo-bg-sec .mainmenu li a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.mainmenu ul li ul {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 220px;
    top: 150%;
    opacity: 0;
    background: #06aed5;
    visibility: hidden;
    border-top: 3px solid #06aed5;
}
.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.mainmenu ul li ul li {
    border-right: none;
}
.mainmenu ul li ul.sub-menu li a {
    padding: 8px 20px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
}
.mainmenu ul li ul.sub-menu li:hover a {
    color: #252525;
    opacity: 0.7;
}
.mainmenu li ul li:hover a {
    color: #252525;
    opacity: 0.7;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid;
}
.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,.2);
    transition: 0.5s;
}
.padma-responsive-menu {
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 9;
    display: none;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_btn {
    background: transparent;
    padding: 18px;
}
.slicknav_menu {
    padding: 0;
    background: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    box-shadow: 0 0 0;
}
.slicknav_nav {
    background: #333;
    width: 250px;
    margin-right: 22px;
    position: relative;
    top: -2px;
}
.slicknav_nav a{
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    opacity: 0.7;
}
.slicknav_nav li.active a{
    background: #000;
    color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    margin: 0;
}
.slicknav_nav li {
    padding: 0px;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
.main-navigation .btn > a:hover {
    background-color: #333;
    color: #fff;
    transition: 0.5s;
    opacity: 0.7;
}
input.search-field.form-control.input-lg {
    width: 500px;
}
/*========================================================== 
    Footer CSS
============================================================*/ 
#footer {
    background: #F8F8F8;
    padding: 50px 0;
    margin-top: 30px;
}
.footer-site-title a {
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
}
#footer .copyright{
    padding:5px 0;
    float:left;
}
#footer .copyright.right{
    float:right;
}
#footer .copyright.float-none {
    float: none;
}
#footer .copyright p {
    color:#000;
    margin:0;
}
#footer .copyright span{
    margin:0px 5px;
}
#footer .social {
    float: right;
    margin-top: 5px;
}
#footer .social.float-none {
    float: none;
}
#footer .social.left {
    float: left;
}
.logo-area .social {
    padding-top: 18px;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#000;
    font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #000;
    border-radius: 100%;
}
.social li:hover a i{
    opacity: 0;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*========================================================== 
   Page CSS
============================================================*/  
#blog.section,
#blog{
	padding-top:100px;
}
.page .map,
.page #particles-js{
    display:none;
}
#page {
	margin-top:-20px;
}
article.sticky{
    background-color: #f2f2f2;
    display: block;
}
article.post {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 30px;
}
.masonry-post article.post{
    margin-bottom: 30px;
}
article.post img,
article.project img{
    margin-bottom: 15px;
}
article.post.clasic {
    border: 0px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
    padding: 0px;
    padding-bottom: 15px;
}
article.post.post-four {
    border: 0px solid #ddd;
    padding: 0px;
}
.list_inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.07);
    margin-bottom: 30px;
}
.image {
    position: relative;
    overflow: hidden;
}
.image img {
    min-width: 100%;
    opacity: 0;
}
.image .main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list_inner .image:hover .main {
    transform: scale(1.1) translateZ(0);
}
.details {
    width: 100%;
    float: left;
    padding: 30px 40px 25px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}
.extra::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    bottom: -7px;
}
span.plain-text {
    font-size: 13px;
}
.details .date {
    font-size: 13px;
    color: #767676;
    font-style: italic;
}
.details .date a {
    text-decoration: none;
    color: #767676;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.details .date a:hover {
    color: #000;
}
.details .date span {
    position: relative;
}
.details .date span::before {
    position: relative;
    content: "";
    font-size: 10px;
}
.details .title {
    margin-bottom: 10px;
    line-height: 1.4;
}
.details .title a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.details .title h2 {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.tokyo_tm_read_more {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
}
.tokyo_tm_footer {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
}
.tokyo_tm_read_more a {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    color: #000;
    padding-right: 32px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.tokyo_tm_read_more a::before {
    position: absolute;
    content: '';
    background-color: #000;
    margin: auto;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    transform: scaleX(.2);
    transform-origin: left center;
    animation: read-more-anim;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6,.01,0,1);
}
.list_inner:hover .tokyo_tm_read_more a::before {
    animation: read-more-anim-2;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6,.01,0,1);
}
.list_inner:hover .tokyo_tm_read_more a span {
    transform: translateX(0%);
}
.tokyo_tm_read_more a span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 1;
    transition: .6s cubic-bezier(.6,.01,0,1);
    transform: translateX(-110%);
}
@keyframes read-more-anim-2{
    0%{transform-origin:left center;transform:scaleX(.2)}
    70%{transform-origin:left center;transform:scaleX(1)}
    71%{transform-origin:right center}
    100%{transform-origin:right center;transform:scaleX(.2)}
}
.entry-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 15px;
}
.entry-meta i,
.entry-footer i{
    color: #000;
    margin-right: 5px;
}
.short i{
    margin-right: 5px;
}
.entry-title a,
.entry-footer span a,
.entry-meta a{
    color: #000;
}
.entry-title a:hover ,
.entry-footer span a:hover,
.entry-meta a:hover{
    color: #333;
    opacity: 0.7;
}
.entry-content {
    margin-bottom: 15px;
    margin-top: 15px;
}
a.read-more {
    color: #000;
    transition: 0.5s;
    font-weight: 500;
    border: 1px solid #000;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}
a.read-more i {
    margin-left: 5px;
}
a.read-more:hover {
    color: #fff;
    background-color: #000;
    transition: 0.5s;
}
article.post.clasic a.read-more {
    border: 0px solid #000;
    color: #23C0C6;
    padding: 0px;
    font-weight: 700;
}
article.post.clasic a.read-more:hover {
    background-color: transparent;
    color: #000;
}
.entry-footer span,
.entry-meta span{
    margin-right: 5px;
}
a.button {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 15px;
    transition: 0.5s;
}
a.button i{
    color: #fff;
    margin: 0px;
}
a.button:hover{
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  transition: 0.5s;
}
a.button:hover i {
    color: #000;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    background: transparent;
    color: #000;
    transition: 0.3s;
}
a.button.error-button:hover{
    background-color: #000;
    color: #fff;
    transition: 0.3s;
    opacity: 0.7;
}
p.comment-notes {
    margin-bottom: 30px;
}
.nav-links{
    overflow: hidden;
    margin-top: 30px;
}
.nav-previous {
    float: left;
    width: 49%;
    text-align: left;
    padding: 5px 15px;
    background-color: #F8F8F8;
    margin-right: 5px;
}
.nav-next{
    text-align: right;
    width: 49%;
    float: right;
    padding: 5px 15px;
    background-color: #F8F8F8;
    margin-left: 5px;
}
.nav-links a{
    display: inline-block;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
}
.page-links{
    margin-top: 10px;
}
.page-links a{
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 0px 10px;
    transition: 0.5s;
    margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
    color: #000;
    transition: 0.5s;
    border-color: #000;
    opacity: 0.7;
}
.search-results article.page .entry-summary {
    display: none;
}
.entry-content h2{
    margin-top: 15px;
	color:#000;
}
.entry-content table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.entry-content table th {
    background-color: #f9f9f9;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin: 0px;
}
.entry-content address {
    border: 1px solid #ddd;
    padding: 20px;
}
a.tag-cloud-link {
	font-size:15px ! important;
}
/*========================================================== 
   Comments CSS
============================================================*/
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-meta a {
    color: #333;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comments-area table th {
    background-color: #f9f9f9;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.comments-area address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-reply-link {
    display: inline-block;
    color: #000;
    margin-top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}
.comment-reply-link:hover{
    color: #252525;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.comment-list li.comment:last-child {
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 
.comment-form label{
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
    margin-bottom: 15px
}
.comment-form textarea{
    resize: vertical;
}
.comment-reply-title{
    margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    height: 44px;
    border: 1px solid #bbb;
    padding-left: 10px;
    transition: 0.5s;
}
.comment-form input[type="checkbox"]{
    width: 2%;
    border:1px solid #bbb;
    margin-top: 0px;
    margin-right: 5px;
}
.comment-form textarea{
    width: 100%;
    border:1px solid #bbb;
    padding:10px;
    transition: 0.5s;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
    border: 1px solid #000;
}
.comment-form input[type="submit"]{
    height: 44px;
    width: 100%;
    border: 0px solid;
    color: #fff;
    transition: 0.5s;
    background: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
    background:#000;
    color: #fff;
    transition: 0.5s;
    opacity: 0.7;
}
.post-password-form {
    margin-top: 15px;
}
.post-password-form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
    background: #000;
    border: 1px solid #000;
    transition: 0.5s;
    opacity: 0.7;
}

.page-content .search-form input[type="search"]{
    width: 100%;
    display: inline-block;
}
.page-content .search-form input[type="submit"] {
    width: 15%;
    display: inline-block;
    margin-left: -6px;
}
.screen-reader-text {
    visibility: hidden;
    display: none;
}
.search-form .screen-reader-text {
    display: inherit;
}
.search-form input[type="search"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 25px;
    margin: 10px 0px;
    transition: 0.5s;
    color: #333;
}
.search-form input[type="submit"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus{
    border: 1px solid #000;
}
.search-form input[type="submit"]:hover{
    background: #000;
    border: 1px solid #000;
    transition: 0.5s;
    opacity: 0.7;
}
/* ==========================================================================
   Pagination css
========================================================================== */
.pagination {
    text-align: center;
    display: block;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 0px;
}
.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination_num {
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: inline-block;
    padding: 3px 10px;
    height: 35px;
    margin: 0 .15rem;
    color: #151515;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
a.pagination_num {
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
    line-height: 25px;
}
a.pagination_num:hover {
    background: #333;
    color: #fff;
}
.pagination_num.current,
.pagination_num.current:hover {
    background-color: #333;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}
.pagination.inactive,
.pagination.inactive:hover {
    color: #ddd;
    cursor: default;
}
.pagination_prev,
.pagination_next {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 35px;
    width: 35px;
    line-height: 4rem;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination_prev {
    margin: 0 0 0 50px;
}
.pagination_next {
    margin: 0 50px 0 0;
}
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
a.pagination_prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_prev:hover {
    background-image: url("../img/icon-arrow-left-w.svg");
}
a.pagination_next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_next:hover {
    background-image: url("../img/icon-arrow-right-w.svg");
}
.pagination_prev.inactive,
.pagination_next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}
.pagination_prev.inactive:hover {
    background-image: url("../img/icon-arrow-left.svg");
}
.pagination_next.inactive:hover {
    background-image: url("../img/icon-arrow-right.svg");
}
.social-share {
    margin: 0px;
    padding: 0px;
    list-style:none;
}
.social-share li{
    display: inline-block;
    margin: 5px 15px;
}
/*========================================================== 
    Contact Form CSS
============================================================*/
.contact-form-area input[type="text"], 
.contact-form-area input[type="email"], 
.contact-form-area input[type="tel"], 
.contact-form-area textarea {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}
.contact-form-area textarea, 
.comment-form textarea {
    height: 120px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.contact-form-area input[type="submit"] {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    border-radius: 5px;
}
.contact-form-area input[type="submit"]:hover{
    border-color: #000;
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}
a.pro_button {
	position: fixed;
	right: 20px;
	bottom: 70px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: 1px solid #28A745;
	background-color: #28A745;
	color: #fff;
	transition: 0.5s;
	font-weight: 700;
	padding: 25px 0;
	z-index: 999;
}
a.pro_button:hover {
	border: 1px solid #28A745;
	background-color: #fff;
	color: #28A745;
	transition: 0.5s;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logged-in .header-area {
        padding-top: 45px;
    }
    body{
        font-size:14px;
    }
    .site-title {
        text-align: center;
    }
	.text-right {
		text-align: center !important;
	}
	.mainmenu.text-right {
		text-align: center !important;
	}
    .mainmenu ul li{
        margin-right:3px;
    }
    .mainmenu li a{
        padding:15px 12px;
        font-size:13px;
    }
    .widget:first-child{
    	margin-top: 30px;
    }
    .blog-padding-top {
        padding-top: 50px;
    }
    #footer .copyright {
        float: none;
        text-align: center;
        display: block;
    }
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
    .logged-in .header-area {
        padding-top: 45px;
    }
    body{
        font-size: 14px;
    }
    .admin-bar .header-area.navbar-fixed-top {
        padding-top: 45px;
    }
    .mainmenu{
        display: none;
    }
    .padma-responsive-menu{
        display: block;
    }
    .widget h2 {
        margin-top: 30px;
    }
    #footer .copyright {
        float: none;
        text-align: center;
    }
    #footer .social {
        text-align: center;
        float: none;
    }
    article.post {
        padding: 10px;
    }
    .widget:first-child{
        margin-top: 30px;
    }
    .nav-previous {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .nav-next {
        text-align: center;
        width: 100%;
        float: none;
        font-size: 12px;
    }
    .comment-form{
        margin-bottom: 30px;
    }
    .blog-padding-top {
        padding-top: 50px;
    }
    #footer .copyright {
        float: none;
        text-align: center;
        display: block;
    }
}
@media (min-width: 481px) and (max-width: 600px) {
    .logged-in .header-area {
        padding-top: 45px;
    }
    .admin-bar .header-area.navbar-fixed-top {
        padding-top: 90px;
    }
    #breadcrumbs.padding-top {
        padding-top: 50px;
    }
    #breadcrumbs {
        padding: 50px 0;
    }
    #blog.section, #blog {
        padding-top: 50px;
    }
    .mainmenu{
        display: none;
    }
    .pagination {
        margin-bottom: 30px;
    }
    .padma-responsive-menu{
        display: block;
    }
    #footer .copyright {
        float: none;
        text-align: center;
        display: block;
    }
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
    .admin-bar .header-area.navbar-fixed-top {
        padding-top: 90px;
    }
    .logged-in .header-area {
        padding-top: 45px;
    }
    #breadcrumbs.padding-top {
        padding-top: 50px;
    }
    #breadcrumbs {
        padding: 50px 0;
    }
    #blog.section, #blog {
        padding-top: 50px;
    }
    .mainmenu{
        display: none;
    }
    .pagination {
        margin-bottom: 30px;
    }
    .padma-responsive-menu{
        display: block;
    }
    #footer .copyright {
        float: none;
        text-align: center;
        display: block;
    }
    .slicknav_nav {
        left: 24%;
    }
    .slicknav_nav ul {
        margin: 0px; 
    }
}