/*
Theme Name: The Monday Pro
Theme URI: https://accesspressthemes.com/wordpress-themes/the-monday-pro/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: The Monday Pro is a beautiful responsive WordPress theme for business or entrepreneurs. It is a modern one-page theme, which looks stunning with cool parallax scrolling design. In addition, Customizer tool makes your task even easier as it allows you to customize your website instantly with live previews.
Version: 1.0.0
Text Domain: the-monday-pro
Tags: Blue, Dark, Light, Fixed-Layout, Responsive-Layout, Left-Sidebar, Right-Sidebar, One-Column, Custom-Background, Custom-Header, Featured-Image-Header, Featured-Images, Full-Width-Template, RTL-Language-Support, Translation-Ready

Use it to make something cool, have fun, and share what you've learned with others.
.blog-title
The Monday Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scstatic
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    width: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0px;
    line-height: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
}
p {
    margin: 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    vertical-align: middle;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
} */

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #2f4344;
    outline: 0;
}
/*a:visited {
    color: initial;
}

a:hover,
a:focus,
a:active {
    color: initial;
}*/

a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*boxed header style*/

.boxed-header {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}
.boxed-header .tmp-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxed-header .tmp-logo-wrapper .home-logo {
    width: auto;
}
/*left social icon style*/

.boxed-header .tmp-header-left-area {
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    z-index: 9;
}
.boxed-header .tmp-header-left-area .tmp-social-icons-wrapper .widget-title {
    display: none;
}
/*right click button for menu item style*/

.boxed-header .tmp-header-right-area {
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 9;
}
.boxed-header .tmp-header-right-area div {
    position: relative;
    /* top: 20px; */
}
.boxed-header .tmp-header-right-area .dl-trigger {
    height: 28px;
    width: 50px;
    vertical-align: middle;
    position: relative;
    top: 20px;
    cursor: pointer;
    right: 10px;
}
.boxed-header .tmp-header-right-area .dl-trigger.active {
    top: 28px;
}
.boxed-header .tmp-header-right-area .dl-trigger span {
    height: 5px;
    width: 60%;
    margin: 0 auto;
    background: #FFF;
    display: block;
    margin-bottom: 5px;
}
.boxed-header .tmp-header-right-area .dl-trigger.active span:nth-child(2) {
    display: none;
}
.boxed-header .tmp-header-right-area .dl-trigger.active span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0px 0px 0 10px;
}
.boxed-header .tmp-header-right-area .dl-trigger.active span:nth-child(3) {
    margin: -5px -10px 3px 10px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
}
.boxed-header .header-wrap.dl-menuwrapper {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.boxed-header .header-wrap.dl-menuwrapper.active {
    opacity: 1;
    visibility: visible;
}
.boxed-header .header-wrap .sticky-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxed-header .header-wrap .is-sticky {
    position: relative;
}
.boxed-header .header-wrap .is-sticky .tm-header-container {
    position: relative !important;
    background: inherit;
}
.boxed-header .header-wrap .tm-header-container {
    background: none;
}
.boxed-header .header-wrap .home-nav {
    width: 100%;
    float: none;
    margin: 70px 0 10px;
}
.boxed-header .header-wrap .tmp-box-menu ul {
    margin: 0;
    padding: 0;
}
.boxed-header .header-wrap .tmp-box-menu ul li {
    list-style: none;
    display: block !important;
}
.boxed-header .header-wrap .tmp-box-menu ul li a {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.header-default #tm-section-mainslider .main-navigation ul li:hover > ul {
    left: 100%;
    top: 0;
    //position: static;
    display: none;
}
.home.home-header-none #tm-section-mainslider {
    height: 0 !important;
}
/*boxed header style ends*/
/*==========side menu fixed===============*/

.header-left-sticky #page {
    width: calc(100% - 200px);
    float: right;
    background: #fff;
}
.leftheader {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
}
.leftheader .header-wrap .container {
    padding-left: 0;
    padding-right: 0; 
}
.leftheader::-webkit-scrollbar {
    display: none;
}
.leftheader .header-wrap {
    height: 100%;
}
.leftheader .header-wrap .sticky-wrapper {
    position: relative;
}
.leftheader .header-wrap .is-sticky {
    position: relative;
}
.leftheader .tm-header-container {
    position: relative !important;
}
.leftheader .home-logo {
    width: 100%;
    padding: 60px 15px;
}
.leftheader .home-nav {
    width: 100%;
    padding: 0;
}
.leftheader .home-nav .mainnav .primary-menu-container>ul>li,
.leftheader .home-nav .mainnav ul li {
    display: block;
    line-height: normal;
}
.leftheader .home-nav .mainnav .primary-menu-container>ul>li:hover {
    background: none;
}
.leftheader .home-nav .mainnav .primary-menu-container>ul>li.current,
.leftheader .home-nav .mainnav .primary-menu-container>ul>li:hover,
.leftheader .home-nav .mainnav ul li:hover,
.home-nav .mainnav ul li.current {
    background: none;
}
.leftheader .home-nav .mainnav .primary-menu-container>ul>li>a {
    font-size: 19px;
    padding: 7px 15px;
}
.widget_the_monday_social_icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_the_monday_social_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px 7px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.widget_the_monday_social_icons ul li:hover {
    background: #287cb4;
    border: 1px solid #287cb4;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.leftheader .si-wrapper ul li a,
.widget_the_monday_social_icons ul li a {
    color: #fff;
    line-height: 27px;
}
/*==========side menu fixed ends===============*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.aligncenter {
    clear: both;
    display: block;
    margin:15px auto;
    border-radius: 8px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

form:before,
form:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
form:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/* Search widget. */

.widget_search .search-submit,
.widget_search label,
.widget_search .search-field {
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}
.widget_search .search-field {
    font-size: 16px;
    height: 25px;
    padding: 5px 10px;
    width: 90%;
}
.widget_search .search-submit {
    height: 37px;
    padding: 5px 10px;
    background: #2E8ECB;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 13px;
    border: 1px solid #2E8ECB;
}
.widget_search .search-submit:hover {
    box-shadow: none;
    background: none;
    color: #2E8ECB;
    border: 1px solid #2E8ECB;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-image {
    display: none;
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.overlay {
    background-color: #4C4949;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scstatic
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scstatic is supported and in use. */

.infinite-scstatic .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scstatic.neverending .site-footer {
    /* Theme Footer (when set to scstaticing) */
    
    display: none;
}
/* When Infinite Scstatic has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Header Slider section
--------------------------------------------------------------*/
/*Style for new home page template*/

.container #mainnav li {
    display: inline-block;
}
.container #mainnav li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 25px 20px;
    position: relative;
}
.container #mainnav li.current_page_item > a,
.container #mainnav > li a:hover {
    background: #1a1a1a;
}
.tm-servies-section-wrapper {
    padding: 0;
}
#tm-section-services .tm-section-posts-wrapper {
    background: #000;
}
#tm-section-services h3 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}
.service-signle-post-wrapper {
    padding: 0 10px;
}
.service-signle-post-wrapper .home-sub-title-desc p {
    color: #fff;
    margin: 0;
}
.service-signle-post-wrapper .home-sub-title-desc {
    font-size: 14px;
}
.service-icon.home-icon {
    border: none;
}
.service-icon.home-icon i.fa {
    color: #fff;
}
.service-icon.home-icon {
    margin: 0;
}
.tm-section-posts-wrapper {
    padding: 20px 0 54px;
}
.tm-product-container {
    margin: 0;
}
.tm-feature-section-wrapper {
    padding: 0;
}
.tm-signle-product-wrap {
    float: left;
    width: 50%;
    text-align: left;
}
h2.tm-product-title.home-title {
    text-align: left;
    font-size: 24px;
}
.tm-signle-product-wrap {
    padding: 80px 0 0 20px;
}
.tm-signle-product-wrap h2:after {
    background: none;
    bottom: 0;
}
.tm-single-product-image {
    float: left;
    width: 50%;
    position: static;
}
.tm-signle-product-wrap-single {
    overflow: hidden;
}
.tm-feature-icon {
    float: left;
}
.home-icon {
    width: 105px;
    height: 105px;
}
.home-icon i.fa {
    line-height: 100px;
}
.tm-features_wrap_outer {
    padding: 35px 0 0;
}
.home-sub-title {
    font-size: 14px;
}
.home-sub-title,
.home-sub-title a {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.tm-features_wrap {
    padding: 0 0 0 48px;
}
#tm-section-subscribe form p input[type="email"] {
    padding: 0 20px;
}
.member-image figure {
    width: 270px;
    height: 305px;
    border: none;
    border-radius: 0%;
    padding: 0;
}
.member-image {
    margin: 0;
    display: flex;
}
.member-image figure img {
    border-radius: 0%;
}
#team-slider .home-sub-title {
    line-height: 0.6;
}
.member-designation {
    text-transform: uppercase;
    color: #a1a1a1;
    font-weight: 600;
    font-size: 13px;
}
.member-info-wrapper {
    overflow: hidden;
    padding: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 10px 15px;
}
.member-description {
    display: none;
}
.member-image {
    padding: 0;
}
/*#tm-section-team .lslide {
    width: 270px !important;
    margin: 0 29px 0 0 !important;
}*/
.text-wrapper {
    padding: 28px 0;
}
.member-social-links {
    display: none;
}
.team-social-media {
    position: static;
    opacity: 9;
    display: block;
    padding: 0;
}
.member-social-links {
    font-size: 14px;
    line-height: 1.2;
}
.member-social-links .table-inner {
    padding: 15px 0 16px;
}
.table-inner i.fa {
    padding: 0;
    color: #d7d7d7;
}
.table-inner span {
    margin: 0 5px;
}
.table-inner i.fa:hover {
    padding: 0;
    color: #fff;
}
.member-social-links .table-outer {
    background: none;
    border-radius: 0;
    display: table;
    height: 100%;
    width: 100%;
    transform: rotate3d(0, 1, 0, 0deg);
    border-top: 1px solid #fff;
}
.fb a,
.tw a,
.gp a,
.lnk a {
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    vertical-align: top;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
}
.tm-team-wrapper h2.home-title {
    font-size: 24px;
    margin: 0 0 65px;
    padding: 0;
}
.tm-team-wrapper h2.home-title:after {
    display: none;
}
#team-slider {
    margin: 0;
}
.tm-team-wrapper .lslide {
    padding: 0;
}
.tm-home-section .tm-stat_counter-icon {
    border-radius: 0;
    border: none;
    height: 94px;
    width: 94px;
}
.tm-stat-counter-wrapper {
    padding: 60px 0 89px;
}
.counter-wrapper {
    padding: 0;
}
.counter-wrapper span.counter {
    font-size: 40px;
}
.counter-wrapper .tm-stat_counter-icon {
    margin: 0 0 25px;
}
.counter-wrapper .tm-stat_counter-number {
    margin: 0;
}
.counter-wrapper .tm-stat_counter-title {
    text-transform: capitalize;
}
.tm-home-portfolio-wrapper {
    background: none;
    padding: 0;
}
.tm-home-portfolio-wrapper h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    /*dont use padding on <h> tags*/
}
.tm-home-portfolio-wrapper h2:after {
    display: none;
}
.tm-home-portfolio-wrapper .portfolios-categories {
    margin: 0 0 65px;
}
.tm-home-section .tm-section-info-wrapper {
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
    background: none;
    margin: 0 0 112px;
}
.tm-home-section .tm-section-info-wrapper .skill-description {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.tm-home-section h2.skill-title {
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 0 0 60px;
}
.tm-home-section h2.skill-title:after {
    background: none;
}
.tm-section-skills-wrapper {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.tm-section-skills-wrapper .tm-progress-container {
    display: inline-block;
    text-align: center;
    width: 20%;
}
.tm-section-skills-wrapper .tm-progress-container .tm-progress-title {
    text-transform: capitalize;
}
.cta-bg.cta-style-1 .cta-bg-overlay {
    padding: 95px 0 100px !important;
}
#section-cta .cta-bg-overlay a.read-more-button {
    text-align: center;
}
#tm-section-clients .tm-clients-section-wrapper {
    padding: 70px 0 140px;
}
#tm-section-clients .tm-clients-section-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background: #f1f1f1;
}
#tm-section-clients .tm-clients-section-wrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #25a0e3;
}
#tm-section-clients .tm-clients-section-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a {
    background: #25a0e3;
}
#tm-section-price_tables h2:after {
    background: none;
}
#tm-section-price_tables .tm-section-posts-wrapper {
    background: none;
}
.single-price-table-wrapper .price-check {
    display: none
}
#tm-section-price_tables .single-price-table-wrapper-inner {
    border: 1px solid #f0f0f0;
}
#tm-section-price_tables .single-price-table-wrapper-inner:hover {
    border: 1px solid #27a9e4;
}
#tm-section-price_tables .table-title-price {
    background: none;
}
#tm-section-price_tables .table-features-wrapper {
    border: none;
}
#tm-section-price_tables .table-title-price h3.table-title {
    border: none;
    color: #ed748a;
}
#tm-section-price_tables .single-price-table-wrapper-inner .table-tag::before {
    border-top: none;
}
#tm-section-price_tables .single-price-table-wrapper-inner .table-tag::after {
    border-top: none;
}
#tm-section-price_tables .table-tag::before,
#tm-section-price_tables .table-tag::after {
    border-top: none;
}
#tm-section-price_tables .table-price-wrapper {
    color: #000;
}
#tm-section-price_tables .table-price-wrapper .table-currencty {
    top: -16px;
}
#tm-section-price_tables .table-price-wrapper .table-price {
    font-size: 57px;
}
#tm-section-price_tables .table-price-wrapper .table-price-per {
    top: -16px;
}
#tm-section-price_tables .table-price-wrapper strong {
    font-size: 40px;
    padding: 0 1px;
    position: relative;
    top: -7px;
}
#tm-section-price_tables .table-features-wrapper {
    background: none;
    margin: 0 0 20px;
}
#tm-section-price_tables .signle-feature {
    padding: 14px 10px;
}
#tm-section-price_tables .single-price-table-wrapper .table-button:after,
#tm-section-price_tables .single-price-table-wrapper .table-button:before {
    display: none;
}
#tm-section-price_tables .single-price-table-wrapper .table-button {
    display: block;
    padding: 20px 20px;
}
#tm-section-price_tables .single-price-table-wrapper .single-price-table-wrapper-inner {
    text-align: center;
}
.single-price-table-wrapper-inner .table-button a {
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px;
}
#section-cta .cta-style-2 {
    padding: 0;
    background: #313131;
}
#section-cta .cta-style-2 .cta-title {
    font-size: 20px;
    color: #949494;
    padding: 0;
}
#section-cta .table-outer {
    display: inline-block;
}
#section-cta .cta-style-2 .cta-title:after {
    background: none;
}
#section-cta .div-cta-button a {
    margin-top: 0;
}
#section-cta .div-cta-button a.read-more-button {
    background: none;
    border-color: #fff;
}
#section-cta .div-cta-button a.read-more-button:hover {
    border-color: #287cb4;
}
#section-progress-bar {
    overflow: hidden;
    margin: 0 0 85px;
}
#section-progress-bar .progress-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
#section-progress-bar .progress-wrapper .left-wrap .section-title {
    margin: 0 0 25px;
    text-transform: uppercase;
}
#section-progress-bar .progress-wrapper .left-wrap p {
    margin: 0;
}
#section-progress-bar .progress-wrapper .right-wrap {
    float: left;
    width: 55%;
}
#section-progress-bar .progress-wrapper .right-wrap .tm-progress-container {
    width: 100%;
    display: block;
    margin: 0 0 11px;
}
#section-progress-bar .progress-wrapper .right-wrap .tm-progress-container .tm-progress-title {
    color: #424242;
    float: left;
    text-transform: uppercase;
}
#section-progress-bar .progress-wrapper .right-wrap .tm-progress-container .progress-percent {
    display: inline !important;
    vertical-align: middle;
}
#section-progress-bar .progress-wrapper .right-wrap .col-wrapper {
    margin: 0;
    overflow:hidden;
}
#section-progress-bar .progress-wrapper .right-wrap .tm-progressBar {
    border-radius: 10px;
}
#section-progress-bar .progress-wrapper .right-wrap .tm-progressBar .progress-color {
    border-radius: 10px;
    display: inline-block;
    height: 11px;
    vertical-align: middle;
    max-width: 90%;
}
#tm-section-blog .section-blog-bg .blog-main:after {
    background: none;
}
#tm-section-blog .section-blog-bg h2:after {
    background: none;
}
#tm-section-blog .blog-main .single-blog-wrapper:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0; 
} 
#tm-section-blog .blog-main {
    padding-bottom: 10px;
}
#tm-section-blog .blog-main .home-blog-image {
    display: inline-block;
    width: 50%
}
#tm-section-blog .blog-main .home-blog-image figure {
    border: none;
}
#tm-section-blog .blog-main .home-blog-desc {
    display: inline-block;
    width: 50%;
    /* padding-top: 20px; */
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 1.7;
}
#tm-section-blog .blog-main .home-blog-desc .blog-content {
    margin-bottom: 50px;
}
#tm-section-blog .classic-layout .blog-main .home-blog-desc .blog-content {
    margin-bottom: 13px;
}
#tm-section-blog .blog-main .home-blog-desc h4.blog-title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
#tm-section-blog .blog-main .home-blog-desc h4.blog-title a:hover {
    color: #2E8ECB;
}
#tm-section-blog .blog-main .home-blog-read-more a:hover {
    border-color: #2678ac;
    background: none;
    color: #2678ac;
}
.single-blog-wrapper:nth-child(even) {
    top: 0;
}
.single-blog-wrapper:nth-child(odd) .home-blog-image {
    float: left;
}
.single-blog-wrapper:nth-child(even) .home-blog-image {
    float: right;
}
#tm-section-blog .blog-main .single-blog-wrapper a.post-more {
    color: #268dcd;
    font-size: 14px;
    font-family: Raleway;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
#tm-section-blog .blog-main .single-blog-wrapper a.post-more:hover {
    color: #0172ba;
}
#tm-section-blog .blog-main .single-blog-wrapper a.post-more:before {
    background: #268dcd none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 1px;
    position: absolute;
    width: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
#tm-section-blog .blog-main .single-blog-wrapper a.post-more:hover:before {
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

/*New added by raaz*/
.holder {
    margin: 0 auto;
    max-width: 1170px;
}
.header-image-wrapper {
    width: 100%;
    position: relative;
    background: #000;
}
.header-image-wrapper .front-header-image {
    position: relative;
}
.header-image-wrapper .front-header-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
}
.header-image-wrapper .header-img-caption,
.tm-slider-caption .slider-caption {
    bottom: 90px;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    width: 750px;
    z-index: 999;
    line-height: 1.5;
}
.header-lightbox  .header-image-wrapper .header-img-caption,
.header-lightbox .tm-slider-caption .slider-caption,
.tm-slider-caption .slider-caption {
    bottom: 160px;
}
.header-image-wrapper .header-img-caption h1,
.tm-slider-caption .slider-caption .caption-title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    line-height: 1;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.header-image-wrapper .header-img-caption p {
    margin-bottom: 20px;
}
.header-image-wrapper .header-img-caption h1 span {
    display: block;
}
.header-image-wrapper .header-img-caption .banner-button-holder {
    display: block;
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 33px;
    text-shadow: none;
}
.header-image-wrapper .header-img-caption .banner-button-holder a {
    display: inline-block;
    text-align: center;
}
.header-image-wrapper .header-img-caption .banner-button-holder a {
    border: 1px solid #1294f7;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    background: #1294f7;
    font-family: Raleway;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
}
.header-image-wrapper .header-img-caption .banner-button-holder a:hover {
    border-color: rgba(18,148,247,0.7);
    background: rgba(18,148,247,0.7);
}
.header-image-wrapper .header-img-caption .banner-button-holder a + a {
    margin: 0 0 0 -2px;
}
/*
======================
slider navigation css 
=======================
*/
.tm-home-section .header-slider .slides-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.tm-home-section .header-slider .slides-pagination a {
    background: #fff;
    width: 13px;
    height: 13px;
    text-indent: -99999px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
}
.tm-home-section .header-slider .slides-pagination a.current,
.tm-home-section .header-slider .slides-pagination a:hover {
    background: #2E8ECB;
}
/*
======================
slider navigation css 
=======================
*/

.tm-home-section .header-slider .slides-navigation {
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.tm-home-section .header-slider .slides-navigation a.next,
.tm-home-section .header-slider .slides-navigation a.prev {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.tm-home-section .header-slider .slides-navigation a.next:hover,
.tm-home-section .header-slider .slides-navigation a.prev:hover {
    background: rgba(0, 0, 0, 1);
}
.tm-home-section .header-slider .slides-navigation a.prev {
    left: 0;
}
.tm-home-section .header-slider .slides-navigation a.next {
    right: 0;
}
.tm-home-section .header-slider .slides-navigation a.prev:hover:before,
.tm-home-section .header-slider .slides-navigation a.next:hover:before {
    color: #2E8ECB;
}
.tm-home-section .header-slider .slides-navigation a.prev:before {
    content: '\f104';
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 15px;
    font-size: 40px;
}
.tm-home-section .header-slider .slides-navigation a.next:before {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    right: 15px;
    font-size: 40px;
}
/*Added css code by raaz*/
#content {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #444;
}
.home #content {
    margin-top: 60px;
}
.header-left-sticky #content {
    margin-top: 0;
}
.home #content h2 {
    color: #000;
    margin: 0 0 60px;
    font-weight: 700;
}
#content .about .holder {
    max-width: 585px;
    margin:0; 
}
#content .about .about-overlay {
    position: relative;
    float: right;
    width: 50%;
    background: rgba(255,255,255,0.9);
}
#content .about-content {
    line-height: 1.7;
    font-size: 14px;
    font-family: Open Sans;
    color: #333;
    position: relative;
    z-index: 9;
    padding: 73px 20px 73px 64px;
    text-align: left;
}
#content .about-content h3 {
    text-transform: uppercase;
}
.header-lightbox #content .about-content {
    padding-top: 0; 
}
#content .about-content h3 {
    margin-bottom: 30px;
}
#content .about-content p {
    margin-bottom:40px;
}
#content .about-content a {
    border: 1px solid #268ccd;
    background: #268ccd;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 35px; 
    font-weight: 600;
    font-family: Raleway;
    text-transform: uppercase;
}
#content .about-content a:hover {
    background: none;
    color: #268ccd;
    border-color: #268ccd; 
}
/*end of about css*/
#content .services {
    padding: 60px 0 40px;
    text-align: center;
}
#content .services h2 {
    margin-bottom: 60px;
}
#content .services .four-col {
    overflow: hidden;
}
#content .services .four-col .col {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin: 0 1% 2%;
    color: #333;
    position: relative;
    line-height: 1.7;
}
#content .services h4.title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #424242;
    position: relative;
    padding-bottom: 10px;
}
#content .services h4.title:before {
    content: '';
    height: 1px;
    width: 50px;
    background: #278dcd;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
#content .services .four-col .col .icon-holder {
    font-size: 60px;
    margin: 0 auto 35px;
    color: #858585;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    display: block;
    background: #f7f7f7;
    width: 77px;
    height: 77px;
    font-size: 40px;
    line-height: 80px;
    border-radius: 100%;    
}
#content .services .four-col .col:hover .icon-holder {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: #268ccd;
    color: #fff;   
}
#content .services .four-col .col:hover .icon-holder {

}
/*end of services css*/
/*team page css*/
#content .team {
    text-align: center;
    padding: 60px 0 40px;
}
#content .team .text {
    padding: 0 125px;
    margin: 0 0 60px;
}
#content .team ul {
    margin: 0;
    padding: 0;
}
#content .team .team-member {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    vertical-align: top;
    display: inline-block;
    font-family: Open Sans;
}
#content .team .team-default .team-member {
    float: left;
    margin-left: 2%;
    width: 23%;
    margin-bottom: 2%;
}
#content .team .four-col.team-default ul {
    margin-left: -2%;
}
#content .team .team-member .img-wrapper {
   overflow: hidden;
   margin-bottom: 10px;
}
#content .team .team-member span {
    color: #268dcd;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}
#content .team .team-member img {
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#content .team .team-info {
    padding: 10px 5px 0;
    color: #929292;
}
#content .team .team-info h4.member-name {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
#content .team .team-member img:hover {
    vertical-align: top;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    /* transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg); */
}
#content .team .team-member .name {
    padding: 20px 0;
}
#content .team .team-member h3.member-name,
.team-default h3.team-member-name,
.team-list h3.team-member-name {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
}
.team-default h4.team-member-name a:hover {
    color: #2E8ECB;
}
.team-default .single-member-wrapper .member-profile-pic {
    overflow: hidden;
}
#content .team .team-member .social-icon {
    padding: 12px 0 0;
}
#content .team .team-member .social-icon ul {
    margin: 0;
    padding: 5px 0;
}
#content .team .team-member .social-icon ul li {
    display: inline-block;
    margin: 0 5px;
}
#content .team .team-member .social-icon ul li a {
    border: 1px solid #e4e4e4;
    color: #727272;
    display: block;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 30px;
}
#content .team .team-member .social-icon ul li a.facebook:hover,
.team-default .single-member-socials span.fb a:hover,
.team-list .single-member-socials span.fb a:hover {
    background: #294072;
    color: #fff;
}
#content .team .team-member .social-icon ul li a.twitter:hover,
.team-default .single-member-socials span.tw a:hover,
.team-list .single-member-socials span.tw a:hover {
    background: #7bceee;
    color: #fff;
}
#content .team .team-member .social-icon ul li a.google:hover,
.team-default .single-member-socials span.gp a:hover,
.team-list .single-member-socials span.gp a:hover {
    background: #c83d26;
    color: #fff;
}
#content .team .team-member .social-icon ul li a.linkedin:hover,
.team-default .single-member-socials span.lnk a:hover,
.team-list .single-member-socials span.lnk a:hover {
    background: #015fa7;
    color: #fff;
}
.team-default .single-member-position,
.team-list .single-member-position {
    margin-bottom: 10px;
}
.team-default .single-member-position span,
.team-list .single-member-position span {
    color: #a4a4a4;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}
.team-default .single-member-info,
.team-list .single-member-info {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
}
.team-default .single-member-socials span,
.team-list .single-member-socials span {
    display: inline-block;
    margin: 0 2px;
}
.team-default .single-member-socials span .fa {
    color: #DDDDDD;
}
/*end of team css*/
#content .portfolio {
    padding: 60px 0;
    text-align: center;
}
#content .portfolio .text h2 {
    margin-bottom: 40px;
}
#content .portfolio .col {
    width: 33.333%;
    overflow: hidden;
}
#content .portfolio .col .iso-wrapper {
    margin: 10px;
    overflow: hidden;
    position: relative;
}
#content .portfolio .col:hover .caption {
    bottom: 10px;
    transition: all 0.5s ease;
}
#content .portfolio .col .caption {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: -100px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    text-align: center;
    z-index: 999;
}
#content .portfolio .col .project-icons {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
#content .portfolio .list-layout .col .project-icons {
    background-color: none; 
}
#content .portfolio .col .iso-wrapper:hover .project-icons,
#content .portfolio .list-layout .col .project-thumb-wrapper:hover .project-icons {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999;
}
#content .portfolio .col .project-icons .btn-holder {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}
#content .portfolio .col .project-icons a {
    color: #2e8ecb;
    background: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
#content .portfolio .col .project-icons a:hover {
    color: #fff;
    background: #2e8ecb;
}
#content .portfolio .col img {
    vertical-align: top;
    cursor: pointer;
    width: 100%;
}
#content .portfolio .col .caption .brief {
    display: inline-block;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
#content .portfolio .col .caption .brief h3 {
    margin-bottom: 5px;
}
#content .portfolio .col .caption .brief span {
    display: inline-block;
    margin-bottom: 5px;
}
#content .portfolio .col .caption .brief .project-desc {
    text-align: left;
}
#content .portfolio .col .caption .brief h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
/*----------------------------------------
    Breadcrumbs
--------------------------------------*/
.tm-breadcrumbs-area a {
    color: #fff;
}
/*
=================================
list view for portfolio
=================================
*/
#content .portfolio .list-layout .col {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    margin: 0 0 30px;
}
#content .portfolio .list-layout .col .project-thumb-wrapper,
#content .portfolio .list-layout .col .caption {
    float: left;
}
#content .portfolio .list-layout .col .project-thumb-wrapper {
    width: 30%;
    position: relative;
}
#content .portfolio .list-layout .col .project-thumb-wrapper .project-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#content .portfolio .list-layout .col .caption  {
    padding: 20px 0;
    position: static;
    text-align: left;
    width: 65%;
    margin-left: 3%;
}
/*==============================
end
================================*/
.tm-home-portfolio-wrapper {
    background: #f5f5f5;
}
/*end of portfolio css*/
#content .static-counter {
    background: #fbf9f9;
    padding: 60px 0;
}
#content .static-counter .four-col .col {
    display: inline-block;
    text-align: center;
    width: 20%;
    margin: 0 2.3%;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    bottom: 0;
}
#content .static-counter .four-col .col:hover {
    bottom: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#content .static-counter .four-col .col h4 {
    font-size: 30px;
    margin: 0 0 5px;
    color: #7a7a7a;
    font-family: Open Sans;
}
#content .static-counter .four-col .col span {
    display: inline-block;
    text-transform: uppercase;
    width: 130px;
}
#content .static-counter .four-col .icon-holder,
#content .static-counter .four-col .count-wrapper {
    display: inline-block;
    vertical-align: top;
}
#content .static-counter .four-col .count-wrapper {
    text-align: left;
    position: relative;
    padding-left: 15px;
}
#content .static-counter .four-col .count-wrapper:before {
    content: '';
    position: absolute;
    height: 55px;
    width: 1px;
    background: #7a7a7a;
    left: 0;
}
#content .static-counter .four-col .col .icon-holder {
    color: #268ccd;
    font-size: 60px;
    line-height: 1;
    margin-right: 5%;
}
/*
===============
testimonial css
===============
*/
#content .testimonials {
    text-align: center;
    padding: 60px 0;
    position: relative;
}
.single #content .testimonials {
    padding: 0;
}
#content .testimonials h2 {
    margin-bottom: 30px;
}
#content .testimonials:before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    position: absolute;
}
.single #content .testimonials:before {
    display: none;
}
#content .testimonials .holder {
    position: relative;
}
#content .testimonials .slider {
    margin: 0 auto;
    text-align: center;
    height: auto!important;
}
#content .testimonials .img-holder {
    border-radius: 100%;
    width: 154px;
    height: 154px;
    background: #000;
    display: inline-block;
    margin: 0 0 20px;
}
#content .testimonials .section-content-wrapper {
    margin-bottom: 30px;
}
#content .testimonials .testimonial-content {
    font-size: 16px;
    color: #404040;
}
#content .testimonials .testimonial-content p {
    margin-bottom: 15px;
}
#content .testimonials .testimonial-content span {
    line-height: 1;
    display: inline-block;
    color: #010101;
    font-weight: 600;
    font-size: 14px;
}
#content .testimonials .section-image-wrapper .single-image-holder {
    display: inline-block;
}
#content .testimonials .section-image-wrapper .single-image-holder figure img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 3px;
    opacity: 0.6;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    cursor: pointer;
}
#content .testimonials .section-image-wrapper .single-image-holder:hover figure img,
#content .testimonials .section-image-wrapper .single-image-holder.active figure img {
    opacity: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
/*end of testimonials css*/

#content .canvas {
    text-align: center;
    padding: 60px 0;
}
#content .canvas .text {
    padding: 0 100px;
    margin: 0 0 50px;
    font-size: 16px;
}
#content .canvas .text h2 {
    margin-bottom: 40px;
}
#content .canvas .four-col .col {
    width: 22%;
    display: inline-block;
    margin: 0 1%;
    color: #000;
}
#content .canvas .four-col .col .progess-canvas {
    height: 144px;
    width: 144px;
    display: inline-block;
    background: red;
    margin: 0 0 33px;
}
#content .canvas .four-col .col .text-holder h5.canvas-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin: 0 0 10px;
}
#content .canvas .four-col .col .text-holder span {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 33px;
    display: block;
    color: #000;
    font-weight: 400;
}
/*end of skill canvas css*/

#content .clients {
    padding: 60px 0;
    text-align: center;
}
#content .clients ul li {
    display: inline-block;
}
#content .clients ul li.lslide {
    margin: 0 !important;
}
#content .clients ul li img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
#content .clients ul li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.3s ease 0s;
}
#content .clients .lSPager.lSpg {
    display: none;
}
#content .clients .lSSlideOuter {
    margin-top: 40px;
}
/*end of clients css*/
/*
=======================
specialized css
=======================
*/
#content .specialized {
    position: relative;
    padding: 60px 0;
    background: #f2f2f2;
}
#content .specialized .specialized-img {
  bottom: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 47%;
}
#content .specialized h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #010101;
}
#content .specialized .text {
    font-size: 16px;
    color: #404040;
}
#content .specialized-content {
    float: right;
    width: 50%;
    text-align: left;
}
#content .specialized-content .row {
    margin: 0 0 30px;
}
#content .specialized-content .text {
    margin: 0 0 61px;
}
#content .specialized-content .icon-holder {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 2px solid #2e8ecb;
    color: #2e8ecb;
    font-size: 36px;
    text-align: center;
    line-height: 81px;
    float: left;
}
#content .specialized-content .info {
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 3%;
    padding: 10px;
    width: 70%;
    color: #333;
}
#content .specialized-content .info h4 {
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #010101;
}
/* section#tm-section-featured_product:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(209, 209, 209, 0.28);
    bottom: 0;
} */
/*end of featured product css*/
#content .plan {
    text-align: center;
    padding: 60px 0;
    background: #fbf9f9;
}
#content .plan h2 {
    margin-bottom: 40px;
}
#content .plan p {
    font-size: 16px;
}
#content .plan .text {
    margin: 0 0 55px;
}
#content .plan h3 {
    margin: 0 0 30px;
    font-size: 22px;
    color: #999;
}
#content .plan .four-col .col {
    display: inline-block;
    vertical-align: top;
}
#content .plan .four-col .col .icon-holder {
    font-size: 60px;
    line-height: 18px;
    display: inline-block;
    margin: 0 0 30px;
    color: #999999;
}
#content .plan .four-col .col {
    text-transform: capitalize;
    font-size: 16px;
    width: 21%;
    border: 1px solid #e8e4e4;
    padding: 31px 10px 20px;
    margin: 0 1%;
    position: relative;
}
#content .plan .four-col .col .table-ribbon {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    padding: 5px;
    position: absolute;
    width: 60px;
    -ms-transform: rotate(44deg);
    /* IE 9 */
    -webkit-transform: rotate(44deg);
    /* Chrome, Safari, Opera */
    transform: rotate(44deg);
    right: 1px;
    top: 15px;
}
#content .plan .four-col .col .table-ribbon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #000 transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -29px;
}
#content .plan .four-col .col .table-ribbon:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #000;
    content: '';
    position: absolute;
    top: 0;
    right: -29px;
}
#content .plan .four-col .col ul li {
    font-size: 14px;
    margin: 0 0 28px;
    color: #999999;
    list-style: none;
}
#content .plan .three-col .col ul li {
    color: #424242;
    font-size: 14px;
    list-style: none;
    margin-bottom: 14px;
}
#content .plan .four-col .col ul,
#content .plan .three-col .col ul {
    margin: 0;
    padding: 0;
}
#content .plan .four-col .col .text1 {
    margin: 0 0 39px;
    color: #999999;
}
#content .plan .four-col .col .text1 strong {
    padding: 0 5px;
    font-weight: 700;
    color: #000;
}
#content .plan .four-col .col a {
    display: inline-block;
    background: #dadada;
    padding: 15px 20px;
    width: 100%;
    color: #fff;
}
#content .plan .four-col .col.table1 a:hover {
    background: #c5bebe;
}
#content .plan .four-col .col.table2,
#content .plan .four-col .col.table2 h4,
#content .plan .four-col .col.table2 .icon-holder {
    color: #26a9e3;
    border-color: #26a9e3;
}
#content .plan .four-col .col.table2 a {
    background: #26a9e3;
}
#content .plan .four-col .col.table2 a:hover {
    background: #2295c8;
}
#content .plan .four-col .col.table3,
#content .plan .four-col .col.table3 h4,
#content .plan .four-col .col.table3 .icon-holder {
    color: #ee758b;
    border-color: #ee758b;
}
#content .plan .four-col .col.table3 a {
    background: #ee758b;
}
#content .plan .four-col .col.table3 a:hover {
    background: #cc5268;
}
#content .plan .four-col .col.table4,
#content .plan .four-col .col.table4 h4,
#content .plan .four-col .col.table4 .icon-holder {
    color: #74c4ba;
    border-color: #74c4ba;
}
#content .plan .four-col .col.table4 a {
    background: #74c4ba;
}
#content .plan .four-col .col.table4 a:hover {
    background: #50b29f;
}
#content .plan .four-col .col .three-col-price {
    display: none;
}
/*
==============
three col css
==============
*/
#content .plan .three-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
#content .plan .three-col .col {
    font-size: 14px;
    padding: 50px 40px;
    margin: 1.5em 0;
    color: #424242;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 32.63%;
    flex: 0 1 32.63%;
}
#content .plan .three-col .col h3 {
    font-family: Open Sans;
    font-size: 30px;
    text-transform: uppercase;
    color: #2f2f2f;
}
#content .plan .three-col .col .three-col-price {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0 25px;
    margin-bottom: 30px;
}
#content .plan .three-col .col .three-col-price .table-duration {
    font-size: 22px;
}
#content .plan .three-col .col .three-col-price .table-price {
    font-size: 80px;
    line-height: 1;
}
#content .plan .three-col .col .three-col-price .price-symbol {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;   
}
#content .plan .three-col .col.high.table2 {
    z-index: 10;
    margin: 0;
}
#content .plan .three-col .col.high.table2 h3 {
    font-size: 34px;
}
#content .plan .three-col .col .icon-holder,
#content .plan .three-col .col .four-col-price {
    display: none;
}
#content .plan .three-col .col a {
    display: inline-block;
    width: 100%;
    background: #278dce;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding:15px 10px;
    margin-top: 20px;
    border:1px solid #278dce;
}
#content .plan .three-col .col a:hover {
    background: none;
    color: #278dce;
}
#content .plan .three-col .col.high.table2 a {
    margin-top: 37px;
} 
/*end of plan css*/
/*new style for blog*/
#tm-section-blog .section-blog-bg .blog-main:after {
    background: none;
}
.tm-home-section .single-blog-wrapper .home-blog-image,
.tm-home-section .single-blog-wrapper .home-blog-desc {
    width: 100%;
    padding: 0;
}
.tm-home-section .single-blog-wrapper .home-blog-image,
.tm-home-section .single-blog-wrapper .home-blog-desc h5.blog-title {
    margin: 0 0 15px;
}
.tm-home-section .single-blog-wrapper .home-blog-desc h5.blog-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.tm-home-section .single-blog-wrapper .home-blog-desc h5.blog-title a:hover {
    color: #2e8ecb;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .posted-on,
.single-post-wrapper .posted-on {
    float: left;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 18px;
    font-size: 13px;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .posted-on:before,
.single-post-wrapper .posted-on:before {
    position: absolute;
    content: "\f017";
    display: block;
    font-family: Fontawesome;
    left: 0px;
    top: 1px;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .byline-post-author,
.single-post-wrapper .byline-post-author {
    float: left;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 0 10px !important;
    font-size: 13px;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .comments-link,
.single-post-wrapper .comments-link {
    float: right;
    font-size: 14px;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .posted-on,
.tm-home-section .single-blog-wrapper .home-blog-desc .byline-post-author,
.tm-home-section .single-blog-wrapper .home-blog-desc .comments-link {
    margin: 0 0 10px;
    color: grey;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .posted-on a time,
.tm-home-section .single-blog-wrapper .home-blog-desc .byline-post-author .vcard a,
.tm-home-section .single-blog-wrapper .home-blog-desc .comments-link a {
    color: grey;
}
.tm-home-section .single-blog-wrapper .home-blog-desc .posted-on a:hover time,
.tm-home-section .single-blog-wrapper .home-blog-desc .byline-post-author .vcard a:hover,
.tm-home-section .single-blog-wrapper .home-blog-desc .comments-link a:hover {
    color: #2e8ecb;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper {
    padding: 60px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .text-holder h2 {
    color: #fff !important;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .holder {
    position: relative;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .text-holder {
    font-size: 18px;
    padding: 0 100px;
    margin: 0 0 20px;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .text-holder h2 {
    margin: 0 0 20px;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .btn-holder a {
    display: inline-block;
    background: #2e8ecb;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #2e8ecb;
    text-transform: capitalize;
}
.tm-home-section .widget_the_monday_call_to_action .cta-wrapper .btn-holder a:hover {
    background: #2678ac;
    font-weight: 700;
    border: 1px solid #2e8ecb;
}
/* inner-pages header-title */

.site-header .tm-header-title {
    background: rgba(46, 142, 203, 0.8) none repeat scroll 0 0;
    top: 50% !important;
    margin-top: -50px;
    color: #fff;
    left: 50%;
    padding: 20px 20px 20px;
    position: absolute;
    right: 0;
    z-index: 99;
}
.tm-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-footer-widget {
    color: #fff;
}
.widget_column3 .tm-footer-widget {
    color: rgba(255,255,255,0.8);
    margin-left: -2%;
}
.tm-footer-widget .menu-menu-1-container ul ul {
    padding: 0 0 0 10px;
}
.tm-footer-widget .widget_nav_menu .menu li {
    margin: 0 0 5px;
    line-height: 1.9;
}
.tm-footer-widget .widget_nav_menu .menu li a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.tm-footer-widget .widget_nav_menu .menu li a:hover {
    color: #2e8ecb;
}
.footer-section {
    height: 450px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    background: #fafafa;
    overflow: hidden;
}
.footer-section .map {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    min-height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-section .map iframe {
    width: 100%;
}
.footer-section .contact-info {
    margin: 15px auto 0;
    width: 100%;
    font-size: 14px;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 50px 0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(217,217,209,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(217,217,209,1);
    box-shadow: 0px 0px 5px 1px rgba(217,217,209,1); 
}
.footer-section .contact-info:before {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 20px 16.5px 0;
    bottom: -19px;
    content: "";
    height: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 0;
}
.footer-section .contact-info .cnt-info h4 { 
    margin: 0 0 5px;
    font-weight: 600 !important;
}
.footer-section .contact-info .cnt-info {
    float: right;
}
.footer-section .contact-info .cnt-info span {
    color: #929292;
    font-family: Raleway;
}
.footer-section .contact-info .icon-holder {
    background: #2e8ecb none repeat scroll 0 0;
    border-radius: 100%;
    color: #2e8ecb;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.footer-section .contact-info .icon-holder .fa {
    color: #fff;
}
.footer-section .contact-info .cnt-info {
    width: 73%;
    margin-left: 20px;
    text-align: left;
}
.footer-section .contact-info .cnt-wrapper {
    float: left;
    margin: 0;
    width: 23%;
    vertical-align: top;
    margin-left: 2%;
    position: relative;
}
.footer-section .contact-info .cnt-wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background: #e4e4e4;
    right: -12px;
}
.ctn-control {
    background: #fff none repeat scroll 0 0;
    bottom: -35px;
    cursor: pointer;
    font-size: 25px;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 70px;
}
.ctn-control::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    text-align: center;
    top: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 15px;
}
.ctn-control.active::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.ctn-control::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    text-align: center;
    top: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 15px;   
}
.ctn-control:hover::before, .ctn-control:hover::after {
    background: #dd3333;
}
.ctn-control.active::after {
    /* opacity: 0;
    visibility: hidden; */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

/*new css added*/
section#section-progress-bar .progress-wrapper .left-wrap {
    float: left;
    width: 45%;
    margin: 0;
    padding-right: 30px;
    color: #333;
    line-height: 1.7;
}
section#section-progress-bar {
    margin: 0;
    padding: 50px 0;
}
/*
============================
progress loader
============================
*/
#tm-section-skill .holder .tm-progress-container {
    display: inline-block;
    width: 24.5%;
}
section#tm-section-skill {
    display: inline-block;
    width: 100%;
}
section#tm-section-skill .tm-progress-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
/*overlay css*/

#section-cta .tm-cta-position .div-cta-button a.read-more-button:hover {
    border: 1px solid #2E8ECB;
    background: none;
    color: #2E8ECB;
}
#section-cta .tm-cta-position .div-cta-button a.read-more-button {
    background: #287cb4;
    border: 1px solid #287cb4;
    display: inline-block;
    float: none;
}
#section-cta .cta-bg-overlay .tm-cta-position .cta-desc {
    color: #4c4040;
    margin-bottom: 35px;
    font-size: 16px;
}
/*classic-layout*/
#tm-section-blog .classic-layout .blog-main .home-blog-image {
    display: block;
    width: 100%;
}
#tm-section-blog .classic-layout .blog-main .home-blog-desc {
    display: block;
    width: 100%;
    float: left;
    padding-top: 0px 20px;
}
#tm-section-blog .classic-layout .single-blog-wrapper:nth-child(2n+1) .home-blog-image {
    float: none;
    padding-top: 0px 20px;
}
#tm-section-blog .classic-layout .blog-main .single-blog-wrapper {
    width: 33.33%;
    padding: 0 15px;
    overflow: hidden;
    margin: 0 0 50px;
    display: inline-block;
    vertical-align: top;
}
#tm-section-blog .classic-layout .blog-main {
    padding-bottom: 10px;
}
#tm-section-blog .classic-layout .blog-main .single-blog-wrapper-inner {
    display: block;
}
#tm-section-blog .classic-layout .blog-main .home-blog-desc h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
#tm-section-blog .classic-layout .single-blog-wrapper:nth-child(2n) .home-blog-desc {
    text-align: left;
}
#tm-section-blog .classic-layout .single-blog-wrapper {
    text-align: start;
}
#tm-section-blog .section-blog-bg .classic-layout h2 {
    padding-bottom: 0px;
}
#tm-section-blog .classic-layout .blog-main {
    margin-top: 0px;
    padding-top: 0px;
}
#tm-section-blog .classic-layout .tm-section-posts-wrapper {
    padding: 0;
}
/*timeline layout style for blog*/
.timeline-layout .single-blog-wrapper {
    width: 100%;
    margin-top: 45px;
    float: none;
    padding-top: 45px;
    background: none;
    box-shadow: none;
    border-top: 1px solid #e4e4e4;
}
.timeline-layout .single-blog-wrapper:hover,
.timeline-layout .single-blog-wrapper:nth-child(even):hover {
    top: 0px;
}
.timeline-layout .home-blog-image,
.timeline-layout .home-blog-desc {
    width: 100%;
    float: none;
    padding: 0;
}
.tm-home-section .timeline-layout .single-blog-wrapper .home-blog-image {
    margin-bottom: 0;
}
.tm-home-section .timeline-layout .single-blog-wrapper:nth-child(odd) .home-blog-desc {
    padding-left: 30px;
}
.tm-home-section .timeline-layout .single-blog-wrapper:nth-child(even) .home-blog-desc {
    padding-right: 30px;
}
.tm-home-section .timeline-layout .single-blog-wrapper:nth-child(odd) .home-blog-desc {
    text-align: left;
}
.tm-home-section .timeline-layout .single-blog-wrapper:nth-child(even) .home-blog-image {
    float: right;
}
.tm-home-section .timeline-layout .single-blog-wrapper:nth-child(odd) .blog-content {
    text-align: left;
}
.timeline-layout .home-blog-image figure {
    border: 0;
}
#tm-section-blog .timeline-layout .tm-section-posts-wrapper {
    padding: 0px;
}
/*portfolio section*/

#tm-section-portfolio #protfolios-gallery-container .caption .brief h5 {
    margin: 0px;
}
.header-default .header-slider {
    position: relative;
    max-width: 100%;
    height: 100% !important;
}
.slides-container .slide-item {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-item .slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.slide-text.slides {
    padding-left: 0;
}
.text-slider-section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-slider .maintitle,
.text-slider .subtitle {
    z-index: 10;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-slider .maintitle {
    position: relative;
    display: inline-block;
    font-size: 57px;
    line-height: 67px;
    font-weight: 700;
    padding-bottom: 10px;
}
.text-slider .maintitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 1px;
    margin-left: -20%;
}
.text-slider .subtitle {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0 50px;
    font-weight: 300;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.static-button {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.static-button:hover {
    background-color: transparent;
}
.static-button.border {
    background-color: transparent;
    text-transform: uppercase;
}
.static-button.border:hover {
    color: #fff;
}
.static-button.border.text-white {
    color: #fff;
}
.static-button.light {
    background-color: #fff;
    border: 1px solid #fff;
    color: #443f3f;
}
.static-button.light:hover {
    color: #fff;
}
.static-button.light.border {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.static-button.light.border:hover {
    border: 1px solid #443f3f;
    background-color: #443f3f;
    color: #fff;
}
.static-button.dark {
    background-color: #443f3f;
    border: 1px solid #443f3f;
}
.static-button.dark:hover {
    border: 1px solid #443f3f;
    background-color: transparent;
    color: #443f3f;
}
.static-button.dark.border {
    border: 1px solid #443f3f;
    background-color: transparent;
    color: #443f3f;
}
.static-button.dark.border:hover {
    border: 1px solid #443f3f;
    background-color: #443f3f;
    color: #fff;
}
/*======================Body Css Start====================*/
.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
/*======================Body Css End====================*/
/*======================Common Css Start====================*/

* {
    outline: 0;
}
a,
input,
.service-icon.home-icon,
.member-social-links,
.project-pop,
.link,
.table-button a:after,
.table-title-price,
.table-tag,
.table-title,
.single-price-table-wrapper,
.table-tag:before,
.table-tag:after,
.price-check,
.price-check:before,
.fc-single-info,
.fc-contact-icon,
.fc-contact-title,
.fc-contact-info,
.clients-logo-wrapper img,
.project-img img,
.counter-wrapper,
.service-signle-post-wrapper,
.single-blog-wrapper:before,
.single-blog-wrapper:after,
.home-blog-image-post,
.home-blog-image figure,
.home-nav .mainnav .primary-menu-container>ul>li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tm-home-portfolio-wrapper,
.tm-servies-section-wrapper,
.tm-feature-section-wrapper,
.tm-team-wrapper,
.tm-testimonilas-wrapper-bg,
#tm-section-counter,
.tm-skill-section-wrapper,
.tm-clients-section-wrapper,
#tm-section-price_tables,
.tm-footer-contact-wrapper {
    padding: 44px 0;
    /*80px 0px;*/
}
.header-left-sticky .tm-servies-section-wrapper,
.header-left-sticky .tm-team-wrapper,
.header-left-sticky .tm-testimonilas-wrapper-bg,
.header-left-sticky .tm-skill-section-wrapper,
.header-left-sticky .tm-clients-section-wrapper,
.header-left-sticky #tm-section-price_tables,
.header-left-sticky .tm-footer-contact-wrapper {
    padding: 20px 20px;
}
h2.home-title,
#tm-section-clients h2.home-title,
.cta-style-2 .cta-title {
    text-align: center;
    font-size: 35px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    margin: 0px;
    position: relative;
}
#tm-section-subscribe .widget-title {
    margin-bottom: 35px !important;
}
.home-sub-title,
.home-sub-title a {
    color: #2f4344;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    margin: 5px 0 15px 0;
    text-transform: uppercase;
}
.home-sub-title a:hover {
    color: #2e8ecb;
}
.home-sub-title-desc {
    color: #2f4344;
    font-size: 15px;
    line-height: 1.5;
}
.home-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #2e8ecb;
    border-radius: 100%;
    text-align: center;
}
.home-icon i.fa {
    color: #2e8ecb;
    font-size: 43px;
    line-height: 120px;
}
#tm-section-subscribe form p input[type="submit"],
.cta-button {
    box-shadow: none;
    padding: 0px 20px;
    color: #ffffff;
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    text-shadow: none;
    text-transform: uppercase;
}
/*======================Common Css Stop====================*/
/*======================Banner Slider Css Start====================*/

.header-slider .static-button {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 3;
}
.header-slider .static-button>a {
    box-shadow: none;
    font-size: 18px;
    padding: 10px 30px;
    color: #ffffff;
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    margin-left: 10px;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
}
.header-slider .static-button>a:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.slide-text>li {
    display: none;
}
/*======================Banner Slider Css End====================*/
/*======================Header Css Start====================*/

#tm-section-mainslider {
    position: relative;
}
.header-left-sticky #tm-section-mainslider {
    height: auto !important;
}
.header-image-wrapper {
    position: relative;
}
.header-image-wrapper .inner-header-image img {
    width: 100%;
}
.header-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
}
.front-header-image {
    background-size: cover;
}
.front-header-image img {
    width: 100%;
    height: auto;
}
.banner-left-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    text-align: right;
    padding-right: 25px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}
.banner-left-section ul {
    margin: 0px;
    list-style: none;
}
.banner-left-section ul li {
    font-size: 26px;
    padding: 15px 0px;
    float: none;
    color: #ffffff;
}
.banner-left-section ul li a {
    line-height: 1;
    color: #ffffff;
}
.banner-left-section ul li a:hover {
    color: #2E8ECB;
}
.banner-right-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 99;
    padding-left: 25px;
}
.banner-right-section .site-logo {
    max-width: 50%;
    width: auto;
    height: auto;
}
.sticky-wrapper {
    height: auto !important;
}
.tm-header-container {
    z-index: 99999;
    background: #000000;
    top: 0 !important;
}
.logged-in .tm-header-container {
    top: 32px !important;
}
.home-logo {
    float: left;
    width: 15%;
    padding: 10px 15px;
}
.home-nav {
    float: right;
    width: 85%;
    padding: 0px 15px;
    position: relative;
}
.home-nav .mainnav ul {
    display: block;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
.home-nav .mainnav ul > li {
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
    background: transparent;
    transition: all 0.5s ease 0s;
    position: relative;
}
.home-nav .mainnav > ul > li > a {
    color: #ffffff;
    padding: 0px 10px;
    text-transform: capitalize;
}
.home-nav .mainnav ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    background: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    left: 30px;
    width: 200px;
}
.home-nav .mainnav ul ul ul {
    left: 100% !important;
    top: 0;
}
.home-nav .mainnav ul li:hover > ul {
    opacity: 1;
    text-align: left;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    visibility: visible;
    z-index: 999999;
}
.home-nav .mainnav ul li .sub-menu > li {
    line-height: 21px;
    display: block;
    text-align: left;
    width: 100%;
}
.home-nav .mainnav ul li .sub-menu > li > a {
    font-size: 15px !important;
    display: block;
    padding: 10px 5px 10px 25px;
    color: #fff;
    width: 100%;
    padding: 10px 20px !important;
}
.home-nav .mainnav ul li .sub-menu > li > a:hover {
    background: #4b8cb3;
}
.header-default .home-nav .mainnav ul li span {
    display: inline-block;
    width: 15px;
    padding-right: 7px;
    background: transparent;
    display: none;
}
.tm-innerpage-head-section {
    position: relative;
}
.tm-innerpage-head-section .tm-header-title {
    position: absolute;
    right: 0;
    bottom: 0!important;
    left: 50%;
    background: rgba(46, 142, 203, 0.8);
    color: #fff;
    padding: 15px 0 20px 50px;
    z-index: 99;
}
.tm-innerpage-head-section .breadcrumbs span a:hover {
    text-decoration: underline;
    color: #fff;
}
.tm-innerpage-head-section h2.page-title{
    color: #fff;
}
.home-nav .mainnav ul li:last-child:hover ul {
    left: -59px;
}
h1.entry-title {
    background: none;
}
/*======================Header Css Ends====================*/
/*======================Our Services Css Start====================*/

#tm-section-services {
    background: transparent;
    /*#2e8ecb;*/
}
#tm-section-services h2.home-title {
    color: #000;
    /*#fff;*/
    
    font-weight: 500;
}
#tm-section-services h2.home-title:after {
    background: #000;
    /*#fff;*/
}
.service-signle-post-wrapper {
    position: relative;
    top: 0;
    width: 24%;
    padding: 0px 15px;
    text-align: center;
    //background: rgba(0, 0, 0, 0.31);
    float: left;
    padding: 20px 10px 0;
    margin: 0 3px;
    //-webkit-box-shadow: -2px 2px 6px #000;
    //box-shadow: -2px 2px 6px #000;
}
.service-signle-post-wrapper:hover {
    top: -10px;
}
.service-icon.home-icon {
    margin-bottom: 30px;
    //background: #2E8ECB;
    //-webkit-box-shadow: -2px 1px 6px #383838;
    //box-shadow: -2px 1px 6px #383838;
    border: 1px solid #000;
}
.service-icon.home-icon i.fa {
    color: #000;
}
.service-signle-post-wrapper:hover .service-icon i.fa {
    line-height: 120px;
    //color:#fff;
}
.tm-section-posts-wrapper {
    /*//margin-top:7px;/*50px;*/
    
    */ margin-top: 7px;
    padding-top: 20px;
}
.service-signle-post-wrapper .home-sub-title-desc p {
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
}
.service-signle-post-wrapper .home-sub-title,
.service-signle-post-wrapper .home-sub-title a {
    color: #000;
    //min-height: 40px;
}
.service-signle-post-wrapper .home-sub-title-desc {
    color: #000;
}
#tm-section-price_tables .container {
    display: inherit;
    text-align: center;
}
/*======================Our Services Css End====================*/
/*======================Portfolio Css Start====================*/
.portfolio .filter-wrapper,
.portfolios-categories {
    margin-bottom: 30px;
}
ul.protfolios-filter {
    list-style: none;
    padding: 0;
    margin: 0; 
}
ul.protfolios-filter li {
    display: inline-block;
    margin-bottom: 5px;
}
ul.protfolios-filter li a {
    color: #797979;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 15px;
    display: block; 
}
ul.protfolios-filter li.active a,
ul.protfolios-filter li:hover a {
    color: #fff;
    background: #37a0d5;
}
.portfolio .portfolios-categories ul.protfolios-filter li {
    margin: 0 2px 5px;
}
.portfolio .portfolios-categories ul.protfolios-filter li:first-child {
    margin-left: -1px;
    margin-right: -3px;
}
/*======================Portfolio Css End====================*/
/*======================We Are Specialized In Css Start====================*/

#section-featuredproduct {
    background: #f5f5f5;
}
.tm-feature-section-wrapper {
    position: relative;
}
.tm-feature-section-wrapper h2.home-title {
    float: none;
    //margin-right: 13%;
    // margin-bottom: 26px;
    font-weight: 500;
}
.tm-product-container {
    position: relative;
    margin-top: 30px;
}
.tm-single-product-image {
    //position: absolute;
    clip: rect(auto, auto, auto, auto);
    // height: 100%;
    position: absolute;
    width: 44%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background: transparent;
    /*#287cb4;*/
    
    bottom: 0px;
    //vertical-align: middle;
    // padding-right: 20px;
    //float: left;
    //padding-top: 10%;
}
.tm-single-product-image figure {
    width: 100%;
    bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    // position: fixed;
}
.header-left-sticky .tm-single-product-image figure {
    width: 100%;
    /*35%;*/
}
.tm-signle-product-wrap {
    position: relative;
    right: 0px;
    width: 60%;
    float: right;
    text-align: right;
}
.header-left-sticky .tm-signle-product-wrap {
    width: 60%;
}
.tm-signle-product-wrap-single {
    margin-bottom: 35px;
    position: relative;
}
.header-left-sticky .tm-signle-product-wrap-single {
    width: 100%;
    display: table;
}
.tm-signle-product-wrap-single:last-child {
    margin-bottom: 0px;
}
.tm-feature-icon {
    float: right;
    vertical-align: top;
}
.tm-features_wrap {
    display: inline-block;
    top: 0;
    width: 79%;
    height: auto;
    padding: 0px 50px 0px 0px;
}
.tm-features_wrap_outer {
    display: table;
    width: 100%;
    height: 100%;
}
.tm-features_wrap_inner {
    display: table-cell;
    vertical-align: middle;
}
.feature-name.home-sub-title {
    line-height: 1.5;
}
/*======================We Are Specialized In Css End====================*/
/*======================Subscribe Today Css Start====================*/

#tm-section-subscribe {
    height: auto !important;
}
#tm-section-subscribe .wigdet {
    margin-bottom: 0;
}
#tm-section-subscribe .subscribe-overlay {
    padding: 60px 0;
    position: relative;
    background-image: url(images/subscribe.png);
    background-color: rgba(0, 0, 0, 0.65);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right bottom;
    background-size: 100%;
    text-align: center;
}
.widget_newsletterwidget {
    color: #dddddd;
    font-weight: 300;
    display: inline-block;
    width: 65%;
    font-size: 16px;
    margin-bottom: 0;
}
.home #tm-section-subscribe .widget_newsletterwidget h2 {
    color: #fff;
}
#tm-section-subscribe form p {
    width: 100%;
    margin-top : 25px;
}
#tm-section-subscribe form p input {
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: transparent;
}
#tm-section-subscribe form p input[type="email"] {
    width: 60%;
}
#tm-section-subscribe form p input[type="email"],
#tm-section-subscribe form p input[type="submit"] {
    color: #dddddd;
    font-size: 14px;
    line-height: 38px;
}
#tm-section-subscribe form p input[type="submit"]:hover {
    background: transparent;
}
/*======================Subscribe Today Css End====================*/
/*======================Meet The Experts Css Start====================*/

#tm-section-team .tm-team-wrapper {
    width: 100%;
    display: inline-block;
    padding: 36px 80px;
    position: relative;
}
#team-slider {
    margin-top: 30px;
    text-align: center;
}
.lSAction a {
    background-image: none !important;
    color: rgba(255,255,255,0.6);
    font-size: 25px;
    font-weight: 10px;
    background-color: #000;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
}
.lSAction .lSPrev::before {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    vertical-align: middle;
    left: 0;
}
.shortcode-slider .lSAction .lSPrev::before {
    font-family: FontAwesome;
    content: "\f104";
    display: inline-block;
    vertical-align: middle;
    left: 0;
}
.lSAction .lSNext {
    right: 0 !important;
    text-align: right;
}
.lSAction .lSPrev {
    left: 0 !important;
    text-align: left;
}
.lSAction .lSNext::before {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
}
.shortcode-slider .lSAction .lSNext::before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
}
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative;
}
#team-slider .lhtSlider {
    height: auto !important;
}
.tm-team-wrapper .lslide {
    padding: 20px 0;
}
.member-image {
    position: relative;
    margin-bottom: 10px;
}
.member-image figure {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 1px;
    border: 2px solid #959595;
    //box-shadow: -2px 2px 7px rgba(39, 37, 37, 0.58);
}
.member-image figure img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.member-social-links {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    opacity: 0;
    padding: 3px;
}
.member-image figure:hover .member-social-links {
    opacity: 0.8;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}
.member-social-links .table-outer {
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
    background: #2E8ECB;
    border-radius: 100%;
}
.member-social-links .table-inner {
    display: table-cell;
    vertical-align: middle;
}
.table-inner span {
    margin: 3px 0;
    display: inline-block
}
.table-inner i.fa {
    color: #ffffff;
    padding: 0px 5px;
}
.table-inner i.fa:hover {
    color: #2f4344;
}
#team-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #666666;
}
#team-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#team-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4f92b8;
    border-color: #4f92b8;
}
#team-slider .home-sub-title {
    line-height: 1;
    color: #2a2a2a;
    text-transform: capitalize;
    font-weight: 400;
}
#team-slider .home-sub-title {
    font-size: 18px;
    //font-weight: bold;
    line-height: 1.5;
    color: #5e5e5e;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
}
.member-description {
    color: #818181;
    font-size: 13px;
    line-height: 1.7;
}
#team-slider .bx-wrapper .bx-next {
    background: url(images/right.png);
    right: -10px;
    background-position: right center !important;
}
#team-slider .bx-wrapper .bx-next:hover {
    background-position: right center !important;
}
#team-slider .bx-wrapper .bx-prev {
    background: url(images/left.png);
    left: -10px;
    background-position: left center !important;
}
#team-slider .bx-wrapper .bx-controls-direction a {
    background-repeat: no-repeat;
    width: 20px !important;
    height: 60px !important;
    margin-top: -53px !important;
}
/*======================Meet The Experts Css End====================*/
/*css for default and list view*/
.tm-testimonials-wrapper.default-block .signle-testimonials-wrap {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap {
    width: 100%;
    text-align: left;
    padding-bottom: 40px;
    overflow: hidden;
}
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap figure {
    float: left;
    margin-right: 3%;
}
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap .single-author-name,
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap .single-status,
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap .author-voice {
    float: left;
    width: 75%;
}
.tm-testimonials-wrapper.list-block .signle-testimonials-wrap .single-author-name {
    padding-top: 20px;
}
/*end of css*/

.signle-testimonials-wrap:after {
    content: '';
    height: 1px;
    width: 50%;
    background: #A9A9A9;
    bottom: 0;
    display: inline-block;
}
.signle-testimonials-wrap figure {
    height: 200px;
    width: 200px !important;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    background: #287cb4;
}
.signle-testimonials-wrap figure a {
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.signle-testimonials-wrap figure a:hover img {
    opacity: 0.7;
}
.signle-testimonials-wrap .single-status {
    margin-bottom: 5px;
}
.signle-testimonials-wrap .author-voice p {
    margin-bottom: 5px;
}
.single-author-name .testi-author-name {
    font-size: 18px;
    margin: 7px 0 5px;
    color: #000;
}
.single-author-name a:hover .testi-author-name {
    color: #2E8ECB;
}
.single-status .author-position,
.single-status .author-company {
    font-size: 14px;
    color: #2f4344;
    text-transform: capitalize;
    line-height: 1;
}
.signle-testimonials-wrap .author-voice {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: #A9A9A9;
}
/*two column block testimonial*/

.two-columns-block {
    width: 100%;
    display: table;
}
.two-columns-block .signle-testimonials-wrap {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.two-columns-block .signle-testimonials-wrap figure {
    width: 100px;
    height: 100px;
}
.two-columns-block .single-status .author-position,
.two-columns-block .single-status .author-company,
.two-columns-block .single-author-name .testi-author-name {
    font-size: 14px;
}
.two-columns-block .signle-testimonials-wrap .author-voice {
    color: #656565;
    background: #F7F7F7;
    padding: 10px;
}
#tm-section-testimonials .lSAction>a {
    font-size: 23px;
    font-weight: 100;
}
#tm-section-testimonials .lSAction>.lSPrev,
#tm-section-testimonials .lSAction>.lSNext {
    top: 50%;
    transform: translateY(50%);
    color: #fff;
    opacity: 1;
}
#tm-section-testimonials .lSAction > .lSPrev:hover,
#tm-section-testimonials .lSAction > .lSNext:hover {
    opacity: 0.5;
}
/*======================Testinomial Slider Css End====================*/
/*======================Counter Css Start====================*/

#tm-section-counter {
    text-align: center;
    padding: 0;
}
.tm-stat-counter-wrapper {
    width: 95%;
    margin: 0 auto;
}
.counter-wrapper {
    position: relative;
    top: 0;
    float: left;
    width: 20%;
    padding: 80px 0;
}
/*.counter-wrapper:hover{
    top:-10px;
}*/

.counter-wrapper i.fa {
    line-height: 80px;
    font-size: 35px;
    color: #000;
}
.counter-wrapper:hover i.fa {
    //font-size: 35px;
    //color: #fff;
}
.tm-stat_counter-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 2px solid #2f4344;
    padding: 3px;
    border-radius: 100%;
}
.tm-stat_counter-icon .table-outer {
    border-radius: 100%;
    /*background: rgba(255, 255, 255, 0);*/
    
    webkit-transition: -webkit-transform .22s ease-in-out, opacity .2s ease-in-out;
    transition: transform .22s ease-in-out, opacity .2s ease-in-out;
    //-webkit-transform: scale(0.5);
    //transform: scale(0.5);
}
.counter-wrapper .tm-stat_counter-icon .table-outer {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #4b8cb3;
}
.tm-stat_counter-number {
    font-size: 28px;
    line-height: 1;
    color: #222222;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    margin: 20px 0px;
}
.tm-stat_counter-title {
    font-size: 16px;
    line-height: 1.5;
    color: #777777;
    font-weight: 600;
    margin: 0;
}
/*======================Counter Css End====================*/
/*======================What Have we Done So Far Css Start====================*/

.project-item a.project-img {
    display: block;
    line-height: 0;
}
.project-item a.project-img img {
    width: 100%;
}
.table-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.table-inner {
    display: table-cell;
    vertical-align: middle;
}
.project-item-inner {
    position: relative;
    overflow: hidden;
}
.project-pop {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(40, 124, 180, 0.68);
    color: #ffffff;
    text-align: center;
    opacity: 0;
}
.project-pop:before,
.project-pop:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}
.project-pop:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.project-pop:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.link {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 20px;
}
.project-pop-content {
    font-size: 1.5em;
    line-height: 1.1;
}
.link:hover,
.link:hover i.fa {
    color: #ffffff;
}
.link:hover {
    background: rgba(46, 142, 203, 0.5);
}
.project-item:hover .project-pop {
    opacity: 1;
    bottom: 0;
    color: #ffffff;
}
.project-item:hover .project-pop:before,
.project-item:hover .project-pop:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.pf-big-img {
    width: 568px !important;
    height: 580px !important;
}
.pf-small-img {
    width: 284px !important;
    height: 290px !important;
}*/
/*======================What Have we Done So Far Css End====================*/
/*======================We Have Got Skills Css Start====================*/
#content #tm-section-blog {
    padding: 60px 0;
}
.tm-skill-section-wrapper {
    position: relative;
}
.tm-section-skills-wrapper {
    text-align: center;
    width: 50%;
    float: right;
    padding: 0px 15px;
    overflow: hidden;
}
.tm-section-info-wrapper {
    background: #4b8cb3;
    position: absolute;
    padding: 0px 20px;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.tm-home-section h2.skill-title {
    color: #ffffff;
    font-weight: 500;
}
h2.skill-title:after {
    background: #ffffff;
}
.skill-description {
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}
.single-skill-wrapper {
    float: left;
    width: 33.33%;
}
.single-skill-wrapper h3 {
    color: #222222;
    font-size: 18px;
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    margin-top: 0;
}
/*======================We Have Got Skills Css End====================*/
/*======================KNOW MORE ABOUT THE MONDAY Css Start====================*/

.widget_the_monday_call_to_action {
    margin: 0;
}
.cta-bg-overlay {
    padding: 85px 0px;
    background: rgba(255,255,255,0.71);
}
.tm-cta-position {
    text-align: center;
}
.div-cta-title h2.cta-title {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize !important;
    color: #3e3e3e !important;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 30px !important;
}
.cta-style-1 .cta-button {
    display: inline-block;
}
.cta-style-2 {
    text-align: center;
    background: #2f4344;
    padding: 10px;
}
.cta-style-2 .cta-bg-overlay {
    border: 2px dashed #ffffff;
    background: transparent;
}
.cta-style-2 h2.cta-title,
.cta-style-2 .cta-button {
    float: none;
}
.cta-style-2 .cta-button {
    display: inline-block;
}
.cta-style-2 h2.cta-title {
    color: #ffffff!important;
    text-transform: capitalize !important;
}
.cta-style-2 .cta-title:after {
    background: #FFFFFF;
}
.cta-style-2 .cta-button {
    margin-top: 30px;
}
.cta-button {
    font-weight: normal;
    text-transform: capitalize;
    float: right;
    font-size: 18px;
    line-height: 56px;
    padding: 0px 30px;
}
/*======================KNOW MORE ABOUT THE MONDAY Css End====================*/
/*======================Clients Logo Css Start====================*/

.clients-logo-wrapper {
    margin-top: 30px;
}
.clients-logo-wrapper .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}
.clients-logo-wrapper li {
    display: inline-block;
}
.clients-logo-wrapper img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.clients-logo-wrapper img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#tm-section-clients .lSAction a {
    display: none;
}
/*======================Clients Logo Css End====================*/
/*======================Latest From Css Start====================*/

.blog-main {
    position: relative;
}
.blog-main:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 9;
    background: #ffffff;
}
.blog-title.home-title {
    color: #ffffff;
}
.blog-title.home-title:after {
    background: #ffffff;
}
.single-blog-wrapper {
    float: left;
    width: 50%;
    text-align: right;
    position: relative;
    top: 0px;
}
.single-blog-wrapper-inner {
    display: block;
}
.home-blog-image,
.home-blog-desc {
    float: right;
    width: 50%;
    padding: 0px 15px;
}
.home-blog-image-post {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    text-align: center;
    background: rgba(46, 142, 203, 0.5);
}
.home-blog-image-post:before,
.home-blog-image-post:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.home-blog-image-post:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.home-blog-image-post:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.single-blog-wrapper:hover .home-blog-image-post:after,
.single-blog-wrapper:hover .home-blog-image-post:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-blog-image:hover .home-blog-image-post {
    opacity: 1;
    bottom: 0;
}
.single-blog-wrapper:nth-child(even) .home-blog-image,
.single-blog-wrapper:nth-child(even) .home-blog-desc {
    float: left;
}
.tmp-blog-meta {
    color: #fff;
    margin-bottom: 5px;
}
.tmp-blog-meta .posted-on {
    margin-right: 10px;
}
.tmp-blog-meta .posted-on .fa {
    margin-right: 5px;
}
.home-blog-image:hover figure {
    border-color: #4B8CB3;
}
.home-blog-image a {
    display: block;
    position: relative;
    overflow: hidden;
}
.home-blog-image img {
    width: 100%;
}
.home-blog-read-more {
    text-align: center;
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 100%;
    z-index: 999;
}
#tm-section-blog .blog-main .home-blog-read-more a {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.home-blog-read-more a:hover {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}
/*======================Latest From Css End====================*/
/*======================Pricing Table Css Start====================*/

.single-price-table-wrapper {
    position: relative;
    top: 0;
    /*float:left;*/
    
    width: 24%;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
}
.single-price-table-wrapper:hover {
    top: -10px;
}
.single-price-table-wrapper-inner {
    text-align: center;
}
.table-title-price-outer {
    overflow: hidden;
}
.table-title-price {
    padding: 0px 10px;
    background: #2f4344;
    position: relative;
}
.table-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    padding: 20px 0px;
    border-bottom: 1px solid #6e7c7c;
    margin: 0;
}
.table-price-wrapper {
    color: #ffffff;
    font-weight: bold;
    padding: 20px 0px;
}
.table-price-per {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -30px;
}
.table-features-wrapper {
    background: #ececde;
    border: 1px dashed #b8b8b1;
}
.signle-feature {
    color: #5f5c57;
    font-size: 16px;
    line-height: 1;
    padding: 20px 10px;
    border-bottom: 1px solid #ffffff;
}
.signle-feature:last-child {
    border-bottom: none;
}
.table-button a {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 20px 0px;
    text-transform: uppercase;
    overflow: hidden;
    background: #2f4344;
}
.table-button a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 10px;
    z-index: 9;
}
.table-button a:after {
    content: '';
    width: 100%;
    height: 180%;
    top: 0;
    position: absolute;
    right: -50%;
    background: #4B8CB3;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-60deg);
}
.table-button a:hover {
    background: #4B8CB3;
}
.table-button a:hover:after {
    background: #2f4344;
}
.single-price-table-wrapper-inner:hover .table-title-price {
    background: #4B8CB3;
}
.table-tag-outer {
    position: absolute;
    top: -4px;
    right: -42px;
}
.table-tag {
    display: inline-block;
    color: white;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 0px 0;
    text-transform: uppercase;
    left: -20px;
    top: 15px;
    width: 87px;
    background-color: #4B8CB3;
}
.table-tag:before,
.table-tag:after {
    content: "";
    border-top: 3px solid rgba(75, 140, 179, 0.63);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}
.table-tag:before {
    left: 0;
}
.table-tag:after {
    right: 0;
}
.single-price-table-wrapper:hover .table-title {
    border-color: #ffffff;
}
.single-price-table-wrapper:hover .table-tag {
    background-color: #2F4344;
}
.single-price-table-wrapper:hover .table-tag:before,
.single-price-table-wrapper:hover .table-tag:after {
    border-top: 3px solid rgba(47, 67, 68, 0.63);
}
.price-check {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background: #2F4344;
    color: #ffffff;
    font-size: 20px;
}
.price-check:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 0;
    border-width: 25px;
    border-style: solid;
    border-color: transparent transparent rgb(47, 67, 68) rgb(47, 67, 68);
    right: -50px;
    top: 0px;
}
.single-price-table-wrapper:hover .price-check:before {
    border-color: transparent transparent rgb(75, 140, 179) rgb(75, 140, 179);
}
.single-price-table-wrapper:hover .price-check {
    background: #4B8CB3;
}
/*======================Pricing Table Css End====================*/
/*======================Get In Touch Css Start====================*/

.contact-info-wrapper {
    margin-top: 30px;
}
.fc-single-info {
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0px 15px;
    text-align: center;
    cursor: pointer;
}
.fc-single-info:hover {
    top: -10px;
}
.fc-contact-icon,
.fc-contact-title,
.fc-contact-info {
    display: block;
}
.fc-single-info:hover .fc-contact-icon,
.fc-single-info:hover .fc-contact-title,
.fc-single-info:hover .fc-contact-info {
    color: #4B8CB3;
}
.fc-contact-icon {
    font-size: 45px;
    color: #2f4344;
}
.fc-contact-info,
.fc-contact-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.fc-contact-title {
    color: #000000;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    margin: 15px 0px;
}
.fc-contact-info {
    color: #131313;
}
.fc-contact-map .widget {
    margin: 0;
}
.fc-contact-map .textwidget {
    line-height: 0;
}
/*======================Get In Touch Css End====================*/
/*======================COntact Us Css Start====================*/

.footer-contact-us-title.home-title {
    color: #ffffff;
}
.footer-contact-us-title.home-title:after {
    background: #ffffff;
}
.tm-footer-widget-inner {
    padding: 0px;
    float: left;
}
.tm-footer-widget-inner .widget_recent_entries ul li span {
    float: right;
}
.widget_column1 .tm-footer-widget-inner {
    width: 100%;
}
.widget_column2 .tm-footer-widget-inner {
    width: 50%;
}
.widget_column3 .tm-footer-widget-inner {
    width: 31%;
    margin-left: 2%;
}
.widget_column4 .tm-footer-widget-inner {
    width: 25%;
}
.tm-footer-widget-inner table a {
    color: #26A9E3;
    font-weight: bold;
}
.tm-footer-widget-inner table {
    color: #ffffff;
}
.tm-footer-widget-inner table caption {
    margin-bottom: 15px;
}
.tm-footer-widget-inner td,
.tm-footer-widget-inner th {
    text-align: center;
    padding: 5px;
}
.tm-footer-widget-inner td {
    border: 1px solid #959595;
}
.tm-footer-widget-inner th {
    background: #26A9E3;
    border: 1px solid #fff;
}
.site-footer .footer-widgets-area {
    padding: 40px 0px 20px;
    background-color: #161616;
}
.footer-widgets-area .widget {
    margin-bottom: 30px;
}
.footer-widgets-area .widget-title {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.footer-widgets-area .widget-title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    bottom: 0;
    background: #278dce;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.footer-widgets-area .widget-title:hover:before {
    width: 100px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.wpcf7 p {
    margin: 0;
    margin-bottom: 15px;
    color: #ffffff;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 100% !important;
    border-radius: 0;
    padding: 5px 5px;
    border: transparent;
    background: rgba(255, 255, 255, 0.51);
}
.wpcf7 textarea {
    height: 150px;
    overflow: auto;
}
.wpcf7 input.wpcf7-submit {
    width: auto !important;
    border: 1px solid;
    border-color: #4b8cb3;
    border-radius: 0px;
    background: #4b8cb3;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    padding: 10px 30px;
    text-shadow: none;
}
.ajax-loader {
    display: none;
}
div.wpcf7-validation-errors {
    width: 100%;
    margin: 0;
}
.wpcf7 input.wpcf7-submit:hover {
    background: transparent;
    border-color: #ffffff;
}
.aptf-template-1 .aptf-tweet-content {
    border: transparent;
    border-radius: 0;
}
.aptf-tweet-name,
.aptf-tweet-date,
.aptf-timestamp a {
    color: #ffffff;
}
.aptf-timestamp a:hover {
    color: #000000;
}
.footer-contact-info,
.footer-contact-info a {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    display: block;
}
.footer-contact-info a:hover,
.footer-contact-info a:hover i.fa {
    color: #4b8cb3;
}
.tm-social-icons .widget {
    margin-bottom: 10px;
}
/*======================COntact Us Css End====================*/
/*======================Site Footer Css Start====================*/

.site-info {
    background: #000;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    padding: 20px 0px;
}
.theme-designer-section a {
    color: #ffffff;
}
.theme-designer-section a:hover {
    color: #2E8ECB;
}
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}
a#scroll-up i {
    font-size: 75px;
    color: #289dcc;
}
a#scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}
.circliful {
    position: relative;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.circle-info,
.circle-info-half {
    color: #999;
}
.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}
/*======================Site FOoter Css End====================*/

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    #team-slider .bx-wrapper .bx-next {
        right: 0px;
    }
    #team-slider .bx-wrapper .bx-prev {
        left: 0px;
    }
}
/*======================container width defination================*/

.tm-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    overflow:hidden;
}
#primary {
    width: 65%;
    float: left;
}
.no-sidebar-centered #primary {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.left-sidebar #primary {
    float: right;
}
#secondary {
    width: 30%;
    float: right;
}
.left-sidebar #secondary {
    margin-right: 5%;
}
#secondary .widget h1 {
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 600;
    color: #444;
    position: relative;
    z-index: 11;
    overflow: hidden;
}
#secondary .widget h1:after {
    content: '';
    background: url(images/sidebar_background.png) repeat-x;
    position: absolute;
    top: 8px;
    height: 10px;
    width: 100%;
    margin-left: 10px;
}
#secondary.widget-area aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary.widget-area aside ul li {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 10px 0 10px 10px;
    position: relative;
}
#secondary.widget-area aside ul li:last-child {
    border-bottom: none;
}
#secondary.widget-area aside ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 13px;
    left: 0;
}
#secondary.widget-area aside ul li:hover,
#secondary.widget-area aside ul li:hover a,
#secondary.widget-area aside ul li a:hover {
    color: #3395d7;
}
/*==============blog layout style======*/
/*============style for post artical wrap global===========*/

.single-post-wrapper,
.category-blog {
    display: inline-block;
    width: 100%;
}
.entry-content {
    font-size: 15px;
}
.entry-content .archive-more {
    margin-top: 35px;
}
.entry-content p {
    margin-bottom: 15px;
}
.classic-blog .single-post-wrapper .entry-header {
    width: 100%;
    display: inline-block;
}
.single-post-wrapper .entry-header .entry-meta,
.category-blog .entry-header .entry-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.single-post-wrapper .entry-header .entry-meta {
    margin-bottom: 20px;
}
.single-post-wrapper .entry-footer {
    padding-top: 10px;
}
.single-post-wrapper .post-date-wrapper,
.category-blog .post-date-wrapper {
    float: left;
}
.view-comments-wrap {
    float: right;
    text-align: right;
    line-height: 1;
}
.view-comments-wrap span,
.view-comments-wrap span a {
    display: inline-block;
    vertical-align: middle;
    color: #737373;
}
.single-post-wrapper .entry-header h3.entry-title,
.category-blog .entry-header h3.entry-title {
    margin-bottom: 10px;
    color: #2f4344;
}
.single-post-wrapper .entry-header h3.entry-title:hover,
.category-blog .entry-header h3.entry-title a:hover {
    color: #2E8ECB;
}
.single-post-wrapper .entry-post-image,
.category-blog .entry-post-image {
    margin-bottom: 20px;
    overflow: hidden;
}
.single-post-wrapper .entry-post-image img,
.category-blog .entry-post-image img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}
.single-post-wrapper .entry-post-image:hover img,
.category-blog .entry-post-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    opacity: 0.9;
}
.archive-alternate .single-post-wrapper .entry-post-image,
.archive-alternate .category-blog .entry-post-image {
    float: left;
    margin-right: 5%;
    width: 40%;
}
.single-post-wrapper .entry-meta .posted-on,
.single-post-wrapper .entry-meta .posted-on a,
.category-blog .entry-meta .posted-on,
.category-blog .entry-meta .posted-on a,
.single-post-wrapper .entry-meta .author,
.single-post-wrapper .entry-meta .author a,
.category-blog .entry-meta .author,
.category-blog .entry-meta .author a,
.single-post-wrapper .entry-meta .cat-links,
.single-post-wrapper .entry-meta .cat-links a,
.category-blog .entry-meta .cat-links,
.category-blog .entry-meta .cat-links a {
    font-size: 14px;
    color: #737373;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.single-post-wrapper .entry-meta .posted-on,
.category-blog .entry-meta .posted-on,
.single-post-wrapper .entry-meta .author,
.category-blog .entry-meta .author,
.single-post-wrapper .entry-meta .cat-links,
.category-blog .entry-meta .cat-links {
    margin-right: 10px;
}
.single-post-wrapper .entry-meta .posted-on a:hover,
.category-blog .entry-meta .posted-on a:hover,
.single-post-wrapper .entry-meta .author a:hover,
.category-blog .entry-meta .author a:hover,
.single-post-wrapper .entry-meta .cat-links a:hover,
.category-blog .entry-meta .cat-links a:hover,
.single-post-wrapper .entry-meta .comments-link a:hover,
.category-blog .entry-meta .comments-link a:hover {
    color: #2E8ECB;
}
.single-post-wrapper .entry-meta .comments-link,
.category-blog .entry-meta .comments-link {
    border: 0;
    margin-left: 10px;
}
.single-post-wrapper .fa,
.category-blog .fa {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.single-post-wrapper .entry-meta .comments-link a,
.category-blog .entry-meta .comments-link a {
    position: relative;
}
.entry-footer .edit-link {
    padding-top: 10px;
    display: block;
}
.entry-footer .edit-link a {
    position: relative;
    font-size: 15px;
    color: #2e8ecb;
    padding-left: 20px;
}
.entry-footer .edit-link a:before {
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 4px;
}
.entry-footer .edit-link a:hover {
    color: #000;
}
.no-sidebar .category-blog,
.no-sidebar .category-uncategorized {
    width: 100%;
}
/*====grid block style=====*/

.blog-grid .category-blog,
.blog-grid .category-uncategorized,
.archive-grid .category-blog,
.archive-grid .category-uncategorized,
.no-sidebar.blog-grid .category-blog,
.no-sidebar.blog-grid .category-uncategorized,
.no-sidebar.archive-grid .category-blog,
.no-sidebar.archive-grid .category-uncategorized {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border: 0;
}
.blog-grid .post-date-wrapper,
.blog-grid .view-comments-wrap {
    width: auto;
}
.no-sidebar-centered .tm-page-container .content-area {
    width: 100%;
}
.no-sidebar .tm-page-container .content-area {
    width: 100%;
    padding: 0 20px;
}
.header-left-sticky.no-sidebar .tm-page-container .content-area {
    padding: 0;
}
/*====grid block style ends=====*/
/*======alternate block style=======*/
.archive-alternate .single-post-wrapper .entry-header,
.archive-alternate .category-blog .entry-header {
    width: 55%;
    display: inline-block;
}
.blog-alternate .entry-content,
.archive-alternate .entry-content {
    width: 55%;
    float: left;
    margin-top: 0;
}
.blog-alternate .entry-content p,
.archive-alternate .entry-content p {
    margin: 0 0 20px 0;
}
.blog-alternate .category-blog:nth-child(even) .entry-post-image,
.archive-alternate .category-blog:nth-child(even) .entry-post-image {
    float: right;
    margin-right: 0;
}
.blog-alternate .category-blog:nth-child(even) .entry-content,
.archive-alternate .category-blog:nth-child(even) .entry-content,
.blog-alternate .category-blog:nth-child(even) .entry-header,
.archive-alternate .category-blog:nth-child(even) .entry-header {
    text-align: right;
}
/*======alternate block style ends=======*/
/*====style for single detail page  starts-====*/
/*============style for post artical wrap global ends===========*/
/*readmore button style*/

.read-more-button {
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    padding: 6px 16px;
    line-height: 25px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.read-more-button:hover {
    color: #2e8ecb;
    background: none;
    border: 1px solid #2e8ecb;
}
/*====global css used for all type========*/

.tm-page-container article {
    margin-bottom: 70px;
}
.tm-page-container article:last-of-type {
    border: none;
    padding: 0;
}
h1.entry-title {
    padding: 0;
    margin-bottom: 15px;
    font-weight: 500 !important;
}
.page h1.entry-title {
    margin-bottom: 30px;
}
.site-main .post-navigation {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.post-navigation .nav-next a {
    min-width: 100px;
    position: relative;
    padding-right: 18px;
    color: #fff;
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.post-navigation .nav-previous a {
    min-width: 100px;
    position: relative;
    padding-left: 18px;
    color: #fff;
    background: #2e8ecb;
    border: 1px solid #2e8ecb;
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover {
    background: none;
    color: #2e8ecb;
}
/*=== comment form style==*/

.comments-area h3.comment-reply-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.comments-area .comment-notes {
    font-size: 13px;
    color: #f00;
    margin-bottom: 10px;
}
.comments-area .comment-form-comment {
    width: 45%;
    float: left;
}
.logged-in .comments-area .comment-form-comment {
    width: 100%
}
.comments-area textarea,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
    border-radius: 0;
    width: 100%;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: right;
    width: 50%;
    margin-bottom: 10px;
}
.comments-area .form-submit {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.comments-area label {
    margin-bottom: 5px;
    display: block;
}
.comments-area ol {
    list-style: none;
}
.comments-area .comment-list {
    margin: 0;
    padding: 0;
}
.comments-area .comment-list .comment-author img {
    width: 45px;
    float: left;
    margin-right: 2%;
    border-radius: 5px;
}
.comments-area .comment-list .children {
    margin: 0;
}
.comments-area .comment-list li .comment-body {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.comments-area .comment-body .fn {
    font-size: 14px;
    font-weight: bold;
}
.comments-area .comment-body .comment-metadata a {
    font-size: 12px;
    color: #2E8ECB;
    display: block;
}
.comments-area .comment-body .comment-metadata .edit-link a,
.comments-area .comment-body .reply a {
    position: relative;
    font-size: 14px;
    color: #2e8ecb;
    padding-left: 17px;
}
.comments-area .comment-body .comment-metadata .edit-link a:before {
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 10px;
}
.comments-area .comment-body .reply a:before {
    content: "\f112";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 5px;
}
.comment-respond input[type="text"], 
.comment-respond input[type="email"], 
.comment-respond input[type="url"], 
.comment-respond input[type="password"], 
.comment-respond input[type="search"] {
    height: 42px;
}
.comment-respond .comment-form .form-submit input[type="submit"] {
    font-size: 15px;
    text-shadow: none;
    background: #2e8ecb;
    box-shadow: none;
    border: 1px solid #2e8ecb;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
}
.comment-respond .comment-form .form-submit input[type="submit"]:hover {
    background: none;
    color: #2e8ecb;
}
.comment-respond {
    margin-top: 30px;
}
/*====pagintaion and next-previous style======*/

.archive-pagination {
    margin: 0 0 30px !important;
    overflow: hidden;
} 
.page-numbers {
    background: #287CB4;
    color: #fff;
    padding: 5px 15px;
    float: left;
    text-align: center;
}
.page-numbers.current {
    background: #1A5C88;
}
.page-numbers+.page-numbers {
    border-left: 1px solid #fff;
}
.page-numbers:visited {
    background: #287CB4;
    color: #fff;
}
.page-numbers:hover {
    color: #fff;
    background: #1A5C88;
}
.tmp-blog-default-pagination {
    display: table;
    width: 100%;
}
.tmp-blog-default-pagination .prev-posts-link {
    float: left;
}
.tmp-blog-default-pagination .next-posts-link {
    float: right;
}
.tmp-blog-default-pagination .prev-posts-link a,
.tmp-blog-default-pagination .next-posts-link a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
    background: #287CB4;
    border: 2px solid #287CB4;
    color: #fff;
    display: inline-block
}
.tmp-blog-default-pagination .prev-posts-link:hover a,
.tmp-blog-default-pagination .next-posts-link:hover a {
    background: none;
    color: #287CB4;
}
/*single page team style*/

.tm-team-wrapper {
    width: 100%;
    display: table;
}
.single-member-wrapper {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}
.team-list .single-member-wrapper {
    width: 100%;
}
.team-list .single-member-wrapper .member-profile-pic {
    float: left;
    width: 30%
}
.team-list .single-member-wrapper .member-info-wrapper {
    float: left;
    width: 65%;
    margin-left: 2%;
    text-align: left;
}
.member-profile-pic {
    overflow: hidden;
}
.member-profile-pic figure {
    background: #2e8ecb;
}
.member-profile-pic figure img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.member-profile-pic figure:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single-member-position {
    font-size: 15px;
}
.single-member-socials span a {
    font-size: 17px;
}
/*single page team list style*/

.team-list .single-member-wrapper {
    width: 100%;
}
.team-list .member-profile-pic {
    height: auto;
    float: left;
}
/*single page team style ends*/
/*--------------------------------------------------------------
Shortcodes Css
--------------------------------------------------------------*/

.testimonial-wrap {
    margin-bottom: 20px;
}
.testimonial-block {
    background: #EEE;
    padding: 15px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 70px;
    margin-right: 2%;
    position: relative;
}
.testimonial-block:after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: #EEE transparent transparent #EEE;
}
.testimonial-block .testimonial-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: 10px;
}
.testimonial-block .testimonial-image img {
    width: 100%;
    height: auto;
}
.testimonial-block .testimonial-image.round {
    border-radius: 100%;
}
.testimonial-block .client-detail {
    position: absolute;
    top: 100%;
    left: 100px;
    max-width: 80%;
    margin-top: 15px;
}
.testimonial-block .client-detail .client-name {
    font-style: normal;
    font-weight: bold;
}
.team-block {
    border: 1px solid #DDD;
    padding: 12px;
}
.team-block .team-image {
    margin-bottom: 20px;
}
.team-block .team-image.round {
    /*  border-radius: 500px;*/
    
    overflow: hidden;
}
.team-block .member-name {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: normal;
}
.team-block .designation {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 5px;
}
.team-block .team-content {
    font-size: 14px;
    line-height: 20px;
}
.social-shortcode {
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
    clear: both;
}
.social-shortcode a {
    height: 34px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px 5px 0;
    border: 1px solid #666;
    color: #666;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.social-shortcode a:hover {
    background: #666;
    color: #FFF !important;
}
.divider {
    display: block;
    margin: 30px auto;
}
.ap-spacing {
    background: none;
    margin: 0;
}
.accordion-wrap {
    border-top: 2px solid #01AEFD;
    border-bottom: 5px solid #01AEFD;
    border-radius: 3px 3px 6px 6px;
}
.ap_accordian {
    border: 1px solid #CCC;
    border-bottom: 0;
}
.ap_accordian .ap_accordian_title {
    padding: 8px 12px;
    background: #EEE;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}
.ap_accordian .ap_accordian_title .fa {
    margin-right: 10px;
    color: #333;
}
.ap_accordian .ap_accordian_title:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 12px;
    height: 20px;
    width: 20px;
    background: #333;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -9px;
}
.ap_accordian .ap_accordian_title.active:after {
    content: "\f106";
}
.ap_accordian .ap_accordian_content {
    padding: 10px;
    display: none;
    border-top: 1px solid #DDD;
}
.ap-member-image,
.ap-client-image {
    margin-bottom: 20px;
}
h4.ap-member-name,
h4.ap-client-name {
    font-weight: 500;
}
h6.ap-member-position,
h6.ap-client-position { 
    font-weight: 500;
}
.social-shortcode a:hover {
    background: #dc3522;
    color: #FFF !important;
    border: 1px solid #dc3522;
}
.ap-member-message,
.ap-client-message {
    margin: 10px 0;
}
/*
===========================================
Toggle
===========================================
*/
.ap_toggle {
    border-left: 1px solid #2E8ECB;
    margin-bottom: 10px;
    border-bottom: 1px solid #2E8ECB;
    border-right: 1px solid #2E8ECB;
}
.ap_toggle .ap_toggle_title {
    background: #fff;
    border-top: 1px solid #2E8ECB;
    padding: 10px 15px 10px 25px;
    position: relative;
}
.ap_toggle .ap_toggle_title:after {
    content: "";
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    height: 20px;
    width: 20px;
    background: #FFF;
    color: #E66432;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.ap_toggle .ap_toggle_content {
    padding: 15px 15px;
}
.ap_toggle .ap_toggle_content {
    border-top: 1px solid #2E8ECB;
}
.ap_toggle .ap_toggle_content {
    display: none;
}
.ap_call_to_action {
    background: #fff;
    border: 1px solid #2E8ECB;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
}
.ap_call_to_action h1,
.ap_call_to_action h2,
.ap_call_to_action h3,
.ap_call_to_action h4,
.ap_call_to_action h5,
.ap_call_to_action h6,
.ap_call_to_action p {
    margin: 0 !important;
}
.ap_call_to_action.center {
    text-align: center;
}
.ap_call_to_action .ap_call_to_action_content {
    float: left;
}
.ap_call_to_action_content {
    float: none;
    margin-bottom: 10px;
}
.ap_call_to_action .ap_call_to_action_button {
    float: right;
    background: #2E8ECB;
    padding: 10px 20px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #2E8ECB;
    border-radius: 3px;
}
.ap_call_to_action .ap_call_to_action_button:hover {
    background: none;
    color: #2E8ECB;
}
.ap_call_to_action.center .ap_call_to_action_button {
    float: none;
}
.ap_drop_cap {
    border-radius: 100%;
    float: left;
    vertical-align: top;
    line-height: 1;
    margin-right: 8px;
}
/*
========================================================
Tab
========================================================
*/
.ap_tab_wrap {
    margin-bottom: 30px;
    background: #FFF;
}
.horizontal .ap_tab_group {
    margin-bottom: 10px;
    border: 1px solid #2e8ecb;
}
.horizontal .ap_tab_content {
    padding: 15px;
    border-top: 3px solid #2e8ecb;
    border-bottom: 1px solid #2e8ecb;
    border-left: 1px solid #2e8ecb;
    border-right: 1px solid #2e8ecb;
}
.horizontal .ap_tab_group .tab-title {
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
    width: 25%;
    line-height: 1.2;
    text-align: center;
    border-right: 1px solid #2e8ecb;
}
.horizontal .ap_tab_group .tab-title:last-child {
    margin-right: 0;
    border-right: 0;
}
.horizontal .ap_tab_group .tab-title:last-child:after {
    display: none;
}
.horizontal .ap_tab_group .tab-title.active,
.horizontal .ap_tab_group .tab-title:hover {
   background: #2e8ecb;
   color: #fff;
}
.horizontal .ap_tab_content .ap_tab {
    display: none;
}
.vertical.ap_tab_wrap {
    position: relative;
}
.vertical .ap_tab_group {
    width: 20%;
    float: left;
    text-align: center;
}
.vertical .tab-title {
    cursor: pointer;
    padding: 12px 20px;
    position: relative;
    background: #F6F6F6;
    margin-bottom: 5px;
    line-height: 1.2;
}
.vertical .tab-title:last-child {
    margin-bottom: 0;
}
.vertical .ap_tab_content {
    float: right;
    width: 78%;
    padding: 15px;
    background: #F6F6F6;
    border-top: 1px solid #2e8ecb;
    border-bottom: 1px solid #2e8ecb;
    border-left: 3px solid #2e8ecb;
    border-right: 1px solid #2e8ecb;
}
.vertical .ap_tab_content .ap_tab {
    display: none;
}
.vertical .ap_tab_group .tab-title.active,
.vertical .ap_tab_group .tab-title:hover {
    color: #FFF;
    background: #2E8ECB;
}
/*
========================================================
Slider
========================================================
*/
.shortcode-slider {
    overflow: hidden;
    position: relative;
}
.shortcode-slider .ap-slide {
    position: relative;
}
.shortcode-slider .ap-slide-caption {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    line-height: 1.2;
    padding: 10px 15px 15px;
}
.shortcode-slider img {
    margin: 0 auto;
}
.shortcode-slider .lSAction a {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 40px;
    width: 40px;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-indent: 0;
    font-family: arial;
}
.shortcode-slider .lSAction a.lSPrev {
    left: 0;
}
.shortcode-slider .lSAction a.lSNext {
    right: 0;
}
.ap-list {
    list-style: none;
    margin: 0 0 20px 0;
}
.ap-list li {
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 5px 0 5px 24px;
    background-image: url(images/list-icons/list-icon6.gif);
}
.ap-list.ap-list1 li {
    background-image: url(images/list-icons/list-icon1.gif);
    background-position: 0 12px;
}
.ap-list.ap-list2 li {
    background-image: url(images/list-icons/list-icon2.gif);
    background-position: 0 12px;
}
.ap-list.ap-list3 li {
    background-image: url(images/list-icons/list-icon3.gif);
    background-position: 0 10px;
}
.ap-list.ap-list4 li {
    background-image: url(images/list-icons/list-icon4.gif);
    background-position: 0 10px;
}
.ap-list.ap-list5 li {
    background-image: url(images/list-icons/list-icon5.gif);
    background-position: 0 8px;
}
.ap-list.ap-list6 li {
    background-image: url(images/list-icons/list-icon6.gif);
    background-position: 0 12px;
}
/*=====banner image style====*/

.inner-header-image img {
    vertical-align: middle;
}
/*Buttons*/

.bttn.ap-small-bttn {
    padding: 3px 15px;
    font-size: 14px;
}
.bttn.ap-large-bttn {
    font-size: 20px;
    padding: 14px 45px;
}
.bttn.ap-black-bttn.ap-bg-bttn {
    border: 1px solid #111;
    background: #111;
    color: #FFF;
}
.bttn.ap-black-bttn.ap-bg-bttn:hover {
    background: #000;
}
.bttn.ap-black-bttn.ap-outline-bttn {
    border: 1px solid #111;
    color: #111;
}
.bttn.ap-black-bttn.ap-outline-bttn:hover {
    background: #111;
    color: #FFF
}
.bttn.ap-white-bttn.ap-bg-bttn {
    border: 1px solid #FFF;
    background: #FFF;
    color: #000;
}
.bttn.ap-white-bttn.ap-outline-bttn {
    border: 1px solid #FFF;
    color: #FFF;
}
.bttn.ap-white-bttn.ap-outline-bttn:hover {
    background: #FFF;
    color: #000;
}
.bttn.ap-default-bttn.ap-bg-bttn {
    background: #E5623B;
    color: #FFF;
}
.bttn.ap-default-bttn.ap-bg-bttn:hover {
    background: #D65A37;
}
.bttn.ap-default-bttn.ap-outline-bttn {
    border: 1px solid #E5623B;
    color: #E5623B;
}
.bttn.ap-default-bttn.ap-outline-bttn:hover {
    background: #E5623B;
    color: #FFF;
}
.bttn.ap-align-left {
    float: left;
}
.bttn.ap-align-right {
    float: right;
}
/*TagLine Box*/

.ap_tagline_box.ap-all-border-box {
    border: 3px solid #E5623B;
    padding: 20px;
    background: #F6F6F6;
}
.ap_tagline_box.ap-left-border-box {
    border-left: 3px solid #E5623B;
    padding: 20px;
    background: #F6F6F6;
}
.ap_tagline_box.ap-top-border-box {
    border-top: 3px solid #E5623B;
    padding: 20px;
    background: #F6F6F6;
}
.ap_tagline_box.ap-bg-box {
    background: #E5623B;
    padding: 20px;
}
.ap_tagline_box.ap-bg-box * {
    color: #FFF;
}
.ap_tagline_box p:last-child {
    margin-bottom: 0;
}
/*Drop Cap*/

.ap-dropcaps {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    text-align: center;
}
.ap-dropcaps.ap-square {
    background: #2E8ECB;
    color: #FFF;
    padding: 10px;
    margin-right: 8px;
    margin-top: 4px;
}
.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding: 0;
}
.entry-content ul ul,
.entry-content ol ol {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.ap_column {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}
.ap_column h3 {
    margin-bottom: 15px;
}
.ap_column {
    margin-left: 2%;
    padding: 0 0%;
}
.ap-row .ap_column:first-child {
    margin-left: 0;
}
.ap-span1 {
    width: 15.0%;
}
.ap-span2 {
    width: 32.0%;
}
.ap-span3 {
    width: 49.0%;
}
.ap-span4 {
    width: 66.0%;
}
.ap-span5 {
    width: 83.0%;
}
.ap-span6 {
    margin-left: 0;
    width: 100%;
}
/**/

.left-sidebar.header-lightbox #tm-section-blog .lSAction>.lSPrev {
    left: 72px;
}
.left-sidebar.header-lightbox #tm-section-blog .lSAction>.lSNext {
    right: 61px;
}
.lSAction>a {
    z-index: 0;
}
.left-sidebar.header-lightbox .boxed-header {
    //overflow: inherit;
    //height:699px;
}
.left-sidebar.header-lightbox .single-blog-wrapper-inner {
    text-align: left;
}
.tm-slider-caption span.caption-title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    display: inline-block;
    text-align: center;
}
.left-sidebar.header-lightbox .boxed-header .tmp-logo-wrapper {
    z-index: 9;
    /*999;*/
    
    left: 32%;
    top: 8%;
    text-align: center;
}
.left-sidebar.header-lightbox .boxed-header.boxed-img-type .tmp-logo-wrapper {
    left: 117px;
    top: 260px;
}
.left-sidebar.header-lightbox .home-logo img {
    width: 50%;
}
.tm-slider-caption span.caption-desc {
    font-size: 22px;
    padding: 0 80px;
    line-height: 1.3;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    font-weight: 300;
    //font-style: italic;
    padding-bottom: 17%;
    text-shadow: 2px 2px #000;
}
.tm-slider-caption {
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
}
.header-slider .static-button {
    font-size: 21.61px;
    /* 15px;*/
    
    line-height: 25px !important;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    background: transparent;
    /*#4b8cb3;*/
    
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 22px;
    z-index: 999999;
    left: 45%;
    position: absolute;
    text-transform: capitalize;
}
.header-slider .static-button:hover {
    border: 1px solid #4b8cb3;
    background: rgba(75, 140, 179, 0.38);
}
.left-sidebar.header-lightbox .header-slider {
    //height: 635px!important;
}
/*.carousel layout of blog........*/

.carousel-layout .single-blog-wrapper {
    width: auto;
    height: 457px;
    overflow: hidden;
}
.carousel-layout .tm-section-title.blog-title.home-title::after,
.carousel-layout .single-blog-wrapper:before,
.carousel-layout .single-blog-wrapper:after {
    content: none;
}
.carousel-layout .home-blog-image,
.home-blog-desc {
    width: auto;
}
.carousel-layout .single-blog-wrapper {
    width: 100%;
    padding: 0 3%;
}
/*end-carausel-layout of blog*/
/*header-logo left-sidebar.lightbox*/

.left-sidebar.header-lightbox .boxed-header .tmp-logo-wrapper {
    width: 100%;
    position: static;
}
.left-sidebar.header-lightbox .boxed-header .tmp-logo-wrapper .home-logo {
    width: 100%;
    text-align: center;
}
.left-sidebar.header-lightbox .boxed-header.boxed-img-type .tmp-logo-wrapper .home-logo {
    width: 100%;
    text-align: left;
}
.left-sidebar.header-lightbox .tm-slider-caption {
    //padding: 0 111px;
}
/*header header-left-sticky*/

.header-left-sticky header {
    overflow-x: inherit;
    overflow-y: visible;
    clear: both;
}
.header-left-sticky .leftheader .header-wrap {
    background: #000;
}
.header-left-sticky .leftheader .tm-header-container {
    background: none;
}
.header-left-sticky .leftheader .tm-header-container #mainnav li a {
    padding: 10px 20px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
.header-left-sticky .leftheader .tm-header-container #mainnav li span.sub-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
}
.header-left-sticky #mainnav {
    overflow-y: inherit;
}
.header-left-sticky #mainnav ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(212,212,212,0.5);
    overflow: hidden;
}
.header-left-sticky #mainnav ul li:first-child {
    border-top: 1px solid rgba(212,212,212,0.5);    
}
.header-left-sticky #mainnav ul li ul li a {
    font-size: 10px !important;
}
.header-left-sticky #mainnav ul li ul {
    position: static;
    display: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    opacity: 1;
    visibility: visible;
    left: 0;
    margin-left: 30px;
    width: 100%;
    border-left: 1px solid rgba(212,212,212,0.5);
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-left-sticky #mainnav ul li:hover ul {
    display: block;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.header-left-sticky #mainnav ul li ul.sub-menu li {
    margin: 0;
    padding: 0;
    border: none; 
}
.header-left-sticky #mainnav ul li ul.sub-menu li a {
    padding:5px 10px !important
}
.header-left-sticky #mainnav ul li ul.sub-menu li:hover a {
    background: none;
}
.left-sidebar..header-lightbox .boxed-header .tmp-logo-wrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}
.boxed-header {
    z-index: auto;
}
.boxed-header .tmp-header-left-area,
.boxed-header .tmp-header-right-area {
    top: 0;
    bottom: 0;
}
.boxed-header .tmp-header-right-area {
    z-index: 999999;
}
.header-lightbox .boxed-header .header-wrap .container,
.header-lightbox .boxed-header .header-wrap .home-nav {
    padding: 0;
}
.header-lightbox .boxed-header .header-wrap .container #mainnav li a {
    padding: 20px;
}
.header-lightbox #mainnav ul li {
    position: relative;
}
.header-lightbox #mainnav ul li a:hover {
    color: #fff;
    background: #1a1a1a;
}
.header-lightbox #mainnav ul li a:hover:before,
.header-lightbox #mainnav ul li.current_page_item a:before {
    border-top: 0;
}
.header-lightbox #mainnav ul li ul li {
    position: relative;
    display: none;
}
.header-lightbox #mainnav ul li:hover ul li {
    display: block;
}
.header-lightbox #mainnav ul li ul li a {
    color: #999;
    font-size: 16px;
    //position: absolute;
}
.header-lightbox #mainnav ul li ul.sub-menu li a:hover {
    color: #2e8ecb;
}
.header-lightbox .sub-toggle {
    color: #ffffff;
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 40%;
    text-align: center;
    top: 11px;
    width: 20px;
    cursor: pointer;
}
.header-lightbox .sub-toggle:focus ~ .header-lightbox #mainnav ul li ul.sub-menu li a {
    display: block;
}
.boxed-header .header-wrap .sticky-wrapper {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*end-header-logo left-sidebar*/

.tm-innerpage-head-section {
    //top:92px;
}
#tm-section-mainslider {
    z-index: 9999;
}
.row.headerleft-menu-wrapper {
    clear: both;
}
/*end*/
/*
=======================
header social icon css
=======================
*/
.header.social-icon-wrap {
    width: 50%;
    margin: 0 auto;
}
.header.social-icon-wrap h1.widget-title {
    font-size: 28px;
    color: #287CB4;
    margin-bottom: 10px;
    position: relative;
}
.header.social-icon-wrap ul {
    padding: 0;
    margin: 0;
}
.header.social-icon-wrap li {
    list-style: none;
    display: inline-block;
    font-size: 28px;
    margin: 0 5px 10px;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
}
.header.social-icon-wrap li a {
    color: #fff;
}
.header.social-icon-wrap li:hover {
    background-color: #287CB4;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
/*
css for comment area
*/
.comments-area .comment-content,
.comments-area .reply {
    width: 100%;
    padding-left: 60px;
    margin-top: 10px;
}
.comments-area .edit-link {
    display: inline-block;
}
/*
end
*/
/*
css for tag cloud
*/
.widget_tag_cloud h3 {
    margin: 0 0 10px;
}
.widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    border: 1px solid #2E8ECB;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #2E8ECB;
} 
.site-footer .widget_tag_cloud .tagcloud a {
    color: #fff;
}
/*
end
*/
/*
css for footer widget
*/
.site-footer .widget_recent_comments #recentcomments li,
.site-footer .widget_archive ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_categories ul li {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
.site-footer .widget_recent_comments #recentcomments li:last-child,
.site-footer .widget_archive ul li:last-child,
.site-footer .widget_meta ul li:last-child,
.site-footer .widget_recent_entries ul li:last-child,
.site-footer .widget_categories ul li:last-child {
    margin-bottom: 0;
}
.site-footer .widget_recent_comments #recentcomments li a,
.site-footer .widget_archive ul li a,
.site-footer .widget_meta ul li a,
.site-footer .widget_recent_entries ul li a,
.site-footer .widget_categories ul li a {
    display: inline-block;
    color: #fff;
}
.site-footer .widget_recent_comments #recentcomments li a:hover,
.site-footer .widget_archive ul li a:hover,
.site-footer .widget_meta ul li a:hover,
.site-footer .widget_recent_entries ul li a:hover,
.site-footer .widget_categories ul li a:hover {
    color: #2E8ECB;
}
/*
============
widget_categories select
============
*/
.widget_categories select.postform {
    border: medium none;
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}
/*
end
*/
/*
==========================
css for headerlightbox
==========================
*/
body.header-activate {
    overflow: hidden;
}
body.header-activate #tmp-lightbox-menu {
    overflow-y: scroll;
}
/*
===========
countdown section
===========
*/
.tm-countdown-container {
    margin-top: 13%;
}
/*
================
style for boxed layout
================
*/
body.boxed_layout {
    max-width: 1400px;
    margin: 0 auto !important;
}
body.boxed_layout .hfeed.site {
    background: #fff;
}
/*
==========
no-sidebar-centered archive
==========
*/
.no-sidebar-centered #primary {
    width: 80%;
    margin: 0 auto;
}

.tmp-project-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.big-thumb{
    width: 66.6666% !important;
}
/*
===========================
left-header widget css
===========================
*/
.leftheader .header-social-wrapper h1.widget-title,
.leftheader .header-social-wrapper h4.widget-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.leftheader .header-social-wrapper aside {
    padding: 30px 20px;
    margin-bottom: 0;
}
.leftheader .header-social-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.leftheader .header-social-wrapper {
    font-size: 11px;
    color: #fff;
}
.leftheader .header-social-wrapper .textwidget ul li span {
    margin-right: 3px;
    color: #fff;
}
.leftheader .header-social-wrapper .textwidget ul li a {
    color: #999;
}
.leftheader .header-social-wrapper .textwidget ul li a:hover {
    color: #fff;
}
.leftheader .widget_the_monday_social_icons ul li {
    border:none;
    padding: 0;
    height: auto;
    width: auto;
    position: relative;
    bottom: 0;
}
.leftheader .widget_the_monday_social_icons ul li:hover {
    background: none;
    bottom: 5px;
}
.leftheader .si-wrapper ul li a .fa {
    line-height: 1.2;
    font-size: 15px;
}