/*
Author: Spiraclethemes
Author URI: https://www.spiraclethemes.com
*/


/**
====================================================================
  General Classes
====================================================================
*/

*, *:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    background: transparent;
    border: 1px solid #eceaea;    
    font-size: 12px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
}

textarea {
    background: transparent;
    border: 1px solid #eceaea;
    color: #a1a1a1;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;

}

h1 { 
    font-size: 45px;
    margin: 15px 0;
}
    
h2 { 
    font-size: 30px; 
    margin: 10px 0;
}
    
h3 {
    font-size: 25px;
    margin: 8px 0;
}
    
h4 {
    font-size: 18px;
    margin: 5px 0;
}
    
h5 {
    font-size: 16px;
    margin: 5px 0;
}

h6 {
    font-size: 14px;
    margin: 5px 0;
}

blockquote {
    background: transparent url(../img/bquote.png) no-repeat scroll 0 0;
    border: none;
    padding: 0 0 0 40px;
}

blockquote p {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 8px !important;
}

blockquote cite {
    font-weight: 700;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

caption, td {
    font-weight: normal;
    text-align: left;
}

tr {
    font-weight: 700;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ol {
    margin-left: 20px;
}

li > ul, li > ol {
    margin-left: 20px;
}

address {
    font-style: italic;    
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

dd {
    margin: 0 0 1.5em 20px;
    padding: 0;   
}

big {
    font-size: 125%;
}

small {
    font-size: 80%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display: block;
}

/* End hide from IE Mac */
.none {
    display: none;
}

/* End Clearfix */
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.skin {
    color: #dd3333;
    margin: 0 5px;
}

.clear {
    clear: both;
}

html,
body {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100% !important;
}

a {
    color: #b5b4b4;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #dd3333;
    text-decoration: none;
}

.full-width {
    width: 100%;
}

.row-content {
    margin: 50px 0 0 0;
}

.add-margin-top-75 {
    margin-top: 75px;
}

.loader-wrapper {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
}

#pre-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    background: url("../img/loader.gif") no-repeat;
}

.pb-content {
    margin-top: 70px;
    margin-bottom: 70px;
}


/**
====================================================================
  WordPress Core
====================================================================
*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;    
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;    
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    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. */
}

.sticky {
    margin-bottom: 2px; 
}

.entry-title .fa-thumbtack {
    padding-right: 5px;
}

.gallery-caption {
    font-size: 16px;
    font-weight: 700;
}

.bypostauthor {
    font-size: 14px;
    color: #555;
}


/**
====================================================================
  Top Menu
====================================================================
*/

header {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #f1f1f1;
}

header.fixed {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid rgb(236, 236, 236);
    z-index: 2;
    width: 100%;
    background: rgb(255, 255, 255);
    animation: 1s ease-in-out 0s 1 normal none running menu_sticky;
}

.top-menu.navbar {
	width: 75%;
    float: right;
	margin-bottom: 0;
	border: none;
}

header #soma-main-menu-wrapper .nav>li>a {
    padding: 0 0 18px 0;
    margin: 0 22px;
    position: relative;
    z-index: 9;
}

#navbar-collapse-1 {
    padding: 0;
}

header .logo {
    float: left;
    width: 25%;
    padding: 0;
    text-align: left;
    margin-top: 5px;
}

header .soma-main-menu {
    float: right;
}

h1.site-title,
p.site-title {
    font-size: 25px !important;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
}

#soma-main-menu-wrapper {
    margin: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin-top: 15px;
}

#soma-main-menu-wrapper li {
    position: relative;
}

#soma-main-menu-wrapper .nav>li {
    float: left;
    padding: 10px 0;
    padding-bottom: 0;
}

#soma-main-menu-wrapper .nav>li>a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    background: transparent;
}

header.fixed .soma-top-bar {
	margin-top: 10px;
}

header.fixed .logo {
	margin-top: 15px;
}


@keyframes menu_sticky {
    0%  {margin-top:-120px;opacity: 0;}
    50%  {margin-top: -64px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}


/**
====================================================================
  Sub Menu
====================================================================
*/

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu,
#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu .dropdown-menu {
    transition:all 0.4s ease-in-out;
    opacity: 0;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    z-index: 9;
    border: 1px solid rgba(0,0,0,0.03);
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -webkit-transition:all 0.4s ease-in-out;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li {
    padding: 6px 12px;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu {
	margin-top: -2px;
	padding: 0;
	display: none;
    width: 230px;
    top:100%;
    left:0;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu .dropdown-menu {
    width: 200px;
    top:-5px;
    left:102%;
    display: none;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu>li:hover .dropdown-menu {
    left:100%;
    opacity: 1;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li a {
    font-size: 13px;
    color:#38384f;
    line-height: 25px;
    display: inline-block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li:last-child {
    border: none;
}

#soma-main-menu-wrapper .nav li.dropdown .fa {
    display: none;
    position: absolute;
    z-index: 99;
    width: 60px;
    right: 0;
    top:0;
    line-height: 50px;
    border-left: 1px solid rgba(0,0,0,0.05);
    color: #38384f;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li.dropdown .fa {
    line-height: 45px;
}

#soma-main-menu-wrapper .navbar-toggle .icon-bar {
    background: #000;
}

.dropdown-menu > li > a {
	padding: 3px 10px;
	white-space: inherit;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background: none;
}

#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background: none;
}

/* Headings and Subheadings */

.section-heading {
    margin-top: 70px;
}


.heading h2 {
    color: #dd3333;
    display: inline-block;    
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased !important;
}

.heading h2 > span {
    color: #555;
    font-weight: 300;
    padding-left: 5px;
}

.subheading p {
    margin: auto;
    width: 37%;
}

.subheading p.left {
    margin: 0;
}

/**
====================================================================
  Top bar
====================================================================
*/

.soma-top-bar,
.soma-top-header {
	text-align: right;
}

.soma-top-bar .top-social a,
.soma-top-header .top-social a {
	padding-right: 10px;
	color: #555;
}

.soma-top-bar .top-social a:last-child,
.soma-top-header .top-social a:last-child {
	padding-right: 0;
}

.soma-top-bar .top-social,
.soma-top-header .top-social {
    padding-left: 30px;
}

.soma-top-header {
	background: #ececec;
}

.soma-top-header .top-menu-links {
    padding-left: 30px;
}

.soma-top-header .soma-top-menu {
    padding: 8px;
}

.soma-top-header i {
	padding-right: 5px;
}


/**
====================================================================
  Header Style 2
====================================================================
*/

header.style2 {
	padding: 0;
}

header.style2 .logo {
	width: 100%;
	margin-top: 15px;
}

header.style2 .top-menu-links a {
	color: #b5b4b4;
}

header.style2 .soma-main-menu {
	float: none;
}

header.style2 #shop-nav {
	border-top: 1px solid #d2d2d2;
}

header.style2 #soma-main-menu-wrapper {
	margin-top: 5px !important;
}

header.style2 ul.nav {
	margin-left: 0;
}

#shop-nav .navbar ul li.right {
    float: none;
    position: absolute;
    right: 0;
}


/**
====================================================================
  Slider
====================================================================
*/

#slider {
    margin: 0 0;
}

#slider #slider-inner {
    background-size: cover !important;
    height: 600px;
    padding-top: 25px;
    position: relative;
}

#slider #slider-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
}

#slider .item span {
    background: rgba(33, 33, 33, 0.5);
    content: "";
    height: 600px;
    position: absolute;
    width: 100%;
    left:0;
    top:0px;
    z-index:0;
}

#slider .owl-carousel .owl-item .item {
    height: 100vh;
    overflow: hidden;
}

#slider .owl-carousel .owl-item .item .item-bg {
    background-repeat: no-repeat;    
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

#slider .caption {
    color:#fff;
    position: absolute;
    left: 0;    
    top: 35%;    
    text-align: center;
    width: 100%;    
}


#slider .caption h1 {
    text-align: center;     
    font-weight: 900;
    
}

#slider .caption p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: auto;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 55%;    
}

.slider-buttons {
    margin-top:30px;
}

.slider-buttons a {
    padding:12px 25px 12px 10px;         
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
}


/* Slider Promo */

#slider-inner .promo-section {
    color: #fff;
    display: table;
    height: calc(100vh - 100px);
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.promo-section .promo-text {
    display: table-cell;
    vertical-align: middle;
}

.promo-section h1 {    
    font-weight: 900;
}

.promo-section p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: auto;
    padding: 10px 0 10px 0;
    width: 55%;
}

.promo-section .read-more {
    margin-top: 25px;
    display: inline-block;
    margin-right: 30px;
}

.read-more a {
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;    
    padding: 18px 35px;    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.read-more a:hover {
    background: #dd3333;
    color: #fff;
    border: 1px solid #dd3333;
}


/**
====================================================================
  Homepage Service Section
====================================================================
*/

.service-wrapper .pb-content {
    margin: 50px 0;
}

.service span {    
    color: #555;
    cursor: pointer;
    font-size: 50px;
    font-size: 30px;
    padding: 40px;
    border: 1px solid #cecece;
}

.service .content {
    margin-top: 50px;
    margin-bottom: 20px;
}

.service .icon {
    margin-top: 30px;    
    margin-bottom: 15px;
}

.service .heading h3 {
    color: #555;
    font-size: 16px;
    font-weight: 700;
}

.service .descr p {
    margin-top: 10px;
    padding: 0 20px;
}


/**
====================================================================
  Call to Action
====================================================================
*/
.cta-section {
    margin-top: 70px;
    color: #fff;
}

.cta-section .heading h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;

}

.cta-section p {
    padding: 0 30px;
}

.cta-section .read-more a:hover {
    background: #000;    
}

.cta-section .learn-more {
    margin-top: 10px;
}


/**
====================================================================
  Testimonial
====================================================================
*/

.testimonial-wrapper {
    margin: 60px 0;
    background: rgba(0, 0, 0, 0.26);
    padding: 40px;
    transition: 0.5s;
}

.testimonial-wrapper:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.section-heading-testimonial {
    padding-top: 50px;
}

.section-heading-testimonial h2 {
    color: #fff;
}

.testimonial-section .testimonial-inner {
    text-align: center;
    color: #fff;
}

.testimonial-section .client-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

p.client-company {
    font-size: 12px;
}

/**
====================================================================
  Client Showcase
====================================================================
*/

.client-image {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:center;
    padding:30px 0;
}

.client-image .img-container img {
    width: 120px;
}


/**
====================================================================
  Footer
====================================================================
*/


#soma-footer-section {
    border-top: 1px solid #f3f2f2;
    background: #313131;
    color: #555;
}

footer .section {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 35px;
}

footer h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer #soma-footer-section a {
    color: #fff;
}

footer .heading h4 span {    
    font-weight: 300;
    padding-left: 3px;
}

footer .soma-logo-bottom img {
    width: 65%;
}

footer .soma-copyrights {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .social ul li {
    display: inline;
    padding-right: 4px;
}

footer .social ul li img {
    width: 25px;
}

footer .links li {
    padding: 3px 0;
}

footer .footer-widgets-wrapper ul li {
	padding: 5px 0;
}

footer .links li a i {
    padding-right: 5px;
}

footer .links li a span {
    display: none;
}

footer .links-connect i {
    padding-right: 5px;
}

footer .quick-blog li {
    margin: 5px 0;
}

footer .quick-blog li h4 > a {
    color: #555;
}

footer .quick-blog a:hover {
    color: #fff !important;
}

footer .blog-links h5 {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin:0 15px 3px 0;
}

footer .blog-links p {
    margin-top: 5px;
    font-size: 11px;
}

footer .blog-links p > span {
    padding-left: 5px;
}

footer .thumb {
    width: 65px;
    height: 55px;
    overflow: hidden;
    display: inline-block;
}

footer .thumb img {
    width: 100%;
    min-height: 100%;
}

footer .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

footer .nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

footer .blog-thumb .content {
    padding-left: 25px;
}

footer ul {
    list-style-type: none;
    margin: 0;
}

.menu-footer-container li {
    padding: 8px 0;
}

.menu-footer-container li a:hover {
    color: #fff !important;
    font-weight: normal;
}

.widget_nav_menu {
    color: #dd3333;    
    font-weight: 700;
}

.blog-links li a:hover {
    color: #dd3333;
}

footer .blog-thumb img {
    float: left;
}

footer .contact li {
    margin: 5px 0;
}

footer .contact span.icon {
    display: inline-flex;
    width: 15px;
}

footer .contact span.text {
    width: 150px;
    display: inline-flex;
    padding-left: 8px;
}

footer .social-icons {
    margin: 20px 0;
}

footer .social-icons i {    
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 29px;
    padding: 8px;
    text-align: center;
    width: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .social-icons span {
    padding-right: 3px;
    padding-bottom: 5px;
    display: inline-block;
}

footer .social-icons i:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#soma-footer-bottom {
    background: #232323;
}

footer p.soma-copyright {
    color: #fff;    
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
    margin: 0;
}

footer p.soma-copyright a {
    color: #fff;
}

.footer-sp {
    float: right;
}

/**
====================================================================
  Button Styles
====================================================================
*/

button.trans {
    background: none;
    border-radius: 45px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.black {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    height: 50px;
    width: 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.grey {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 50px;
    width: 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button i {
    padding-left: 5px;
}

.btn-default:hover {
    background: #dd3333;
    border: 1px solid #dd3333;
    color: #fff;
}

.btn-default.active, .btn-default:active, .btn-default:focus {
    background: none;
    border-radius: 45px;
    border: 1px solid #fff;
    color: #fff;
}

.btn-black:hover {
    background: #333;
    border: none;
    color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

html input[type=button], input[type=reset], input[type=submit] {
    color: #fff;
    background: #dd3333;
    border: 1px solid #dd3333;    
    padding: 11px 30px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**
====================================================================
  Page Title
====================================================================
*/

#page-title {
    color: #fff;
    margin: 0 0;
    background: #dd3333;
}

#page-title h1 {
    font-size: 34px;
    font-weight: 900;
    margin-top: 90px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

#page-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: auto;
    text-align: center;
    width: 425px;
}

#page-title .inner-overlay {        
    background: rgba(0,0,0,.5);        
    color: #fff;
}

article.page {
    /*margin-top: 70px;*/
}

article .product {
    margin-top: 70px;
}


/**
====================================================================
  Breadcrumbs
====================================================================
*/

#page-title .bread-crumb {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: right;
}

#crumbs {
    margin-bottom: 10px;
}

.bread-crumb a {
    color: #fff;
}

#page-title .bread-crumb p > i {
    padding: 0 5px;
}


/**
====================================================================
  About Page
====================================================================
*/

#about-section {
    padding: 70px 0;
}

.image-content {
    text-align: center;
}

.image-content img {
    display: inline;
}

.about-content {
    margin: 20px 0;
}

.text-section {
    padding: 70px 0;
}

.text-section .subheading {
    padding-bottom: 20px;
}

.services-section {
    padding: 70px 0;
}

.home .page-section{
    display: none;
}

.page-section {
    padding: 70px 0;   
}

#about-section .heading h3,
.services-section .heading h3 {
    color: #dd3333;
    display: inline-block;    
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 15px;
    -webkit-font-smoothing: antialiased !important;
}

#about-section .heading h3 > span,
.services-section .heading h3 > span {
    color: #555;
    font-weight: 300;
    padding-left: 5px;
}

#meet-team {
    margin: 0 0;
    padding: 70px 0;
}


.teaminfo {
    text-align: center;
}

.teaminfo h5 {
    font-weight: 700;
    margin-bottom: 5px;
}


.team-member-section .hovereffect {
    cursor: default;
    float: left;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.team-member-section .hovereffect img {
    border-radius: 50%;
    display: block;
    position: relative;
    margin: auto;
}

.team-member-section .hovereffect a.info {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 50px 0 0 0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.team-member-section .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.team-member-section .hovereffect a i {
    font-size: 20px;
    opacity: 0;
    padding: 10px;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.team-social {
    margin-top: 15px;
    text-align: center;
}

.team-social ul {
    list-style-type: none;
    
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    padding-left: 25px;
}

.team-social li:first-child a {
    padding-left: 0;
}

.text-widget-section .subheading {
    padding-bottom: 20px;
}

/**
====================================================================
  404 Page
====================================================================
*/

#page-error {
    background: #fafafa;
    margin: 0 0;
}

.page-error-content {
    padding: 200px 0;
    text-align: center;
}

.page-error-content h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.page-error-content p {
    font-size: 15px;
    padding-top: 5px;
}


/**
====================================================================
  Recent Blog Section
====================================================================
*/

.blog-section .image img {
    max-width: 100%;
    height: 100%;
}

.blog-section .meta .meta-item {
    padding-right: 10px;
}

.blog-section .meta {
    margin: 10px 0;
}

.blog-section .blog-content p {
    margin: 0;
}

.blog-section .heading h4 {
    margin-top: 20px;
}

.blog-section .heading h4 a {
	text-decoration: none !important;
}

.blog-section .meta .meta-item span {
    padding-right: 5px;
}

.blog-section a.read-more {
    margin-top: 20px;
    display: inline-block;
}


/**
====================================================================
  Blog Page
====================================================================
*/

#blog-section {
    padding-top: 70px;
}

.blog-post {
    padding-bottom: 50px;
}

.single .blog-post {
    padding-bottom: 15px;
}

.single .post-info {
    padding: 30px 0;
}

.single .nav-links {
    background: #fbfbfb;
    padding: 25px;
    font-size: 13px;
    margin-bottom: 40px;
}

.single h2.entry-title {
	font-size: 27px;
	font-weight: 500;
	color: #555;
	margin: 30px 0;
}

.single .post-category li {
    display: inline;
}

.single ul.post-categories {
    display: inline;
}

.single .post-tags {
    text-align: right;
}

.blog-post .meta {
    font-size: 13px;
    margin: 15px 0;
}

aside .blog-thumb .thumb {
	margin-top: 10px;
}

.blog-post .meta.style2 {
    margin: 0;
}

.archive .blog-post .meta {
    margin: 0;
}

.blog-post .meta .lnr-clock,
.blog-post .meta .lnr-user,
.blog-post .meta .lnr-bubble {
    font-size: 11px;
}

.blog-post .meta span.meta-item {
   padding-right: 20px;
}

.blog-post .meta span.lnr {
    padding-right: 7px;
}

.blog-post .content h3 {
    font-size: 25px;
    font-weight: 700;    
}

.blog-post .content h3 > a {
    color: #555;
}

.blog-post .content h3 > a:hover {
    color: #dd3333;
}

.blog-post .content p {
    margin: 20px 0;
}

.blog-post .read-more {
    margin-top: 40px;
    margin-bottom: 50px;
}

.blog-post .read-more a {
    padding: 15px 25px;
    color: #555;
    font-size: 12px;
    height: 45px;
    width: 115px;
    border: 1px solid #dedede;
    border-radius: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-post .read-more a:hover {
    background: #dd3333;
    color: #fff;
    border: 1px solid #dd3333;
}

.search .entry-summary {
	margin-top: 20px;
}

#searchform #searchsubmit {
    display: none;
}

.search-results article {
    margin: 30px 0;
}

.blog-post img, img {
    max-width: 100%;
    height: auto;
}

input.blog-search {
    border: 1px solid #dedede;
}

aside .search-icon {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
}

aside .search-icon i {    
    cursor: pointer;
}

#page-not-found-section .search-icon,.no-results .search-icon {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
}

#page-not-found-section .search-icon i,.no-results .search-icon i {    
    cursor: pointer;
}

aside ul {
    list-style-type: none;
    margin:0;
}

aside ul.sub-menu {
    list-style-type: none;
    margin-left: 20px;
}

input.blog-search::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: italic;
}

input.blog-search:-moz-placeholder, textarea:-moz-placeholder {
    font-style: italic;
}

aside .widgets {
    margin-top: 40px;
}

aside .blog-links li:before {
	content: none;
}

aside .blog-links li .blog-thumb i {
	padding-right: 5px;
}

aside h4 {
    color: #555;    
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

aside ul li:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    padding-right: 5px;
}


aside ul li {
    padding: 6px 0;
}

.widget-area aside {
    margin-bottom: 50px;
}

.pagination a.page-numbers {
    border: 1px solid #555;
    border-radius: 50%;    
    font-size: 12px;
    height: 29px;
    padding-top: 2px;
    text-align: center;
    width: 29px;
    display: inline-block;
    margin-right: 5px;
}

.pagination a.page-numbers:hover {    
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination a.next:hover, .pagination a.prev:hover {
    background: none;
    border: 0;    
}

.pagination a.next, .pagination a.prev {
    border: none;
    border-radius: 0;
    color: #555;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
    width: 80px;
    display: inline-block;
}

.pagination span.current {    
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 29px;
    padding-top: 2px;
    text-align: center;
    width: 29px;
    margin-right: 5px;
}

.page-link {
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-link a:first-child {
    margin-left: 10px;
}

.page-link span {    
    border: 1px solid #dd3333;
    background: #dd3333;
    color: #fff;
    border-radius: 50%;    
    display: inline-block;
    font-size: 12px;
    height: 29px;
    padding-top: 2px;
    text-align: center;
    width: 29px;
    margin-right: 5px;      
}

.page-link a>span {
    border: 1px solid #555;
    background: none;
    color: #555;
       
}

.page-link a>span:hover {
    border: 1px solid #dd3333;
    background: #dd3333;    
    color: #fff;
}

/**
====================================================================
  Blog Single
====================================================================
*/


.blog-cat {
    margin: 30px 0;
}

.blog-cat .category {
    font-weight: 700;
}

.blog-cat .tags {
    float: right;
    font-weight: 700;
}

.blog-cat .category a, .blog-cat .tags a {
    color: #555;
    font-weight: normal;
    padding: 0 3px;
}

#comments {
    margin-top: 80px;
}

#comments ol {
    list-style-type: none;
}

#comments h4 {
    font-size: 17px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

#comments h4:after {
    background-color: #c5c5c5;
    content: '\a0';
    height: 1px;
    margin-left: 10%;
    overflow: hidden;
    position: absolute;
    top: 51%;
    width: 100%;
}

#comments a {
	text-decoration: underline;
}

#comments .reply {
    float: right;
}

#comments .reply a {
    color: #555;
    text-transform: uppercase;
}

#comments .reply a:hover {
    color: #dd3333;
}

#comments .reply a:before {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    padding-right: 5px;
}

#comments .vcard .fn {
    color: #000;
    padding-right: 5px;
}

.comment-list .depth-1 {
    margin-top: 50px;
}


.comment-container {
    border-bottom: 1px solid #EEEEEE;
    margin-left: 90px;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-container h4 {
    border: none;
    display: inline-block;
    text-align: left;
}

.comment-container h4 span {
    padding: 0;
}

.comment-body {
    clear: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

#respond {
    margin-top: 50px;
    margin-bottom: 50px;
}

#respond #reply-title {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

#respond #reply-title small {
    padding-left: 10px;
}

#respond .comment-notes {
    margin: 10px 0 25px 0;
}

#respond .logged-in-as {
    padding: 20px 0;
}

.avatar {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    margin-right: 30px;
    margin-top: -10px;
}

.avatar img {
    display: block;
    margin-right: 20px;
    position: relative;
    z-index: 0;
}

h4.comment-author {
    font-size: 16px;
    line-height: 0;
    margin: 0;
}

h4.comment-author a {
    color: #555;
}

#comment-list {
    margin: 50px 0;
}

#comment-list .comment-meta {
    display: inline;
    margin-bottom: 10px;
}

#comment-list .comment-date {
    color: #888;
    font-size: 12px;
}

#comment-list .comment {
    margin-bottom: 50px;
}

.comment-reply-link {
    display: inline-block;
}

a.link-style3 {
    color: #A0A0A0 !important;
    font-size: 12px;
}

.author-details h5 {
    padding-top: 15px;
}


.author-details h5 a {
    color: #555;
    font-size: 16px;
    font-weight: 700;
}

.comment-body p {
    margin: 30px 0;
}

.comment-meta i {
    padding-right: 5px;
}

.comment-meta a {
    color: #555 !important;
    font-size: 12px;
}

.comment-meta a:hover {
   color: #dd3333;
}

.children .comment {
    padding-left: 50px;
}

.blog .form-submit h3 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.blog .form-submit p {
    margin: 10px 0;
}

.blog #contact-form {
    margin-top: 30px;
}

.navigation.posts-navigation{
    margin-bottom: 30px;
}

.post-navigation h2 {
    display: none;
}

.nav-links a {
    color: #555;
}

.nav-links a:hover {
    color: #dd3333;
}

.nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    display: inline-block;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links > .nav-next:first-of-type {
    width: 100%;
}

.nav-links .nav-previous:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    padding-right: 5px;
}

.nav-links .nav-next:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    padding-left: 5px;
}

#commentform input, #commentform textarea {
    margin-bottom: 15px;
}

#commentform input[type=submit] {
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 50px;    
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#commentform input[type=submit]:hover {
    background: #dd3333;
    border: 1px solid #dd3333;
    color: #fff;
}

/**
====================================================================
  Contact Page
====================================================================
*/

#wpgmza_map {
    margin-top: 70px;
    margin-bottom: 30px;
}

.contact-address .icon {
    display: inline-flex;
    width: 75px;
}

.contact-address .text {
    display: inline-flex;    
    width: 250px;
}

.contact-address .icon-display {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.contact-address .icon-display i {
    font-size: 25px;
}

.contact-address .item {
    margin: 30px 0 30px 0;
}

.contact-address .item address, #contact .item p {
    margin-top: -10px;
}

.contact-address p.email,
.contact-address p.phone {
    margin-top: -15px;
}

.contact-form form label {
    display: block;
}

.contact-form p {
    margin: 0;
}

.contact-form form input[type=submit],.wpcf7 form input[type=submit] {
    margin-top: 20px;
    color: #555;
    background: none;
    border: 1px solid #b7b7b7;
    border-radius: 45px;
    height: 50px;
    width: 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form form input[type=submit]:hover,.wpcf7 form input[type=submit]:hover {
    background: #dd3333;
    border: 1px solid #dd3333;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wpcf7 p label {
    width: 100%;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

/**
====================================================================
  Button to Top
====================================================================
*/

.btntoTop {
    background: #555;
    border: 1px solid #555;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btntoTop:before {
    content: "\f106";
    font: 20px 'Font Awesome 5 Free';
    font-weight: 700;
}

.btntoTop.active {
    opacity: 1;
}

.btntoTop.active:hover {
    opacity: 0.8;
    background: none;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}


/**
====================================================================
  Hover Animations
====================================================================
*/

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #dd3333;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.hvr-icon-spin {    
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}


/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-ripple-out:before {  
   position: absolute;  
   top: 25px;
   right: 0;
   bottom: 0;
   left: 0;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
   -webkit-animation-name: hvr-ripple-out;
   animation-name: hvr-ripple-out;
}


/**
====================================================================
  Portfolio
====================================================================
*/


ul#list {
    list-style-type: none;
    margin-left: 0;
    text-align: center;
}

.effects .pfolio-img {
    position: relative;    
}

.effects .pfolio-img:last-child {
    margin-right: 0;
}

.effects .pfolio-img img {
    display: block;    
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 100%;    
}

.isotope .pfolio-img a.info-link {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 5px 5px;    
    padding: 8px 14px;
    position: absolute;
    top:40%;
    left: 28%;
    text-decoration: none;
    text-transform: uppercase;
}

.isotope .pfolio-img a.info-search {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 5px 5px;
    padding: 8px 14px;
    text-decoration: none;    
    text-transform: uppercase;
    position: absolute;
    left:53%;
    top:40%;    
}

.isotope .item .item-description {
    border: 1px solid #000;
    background: #fff;
    border-top: none;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.isotope .item .item-description span {
    font-size: 15px;
}


/*-- filter --*/

.isotope #filter {
    font-weight: 700;
    margin: 10px 0 30px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.isotope #filter li {        
    display: inline-block;
    padding-right: 2px;
}

.isotope #filter li a {
    color: #000;
    display: block;
    height: 31px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 10px;
    padding: 3px 10px;
}

.isotope #filter li.selected a, .isotope #filter li a:hover {
    border-radius: 2px;
    color: #dd3333;    
    text-decoration: none;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .215s ease-in-out;
}

.isotope .portfolio4 img {
    height: 230px;
    width: 100%;    
}

/* hover effect */


.isotope-hidden {
    display: none;
}

.mfp-bg {
    opacity: 1;
    position: sticky !important;
}

figcaption .mfp-title {
    margin-top: 15px;
}

figcaption .mfp-figure small {
    margin-top: 10px;
}


.portfolio-list .description {
    text-align: center;    
}

.portfolio-list .description h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio-list .description p {
    text-transform: uppercase;
    font-size: 12px;
}

[class^='imghvr-'] h4, [class*=' imghvr-'] h4 {    
    text-transform: uppercase;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: relative;
    color: #fff;
    font-size: 12px;
}

[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
    background-color: #dd3333 !important;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    text-align: center;
    background-color: #dd3333;   
}

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
    text-align: center;
    background: transparent;    
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    height: 170px;
    width: 100%;
}

.hovereffects h4 {
    padding-top: 25px;
}

/**
====================================================================
  Counters
====================================================================
*/

.counters-section {
    margin: 70px 0;
}

.counters-wrapper .content {
    color: #fff;
    text-align: center;  
}

.counters-wrapper .content .section-box {    
    background: rgba(0, 0, 0, 0.26);
    padding: 40px;
    transition: 0.5s;
}

.counters-wrapper .content .section-box:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;    
}

.counters-wrapper .section-inner {
    padding-top: 0;
}

.heading-counters {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}

.heading-counters h2 {
    color: #fff;    
    margin: auto;
    padding-bottom: 15px;  
    width: 115px;
}

/**
====================================================================
  Page not found
====================================================================
*/

#page-not-found-section {
    margin: 70px 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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. */
}


/**
====================================================================
  Skip Links
====================================================================
*/

.skip-link {
    background: #fff !important;
    color: #555 !important;
    box-shadow: none !important;
    border: 1px solid #555 !important;
}

.skip-link:hover {
    background: #bc2a26 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 1px solid #bc2a26 !important;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}


/**
====================================================================
  MISC
====================================================================
*/

main .entry-content a:not(.elementor-button):not(aside li a) {
	text-decoration: underline;
}

.elementor-page .pb-content {
	margin: 0;
}



/**
====================================================================
  Responsive CSS
====================================================================
*/


@media only screen and (max-width: 425px) {
	header.style1 .top-menu.navbar {
    	width: 100%;
    	margin-top: 20px !important;
	}
}

@media only screen and (max-width: 480px) {

    #slider .item span {
      	height: 500px!important;
    }
    
    #slider .owl-carousel .owl-item .item {
        height: 100%;    
    }

    #slider .owl-carousel .owl-item .item .item-bg {
      	height: 500px;
    }

    #navigation .navbar-nav>.active>a {
      	box-shadow:none;
    }

    .navbar-nav {
      	width: 100%;
    }

    .subheading p {
      	width: 100%;
    }

    #slider .promo-section h1 {
      	font-size: 25px;
    }

    #page-title {
      	height: auto;
    }

    #page-title p {
      	width: 100%;
    }

    #page-title h2 {
      	width: 100%;
    }

    .bread-crumb p {
      	margin-bottom: 10px;
    }

    .image-services img {
      	margin: 20px 0;
    }

    .services-content {
      	margin: 20px 0;
    }

    .navbar-nav ul ul {
      	display: block !important;
      	margin-left: 20px;
    }

    .navbar-nav ul ul li:last-child {
      	border: 0;
    }

    .navbar-nav ul li.dropdown>a:after {
      	content: "\f0d7";
      	font-family: 'Font Awesome 5 Free';
        font-weight: 700;
      	padding-left: 5px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
      	background: #39b54a;
    }    

    #slider .caption {
      	top: 5% !important;
    }

    #slider .caption p,.promo-section p {
      	width: 100%;
    }

    .slider-buttons a {
      	display: inline-block;
      	margin-bottom: 10px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
      	text-align: left;
      	margin-left: 20px;
    }

    
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    #slider .promo-section h1 {
      	font-size: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .navbar-brand {
      	height: auto;
      	max-height: 70px;
    }

    #slider .caption h1 {
      	font-size: 25px !important;
    }

    .navbar-toggle {
      	margin-top: 15px;
    }

    nav.navbar ul li.right {
      	float: none;
    } 

    .soma-product-search {
      	float: right;
      	height: auto;
      	margin-bottom: 20px;
    }

    .soma-product-search .soma-search-wrap select,.soma-product-search .soma-search-form input.search-field {
      	margin-bottom: 10px;
    } 

    .navbar-nav {
      	margin: 7.5px 0px;
    }

    .scroll-fix {
      	position: inherit !important;
      	top: 0;
      	border: 0;
    }

    p.site-description {
      	margin-bottom: 15px;
    }

    .client-image {
      	padding-top: 30px;
    }

    .blog-wrap {
      	margin-bottom: 30px;
    } 

    .hvr-underline-from-left:before {
      	background: none !important;
    }

    #navigation .navbar-nav > .active > a {
      	box-shadow: none !important;
    } 

    #wpgmza_map {
      	width: calc(100vw - 50px) !important;
    }

    .dropdown-menu > li > a {
        padding: 10px 10px;
    }

    header .navbar-collapse li {
        padding: 0;
    }
  
    .site-description {
        margin-left: 20px;
    }

    .site-title {
        margin-left: 20px !important
    }   

    nav ul.nav {
        display: block;
    }

    #soma-main-menu-wrapper .nav>li {
        padding: 0;
    }

    header.soma-menu-wrapper #soma-main-menu-wrapper .nav>li>a {
        z-index: 0;
    }

    .container .row {
    	margin: 0;
    	padding: 0;
    }

    footer .blog-thumb .col-md-3 {
    	padding-left: 0;
    }

}

@media (max-width: 780px) {
    .team-member-section {
     	margin-top: 0;
      	margin-bottom: 30px;
    }
}


@media (max-width: 980px) {
    .nav > li > a {
      	padding: 14px 12px;
    }  

    #testimonials #text-carousel {
      	padding-left: 0;
      	padding-right: 0;
    }

    #testimonials .content p {
      	width: 100%;
    }

    #clients .img-ar {
      	padding-top: 100px;
    }  

    .counters-wrapper .content .section-box {
      	margin-bottom: 30px;
    }

    .blog-post .meta.style2 {
      	margin-top: 10px; 
    }
}


@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
      	display: block;
    }

    .dropdown .dropdown-menu,
    .btn-group .dropdown-menu {
      	display: none;
    }

    .navbar-right .dropdown-menu {
      	right: initial;
      	left: initial;
    }
}


@media (max-width: 991px) {
	
    #soma-main-menu-wrapper .navbar-toggle {
        display: block;
        margin: 0 0 20px 0;
        padding: 0;
        min-height: 28px;
    }

    #soma-main-menu-wrapper .nav li.dropdown .fa {
        display: block;
    }

    #soma-main-menu-wrapper .navbar-toggle .icon-bar {
        width: 26px;
        margin-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu-style-three #soma-main-menu-wrapper .navbar-toggle .icon-bar {
        background: #0dda8f;
    }
    
    #soma-main-menu-wrapper .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0;
    }
  
    #soma-main-menu-wrapper .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }
  
    #soma-main-menu-wrapper .navbar-toggle .icon-bar:nth-child(2) {
        transform:rotate(45deg);
        transform-origin:0%;
        margin: 0 0 9px 0;
    }

    #soma-main-menu-wrapper .navbar-toggle .icon-bar:nth-child(4) {
        transform:rotate(-45deg);
        transform-origin:0%;
    }

    #soma-main-menu-wrapper .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        margin-bottom: 0;
        margin-top: 0;
    }

    #soma-main-menu-wrapper .navbar-toggle.collapsed .icon-bar {
        transform:none !important;
        margin-top: 5px;
    }
  
    #soma-main-menu-wrapper .navbar-collapse {
        border: none;
        background: #fff;
        padding: 0;
        max-height: 400px;
        -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
        box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    }

    #soma-main-menu-wrapper .navbar-collapse.collapse {
        overflow-y:auto !important;
    }

    #soma-main-menu-wrapper .navbar-collapse.collapse {
        display: none!important;
    }
  
    #soma-main-menu-wrapper .collapse.in {
        display:block !important;
    }

    #soma-main-menu-wrapper .navbar-header {
        float: none;
    }

    #soma-main-menu-wrapper .nav>li {
        float: none;
        display: block;
    }

    #soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu,
    #soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu .dropdown-menu {
        width: 100%;
        opacity: 1;
        display: none;
        float: none;
        position: static;
        -webkit-transform:none;
        transform:none;
        -webkit-transition:none;
        transition:none;
    }

    #soma-main-menu-wrapper .nav>li.dropdown:focus-within > ul {
        opacity: 1;
        display: block;
        -webkit-transform:scale(1);
        transform:scale(1);
    }

    #soma-main-menu-wrapper .nav>li > ul > li.dropdown:focus-within > ul {
        opacity: 1 !important;
        display: block !important;
        -webkit-transform:scale(1);
        transform:scale(1);
    }

    #soma-main-menu-wrapper .nav>li>a {
        border-top: 1px solid rgba(0,0,0,0.05);
        padding: 0 15px;
        line-height: 50px;
        font-weight: normal;
    }

    #soma-main-menu-wrapper .nav>li:last-child>a {
        border-bottom:none;
    }

    #soma-main-menu-wrapper .nav>li {
        padding: 0;
    }

    #soma-main-menu-wrapper .nav>li:first-child > a {
    	border:none;
    }

    #soma-main-menu-wrapper {
        float: none;
        width: 100%;
    }

    .style1 nav ul.nav {
        margin-left: 0;
        width: 100%;
    }

    .style1 .soma-main-menu {
        text-align: left;
    }

    header.soma-menu-wrapper #soma-main-menu-wrapper .nav>li>a {
        padding: 0 35px 5px 35px;
    }

    .flexslider .slides img {
        height: 100vh;
        object-fit: cover;
    }

    #soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu, 
    #soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu .dropdown-menu {
        border: 0;
        border-top: 1px solid rgba(0,0,0,0.05);
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding-left: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu .dropdown-menu { 
         border-bottom:none;
    }

    header.style1 .logo {
    	width: 100%;
    }

    header.style1 .top-menu.navbar {
	    width: 100%;
	    margin-top: -70px;
	}

	header.style2 .col-md-12 {
	   	padding: 0;
	}

	.soma-product-search .soma-search-form input.search-field {
	    width: 200px;
	}

	header.fixed {
		position: relative;
	}

	.hvr-underline-from-left:before {
		background: none !important;
	}

	#soma-main-menu-wrapper .nav>li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
	    display: none;
	}

}

@media (min-width: 992px) {
    #soma-main-menu-wrapper .nav>li.dropdown:hover > .dropdown-menu,
    #soma-main-menu-wrapper .nav>li.dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        display: block;
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}

@media only screen and (min-width: 980px) and (max-width: 1280px) {
    .hovereffect  a i {
      	padding: 0 5px !important;
    }

    #slider .item img {
      	width: 100%;
      	height: 100% !important;
      	background-size:cover;
    }

    #slider .item::before {
      	height: 100% !important;
    }
}