/*
Theme Name: Saifway
Author: themewinter
Theme URI: http://themewinter.com/wordpress/saifway
Author URI: http://themewinter.com/
Description: Insurance Agency WP Template
Version: 1.9
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
Text Domain: saifway
*/

/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core Wordpress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/

/*  Reset
================================================== */

html, body, div, span, applet, object, iframe,p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  padding: 0 20px;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
}

.tw-dropcap {
  float: left;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 4px solid #677475;
  padding: 5px 10px;
  margin-top: 5px;
}


.btn-primary:focus,
.btn-primary:active,.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  box-shadow: none;
  border: none;
}

blockquote {
   padding: 30px;
   border-left: 0;
   margin: 30px 0;
   background: #f9f9f9;
   position: relative;
}

blockquote:before {
   content: "\f10d";
   font-family: FontAwesome;
   position: absolute;
   font-size: 54px;
   color: #E5E5E5;
   top: 8px;
   left: 15px;
   z-index: 0;
}

blockquote p{
   font-size: 16px;
   line-height: 24px;
   font-weight: 300;
   position: relative;
   z-index: 1;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* Ul, Ol */

.list-round-arrow,
.list-arrow,
.thw-feature-content ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round-arrow li:before,
.thw-feature-content ul li:before {
    font-family: FontAwesome;
    content: "\f05d";
    margin-right: 10px;
}


.list-arrow{
   padding: 0;
}

ul.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



/*  Basic
================================================== */

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-position: top center;
  background-attachment: fixed;
  word-wrap: break-word;
  background-color: #fff;
 }

/*  Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover,
h5 a:hover, h6 a:hover {
 text-decoration: none;
}

h1,h2 {
  margin-bottom: 20px;
}

h3,h4,h5,h6 {
  margin-bottom: 15px;
}

p {
  margin: 0 0 10px;
}

b, strong {
  font-weight: bold;
}

big {
  font-size: 110%;
  line-height: 180%;
}

dt {
  font-weight:bold;
}

a:focus{
  outline: 0;
}

::selection {
  color: #000;
  background-color: #fff100;
}

/*-- Links --*/

a, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

.btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
  outline: 0;
}



/*submit button*/

button, input[type=button],
input[type=reset],
input[type=submit] {
  background: #000;
  padding: 14px 20px;
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: 300ms;
  -webkit-transition: 300ms;
  border-radius: 0;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

button:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
}

.wpcf7-form-control.wpcf7-submit {
  width: auto;
  padding: 12px 30px;
  transition: 300ms;
  -webkit-transition: 300ms;
  font-size: 16px;
  margin-top: 0;
  border: 0px;
  font-weight: 600;
  border-radius: 0px;
  color: #FFFFFF;
  background: #000;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.wpcf7 p {
  font-weight: 700;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background: #000;
  color: #fff;
}


/* boxwith layout
================================================== */

body.boxwidth {
  max-width: 1250px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  margin: 30px auto 30px;
  overflow: hidden;
}

body.boxwidth .navbar-fixed {
  max-width: 1250px;
}

body.boxwidth .topbar >.container,
body.boxwidth .site-header >.container,
body.boxwidth .thw-menubar >.container,
body.boxwidth .main-content >.container,
body.boxwidth .footer >.container,
body.boxwidth .footer-bottom >.container {
  padding: 0 30px;
}

body.boxwidth .thw-menubar.sticky-header {
  width: auto;
}



/* Off canvas Menu
================================================== */

body.display-header .thw-offcanvas {
  left: 0;
}

header.header >.container,
header.site-header >.container{
  position: relative;
}

.header-offcanvas {
  position: absolute;
  right: 20px;
  top: 45px;
  z-index: 999999999;
}

#header-trigger:hover{
  color:#000;
}

.thw-offcanvas {
  height:100%;
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 999999;
  left: -300px;
}

.admin-bar .thw-offcanvas {
  top:32px;
}


.display-header #header-trigger {
  left: 250px;
  top: 33px;
  color: #000;
  position: fixed;
}
.display-header.admin-bar #header-trigger {
  top: 65px;
}

.thw-offcanvas,
.main-content {
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}

#header-trigger .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 2px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.display-header #header-trigger .icon-bar {
    width: 25px;
}

.display-header #header-trigger .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.display-header #header-trigger .icon-bar:nth-child(2),
.display-header #header-trigger .icon-bar:nth-child(5),
.display-header #header-trigger .icon-bar:nth-child(4) {
  opacity: 0;
}
.display-header #header-trigger .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0px, -2px);
  -ms-transform: rotate(-45deg) translate(0px, -2px);
  transform: rotate(-45deg) translate(0px, -2px);
}

#header-trigger:hover .icon-bar {
 width: 28px;
}

body.display-header #body-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 103, 103, 0.2);
  content: '';
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}

.thw-offcanvas-in {
  padding: 25px 25px 60px;
}

/* offcanvas menu */
#menu-main-menu {
  padding: 30px 0;
}
.off-canvas-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-list li {
  padding: 0 0 10px 0;
}

.off-canvas-list li:last-child {
  padding-bottom: 0;
}

.off-canvas-list li a {
  color: #000;
  transition: 400ms;
  -webkit-transition: 400ms;
}

.off-canvas-list .sub-menu {
  list-style: none;
  padding: 12px 0 0 20px;
}

.thw-offcanvas .nano > .nano-pane > .nano-slider {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0px;
}

.thw-offcanvas .nano > .nano-pane {
  background: rgba(173, 173, 173, 0.25);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.thw-offcanvas .nano > .nano-pane {
  width: 5px;
}




/*Main Content
================================================== */

.main-content {
  margin: 0 auto;
  padding: 40px 0 70px;
}

.thw-main-content{
   padding-bottom: 40px;
}



/* search page */
.search-page-header {
    padding: 30px 30px 0;
}
.search-page-title {
    margin: 0 0 10px;
}
.search-page-content {
  padding: 0 30px;
}

/* sidebar */
.sidebar-inner {
  padding: 0;
}
.sidebar {
  padding-top:15px;
  padding-bottom: 2em;
}


/*Core Wordpress
================================================== */

.logo-text, .logo-slogan{
   margin: 0;
}

/* Page Header */
.page-header {
  border: none;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.gallery-caption {

}

.bypostauthor {

}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 0 10px;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object{
  width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear {
  clear: both;
}

 .comment .children {
  margin-left: 1.5em;
  list-style: none;
 }





/*Latest Carousel
================================================== */

.owl-theme .owl-dots .owl-dot span {
  background: #242A33;
}

.latest-course-control a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  transition:300ms;
  -webkit-transition:300ms;
  position: absolute;
  z-index: 2;
  top: 50%;
}

.latest-carousel-content-in .content-in >div h2 {
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 4px;
    margin: 0px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
}

/* featured post
================================================== */
.featured-post-items {
  position: relative;
}
.featured-post-item {
  padding: 0 0 30px 0;
}

.featured-post-title h3 {
  margin: 0 auto 35px;
  padding: 0;
  font-size: 16px;
  position: relative;
  line-height: normal;
}

.featured-post-title h3 span {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 24px;
  position: relative;
  line-height: normal;
}

#featured-post .item .overlay {
  position: relative;
  transition: 300ms;
  -webkit-transition: 300ms;
}

#featured-post .item:hover .overlay {
  opacity: 1;
  transition: 300ms;
  -webkit-transition: 300ms;
}

#featured-post .item .overlay img {

  transition: 300ms;
  -webkit-transition: 300ms;
}

#featured-post .item:hover .overlay img {
  opacity: 0.3;
}

.featured-post-item-inner {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 80%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff;
}

.featured-post-item-inner:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.35);
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9;
}

.featured-post-item-inner h4 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.featured-post-item-inner h4 a {
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.featured-post-item-con {
  padding: 15px 20px 0 0;
  z-index: 10;
  position: relative;
}

.feature-cats a {
    position: relative;
    padding: 0;
    display: inline-block;
}

.feature-cats a:hover {
  color: #fff;
}

.feature-entry-date {
  font-size: 12px;
  color: #C1B9B9;
  text-transform: uppercase;
  margin-left: 5px;
}

.owl-theme .owl-controls {
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: -10px;
}



/*Blog layout Default
================================================== */

.page-template-default #content {
  padding-right: 15px;
  border-right: none;
}

.page-template-page-sidebar .main-content-inner .hentry {
  padding: 0 15px;
}

.page-header-default {
  text-align: center;
}

.page-title-default {
  margin: 10px 0 0;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

.entry-meta-default {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.entry-meta-default li {
  display: inline-block;
}



/*page
================================================== */

.main-content-inner.page-content-inner {
  margin: 0;
}

.page-content-inner .entry-content {
  padding: 20px 0 0;
}


/*Blog
================================================== */

.entry-summary.blog-entry-summary {
  margin-top: 10px;
}

/* post layout */

.post-overlay {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.entry-comment,
.entry-meta-view,
.entry-meta-tag {
  display: inline-block;
  margin-right: 15px;
}

.entry-comment i,
.entry-meta-view i,
.entry-meta-tag i {
  margin-right: 5px;
}

.entry-meta-tag{
   margin-top: 15px;
}

.entry-meta-tag a{
   border: 1px solid #dedede;
   color: #777;
   display: inline-block;
   font-size: 12px;
   padding: 3px 10px;
   margin-right: 3px;
}

.blog-entry-footer {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 50px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 8px 0;
  font-size: 15px;
}

.blog-entry-footer a {
  color: #000;
}

.single.single-post .post-overlay {
  height: 500px;
}

.post-overlay:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 200ms;
    -webkit-transition: 200ms;
}

.post-overlay .meta-category a {
  transition: 300ms;
  -webkit-transition: 300ms;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: inline-block;
}

.post-overlay .meta-category a:hover {
  background: #fff;
}

.post-overlay .post-head-content {
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;

}

.post-overlay .post-head-content .page-header .page-header-in {
  vertical-align: middle;
  display: table-cell;
}

.post-overlay .post-head-content .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

.post-overlay .post-head-content .page-header .page-header-in >div {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-header h2.page-title {
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.blog-button {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  transition:300ms;
  -webkit-transition:300ms;
}

.blog-button:hover {
  color: #fff;
}

.page-header h2.page-title a {
  color:#fff;
  transition:300ms;
  -webkit-transition:300ms;
}

.page-header h2.page-title i {
  font-size: 24px;
}

.entry-meta {
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.entry-meta .entry-meta-list {
  display: inline-block;
  width: 32.3333%;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.entry-meta .entry-meta-list i {
  color: #028ad4;
  margin-right: 5px;
}

.entry-meta .entry-meta-list a {
  color: #333;
}

.entry-meta .entry-meta-list:last-child {
  border: none;
}

.paging-navigation .post-nav {
  margin: 0;
  padding: 0;
}

.paging-navigation .post-nav li {
  display: inline-block;
}

.paging-navigation .post-nav li >a{
   color: #333;
   font-size: 18px;
}

.paging-navigation .post-nav li >a i {
   margin: 0 4px;
}

/* Entry Meta */

.page-header-in .entry-meta {
  color: #FFF;
  font-size: 12px;
  display: block;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  font-weight: 700;
  font-style: italic;
}

.page-header-in .entry-meta li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.page-header-in .entry-meta li.author {
  text-transform: uppercase;
}

.page-header-in .entry-meta li a {
  color: #fff;
  transition:300ms;
  -webkit-transition:300ms;
}

.page-header span.author {
  text-transform: uppercase;
  font-size: 14px;
}

.post-overlay .post-readmore {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 3;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.post-overlay .post-readmore a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.post-overlay .post-readmore a span {
  font-size: 46px;
  margin-top: -28px;
  display: block;
}

.entry-meta li:last-child:after {
  display: none;
}

.post-hits {
  color: #fff;
  display: inline-block;
  position: relative;
}

.post-hits span {
  font-size: 22px;
  position: absolute;
  left: 60px;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 700;
  top: 10px;
}

.post-hits i {
  font-size: 42px;
}

.meta-view .post-hits {
  color: #000;
}

.meta-view .post-hits span {
  color: #000;
}

.entry-meta {
  position: relative;
}

.blog-share-button ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-blog .blog-share-button ul li:before {
  display: none;
}

.blog-share-button ul li {
  display: inline-block;
  margin-left: 12px;
}

.blog-share-button ul li a {
  color: #000;
  font-size: 15px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.blog-share-button ul li a:hover {
  color: #888;
}

sup.featured-post i {
  margin: 0 10px;
}

/*Post Type*/

/* video format */

.format-video .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}
.video-post {
  z-index: 2;
}

.format-video .post-overlay .meta-category {
  display: none;
}
.entry-video {
   margin-bottom: 28px;
   margin-top: 10px;
}

/* audio format */
.format-audio .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}

.format-audio .post-overlay .meta-category {
  display: none;
}


.entry-audio {
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}

/* link quote formart */
.format-quote .post-overlay .post-head-content,
.format-link .post-overlay .post-head-content {
  opacity: .1;
}

.meta-quote {
  padding: 80px;
  color:#fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.meta-quote span {
  font-weight: 700;
}

.meta-quote p {
  margin-bottom: 15px;
  font-style: italic;
}

.entry-overlay{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.entry-image {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
}
.entry-image .quote-link {
  color: #fff;
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: center;
  opacity: .90;
  display: table;
  width: 100%;
  padding: 100px 50px;
  height: 100%;
  background: #028ad4;
}

.entry-image .quote-link i {
  font-size: 42px;
  line-height: 10px;
}

.entry-image .quote-link i.fa-quote-left {
  margin-right: 10px;
}

.entry-image .quote-link i.fa-quote-right {
  margin-left: 10px;
    margin-top: 15px;
}

.entry-image .quote-link p {
  font-size: 16px;
}

.format-link:hover .entry-image {
  z-index: 2;
}

.entry-image .quote-link span {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
    display: block;
}

.entry-image .quote-link div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.entry-image .quote-link h4 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  word-break: break-all;
}

/* Gallery Slider */
.blog-gallery-slider .carousel-control{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-image: none;
  opacity: .8;
  text-shadow:none;
  background-color:#fff;
  color: #000;
  top: 45%;
  bottom: auto;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.blog-gallery-slider:hover .carousel-control {
  opacity: 1;
}

.format-gallery .post-overlay .post-head-content .page-header .page-header-in >div {
  z-index: 0;
}

.format-gallery .post-overlay .meta-category {
  display: none;
}

.format-gallery:hover .entry-content-gallery{
  z-index: 2;
}

.post-entry-image.enrty-gallery-img {
  height: 400px;
  opacity: .6;
}

.entry-content-gallery .carousel-inner>.item {
  background: rgba(0,0,0,.6);
}

.entry-content-gallery {
  position: relative;
  z-index: 1;
}

/*default wordpress gallery*/
.gallery .gallery-item dl {
  margin-bottom:  0 !important;
}

.gallery .gallery-item img {
  border: none !important;
}

.post-navigation ul.pager {
  text-align: left;
}

/* Single Post */

.post-single-wrap .meta-category a {
  color: #FFF;
  display: inline-block;
  padding: 3px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  transition: 300ms;
  -webkit-transition: 300ms;
  border: 2px solid transparent;
}

.post-single-wrap .meta-category {
  display: inline-block;
}

.post-single-wrap .meta-category a:hover {
  background: #fff;
}

.post-single-wrap .page-title {
  margin: 20px 0 40px;
  font-size: 48px;
}

.post-single-wrap .page-title a {
  color: #000;
}

.post-single-wrap .entry-meta {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
  display: inline-block;
}

.post-single-wrap .entry-meta li {
  margin: 0 12px 0 0px;
  display: inline-block;
  color: #808080;
  font-weight: 600;
}

.post-single-wrap .entry-meta li a {
  color: #808080;
  transition: 300ms;
  -webkit-transition: 300ms;
  text-transform: capitalize;
}

.post-single-wrap .entry-meta li a:hover {
  color: #000;
}

.single .hentry{
  margin-bottom: 0;
}

.post-single-wrap .entry-image {
  height: 450px;
}

.post-single-wrap .entry-image .quote-link {
  background: #000;
}

.page.page-template-default .entry-content,
.page.page-template-page-sidebar .entry-content{
  margin: 0;
  padding: 25px 0 0 0;
}

.page.page-template-page-sidebar .main-content-inner .hentry .entry-blog,
.page.page-template-default .main-content-inner .hentry .entry-blog {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  box-shadow: none;
  margin-top: 15px;
}

.page.page-template-page-blog-right-sidebar .entry-content {
  margin: 0;
}

.page.page-template-page-blog-left-sidebar .entry-content {
  margin: 0;
}

.page.page-template-page-blog-fullwidth .entry-content {
  margin: 0;
}

.page.page-template-page-blog-fullwidth #content {
  border-right: none;
}

.page .entry-content .wpcf7-form{
  text-align: left;
}

.entry-content span.fixed-char{
  display: block;
  margin: 30px 0 20px;
}

.entry-content span.fixed-char .readmore-blog{
   padding: 14px 20px;
   font-size: 12px;
}

/* post navigation */
/* Single page navigation */

.navigation.post-navigation{
   background: #fff;
}

.post-navigation{
   background: #fff;
   text-align: center;
   border-top: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   padding: 20px 0;
   margin: 20px 0 40px;
}


.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding: 0 40px;
  width: 50%;
   border-left: 1px solid #dedede;
   border-right: 1px solid #dedede;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation li a{
   color: #303030;
   font-size: 16px;
   font-weight: 700;
}


.post-navigation i{
   margin: 0 5px;
}

.post-navigation span{
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}

.post-navigation:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.post-navigation {
    display: inline-block;
}
.post-navigation {
    display: block;
}

.post-navigation .nav-previous {
    text-align: right;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 20px 0 40px;
}

.post-navigation .nav-next {
    text-align: left;
    float: left;
    border-right: 0 none;
    padding: 0 40px 0 20px;
}

.post-navigation h3{
   font-size: 18px;
   font-weight: 400 !important;
   line-height: normal;
   margin: 8px 0 0;
   text-transform: uppercase;
   letter-spacing: 0;
}

.single .post-layout embed,
.single .post-layout iframe,
.single .post-layout object {
  height: 419px;
}


.single.single-post .paging-navigation .post-nav li>a,
.single.single-post .paging-navigation .post-nav li>span {
  margin: 10px 15px 0 0;
}

.post-navigation ul.post-nav {
  margin: 0px 0 40px 0;
}



#nav-below.post-navigation ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}


/* Meta */

.meta-tag {
  margin: 30px 0 30px;
}

.meta-tag span {
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.post-single-wrap .meta-tag i {
  font-size: 36px;
}

.post-single-wrap .meta-view {
  font-weight: 700;
  font-size: 16px;
}

.post-single-wrap .meta-view i {
  font-size: 36px;
  margin-right: 10px;
}

.meta-tag a {
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
  text-transform: capitalize;
  color: #000;
  margin-right: 10px;
  font-weight: 600;
}

/* author profile */
.author-user-profile {
  padding: 0 15px;
  margin-top: 50px;
}
.media>.pull-left.author-user-avater {
  padding-right: 25px;
}
.author-user-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #A0ACAD;
  line-height: normal;
}
.author-user-title h3 a {
  color: #000;
}
.themewing-author-social-profile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.themewing-author-social-profile li {
  display: inline-block;
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
  font-size: 18px;
}
.themewing-author-social-profile li a {
  color: #000;
}
/* Related Post */
.post-related {
  padding: 0 15px;
  margin-bottom: 30px;
}
.related-title h3 {
  margin-bottom: 25px;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}

.item-related-image {
  position: relative;
}
.item-related-image .item-related-image-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 85%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff;
}
.item-related-image:hover .item-related-image-content {
  width: 100%;
}
.item-related-image-content h4 {
  margin: 15px 0 0;
  text-transform: uppercase;
  font-size: 15px;
}
.item-related-content h4{
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.item-related-content h4 a,
.item-related-image-content h4 a {
  color: #000;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* Comments */

#commentsubmit.btn.btn-primary:hover {
  color:#fff;
}

.comments-title {
  margin: 0 0 30px;
}

.comment-body{
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 40px;
}

.comment-area .media-heading {
  margin: 0;
  line-height: 22px;
}

.comment-area .media-heading a {
  color:#333;
}

.comment-meta {
  font-style: italic;
  line-height: 24px;
}

.media-body-wrap .comment-content p,
.comment-awaiting-moderation {
  margin-bottom: 10px;
}

.comment-meta a {
  color:#888;
  font-size: 12px;
}

.media>.pull-left.author-comment {
  margin-right: 20px;
}

.comment-body:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
  background: -ms-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -o-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -webkit-linear-gradient(left,#FFF 0,#eee 5%,#eee 95%,#FFF 100%);
  background: -moz-linear-gradient(left,#fff 0,#eee 5%,#eee 95%,#fff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(5%,#eee),color-stop(95%,#eee),color-stop(100%,#FFF));
}

.comment-respond .alert-info {
  display: none;
}

.comment .comment-body:last-child:after {
  display: none;
}

.comment-reply-link {
  background: none;
  color:#888;
  border:none;
  position: absolute;
}

.comment-reply-link:before {
  content: "\f112";
  padding-right: 10px;
  font-family:FontAwesome;
}

.comment-reply-link.btn-primary:hover,
.comment-reply-link.btn-primary:focus,
.comment-reply-link.btn-primary:active {
  background: none;
  border:none;
  color:#e45245;
}

.comment-reply-title {
  font-size: 24px;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}



.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input{
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.comment-form textarea {
  width: 100%;
  background: #fff;
}

.comment-form .form-submit {
  margin-top: 40px;
  margin-bottom: 60px;
}

.comments-area .form-submit .btn-primary{
   padding: 12px 20px;
}

/* video */
.entry-video.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 0;
}



div#calendar_wrap {
  border:1px solid #f2f2f2;
}

table {
border:1px solid #f2f2f2;
}

.table>thead>tr>th, .table>tbody>tr>th,
.table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td,
table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  border-top:1px solid #f2f2f2;
  vertical-align: middle;
}

table>thead>tr>th, table>tbody>tr>th,
table>tfoot>tr>th, table>thead>tr>td,
table>tbody>tr>td, table>tfoot>tr>td{
  padding: 10px 20px;
}

div#calendar_wrap caption {
  margin: 10px;
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
  border:1px solid #f2f2f2;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 5px;
}




/* About us Widget */
.my-about-img {
  margin-bottom: 20px;
}

/* social share Widget */

.theme-social-button-widget {
  padding: 0;
  margin: 0;
  list-style: none;
}

.theme-social-button-widget li {
  margin: 0 5px 0 0;
  display: inline-block;
}

.footer-widget .theme-social-button-widget li a {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}

.theme-social-button-widget li a i {
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 2px solid #9a9b9d;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.theme-social-button-widget li a i:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

/* Search Widget */

.widget.widget_search #searchform .search {
  position: relative;
}


.widget.widget_search #searchform .search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.widget.widget_search .form-control {
   padding: 4px 20px;
   background: #f9f9f9;
   border: 0;
   font-style: italic;
}

.widget.widget_search #searchform{
   position: relative;
}

.widget.widget_search #searchform:after {
   content: "\f002";
   position: absolute;
   font-family: FontAwesome;
   right: 15px;
   top: 50%;
   font-size: 16px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}


/* About us widget */
.themewing-about-img {
  position: relative;
  margin-bottom: 25px;
}
.themewing-about-inner {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  background: #fff;
  margin-bottom: 20px;
}
.themewing-about-img:hover .themewing-about-inner {
  width: 100%;
}
.themewing-about-widget h4{
  font-size: 15px;
  line-height: 16px;
  margin: 20px 0 2px;
  text-transform: uppercase;
}

.themewing-about-widget .designation {
  color: #A0ACAD;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}

.about-widget-btn {
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}

/* latest post widget */
.themewing-latest-post {
  padding: 0;
  margin: 0;
  list-style: none;
}
.themewing-latest-post li {
  margin-bottom: 20px;
}

.themewing-latest-post li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.latest-post-image {
  position: relative;
}
.latest-post-image .latest-post-image-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 85%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff;
}
.latest-post-image:hover .latest-post-image-content {
  width: 100%;
}
.latest-post-image-content h4 {
  margin: 15px 0 0;
  text-transform: uppercase;
  font-size: 15px;
}
.latest-post-image-content h4 a {
  color: #000;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.latest-post-content h4 {
  margin: 15px 0 0;
  text-transform: uppercase;
  font-size: 16px;
}
.latest-post-content h4 a {
  color: #000;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}




/* social share widget */
.themewing-social-button-widget {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.themewing-social-button-widget li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
}

.themewing-social-button-widget li a {
  font-size: 12px;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #000;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.themewing-social-button-widget li a:hover {
  color: #000;
}

/* News Listing */

.post-title {
    line-height: normal;
    font-size: 28px;
}

.post-title a{
  color: #3d4049;
}

.post.post-last{
  border-bottom: 0;
}

.post-image-wrapper{
  margin: 20px 0;
  position: relative;
}

.post-footer .btn.btn-primary{
  font-weight: 700;
  padding: 10px 15px;
  margin-top: 15px;
}


/* News Single */


.post-meta{
  color: #959595;
  font-weight: 400;
  font-size: 13px;
}
.post-meta span{
  padding-right: 10px;
}

.post-meta a{
  color:#959595
}

/* Blog author */

.about-author{
  background: #f2f2f2;
  padding: 15px 20px;
  margin: 20px 0;
}

.author-img img{
  width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 3px;
  margin-top: 20px;
}

.author-url span a{
  color: #959595;
}

.author-info h3{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}

.author-info h3 span{
  font-size: 14px;
  color: #959595;
  border-left: 1px solid #AFAFAF;
  padding-left: 8px;
  margin-left: 5px;
}

/* Blog post comments */

.comments-counter{
  font-size: 18px;
}
.comments-counter a{
  color: #323232;
}

.comments-list{
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment{
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-list .comment.last{
  border-bottom: 0;
}
.comments-list img.comment-avatar{
  width: 84px;
  height: 84px;
  margin-right: 30px;
  border-radius: 3px;
}

.comments-list .comment-body{
  margin-left: 120px;
}

.comments-list .comment-author{
  margin-bottom: 0;
}

.comments-list .comment-date{
  font-style: italic;
  color: #959595;
  margin-bottom: 20px;
}

.comments-list .comment-reply{
  text-transform: uppercase;
  color: #323232;
}

.comments-reply{
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary{
  padding: 10px 20px;
}

.comments-form label{
  font-weight: normal;
  color: #959595;
}

/* Sidebar */

.sidebar h3.widget-title{
  font-size: 18px;
  line-height: normal;
  margin-top: 0;
}

.sidebar .widget {
  background: #fff;
  margin-bottom: 40px;
}

.sidebar-right{
  padding-left: 20px;
}

/* Blog search */

.sidebar #search .input-group-btn .btn.btn-primary{
  padding: 11px 12px;
}


/*-- Blog category widget --*/

.widget_categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_categories ul li{
  padding-bottom: 2px;
  margin-bottom: 2px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget_categories ul li a{
  color: #323232;
}


/* 404 page */
.error404 {
  text-align: center;
}
.error404 .common-btns {
  padding: 12px 28px;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;

}

.error404 #content {
  margin-bottom: 80px;
  border-right: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}





/****************************************************************
********************** Saifway ******************************
*****************************************************************/

/* Global styles
================================================== */

.navbar-fixed{
   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

/* Button */
.btn-primary,
.btn-dark,
.wpcf7-form-control.wpcf7-submit,
.readmore-blog, .form-submit .btn-primary {
  color: #fff;
  border-radius: 2px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.btn-primary:hover,
.btn-dark:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.readmore-blog:hover,
.form-submit .btn-primary:hover {
  background: #222;
  color: #fff;
}

input,textarea {
   border:1px solid #dedede;
   padding: 5px 20px;
   color: #959595;
   font-weight: normal;
}

input{
   height: 44px;
}

input:focus,textarea:focus {
   box-shadow: none;
   outline-offset: 0;
   outline:0;
}

.about-us-intro {
    max-width: 750px;
    margin: 0 auto;
}

.form-control {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

/* Ul, ol, li */

.list-arrow {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 1px;
}

.list-arrow li {
    line-height: 24px;
}

.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
}

.list-arrow li, .list-arrow li a{
  color: #555;
}

.list-arrow.style2 li:before {
    content: "\f05d";
}

.unstyled{
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-item-title{
   padding: 0;
   line-height: 22px;
}

.list-item-title i{
   margin-right: 10px;
}

.list-item-title a{
   color: #3d4049;
}


/* Divider */

.ts-divider {
  position: relative;
  margin: 30px 0 70px;
}
.ts-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff),
   color-stop(30%, #e0e0e0), color-stop(70%, #e0e0e0), color-stop(100%, #ffffff));
}

/* contact form 7 */

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
   margin-bottom: 5px;
   width: 100%;
}

.wpcf7-form textarea {
   width: 100%;
}

.home-contact .wpcf7-form-control.wpcf7-submit{
   background: #E60000;
   font-size: 12px;
   margin-top: 10px;
   border-radius: 2px;
   padding: 12px 30px;
   letter-spacing: 1px;
   -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.home-contact .wpcf7-form-control.wpcf7-submit:hover{
   background: #222;
}

.contact-page-wrap .wpcf7-form-control.wpcf7-submit{
   float: right;
   margin-top: 15px;
}

/* Arrow bg */

.down-arrow-transparent {
   background: url(images/down-arrow-transparent.png) no-repeat center -1px transparent;
   display: block;
   height: 22px;
   width: 100%;
   margin: 0;
   z-index: 200;
   position: absolute;
   border: 0;
   left: 0;
   right: 0;
   bottom: 30px;
}

.down-arrow-white{
   width: 0px;
   height: 0px;
   border-left: 35px solid transparent;
   border-right: 35px solid transparent;
   border-top: 22px solid #fff;
   position: absolute;
   top: -73px;
   left: 50%;
   margin-left: -40px;
}

.down-arrow-color{
   width: 0px;
   height: 0px;
   border-left: 35px solid transparent;
   border-right: 35px solid transparent;
   position: absolute;
   top: -73px;
   left: 50%;
   margin-left: -40px;
}

.tp-bullets{
   top: 98% !important;
}


/* VC Core
================================================== */

.entry-content .vc_col-has-fill>.vc_column-inner,
.home-entry-content .vc_col-has-fill>.vc_column-inner,
.entry-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.entry-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.home-entry-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}

/* VC carousel */

.vc_images_carousel .vc_carousel-control{
   color: #333;
   text-shadow:none !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active{
   border: 1px solid transparent !important;
}

.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev{
   background: #fff;
   line-height: 42px;
}

.entry-content .wpb_single_image {
  margin-bottom: 0;
}

.nopadding.vc_column_container>.vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

/* VC Accordion */

.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
   border-color: #ddd;
}

.vc_tta.vc_general .vc_tta-panel{
   margin-bottom: 6px;
}

.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
   color: #3d4049;
}

.vc_general.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 20px;
}

.vc_tta.vc_general .vc_tta-panel-title>a{
   padding: 20px !important;
}

.vc_general.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
   left: auto;
   right: 15px;
}

.vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
   position: relative;
}

.vc_general.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
   border-width: 0;
   transform: translateY(0%) !important;
   content: "\f107";
   font-family: "FontAwesome";
   margin-top: -6px;
}

.vc_general.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
   content: "\f106";
   font-family: "FontAwesome";
}

/* VC Toggle */

.vc_toggle_title{
   background: none;
   border: 1px solid #ddd;
   padding: 8px 20px !important;
   line-height: normal;
   border-radius: 0;
}

.vc_toggle_title h4,
.vc_tta.vc_general .vc_tta-panel-title{
   font-size: 14px;
}



.vc_toggle.vc_toggle_active>.vc_toggle_content {
   display: block;
   border: 1px solid #ddd;
   border-top: 0;
   padding: 8px 20px !important;
   margin-top: 0;
}

.vc_toggle_size_md.vc_toggle_simple
.vc_toggle_title .vc_toggle_icon{
   right: 15px !important;
   left: auto !important;
}

.vc_toggle, .vc_toggle_content{
   margin: 0 0 10px !important;
}


/* Box */

.box-red{
   color: #fff;
}

.btn-dark .vc_btn3.vc_btn3-color-grey,
.btn-primary .vc_general.vc_btn3-style-custom{
   background: none;
   color: #fff;
   padding: 0;
}

.btn-dark .vc_btn3.vc_btn3-color-grey:hover{
   background: none;
   color: #fff;
}

.call-action-all{
   float: right;
   margin-bottom: 10px !important;
}

/* Job box */

.job-box{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 30px;
  margin: 0 0 40px;
  border-radius: 3px;
}

.job-box .job-info{
   display: table-cell;
   line-height: 26px;
   padding: 0 10px;
   font-size: 13px;
}

.job-box .job-info .icon{
   float: left;
   width: 25px;
   margin-top: 5px;
}

.job-box .job-info .desc{
   overflow: hidden;
   font-weight: 500;
}

.job-box .job-info .desc strong{
   display: block;
   color: #fff;
}

/* Contact info feature */

.contact-info-feature{
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 10px;
   margin-bottom: 20px;
}

.vc_custom_1462804789376 .thw-title-shortcode .style-title{
   margin-top: 0 !important;
}

.wpb_wrapper .thw-title-shortcode .style-title{
   margin-top: 25px !important;
}

.wpb_wrapper .thw-title-shortcode:first-child .style-title{
   margin-top: 0 !important;
}

/* topbar
================================================== */

.topbar {
  position: relative;
  padding: 10px 0;
  color: #fff;
}

/* Social share */

.topshare .common-social-buttons li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}

.topshare .common-social-buttons li a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}

/* Top menu */

.top-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.top-menu li a {
   color: #fff;
   position: relative;
   padding: 0 12px;
   font-size: 14px;
   border-radius: 0;
   line-height: 14px;
   border-right: 1px solid #999;
}

.top-menu li:last-child a{
   border-right: 0;
   padding-right: 0;
}


/* Header
================================================== */


/*-- Logo --*/

.logo {
  background: #f7f7f7;
  position: relative;
  min-height: 127px;
}
.logo:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: -650px;
  width: 650px;
  background: #f7f7f7;
}

.logo:after {
  content: '';
  position: absolute;
  left: 100%;
  z-index: 999;
  border-top: 127px solid #f7f7f7;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  bottom: 0;
}

.logo-header-inner a{
     padding: 30px 0 25px 10px;
}

/* header right */

.header-right {
  float: right;
}

ul.top-info {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  float: right;
}

ul.top-info li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-left: 25px;
}

ul.top-info li .info-box span.info-icon {
  font-size: 36px;
  display: inline-block;
}

ul.top-info li .info-box .info-box-content {
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.top-info li .info-box .info-box-title {
  font-weight: 500;
  color: #3d4049;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: normal;
}

ul.top-info li .info-box .info-box-subtitle {
  margin: 0 0 5px 0;
  line-height: normal;
  color: #777;
  font-size: 14px;
}


/* Header variation 2 */

.headernav-variation2.site-navigation {
  background: none;
  box-shadow: none;
}

.headernav-variation2 .site-navigation-inner {
  position: relative;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
  bottom: -30px;
  z-index: 100;
}

.headernav-variation2.navbar-fixed .site-navigation-inner{
   bottom: 0;
}

.header-variation2 .logo-header-inner {
  background: none;
  min-height: auto;
}

.header-variation2 .logo{
   background: none;
   min-height: auto;
}

.header-variation2 .logo-header-inner a{
   padding-bottom: 0;
}

.header-variation2 .logo:before{
  display: none;
}

.header-variation2 .logo:after {
  display: none;
}

/* Header variation 3 */

/*-- Logo --*/

.header-variation3 .logo-header-inner {
  background: #f7f7f7;
  position: relative;
  min-height: 110px;
}

.header-variation3 .logo-header-inner a{
   padding: 20px 0 18px 15px;
}

.header-variation3 .logo-header-inner:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: -650px;
  width: 650px;
  background: #f7f7f7;
}

.header-variation3 .logo-header-inner:after {
  content: '';
  position: absolute;
  left: 100%;
  z-index: 999;
  border-top: 110px solid #f7f7f7;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  bottom: 0;
}

.header-variation3 ul.main-menu>li>a {
  color: #3d4049;
  line-height: 110px;
  padding: 0px;
}

.header-variation3 ul.main-menu {
  text-align: right;
}

.header-variation3 .find-agent {
  display: none;
}


.header-white {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}


/* Slideshow
================================================== */

.slide-title {
   text-transform: uppercase;
}

.tp-caption a.slide-btn {
  color: #fff !important;
  text-shadow:none;
}

.tp-caption a.slide-btn.border {
  background: none;
  border: 2px solid #fff !important;
  color: #fff;
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.tp-caption a.slide-btn.border:hover {
  border: 2px solid transparent !important;
}


/* Main menu
================================================== */

.site-navigation-inner .navbar-collapse{
   padding-right: 0;
}

ul.main-menu li ul {
  z-index: 998;
}

ul.main-menu {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

ul.main-menu > li {
   margin-right: 0;
   position: relative;
   float: none;
   display: inline-block;
   padding: 0 15px;

}

ul.main-menu>li>a{
   color: #fff;
   text-rendering: optimizeLegibility;
   margin: -1px 0;
   line-height: 25px;
   padding: 22px 0 20px;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

ul.main-menu > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

ul.main-menu > li:last-child {
  margin-right: 0;
}

ul.main-menu > li:hover > ul.sub-menu,
ul.main-menu > li:hover > ul li ul{
  background-color: #fff;

}

ul.main-menu > li:hover > ul li ul{
  background-color: #fff;
}

ul.main-menu li ul li ul {
  position: absolute;
  left: 100%;
  top:0;
}

ul.main-menu li > ul > li {
  float: none;
  margin: 0;
}

ul.main-menu li ul {
   position: absolute;
   left: 0;
   top: 100%;
   z-index: 993;
   width: 220px;
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
   box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

ul.main-menu li ul li {
  position: relative;
  float: none;
  list-style: none;
  margin-bottom: 0;
  -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

ul.main-menu li ul li a {
   visibility: inherit !important;
   height: inherit;
   float: inherit;
   text-align: left;
   z-index: 993;
   color: #A0ACAD;
   display: block;
   font-size: 14px;
   font-weight: 400;
   line-height: normal;
   text-decoration: none;
   padding: 15px 20px;
   border-bottom: 1px solid #e5e5e5;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

ul.main-menu li ul li:last-child a {
  border-bottom: none;
}
ul.main-menu li ul li:last-child li a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}


/* Menu slide */
ul.main-menu li > ul{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
}

ul.main-menu li:hover > ul{
  opacity: 1;
  visibility: visible;
}


ul.main-menu li:hover > ul li >ul {
  top:0;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.current-menu-item>a{
  background: none;
}

ul.main-menu > li {
  position: relative;
}

ul.main-menu > li:first-child:after {
  display: none;
}

/*Mobile Menu*/
.navbar-toggle {
  padding: 0;
  border-radius: 0;
  background: none;
  margin: 20px 0;

}

.navbar-toggle:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.navbar-header .navbar-toggle .icon-bar{
  width: 22px;
  height: 3px;
  background-color: #fff;
}

.navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-header .navbar-toggle {
  float: none;
  position: relative;
  background: none;
  margin-left: 10px;
}

.navbar-header .navbar-toggle .menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 32px;
    top: -1px;
    font-weight: 600;
    color: #fff;
}

.navbar-collapse.in {

}

.navbar-responsive-collapse.collapse.in {
  min-height: 320px;
}

@media (max-width: 767px){


   ul.main-menu {
    text-align: left;
   }

   ul.main-menu li ul {
      left:120px;
      top: 50%;
   }

  ul.main-menu li ul li ul {
    left: 100%;
  }

  ul.main-menu > li {
    display: block;
  }

  ul.main-menu>li>a {
    padding: 10px 0;
  }

}

@media (max-width: 500px){
  ul.main-menu li ul {
    left: 80px;
  }

  ul.navbar-nav > li {
    padding: 0;
  }
}



/* Find agent */

.find-agent{
  position: relative;
}


.find-agent a{
   color: #fff !important;
   padding: 0 30px 0 17px;
   line-height: 65px;
   position: relative;
   z-index: 10;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 700;
   text-align: center;
}

.find-agent:before{
   content: '';
   position: absolute;
   right: 100%;
   z-index: 999;
   border-left: 30px solid transparent;
   border-right: 0 solid transparent;
   bottom: 0;
   left: -30px;
}


/* THW Features
================================================== */

.thw-hover-effect i {
  transition: 400ms;
  -webkit-transition: 400ms;
}
.layout-withtitle i,
.layout-withtitle img {
  float: left;
  margin-right: 12px;
}
.layout-withtitle .feature-title {
  display: inline-block;
  letter-spacing: -0.5px;
}

.thw-features.layout-left i {
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
}

.thw-icon.pull-left {
  margin-right: 25px;
}

.icon-top-left .layout-withtitle i{
   float: none;
   margin: 0;
}


/* Product Slider
================================================== */

.owl-theme.product-slide{
   background: #333;
   margin-top: 80px;
   margin-bottom: 20px;
   padding: 25px 10px 20px 20px;
}

.product-item{
   padding-right: 20px;
}

.product-item .product-title{
   color: #fff;
   letter-spacing: 0.5px;
   font-size: 20px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.product-item .product-title a{
   color: #fff;
}

.product-item .product-desc{
   color: #fff;
   padding-right: 10px;
}

.product-item .btn-primary{
   padding: 10px 18px;
   font-size: 12px;
   margin-top: 18px;
}

.insurance-slide-shortcode .owl-controls {
   background: #333;
   color: #fff;
   position: absolute;
   top: -65px;
   right: 0;
   cursor: pointer;
}

.product-slide.owl-theme .owl-controls .owl-buttons div {
   margin: 5px 2px;
   font-size: 26px;
}

.insurance-slide-shortcode {
  position: relative;
}


/* Tab area
================================================== */

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
   border: 1px solid #ddd !important;
   border-top: 0 !important;
   padding: 25px;
   overflow: hidden;
}

.vc_tta.vc_general .vc_tta-tabs-list{
   border-bottom: 1px solid #ddd;
   background: #f5f5f5;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a{
   border-color: #ddd !important;
   background: none !important;
   border-bottom: 0 !important;
   border-top: 5px solid transparent !important;
   font-weight: 500;
   color: #555 !important;
   min-width: 200px;
   padding: 20px 15px !important;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active >a{
   background: #fff;
   background: #fff !important;
   border-bottom: 1px solid #fff !important;
   margin-bottom: -1px;
 }

.vc_tta-panel-body h4{
   margin-top: 0;
}


/* Video Area
================================================== */

.video-popup-shortcode .video-icon {
  text-align: center;
  color: #fff;
  display: block;
  top: 50%;
  margin-top: 200px;
  font-size: 36px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -80px;
}
.video-popup-shortcode .video-icon a {
  color: #fff;
}
.video-popup-shortcode .video-icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 20px;
}
.video-popup-shortcode {
  position: relative;
}

.video-icon .video-caption span {
  display: block;
  font-weight: 700;
  font-size: 28px;
}

.ts-padding.vc_column-inner  {
  padding: 50px;
}
.ts-padding.left {
  padding-left: 140px;
  padding-top: 80px;
  padding-right: 50px;
}
.ts-padding.right .vc_column-inner {
  position: relative;
  height: 600px;
}




/* Facts area
================================================== */

.thw-facts {
   text-align: center;
   padding: 25px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.thw-facts-right{
   margin-left: -30px;
}

.thw-facts-right .thw-facts{
    border-right: 0;
}

.thw-facts-bottom .thw-facts{
   border-bottom: 0;
}

.thw-facts-num{
   margin: 10px 0 0;
}


/* Latest post
================================================== */

.latest-post .post-body{
   padding: 20px 0;
}

.latest-post .post-title{
   font-size: 18px;
   letter-spacing: -0.5px;
   line-height: 26px;
   font-weight: 700;
   margin: 0 0 10px;
}

.post-item-date,
.post-item-author{
   color: #999;
}

.post-item-date i,
.post-item-author i{
   margin-right: 5px;
}

.post-item-author{
   margin-left: 10px;
}

.post-item-author a{
   color: #999;
}

.latest-post .post-text{
   margin-top: 10px;
}

.latest-post .btn-primary{
   padding: 10px 20px;
   font-size: 12px;
}


/* Call to action
================================================== */
.action-hover-effect {
  transition: 400ms;
  -webkit-transition: 400ms;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
}




/* thw title
================================================== */
.thw-title-shortcode .title {
  position: relative;
  letter-spacing: 1px;
  line-height: 34px;
}

.thw-title-shortcode .title .style-sub-title {
  letter-spacing: 0;
  display: block;
}

.thw-title-shortcode .title:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100px;
  height: 3px;
  left: 50%;
  margin-left: -50px;
}

/* Testimonial
================================================== */

.testimonial-slide.owl-carousel .owl-wrapper-outer{
   padding-top: 55px;
   padding-bottom: 16px;
}

.testimonial-quote-item{
   padding: 30px 40px;
   margin: 0 10px;
   background-color: #eeeeee;
   border-radius: 3px;
   position: relative;
}

.testimonial-quote-item:after{
   content: "";
   position: absolute;
   bottom: -16px;
   left: 50px;
   border-width: 16px 0 0 16px;
   border-style: solid;
   border-color: #eeeeee transparent;
   display: block;
   width: 0;
}

.testimonial-quote-item .quote-text{
   margin:10px 0;
   display: inline-block;
}

.testimonial-text:before{
   content: "";
    position: absolute;
    bottom: -22px;
    left: 20px;
    border-width: 21px 15px 0 15px;
    border-style: solid;
    border-color: #a7a7a7 transparent;
    display: block;
    width: 0;
}

.testimonial-text:after{
   content: "";
   position: absolute;
   bottom: -20px;
   left: 21px;
   border-width: 20px 14px 0 14px;
   border-style: solid;
   border-color: #f9f9f9 transparent;
   display: block;
   width: 0;
}

.testimonial-thumb{
   position: absolute;
   top: -50px;
   width: 80px;
   height: 80px;
   margin:0;
   border-radius: 100%;
   border: 5px solid #eeeeee;
}

.quotes-author{
   font-size: 1.1em;
   font-weight: 700;
}

.quotes-subtext{
   font-style: italic;
   margin-left: 5px;
}


.testimonial-slide.owl-theme .owl-controls{
   text-align: center;
   margin-top: 25px;
   position: relative;
   z-index: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-page.active span,
.owl-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-page span {
   width: 10px;
   height: 10px;
   margin: 5px 4px;
   background: #000;
   opacity: 0.3;
}




/* Partner
================================================== */

.partner-logo {
    border-right: 1px solid #eee;
    padding: 0 20px;
}

.owl-item:last-child .partner-logo,
.owl-item:nth-child(5) .partner-logo{
   border-right: 0;
}

.partner-logo img {
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Testimonial classic
================================================== */

.testimonial-classic {
   position: relative;
   padding: 30px;
   padding-right: 25px;
   border-width: 1px;
   border-style: solid;
   border-color: #ddd;
   margin-bottom: 40px;
}
.testimonial-classic:after {
   content: "";
   position: absolute;
   bottom: -40px;
   left: 45px;
   border-style: solid;
   border-width: 40px 0px 0 30px;
   border-color: #ddd transparent;
   display: block;
   width: 0;
   z-index: 1;
}

.testimonial-classic img {
   float: left;
   width: 80px;
   height: 80px;
   border-radius: 100%;
   margin: 0 25px 15px 0;
}

.sidebar .testimonial-classic img {
    float: none;
}

.sidebar .testimonial-classic-text {
    padding-left: 0;
}

.testimonial-classic-author {
  position: absolute;
  bottom: -65px;
  left: 90px;
}

.testimonial-classic-author h3.name {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: normal;
}

.testimonial-classic-author h4.desg {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  text-transform: capitalize;
  line-height: normal;
}


/* Team Member
================================================== */

.team-slide .team-wrapper {
    position: relative;
    max-width: 261px;
    min-height: 260px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.team-slide .team-wrapper .team-img-wrapper {
   position: relative;
   text-align: center;
   display: inline-block;
}

.team-slide .team-wrapper .team-img-wrapper .social-icons {
   top: 50%;
   position: relative;
}

.team-slide .team-wrapper .team-img-wrapper .social-icons i {
   font-size: 30px;
   color: #fff;
   margin-left: 10px;
}

.team-slide .team-wrapper .team-img-wrapper .team-img-wrapper-hover {
   position: absolute;
   text-align: center;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   background-color: rgba(27, 187, 155, 0.75);
   -webkit-transition: opacity 0.45s;
   -moz-transition: opacity 0.45s;
   -o-transition: opacity 0.45s;
   transition: opacity 0.45s;
   -webkit-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
}

.team-slide .team-wrapper .team-img-wrapper .team-img-wrapper-hover:hover {
   opacity: 1;
}

.team-slide .team-content .ts-name {
   font-size: 16px;
   margin-bottom: 0;
   line-height: normal;
}

.team-slide .team-content .ts-designation {
   color: #717171;
   font-size: 15px;
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 5px;
}

.team-slide.owl-theme .owl-controls .owl-buttons div{
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
}

.team-slide.owl-theme .owl-controls .owl-buttons div:hover {
    background: #117964;
}


/* Pricing table
================================================== */

.plan {
   list-style: none;
   margin: 20px 0;
   padding: 0 0 15px 0;
   text-align: center;
   background: #f6f6f6;
}

.plan.featured .plan-name h2 {
   color: #fff;
}

.plan.featured .plan-name h2 small {
   color: #fff;
}


.plan.featured a.btn:hover {
   background: #000;
}

.plan-name {
   display: block;
   padding: 40px 0;
   position: relative;
   background: #ececec;
}

.plan-name h2 {
   margin: 0;
   padding: 0;
   font-size: 25px;
   font-weight: 700;
   line-height: normal;
   letter-spacing: -1px;
}

.plan-name h2 small {
   display: block;
   font-size: 16px;
   margin-top: 5px;
}

.plan-price {
   padding: 25px 0 0;
}

.plan-price h2 {
   font-size: 36px;
   position: relative;
   display: inline-block;
}

.plan-price h2 .currency {
   top: -0.3em;
   font-size: 70%;
   left: -0.2em;
   font-weight: normal;
   color: #555;
}

.plan-price h2 sup {
   font-size: 14px;
   top:5px;
   display: block;
   color: #555;
   font-weight: normal;
}

.plan-price h2 strong {
   display: inline-block;
}

.plan-duration {
   margin-top: -40px;
   margin-bottom: 15px;
}

.plan li > ul {
   padding: 0 50px;
   margin-bottom: 0;
   list-style: none;
}

.plan li > ul li {
   border-top: 1px dotted #e5e5e5;
   padding: 20px 0;
}

.plan li > ul li:first-child {
   border-top: 0 !important;
}

.plan a.btn {
   display: block;
   margin: 17px auto;
   padding: 13px 20px 11px;
   max-width: 150px;
   font-size: 12px;
   font-weight: 700;
   background: #272d33;
}

.plan a.btn:hover {
   background: #000;
}

/* Footer Top
================================================== */

.footer-top {
   position: relative;
   margin-bottom: -60px;
   z-index: 1;
}


.footer-top .widget{
   margin-bottom: 0;
}

.footer-top-bg {
   border-radius: 3px;
   margin: 0;
   color: #fff;
}


.footer-top .footer-box {
   padding: 30px 35px 20px;
   min-height: 135px;
}


.footer-top .footer-box i {
   float: left;
   font-size: 28px;
    margin-top: 0px;
   background: rgba(0, 0, 0, 0.3);
   display: inline-block;
   text-align: center;
   width: 54px;
   height: 48px;
   line-height: 48px;
}

.footer-top .footer-box .footer-box-content {
   margin-left: 80px;
}

.footer-top .footer-box .footer-box-content h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 16px;
   color: #fff;
   font-weight: 700;
}

.footer-top .footer-box .footer-box-content p {
   margin: 0;
}

.footer-top .footer-box:nth-child(2){
   background: rgba(0, 0, 0, 0.07);
}

.footer-top .footer-box:nth-child(3){
   background: rgba(0, 0, 0, 0.15);
}


/* Footer
================================================== */

.footer {
  background: #25272e;
  color: #87888a;
  font-size: 14px;
  position: relative;
  padding: 90px 0 60px;
}

.footer-widget ul li a {
  color: #87888a;
}

.footer-widget .widget {
  margin-bottom: 0;
  margin-top: 30px;
}

/* Footer widget */

.footer-widget .widget .widget_title {
   color: #fff;
   font-size: 16px;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-top: 0;
   padding-bottom: 10px;
   margin-bottom: 30px;
   position: relative;
}

.footer .widget .widget_title:after {
   content: "";
   width: 34px;
   height: 1px;
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
}


/* newsletter */

.form.mc4wp-form {
  margin: 0;
}

.mc4wp-form input[type=email] {
   width: 80%;
   margin: 15px 0;
   background: rgba(0,0,0,.1);
   font-size: 12px;
   height: 45px;
   border: 1px solid rgba(255, 255, 255, 0.1);

}

.saifway-newsletter .form-group{
   position: relative;
}

.saifway-newsletter input[type=submit] {
   position: absolute;
   right: 0;
   top: 15px;
   border-radius: 0;
   padding: 12px 30px;
   background-image: url(images/newsletter-icon.png) !important;
   background-repeat: no-repeat;
   background-position: 20px 50%;
   text-indent: -9999em;
}

.saifway-newsletter .btn-primary{
   background: none;
   padding: 0;
}




.footer-logo img {
  display: inline-block;
}



/* footer share */

.footer-social-buttons ul {
  text-align: center;

}
.footer-social-buttons ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-social-buttons ul li i {
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.footer-social-buttons ul li a {
  color: #fff;
}

.footer-social-buttons ul li a:hover i {
  color: #fff;
}

/* Footer Links */

.footer-widget ul.list-arrow li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 36px;
}

.footer-widget ul.list-arrow li a{
   color: #87888a;
}


.footer-bottom{
   background: #25272e;
}





/* Copyright and footer menu
================================================== */

.copyright-info {
  position: relative;
  color: #87888a;
}

.copyright {
   border-top: 1px solid rgba(255, 255, 255, .1);
   padding: 25px 0;
}


#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 60px;
  position: fixed;
}

#back-to-top .btn.btn-primary{
   font-size: 22px;
   padding: 5px 14px;
   color: #fff;
   border: none;
   border-radius: 0;
   transition: 300ms;
   -webkit-transition: 300ms;
}

#back-to-top .btn.btn-primary:hover {
   background: #222;
   color: #fff;
}

.footer-menu{
   float: right;
}

.footer-menu ul li{
   display: inline-block;
   line-height: 12px;
   padding-left: 8px;
}

.footer-menu ul li a{
   color: #fff;
   padding: 0;
   text-transform: uppercase;
   font-size: 13px;
}

#menu-footer-menu{
   padding-right: 0;
}

/* Banner and bredcrumb
================================================== */


.banner-area {
   position: relative;
   min-height: 250px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.banner-text {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   max-width: 1170px;
   margin: 0 auto;
   width: 100%;
   z-index: 1;
   margin-top: -45px;
}

.banner-title{
   color: #fff;
   font-size: 32px;
   text-transform: uppercase;
   line-height: normal;
   margin: 0;
   letter-spacing: 2px;
}

.breadcrumb {
   background: none;
   margin-bottom: 0;
   list-style: none;
   border-radius: 0;
   font-size: 14px;
   padding: 0;
}


.breadcrumb .current {
   color: #fff;
   padding-left: 5px;
}

.breadcrumb{
   background: none;
   color: #fff;
   font-weight: 600;
}

.breadcrumb a{
   padding: 0 5px;
}


/* News
================================================== */

.entry-blog{
   padding-top: 15px;
}

.post {
    border-bottom: 1px solid #dedede;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.single .post{
   border-bottom: 0;
}

/* Blog listing */

.blog-header{
   padding: 15px 0 10px;
}

.blog-header .page-title{
   margin: 5px 0 40px;
   position: relative;
   font-size: 28px;
   line-height: 34px;
   text-transform: capitalize;
}


.blog-header .page-title:after{
   content: "";
   position: absolute;
   display: inline-block;
   bottom: -18px;
   left: 0;
   width: 80px;
   height: 3px;
}

.blog-header .page-title a{
   color: #3d4049;
}

.publish-date i{
   margin-right: 8px;
   color: #999;
}

/* Meta */

.meta-category{
   margin: 0 10px;
   padding: 0 15px;
   border-left: 1px solid #dedede;
   border-right: 1px solid #dedede;
   line-height: 12px;
   display: inline-block;
}

.meta-category,
.meta-author,
.entry-comment{
   color: #999;
}

.meta-category a,
.meta-author a,
.entry-comment a{
   color: #333;
}

.entry-content.blog-entry-summary{
   margin-top: 5px;
}


/* widget */

.widget ul.nav>li>a {
  display: inline-block;
  padding: 2px 0;
  font-weight: 500;
}

.widget >ul.nav {
  padding: 0;
}

.widget .widget_title {
   font-size: 16px;
   margin-top: 0;
   padding-bottom: 5px;
   margin-bottom: 30px;
   position: relative;
}

/* Sidebar */

.page-template-page-blog-left-sidebar .sidebar .widget{
   margin-right: 20px;
}

.page-template-page-blog-right-sidebar .sidebar .widget{
   margin-left: 20px;
}

.single-format-standard .sidebar .widget{
   margin-left: 20px;
}

.sidebar .widget .widget_title{
   font-size: 20px;
   font-weight: 700;
   position: relative;
   margin-bottom: 40px;
   margin-top: 0;
   line-height: normal;
   letter-spacing: -1px;
}

.sidebar .widget .widget_title:after{
   content: '';
   width: 30px;
   left: 0;
   bottom: -10px;
   height: 3px;
   position: absolute;
}

#recentcomments .recentcomments {
  padding:5px 0 !important;
}

#recentcomments .recentcomments a{
  color: #333;
}

/*-- Latest Post --*/

/* latest post widget 2 */

.themewing-latest-post2 {
   padding: 0;
   margin: 0;
   margin-top: 45px;
   list-style:none;
}
.themewing-latest-post2 li {
   margin-bottom: 20px;
   padding-bottom: 10px;
   border-bottom: 1px solid #dedede;
}

.themewing-latest-post2 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.latest-post-image2.pull-left {
  margin-right: 15px;
}

.latest-post-image2 img {
  width: 90px;
  height: 70px;
}

.latest-post-content2 h4 {
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   margin: 0;
}

.latest-post-content2 h4 a {
   color: #3d4049;
   transition: 300ms;
   -webkit-transition: 300ms;
}

.latest-post-content2 .side-meta {
   margin-top: 3px;
   color: #999;
}


/* Categories */

.widget_categories ul li{
   color: #3d4049;
   line-height: normal;
   font-weight: 600;
   border-bottom: 1px dotted #d3d3d3;
   padding: 15px 0;
}

.widget_categories ul li:first-child{
   padding-top: 0;
}

.widget_categories ul li:last-child{
   border-bottom: 0;
}

.widget_categorie ul li a{
   color: #3d4049;
   border-radius: 0;
   padding: 0;
   padding-left: 0;
   font-weight: 400;
   display: inline-block;
}


/* Tags */

.widget.widget_tag_cloud .tagcloud a {
  border: 1px solid #dedede;
    color: #777;
      display: inline-block;
    font-size: 13px !important;
    padding: 3px 15px;
    margin: 0 2px 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    border: 1px solid transparent;
}


/*-- Content Box slide --*/

.box-slide .item{
   min-height: 650px;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.box-slider-content{
   top: 50%;
   padding: 0;
   position: absolute;
   width: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.box-slider-text{
   background: rgba(255, 255, 255, .8);
   display: inline-block;
   padding: 30px;
   max-width: 600px;
}

.box-slide-title{
   font-size: 24px;
   margin: 0;
   color: #666;
}

.box-slide-title > strong{
   font-size: 36px;
   line-height: 40px;
   color: #333;
   padding-top: 5px;
   display: inline-block;
}

.box-slide-desc{
   margin: 10px 0 15px;
}

.box-slider-text .btn-primary{
   padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls{
   margin: -20px;
}

.owl-theme.box-slide .owl-pagination{
   position: relative;
   top: -40px;
   display: none;
}

.box-slide.owl-theme .owl-controls .owl-page span{
   opacity: .8;
   background: #fff;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]{
   line-height: 56px;
   width: 56px;
   height: 56px;
   background: #fff;
   color: #222;
   font-size: 36px;
   padding: 0;
   margin: 0;
   position: absolute;
   top: 50%;
   right: 0;
   margin-top: -65px;
}

.box-slide.owl-theme .owl-controls .owl-buttons .owl-prev{
   left: 0;
   right: auto;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]:hover{
   background: #333;
   color: #fff;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-] {
   opacity: 0;
   filter: alpha(opacity=0);
   background-image: none;
   background-repeat: no-repeat;
   text-shadow: none;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}

.box-slide.owl-theme:hover .owl-controls .owl-buttons [class*=owl-]{
   opacity: 1;
   filter: alpha(opacity=100);
}




/* Box slide No bg */

   .box-slide-no-bg .box-slider-text{
      background: none;
      color: #fff;
   }

   .box-slide-no-bg .box-slide-title,
   .box-slide-no-bg .box-slide-title > strong{
      color: #fff;
   }

   .box-slide-no-bg .box-slide-title > strong{
      font-size: 40px;
   }


/*  Add Woocommerce
================================================== */
.wooshop .page-title {
  display: none;
}
.woocommerce .woocommerce-ordering select {
  margin-bottom: 12px;
  border: 1px solid #eee
}
.woocommerce .woocommerce-result-count {
  margin-top: 12px;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
  margin-top: 20px;
  margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0 0 10px;
  line-height: 1.4;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 0;
  position: absolute;
  top: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0;
  transition: 400ms;
  font-weight: 400;
  opacity: 0;
  line-height: 1.4;
}
.woocommerce ul.products li.product .added_to_cart {
  right: 0;
  left: auto;
}
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
  opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  transition: 400ms;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px 20px;
  background: #f2f2f2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin: 0 2px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
button:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.woocommerce div.product form.cart .button {
  border-radius: 0;
  padding: 14px 20px;
  font-weight: 400;
}
.woocommerce .quantity .qty {
  width: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}

.woocommerce-product-gallery__image {
  margin-bottom: 30px;
}



@media (max-width: 768px) {

  .header-variation3 ul.main-menu {
    text-align:left;
  }

  .header-variation3 ul.main-menu>li>a {
    line-height: 50px;
  }

  .header-variation3 ul.main-menu>li.current-menu-parent>a, .header-variation3 ul.main-menu>li:hover>a {
    color: #3a5371;
  }
}


.header-right
{
	width:70% !important;
}
.site-logo
{
	padding-top:25px;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple])
{
	height:40px !important;
}
.nf-form-content label
{
	font-size:14px !important;
	font-weight:300 !important;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"]
{
	background:#0583c4 !important;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover
{
	color:#fff !important;
	background-color:#066b9f !important;
}
.vc_tta-panel-body
{
	padding-left:10px !important;
	padding-right:10px !important;
}
.home-contact .wpcf7-form-control.wpcf7-submit
{
	color:#fff !important;
	background-color:#066b9f !important;
}
@media only screen and (max-width: 600px) {
	.ts-padding.right
	{
		height:220px !important;
	}
	.header-right ul.top-info
	{
		display:none !important;
	}
	.logo img
	{
		padding-bottom:20px;
	}
}
	