/* Author: Fourty60 Infotech
=========================
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files [Table of contents] are outlined below
---------------------------------------------------
** - ========================
	 GENERAL 
	 ========================
** - Float clearfix
** - Heading & Title
** - Text align
** - Listing Style
** - Padding (around)
** - Padding (top)
** - Padding (bottom)
** - Padding (left)
** - Padding (right)
** - Padding (left right)
** - Padding (top bottom)
** - Margin (around)
** - Marging (top)
** - Marging (bottom)
** - Marging (left)
** - Marging (right)
** - Marging (left right)
** - Marging (top bottom)
** - Colum gap less
** - Background Effect
** - Overlay ( transparient box style)
** - Boxes Css
** - Box content
** - For icons with box
** - For only icons
** - Place icon with box
** - Icon box left align
** - Icon box right align
** - Icon box center align
** - Buttons 
** - Theme default button 
** - Button Effect
** - Button text uppercase 
** - Button size 
** - Button rounded 
** - Owl Slider
** - Owl dots button
** - Owl button top to center
** - Owl button top to left
** - Owl button top to right
** - Owl button bottom to center [it is default position ]
** - Owl button bottom to left
** - Owl button bottom to right
** - Owl button vertical to center
** - Owl button show on hover
** - Owl slider button
** - Owl dots nav position
** - ============================
	 THEMEFOREST REQUIRED CLASSES
     ============================
** - Text meant only for screen readers
** - Tabs 
** - Tabs style 1 [ default ] 

** - Title separators
** - Center-title
** - About one Section
** - About two Section
** - Counter Style One
** - Team Style One
** - Team-box-single
** - Play button--
** - rev play btn
** - Play button--
** - Testimonial Style One
** - Client Logo  Carousel
** - Footer dark version css
** - Widget Team
** - Widget Address
** - Recent Post Entry
** - Footer Dark
** - Widget Services
** - Footer dark version css
** - scroll top btn css
** - Revolution Slider Button
** - Team Carousel
** - Team 2
** - Blog Style 2
** - Revolution slider play btn
** - inner page banner --
** - Breadcrumb --
** - filter buttons css 
** - Google map
** - Contact Form
** - Accordians
** - Error Page
** - iconfont
** - Pagination Style
** - Blog Side Bar
** - Comment list--
** - comment form
** - Single Blog Post
** - Single Post Navigation
** - Loading
** - Loading Animation Start
** - Loading Animation End
** - About Year
** - Description list
** - Section Overlay
** - Help Block
** - service detail
** - full navigation
** - Hover Box Style 1
** - services-box-one
** - Cart dropdown
** - project btn filter 
** - get-in-touch
** - Blog Gallery
** - Product Box 
** - Product Detail Page Slider 
** - select-box-border-style1
** - wt-product-gallery
** - touchspin input type number  
** - Product Single
** - Circle Animation
** - slider-text-outline
** - Square content
** - Style text
** - Elements
** - ADD SHADOWS OPTIONAL
---------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&amp;display=swap");

/*===GENERAL===*/
.site-text-primary {
   color: #E91E2C;
}

.site-text-black {
   color: #000;
}

.site-text-gray {
   color: #e7e7e7;
}

.site-text-gray-light {
   color: #f9f9f9;
}

.site-text-white {
   color: #fff;
}

.site-bg-primary {
   background-color: #E91E2C;
}

.site-bg-black {
   background-color: #000;
}

.site-bg-dark {
   background-color: #000;
}

.site-bg-gray {
   background-color: #e7e7e7;
}

.site-bg-gray-light {
   background-color: #f9f9f9;
}

.site-bg-light {
   background-color: #fff9f0;
}

.site-bg-white {
   background-color: #fff;
}

body {
   color: #626262;
   font-family: "Mulish", sans-serif;
   line-height: 1.7;
   font-weight: 500;
   padding: 0px;
   margin: 0px;
   overflow-x: hidden;
   font-size: 16px;
}

a {
   color: #000;
   outline: 0px none;
   text-decoration: none;
}

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

a:active,
a:hover,
a:focus {
   color: inherit;
}

.overflow-hide {
   overflow: hidden;
}

img {
   border-style: none;
   height: auto;
   max-width: 100%;
   vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
   content: "";
   display: table;
   clear: both;
}

.shadow-bx {
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.wt-icon-box-wraper:after {
   content: "";
   display: table;
   clear: both;
}

ol.commentlist li:after {
   content: "";
   display: table;
   clear: both;
}

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

ul {
   padding: 0px;
}

::selection {
   background: #484848;
   color: #fff;
}

/*===Heading & Title====*/
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Mulish", sans-serif;
   line-height: 1.2;
   color: #2f3192;
}

h1 {
   font-size: 60px;
   font-weight: 800;
}

h2 {
   font-size: 40px;
   font-weight: 800;
}

h3 {
   font-size: 24px;
   font-weight: 700;
}

h4 {
   font-size: 18px;
   font-weight: 700;
}

h5 {
   font-size: 16px;
   font-weight: 600;
}

h6 {
   font-size: 14px;
   font-weight: 400;
}

/*---Text align--- */
.text-left {
   text-align: left;
}

.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

.text-justify {
   text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
   list-style-position: outside;
   padding: 0px;
}

ul,
ol {
   margin-bottom: 24px;
}

ul li {
   padding: 0px;
}

ol li {
   padding: 0px;
}

.list-simple li {
   margin-bottom: 10px;
}

.list-simple li ul {
   margin-left: 15px;
   margin-top: 10px;
}

.list-simple.list-unstyled li ul {
   margin-left: 30px;
   margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
   margin: 0px 0px 20px 0px;
   padding: 0px;
   list-style: none;
   font-weight: 600;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
   padding: 5px 5px 5px 20px;
   position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
   font-family: "FontAwesome";
   position: absolute;
   left: 0px;
   top: 3px;
   display: block;
   font-size: 15px;
   color: #000;
}

.list-circle li:before {
   top: 6px;
   font-size: 10px;
   content: "\f111";
}

.list-angle-right li:before {
   content: "\f105";
}

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

.list-check li:before {
   content: "\f00c";
}

.list-checked li:before {
   content: "\f046";
}

.list-check-circle li:before {
   content: "\f058";
}

.list-chevron-circle li:before {
   content: "\f138";
}

.list-arrow-circle li:before {
   content: "\f0a9";
}

.list-times-circle li:before {
   content: "\f057";
}

/*---Padding (around)---*/
.p-a0 {
   padding: 0px;
}

.p-a5 {
   padding: 5px;
}

.p-a10 {
   padding: 10px;
}

.p-a15 {
   padding: 15px;
}

.p-a20 {
   padding: 20px;
}

.p-a25 {
   padding: 25px;
}

.p-a30 {
   padding: 30px;
}

.p-a40 {
   padding: 40px;
}

.p-a50 {
   padding: 50px;
}

.p-a60 {
   padding: 60px;
}

.p-a70 {
   padding: 70px;
}

.p-a80 {
   padding: 80px;
}

.p-a90 {
   padding: 90px;
}

.p-a100 {
   padding: 100px;
}

.p-a110 {
   padding: 110px;
}

.p-a120 {
   padding: 120px;
}

.p-a130 {
   padding: 130px;
}

.p-a140 {
   padding: 140px;
}

.p-a150 {
   padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
   padding-top: 0px;
}

.p-t5 {
   padding-top: 5px;
}

.p-t10 {
   padding-top: 10px;
}

.p-t15 {
   padding-top: 15px;
}

.p-t20 {
   padding-top: 20px;
}

.p-t30 {
   padding-top: 30px;
}

.p-t40 {
   padding-top: 40px;
}

.p-t50 {
   padding-top: 50px;
}

.p-t60 {
   padding-top: 60px;
}

.p-t70 {
   padding-top: 70px;
}

.p-t80 {
   padding-top: 80px;
}

.p-t90 {
   padding-top: 90px;
}

.p-t100 {
   padding-top: 100px;
}

.p-t110 {
   padding-top: 110px;
}

.p-t120 {
   padding-top: 120px;
}

.p-t130 {
   padding-top: 130px;
}

.p-t140 {
   padding-top: 140px;
}

.p-t150 {
   padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
   padding-bottom: 0px;
}

.p-b5 {
   padding-bottom: 5px;
}

.p-b10 {
   padding-bottom: 10px;
}

.p-b15 {
   padding-bottom: 15px;
}

.p-b20 {
   padding-bottom: 20px;
}

.p-b30 {
   padding-bottom: 30px;
}

.p-b40 {
   padding-bottom: 40px;
}

.p-b50 {
   padding-bottom: 50px;
}

.p-b60 {
   padding-bottom: 60px;
}

.p-b70 {
   padding-bottom: 70px;
}

.p-b80 {
   padding-bottom: 80px;
}

.p-b90 {
   padding-bottom: 90px;
}

.p-b100 {
   padding-bottom: 100px;
}

.p-b110 {
   padding-bottom: 110px;
}

.p-b120 {
   padding-bottom: 120px;
}

.p-b130 {
   padding-bottom: 130px;
}

.p-b140 {
   padding-bottom: 140px;
}

.p-b150 {
   padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
   padding-left: 0px;
}

.p-l5 {
   padding-left: 5px;
}

.p-l10 {
   padding-left: 10px;
}

.p-l15 {
   padding-left: 15px;
}

.p-l20 {
   padding-left: 20px;
}

.p-l30 {
   padding-left: 30px;
}

.p-l40 {
   padding-left: 40px;
}

.p-l50 {
   padding-left: 50px;
}

.p-l60 {
   padding-left: 60px;
}

.p-l70 {
   padding-left: 70px;
}

.p-l80 {
   padding-left: 80px;
}

.p-l90 {
   padding-left: 90px;
}

.p-l100 {
   padding-left: 100px;
}

.p-l110 {
   padding-left: 110px;
}

.p-l120 {
   padding-left: 120px;
}

.p-l130 {
   padding-left: 130px;
}

.p-l140 {
   padding-left: 140px;
}

.p-l150 {
   padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
   padding-right: 0px;
}

.p-r5 {
   padding-right: 5px;
}

.p-r10 {
   padding-right: 10px;
}

.p-r15 {
   padding-right: 15px;
}

.p-r20 {
   padding-right: 20px;
}

.p-r30 {
   padding-right: 30px;
}

.p-r40 {
   padding-right: 40px;
}

.p-r50 {
   padding-right: 50px;
}

.p-r60 {
   padding-right: 60px;
}

.p-r70 {
   padding-right: 70px;
}

.p-r80 {
   padding-right: 80px;
}

.p-r90 {
   padding-right: 90px;
}

.p-r100 {
   padding-right: 100px;
}

.p-r110 {
   padding-right: 110px;
}

.p-r120 {
   padding-right: 120px;
}

.p-r130 {
   padding-right: 130px;
}

.p-r140 {
   padding-right: 140px;
}

.p-r150 {
   padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
   padding-left: 0px;
   padding-right: 0px;
}

.p-lr5 {
   padding-left: 5px;
   padding-right: 5px;
}

.p-lr10 {
   padding-left: 10px;
   padding-right: 10px;
}

.p-lr15 {
   padding-left: 15px;
   padding-right: 15px;
}

.p-lr20 {
   padding-left: 20px;
   padding-right: 20px;
}

.p-lr30 {
   padding-left: 30px;
   padding-right: 30px;
}

.p-lr40 {
   padding-left: 40px;
   padding-right: 40px;
}

.p-lr50 {
   padding-left: 50px;
   padding-right: 50px;
}

.p-lr60 {
   padding-left: 60px;
   padding-right: 60px;
}

.p-lr70 {
   padding-left: 70px;
   padding-right: 70px;
}

.p-lr80 {
   padding-left: 80px;
   padding-right: 80px;
}

.p-lr90 {
   padding-left: 90px;
   padding-right: 90px;
}

.p-lr100 {
   padding-left: 100px;
   padding-right: 100px;
}

.p-lr120 {
   padding-left: 120px;
   padding-right: 120px;
}

.p-lr150 {
   padding-left: 150px;
   padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
   padding-bottom: 0px;
   padding-top: 0px;
}

.p-tb5 {
   padding-bottom: 5px;
   padding-top: 5px;
}

.p-tb10 {
   padding-bottom: 10px;
   padding-top: 10px;
}

.p-tb15 {
   padding-bottom: 15px;
   padding-top: 15px;
}

.p-tb20 {
   padding-bottom: 20px;
   padding-top: 20px;
}

.p-tb30 {
   padding-bottom: 30px;
   padding-top: 30px;
}

.p-tb40 {
   padding-bottom: 40px;
   padding-top: 40px;
}

.p-tb50 {
   padding-bottom: 50px;
   padding-top: 50px;
}

.p-tb60 {
   padding-bottom: 60px;
   padding-top: 60px;
}

.p-tb70 {
   padding-bottom: 70px;
   padding-top: 70px;
}

.p-tb80 {
   padding-bottom: 80px;
   padding-top: 80px;
}

.p-tb90 {
   padding-bottom: 90px;
   padding-top: 90px;
}

.p-tb100 {
   padding-bottom: 100px;
   padding-top: 100px;
}

.p-tb120 {
   padding-bottom: 120px;
   padding-top: 120px;
}

.p-tb150 {
   padding-bottom: 150px;
   padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
   margin: -1px;
}

.m-a0 {
   margin: 0px;
}

.m-a5 {
   margin: 5px;
}

.m-a10 {
   margin: 10px;
}

.m-a15 {
   margin: 15px;
}

.m-a20 {
   margin: 20px;
}

.m-a30 {
   margin: 30px;
}

.m-a40 {
   margin: 40px;
}

.m-a50 {
   margin: 50px;
}

.m-a60 {
   margin: 60px;
}

.m-a70 {
   margin: 70px;
}

.m-a80 {
   margin: 80px;
}

.m-a90 {
   margin: 90px;
}

.m-a100 {
   margin: 100px;
}

.m-a110 {
   margin: 110px;
}

.m-a120 {
   margin: 120px;
}

.m-a130 {
   margin: 130px;
}

.m-a140 {
   margin: 140px;
}

.m-a150 {
   margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
   margin-top: 0px;
}

.m-t5 {
   margin-top: 5px;
}

.m-t10 {
   margin-top: 10px;
}

.m-t15 {
   margin-top: 15px;
}

.m-t20 {
   margin-top: 20px;
}

.m-t30 {
   margin-top: 30px;
}

.m-t40 {
   margin-top: 40px;
}

.m-t50 {
   margin-top: 50px;
}

.m-t60 {
   margin-top: 60px;
}

.m-t70 {
   margin-top: 70px;
}

.m-t80 {
   margin-top: 80px;
}

.m-t90 {
   margin-top: 90px;
}

.m-t100 {
   margin-top: 100px;
}

.m-t110 {
   margin-top: 110px;
}

.m-t120 {
   margin-top: 120px;
}

.m-t130 {
   margin-top: 130px;
}

.m-t140 {
   margin-top: 140px;
}

.m-t150 {
   margin-top: 150px;
}

/*---Marging (bottom)---*/
.m-b0 {
   margin-bottom: 0px;
}

.m-b5 {
   margin-bottom: 5px;
}

.m-b10 {
   margin-bottom: 10px;
}

.m-b15 {
   margin-bottom: 15px;
}

.m-b20 {
   margin-bottom: 20px;
}

.m-b30 {
   margin-bottom: 30px;
}

.m-b40 {
   margin-bottom: 40px;
}

.m-b50 {
   margin-bottom: 50px;
}

.m-b60 {
   margin-bottom: 60px;
}

.m-b70 {
   margin-bottom: 70px;
}

.m-b80 {
   margin-bottom: 80px;
}

.m-b90 {
   margin-bottom: 90px;
}

.m-b100 {
   margin-bottom: 100px;
}

.m-b110 {
   margin-bottom: 110px;
}

.m-b120 {
   margin-bottom: 120px;
}

.m-b130 {
   margin-bottom: 130px;
}

.m-b140 {
   margin-bottom: 140px;
}

.m-b150 {
   margin-bottom: 150px;
}

/*---Marging (left)---*/
.m-l0 {
   margin-left: 0px;
}

.m-l5 {
   margin-left: 5px;
}

.m-l10 {
   margin-left: 10px;
}

.m-l15 {
   margin-left: 15px;
}

.m-l20 {
   margin-left: 20px;
}

.m-l30 {
   margin-left: 30px;
}

.m-l40 {
   margin-left: 40px;
}

.m-l50 {
   margin-left: 50px;
}

.m-l60 {
   margin-left: 60px;
}

.m-l70 {
   margin-left: 70px;
}

.m-l80 {
   margin-left: 80px;
}

.m-l90 {
   margin-left: 90px;
}

.m-l100 {
   margin-left: 100px;
}

.m-l110 {
   margin-left: 110px;
}

.m-l120 {
   margin-left: 120px;
}

.m-l130 {
   margin-left: 130px;
}

.m-l140 {
   margin-left: 140px;
}

.m-l150 {
   margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
   margin-right: 0px;
}

.m-r5 {
   margin-right: 5px;
}

.m-r10 {
   margin-right: 10px;
}

.m-r15 {
   margin-right: 15px;
}

.m-r20 {
   margin-right: 20px;
}

.m-r30 {
   margin-right: 30px;
}

.m-r40 {
   margin-right: 40px;
}

.m-r50 {
   margin-right: 50px;
}

.m-r60 {
   margin-right: 60px;
}

.m-r70 {
   margin-right: 70px;
}

.m-r80 {
   margin-right: 80px;
}

.m-r90 {
   margin-right: 90px;
}

.m-r100 {
   margin-right: 100px;
}

.m-r110 {
   margin-right: 110px;
}

.m-r120 {
   margin-right: 120px;
}

.m-r130 {
   margin-right: 130px;
}

.m-r140 {
   margin-right: 140px;
}

.m-r150 {
   margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
   margin-left: 0px;
   margin-right: 0px;
}

.m-lr5 {
   margin-left: 5px;
   margin-right: 5px;
}

.m-lr10 {
   margin-left: 10px;
   margin-right: 10px;
}

.m-lr15 {
   margin-left: 15px;
   margin-right: 15px;
}

.m-lr20 {
   margin-left: 20px;
   margin-right: 20px;
}

.m-lr30 {
   margin-left: 30px;
   margin-right: 30px;
}

.m-lr40 {
   margin-left: 40px;
   margin-right: 40px;
}

.m-lr50 {
   margin-left: 50px;
   margin-right: 50px;
}

.m-lr60 {
   margin-left: 60px;
   margin-right: 60px;
}

.m-lr70 {
   margin-left: 70px;
   margin-right: 70px;
}

.m-lr80 {
   margin-left: 80px;
   margin-right: 80px;
}

.m-lr90 {
   margin-left: 90px;
   margin-right: 90px;
}

.m-lr100 {
   margin-left: 100px;
   margin-right: 100px;
}

.m-lr120 {
   margin-left: 120px;
   margin-right: 120px;
}

.m-lr150 {
   margin-left: 150px;
   margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
   margin-bottom: 0px;
   margin-top: 0px;
}

.m-tb5 {
   margin-bottom: 5px;
   margin-top: 5px;
}

.m-tb10 {
   margin-bottom: 10px;
   margin-top: 10px;
}

.m-tb15 {
   margin-bottom: 15px;
   margin-top: 15px;
}

.m-tb20 {
   margin-bottom: 20px;
   margin-top: 20px;
}

.m-tb30 {
   margin-bottom: 30px;
   margin-top: 30px;
}

.m-tb40 {
   margin-bottom: 40px;
   margin-top: 40px;
}

.m-tb50 {
   margin-bottom: 50px;
   margin-top: 50px;
}

.m-tb60 {
   margin-bottom: 60px;
   margin-top: 60px;
}

.m-tb70 {
   margin-bottom: 70px;
   margin-top: 70px;
}

.m-tb80 {
   margin-bottom: 80px;
   margin-top: 80px;
}

.m-tb90 {
   margin-bottom: 90px;
   margin-top: 90px;
}

.m-tb100 {
   margin-bottom: 100px;
   margin-top: 100px;
}

.m-tb120 {
   margin-bottom: 120px;
   margin-top: 120px;
}

.m-tb150 {
   margin-bottom: 150px;
   margin-top: 150px;
}

/*---Colum gap less---*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
   padding-left: 0px;
   padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
   background-position: center;
}

.bg-top-left {
   background-position: top left;
}

.bg-top-right {
   background-position: top right;
}

.bg-top-center {
   background-position: top center;
}

.bg-bottom-left {
   background-position: bottom left;
}

.bg-bottom-right {
   background-position: bottom right;
}

.bg-bottom-center {
   background-position: bottom center;
}

.bg-left-center {
   background-position: left;
}

.bg-right-center {
   background-position: right;
}

.bg-auto {
   background-size: auto;
}

.bg-contain {
   background-size: contain;
}

.bg-cover {
   background-size: cover;
}

.bg-full-width {
   background-size: 100% auto;
}

.bg-full-height {
   background-size: auto 100%;
}

.bg-repeat {
   background-repeat: repeat;
}

.bg-no-repeat {
   background-repeat: no-repeat;
}

.bg-repeat-x {
   background-repeat: repeat-x;
}

.bg-repeat-y {
   background-repeat: repeat-y;
}

.bg-fixed {
   background-attachment: fixed;
}

.bg-scroll {
   background-attachment: scroll;
}

/*===Overlay ( transparient box style)===*/
.overlay-wraper {
   position: relative;
}

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

.opacity-01 {
   opacity: 0.1;
}

.opacity-02 {
   opacity: 0.2;
}

.opacity-03 {
   opacity: 0.3;
}

.opacity-04 {
   opacity: 0.4;
}

.opacity-05 {
   opacity: 0.5;
}

.opacity-06 {
   opacity: 0.6;
}

.opacity-07 {
   opacity: 0.7;
}

.opacity-08 {
   opacity: 0.8;
}

.opacity-09 {
   opacity: 0.9;
}

.overlay-light .overlay-main {
   opacity: 0.3;
}

.overlay-dark .overlay-main {
   opacity: 0.9;
}

.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper > .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part {
   position: relative;
   z-index: 1;
}

/*===Boxes Css===*/
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
   position: relative;
}

/*---Box content----*/
.wt-box {
   position: relative;
}

.wt-box.no-margin {
   margin-bottom: 0;
}

/*---For icons with box---*/
.wt-icon-box-xld {
   width: 180px;
   height: 180px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-xld i {
   font-size: 100px;
}

.wt-icon-box-xld img {
   height: 90px;
}

.wt-icon-box-xl {
   width: 150px;
   height: 150px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-xl i {
   font-size: 80px;
}

.wt-icon-box-xl img {
   height: 80px;
}

.wt-icon-box-lg {
   width: 120px;
   height: 120px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-lg i {
   font-size: 60px;
}

.wt-icon-box-lg img {
   height: 55px;
}

.wt-icon-box-md {
   width: 100px;
   height: 100px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-md i {
   font-size: 45px;
}

.wt-icon-box-md img {
   height: 40px;
}

.wt-icon-box-sm {
   width: 80px;
   height: 80px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-sm i {
   font-size: 30px;
}

.wt-icon-box-sm img {
   height: 30px;
}

.wt-icon-box-xs {
   width: 40px;
   height: 40px;
   display: inline-block;
   text-align: center;
}

.wt-icon-box-xs i {
   font-size: 20px;
}

.wt-icon-box-xs img {
   height: 20px;
}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xs.radius {
   border-radius: 100%;
}

.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
   vertical-align: middle;
}

.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
   vertical-align: middle;
   max-width: 100%;
   width: auto;
}

/*----For only icons---*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
   display: inline-block;
   text-align: center;
}

.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
   vertical-align: middle;
}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
   vertical-align: middle;
   max-width: 100%;
   width: auto;
}

.icon-xld {
   width: 120px;
}

.icon-xld i {
   font-size: 100px;
   line-height: 100px;
}

.icon-xld.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-xld img {
   height: 90px;
}

.icon-xld.inline-icon {
   width: auto;
}

.icon-xl {
   width: 100px;
}

.icon-xl i {
   font-size: 80px;
   line-height: 80px;
}

.icon-xl.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-xl img {
   height: 80px;
}

.icon-xl.inline-icon {
   width: auto;
}

.icon-lg {
   width: 80px;
}

.icon-lg i {
   font-size: 60px;
   line-height: 60px;
}

.icon-lg.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-lg img {
   height: 70px;
}

.icon-lg.inline-icon {
   width: auto;
}

.icon-md {
   width: 60px;
}

.icon-md i {
   font-size: 45px;
   line-height: 45px;
}

.icon-md.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-md img {
   height: 50px;
}

.icon-md.inline-icon {
   width: auto;
}

.icon-sm {
   width: 40px;
}

.icon-sm i {
   font-size: 30px;
   line-height: 30px;
}

.icon-sm.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-sm img {
   height: 30px;
}

.icon-sm.inline-icon {
   width: auto;
}

.icon-xs {
   width: 30px;
}

.icon-xs i {
   font-size: 20px;
   line-height: 20px;
}

.icon-xs.inline-icon {
   width: auto;
   text-align: left !important;
}

.icon-xs img {
   height: 20px;
}

.icon-xs.inline-icon {
   width: auto;
}

/*---Place icon with box---*/
.wt-icon-box-wraper {
   position: relative;
}

.wt-icon-box-wraper .wt-tilte {
   margin-top: 0;
}

.wt-icon-box-wraper .after-titile-line {
   margin-bottom: 10px;
}

.wt-icon-box-wraper p:last-child {
   margin: 0px;
}

.icon-content {
   overflow: hidden;
}

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
   display: table;
}

.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
   display: table-cell;
   vertical-align: middle;
}

/*---Icon box left align---*/
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xs {
   float: left;
   margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {
   float: left;
   margin-right: 10px;
}

/*---Icon box right align---*/
.wt-icon-box-wraper.right {
   text-align: right;
}

.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xs {
   float: right;
   display: table;
   margin-left: 20px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
   float: right;
   margin-left: 20px;
}

/*---Icon box center align---*/
.wt-icon-box-wraper.center {
   text-align: center;
}

.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xs {
   margin-left: auto;
   margin-right: auto;
}

.wt-icon-box-wraper.bx-style-1 {
   border-width: 1px;
   border-style: solid;
   border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2 {
   border-width: 1px;
   border-style: solid;
   border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"] {
   position: absolute;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateY(-50%);
}

.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"] {
   position: absolute;
}

.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"] {
   position: absolute;
}

/*---Buttons--- */
.site-button-link {
   position: relative;
   font-weight: 600;
   color: #E91E2C;
   font-size: 16px;
   z-index: 1;
   transition: 0.5s all ease;
   /*hover block section*/
}

.site-button-link i {
   transition: 0.5s all ease;
   font-size: 14px;
   padding-left: 5px;
}

.site-button-link:hover {
   color: #000;
}

.site-button-link:hover i {
   margin-left: 10px;
}

.site-button-link:after {
   content: '';
   position: absolute;
   left: 100%;
   bottom: 0px;
   top: 0px;
   height: 100%;
   width: 0px;
   z-index: -1;
   transition: 0.5s all ease;
}

.site-button-link:hover:after {
   width: 100%;
   left: 0;
   transition: width 0.3s ease;
   z-index: -1;
}

/* Theme default button */
.site-button {
   outline: none;
   color: #fff;
   padding: 10px 15px;
   letter-spacing: 1px;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   display: inline-table;
   background-color: #586799;
   border: none;
   font-size: 15px;
   font-weight: 700;
   transition: 0.5s all ease;
}

.site-button:hover {
   color: #000;
}

.site-button i {
   padding-right: 10px;
}

.site-button:focus {
   color: #fff;
}

.btn-hover-animation {
   z-index: 1;
   overflow: hidden;
   display: inline-block;
}

.btn-hover-animation:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: -4px;
   left: -14px;
   background: rgba(0, 0, 0, 0.1);
   height: 50px;
   width: 50px;
   border-radius: 50px;
   transform: scale(1);
   transform-origin: 50% 50%;
   transition: transform 1s ease-out;
   transition: transform 1s ease-out;
}

.btn-hover-animation:hover:before {
   transform: scale(8);
}

.site-button-secondry {
   color: #fff;
   padding: 15px 40px;
   letter-spacing: 1px;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   display: inline-block;
   background-color: #000;
   border: none;
   font-size: 15px;
   font-weight: 700;
}

.site-button-secondry.sb-bdr-light {
   border-right: 6px solid #fff;
}

.site-button-secondry:active,
.site-button-secondry:focus,
.site-button-secondry:visited {
   background-color: #000;
   color: #fff;
}

.site-button-secondry:hover {
   background-color: #e7e7e7;
   color: #000;
}

/*====Button Effect====*/
.site-btn-effect {
   color: rgba(0, 0, 0, 0) !important;
   transition: all .3s ease !important;
}

.site-button.site-btn-effect {
   text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button.site-btn-effect:hover {
   text-shadow: -400px 0 0 #000, 0 0 0 #000;
}

.site-button-secondry.site-btn-effect {
   text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button-secondry:hover.site-btn-effect {
   text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}

.mfp-video.video-play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 40px;
   height: 40px;
   line-height: 38px;
   text-align: center;
   margin: -25px;
   color: #fff;
   display: block;
   z-index: 10;
   font-size: 14px;
   border: 2px solid #fff;
   border-radius: 50%;
}

.mfp-video.video-play-btn:hover {
   background-color: #0f1221;
   color: #fff;
   border: 2px solid transparent;
}

.mfp-video.video-play-btn i {
   margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
   text-transform: uppercase;
}

/*Button size */
.button-sm {
   padding: 5px 10px;
   font-size: 12px;
}

.button-lg {
   padding: 15px 30px;
   font-size: 16px;
}

.button-xl {
   padding: 30px 50px;
   font-size: 24px;
}

/*Button rounded */
.radius-no {
   border-radius: 0px;
}

.radius-sm {
   border-radius: 10px;
}

.radius-md {
   border-radius: 20px;
}

.radius-xl {
   border-radius: 100px;
}

.radius-bx {
   border-radius: 100%;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
   margin-top: 40px;
   text-align: center;
}

.owl-carousel .owl-nav .disabled {
   opacity: .5;
   cursor: default;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots {
   text-align: center;
   margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
   display: inline-block;
   outline: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
   width: 6px;
   height: 6px;
   margin: 5px 7px;
   background: #8a8a8a;
   border: 2px solid transparent;
   display: block;
   border-radius: 50%;
   transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
   background: #E91E2C;
}

.owl-carousel .owl-dots .owl-dot.active span {
   background: none;
   border: 2px solid #8a8a8a;
   margin: 2px;
   height: 12px;
   width: 12px;
}

.owl-carousel .owl-dots .owl-dot.active span {
   background: #fff;
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0;
}

.owl-btn-top-left .owl-nav {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0;
}

.owl-btn-top-right .owl-nav {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
   padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
   padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
   padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
   text-align: center;
}

/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
   text-align: left;
}

/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
   text-align: right;
}

/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
   text-align: center;
}

/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
   text-align: left;
}

/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav {
   text-align: right;
}

/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
   margin: 0px;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
   position: absolute;
   top: 50%;
   margin: -15px 0;
   left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
   position: absolute;
   top: 50%;
   margin: -15px 0;
   right: 0;
}

/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
   opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
   opacity: 1;
}

.owl-carousel .owl-item img {
   transform-style: inherit;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-prev {
   background-color: #000 !important;
   color: #fff !important;
   padding: 8px 10px !important;
   font-size: 11px !important;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: inline-block;
   cursor: pointer;
   border-radius: 0px;
   opacity: 1;
   margin-right: 5px;
   font-weight: 500;
}

.owl-carousel .owl-nav button.owl-prev i {
   font-style: normal;
}

.owl-carousel .owl-nav button.owl-prev:hover {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:active {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:focus {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next {
   background-color: #000 !important;
   color: #fff !important;
   padding: 8px 10px !important;
   font-size: 11px !important;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: inline-block;
   cursor: pointer;
   border-radius: 0px;
   opacity: 1;
   margin-right: 0px;
   font-weight: 500;
}

.owl-carousel .owl-nav button.owl-next i {
   font-style: normal;
}

.owl-carousel .owl-nav button.owl-next:hover {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:active {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:focus {
   background-color: #E91E2C !important;
   color: #fff;
   opacity: 0.9;
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
   bottom: 0px;
   padding: 15px 20px;
   position: absolute;
   width: 100%;
   text-align: left;
}

.owl-dots-bottom-right .owl-dots {
   bottom: 0px;
   padding: 15px 20px;
   position: absolute;
   width: 100%;
   text-align: right;
}

.owl-dots-bottom-center .owl-dots {
   bottom: 0px;
   padding: 15px 20px;
   position: absolute;
   width: 100%;
}

/*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/
/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
   clear: both;
}

.gallery-caption {
   clear: both;
}

.bypostauthor {
   clear: both;
}

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
   height: 1px;
   width: 1px;
   overflow: hidden;
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
}

/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
   padding: 20px;
   border: 5px solid #e7e7e7;
   background-color: #fff;
}

.wt-tabs .nav-tabs {
   border: 0px;
}

.wt-tabs .nav-tabs > li {
   border: 1px solid #ebebeb;
}

.wt-tabs .nav-tabs > li > a {
   color: #000;
   background-color: #fff;
   font-size: 16px;
   padding: 15px;
   border: 0px;
   display: block;
   font-weight: 600;
}

.wt-tabs .nav-tabs > li > a i {
   margin-right: 5px;
}

.wt-tabs .nav-tabs > li a.active {
   background-color: #e7e7e7;
   color: #000;
}

.wt-tabs .nav-tabs > li a.active:focus {
   background-color: #e7e7e7;
   color: #000;
}

.wt-tabs .nav-tabs > li a.active:hover {
   background-color: #e7e7e7;
   color: #000;
}

.wt-tabs .nav > li > a:focus {
   background-color: transparent;
   border: 0px;
}

.wt-tabs .nav > li > a:hover {
   background-color: transparent;
   border: 0px;
}

.wt-tabs .nav li a:hover {
   border: 1px;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
   display: flex;
   justify-content: flex-end;
}

@media (max-width: 767px) {
   .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
      justify-content: flex-start;
   }
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a {
   color: #000;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span {
   display: block;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span i {
   font-weight: normal;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a.active {
   color: #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a {
   color: #000;
   border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus {
   color: #000;
   border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
   color: #000;
   border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tab-pane {
   color: #fff;
}

@media (max-width: 991px) {
   .wt-tabs.tabs-default .tab-pane {
      padding: 0px;
   }
}

.header-style-1 {
   position: absolute;
   margin: 0px auto;
   left: 0px;
   right: 0px;
   top: 0px;
   /*--is fixed---*/
   /*====Mobile Side =======*/
   /*---when header is sticky---*/
   /*---when header is sticky---*/
   /*---header id Fixed---*/
   /*Cart*/
}

.header-style-1 .header-middle-wraper {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
   z-index: 1;
   max-width: 1240px;
}

.header-style-1 .header-middle-wraper:after {
   content: '';
   background-color: #fff;
   right: 0px;
   height: 100%;
   width: 3000px;
   bottom: 0px;
   position: absolute;
   z-index: -1;
}

.header-style-1 .header-middle-wraper .header-middle {
   padding-right: 15px;
   padding-left: 0px;
}

@media (max-width: 1270px) {
   .header-style-1 .header-middle-wraper .header-middle {
      padding-left: 15px;
   }
}

@media (max-width: 768px) {
   .header-style-1 .header-middle-wraper .logo-header {
      display: block;
      width: 100%;
      max-width: 150px;
      float: inherit;
      height: auto;
   }
}

@media (max-width: 540px) {
   .header-style-1 .header-middle-wraper .logo-header {
      margin: 0px auto;
   }
}

@media (max-width: 540px) {
   .header-style-1 .header-middle-wraper .header-middle {
      display: block !important;
   }
}

.header-style-1 .header-info-wraper {
   display: flex;
}

@media (max-width: 991px) {
   .header-style-1 .header-info-wraper {
      display: block;
   }
}

@media (max-width: 768px) {
   .header-style-1 .header-info-wraper .header-info {
      display: none;
   }
}

.header-style-1 .header-info-wraper .header-info > ul {
   list-style: none;
   display: table;
}

.header-style-1 .header-info-wraper .header-info > ul li {
   display: table-cell;
   padding: 15px 10px;
   vertical-align: middle;
}

.header-style-1 .header-info-wraper .header-info > ul li:last-child {
   padding-right: 0px;
}

.header-style-1 .header-info-wraper .header-info > ul li p {
   margin-bottom: 0px;
}

@media (max-width: 767px) {
   .header-style-1 .header-info-wraper .header-info > ul li .wt-tilte {
      font-size: 13px;
   }

   .header-style-1 .header-info-wraper .header-info > ul li p {
      font-size: 12px;
   }
}

.header-style-1 .header-info-wraper .header-info > ul li .wt-icon-box-wraper .wt-tilte {
   margin-bottom: 0px;
}

.header-style-1 .header-search {
   padding: 15px 10px;
   width: 300px;
}

@media (max-width: 991px) {
   .header-style-1 .header-search {
      float: right;
      padding: 0px;
   }
}

@media (max-width: 575px) {
   .header-style-1 .header-search {
      width: 100%;
      float: none;
      margin-top: 10px;
   }
}

.header-style-1 .header-search .form-control {
   border: 1px solid #e7e7e7;
   height: 40px;
}

.header-style-1 .header-search .form-control:focus {
   box-shadow: none;
}

.header-style-1 .header-search .s-btn {
   border: none;
   padding-left: 15px;
   padding-right: 15px;
}

.header-style-1 .extra-nav {
   /*---Extra Nav---*/
   position: relative;
   z-index: 13;
   display: flex;
}

.header-style-1 .extra-nav .extra-cell {
   display: flex;
}

.header-style-1 .extra-nav .extra-cell:first-child {
   padding-left: 0px;
}

.header-style-1 .logo-header {
   /*--logo for header---*/
   display: table;
   float: left;
   width: 215px;
   height: 70px;
   vertical-align: middle;
   padding: 0px;
   font-size: 36px;
   color: #000;
   margin: 0px;
   position: relative;
   z-index: 11;
}

@media (max-width: 1200px) {
   .header-style-1 .logo-header {
      width: 150px;
   }
}

@media (max-width: 360px) {
   .header-style-1 .logo-header {
      width: 120px;
   }
}

.header-style-1 .logo-header .logo-header-inner {
   display: table-cell;
   vertical-align: middle;
   height: 100%;
}

.header-style-1 .logo-header .logo-header-inner img {
   max-width: 100%;
   max-height: 100%;
}

.header-style-1.site-header {
   z-index: 999;
}

@media (max-width: 991px) {
   .header-style-1.site-header {
      position: relative;
   }
}

.header-style-1.site-header ul,
.header-style-1.site-header ol {
   margin-bottom: 0px;
}

.header-style-1 .main-bar {
   /*--main-bar--*/
   position: relative;
   width: 100%;
   transition: all 0.5s ease;
}

.header-style-1 .main-bar .container-block,
.header-style-1 .main-bar .container-block-fluid {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
   max-width: 1240px;
}

@media (max-width: 991px) {

   .header-style-1 .main-bar .container-block,
   .header-style-1 .main-bar .container-block-fluid {
      display: block;
   }
}

.header-style-1 .main-bar .container-block .navigation-bar,
.header-style-1 .main-bar .container-block-fluid .navigation-bar {
   background-color: black;
   display: flex;
   width: 100%;
}

@media (max-width: 991px) {

   .header-style-1 .main-bar .container-block .navigation-bar,
   .header-style-1 .main-bar .container-block-fluid .navigation-bar {
      flex-direction: row-reverse;
   }
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons {
   list-style: none;
   display: flex;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li {
   display: flex;
   align-items: center;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li a,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li a {
   padding: 3px;
   width: 34px;
   height: 34px;
   line-height: 26px;
   text-align: center;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 0.5);
   border-right: 0px;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li a:hover,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li a:hover {
   color: #E91E2C;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li:last-child,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li:last-child {
   border: none;
}

.header-style-1 .main-bar .container-block .navigation-bar .social-icons li:last-child a,
.header-style-1 .main-bar .container-block-fluid .navigation-bar .social-icons li:last-child a {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header-style-1 .main-bar:after,
.header-style-1 .main-bar:after {
   clear: both;
   content: "";
   display: table;
}

.header-style-1 .navbar-toggler {
   /*--Navbar Toggler---*/
   border: none;
   margin: 24px 0px 24px 5px;
   padding: 12px 16px 12px 10px;
}

@media (max-width: 991px) {
   .header-style-1 .navbar-toggler {
      display: block;
      margin-top: 5px;
      margin-bottom: 5px;
      float: right;
      outline: none !important;
   }
}

.header-style-1 .navbar-toggler .icon-bar {
   background: #fff;
   height: 3px;
   border-radius: 0px;
   display: block;
   width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar + .icon-bar {
   margin-top: 4px;
}

@media (max-width: 420px) {
   .header-style-1 .navbar-toggler {
      margin-left: 10px;
   }
}

@media (max-width: 540px) {
   .header-style-1 .is-fixed .navbar-toggler {
      margin-bottom: 0px;
   }
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
   height: 100vh !important;
   width: 100%;
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
   padding: 12px 15px !important;
}

.header-style-1 .header-nav {
   position: relative;
   padding: 0px;
   z-index: 10;
   /*-- Submenu direction---*/
}

@media (max-width: 991px) {
   .header-style-1 .header-nav {
      clear: both;
      border-bottom: 1px solid #E9E9E9;
   }

   .header-style-1 .header-nav.navbar-collapse {
      align-items: start;
   }
}

.header-style-1 .header-nav .nav {
   display: flex;
   justify-content: flex-end;
   flex-direction: inherit;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav {
      float: none;
      margin: 0px;
      background: #fff;
      display: block;
      width: 100%;
      left: 0px;
   }
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav li {
      float: none;
   }
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav li.has-child.nav-active > a {
      color: #E91E2C;
   }
}

.header-style-1 .header-nav .nav li i {
   font-size: 9px;
   margin-left: 3px;
   margin-top: -3px;
   vertical-align: middle;
   opacity: 0.7;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav li i {
      float: right;
   }
}

.header-style-1 .header-nav .nav > li {
   position: relative;
   margin: 0px;
   padding: 0px 0px;
   font-family: "Mulish", sans-serif;
   border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li ul {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
   }
}

.header-style-1 .header-nav .nav > li > a {
   color: #fff;
   font-size: 16px;
   padding: 15px 15px;
   cursor: pointer;
   margin: 0px 0px;
   font-weight: 600;
   display: block;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li > a {
      padding: 12px 10px;
      color: #000;
   }
}

.header-style-1 .header-nav .nav > li > a:hover {
   background-color: transparent;
   color: #000;
}

.header-style-1 .header-nav .nav > li > a:active,
.header-style-1 .header-nav .nav > li > a:focus {
   background-color: transparent;
}

@media (max-width: 991px) {

   .header-style-1 .header-nav .nav > li.active > a,
   .header-style-1 .header-nav .nav > li.current-menu-item > a {
      color: #000;
   }
}

@media (max-width: 991px) {

   .header-style-1 .header-nav .nav > li > a:hover,
   .header-style-1 .header-nav .nav > li > a:active,
   .header-style-1 .header-nav .nav > li > a:focus {
      background-color: #f0f0f0;
      text-decoration: none;
   }
}

.header-style-1 .header-nav .nav > li.active > a,
.header-style-1 .header-nav .nav > li.current-menu-item > a {
   background-color: transparent;
   color: #E91E2C;
}

.header-style-1 .header-nav .nav > li:hover > a {
   color: #E91E2C;
}

.header-style-1 .header-nav .nav > li:hover > .sub-menu {
   opacity: 1;
   visibility: visible;
   margin-top: 0px;
   transition: all 0.3s ease;
}

.header-style-1 .header-nav .nav > li .sub-menu {
   background-color: #fff;
   display: block;
   left: 0px;
   top: 100%;
   list-style: none;
   margin: 20px 0 0;
   opacity: 0;
   padding: 0px;
   position: absolute;
   visibility: hidden;
   width: 250px;
   z-index: 10;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li .sub-menu {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
      opacity: 1;
      margin: 0px !important;
      box-shadow: none;
   }
}

.header-style-1 .header-nav .nav > li .sub-menu li {
   border-bottom: 1px solid #f4f4f4;
   position: relative;
   text-transform: none;
   height: 0px;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li .sub-menu li {
      height: auto;
   }
}

.header-style-1 .header-nav .nav > li .sub-menu li a {
   color: #000;
   display: block;
   font-size: 13px;
   padding: 14px 20px;
   font-weight: 600;
}

.header-style-1 .header-nav .nav > li .sub-menu li a:hover {
   color: #000;
   text-decoration: none;
}

.header-style-1 .header-nav .nav > li .sub-menu li:hover > a {
   color: #E91E2C;
}

.header-style-1 .header-nav .nav > li .sub-menu li:last-child {
   border-bottom: 0px;
}

.header-style-1 .header-nav .nav > li .sub-menu li .fa {
   color: #000;
   display: block;
   float: right;
   position: absolute;
   right: 10px;
   top: 2px;
}

.header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu {
   left: 250px;
   margin: 0px 0px 0px 20px;
   transition: all 0.1s ease;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu {
      transition: none;
   }
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li .sub-menu li > .sub-menu > li {
      float: none;
      display: block;
      width: auto;
   }
}

.header-style-1 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
   left: 250px;
   margin: 0px;
   opacity: 1;
   top: 0px;
   visibility: visible;
}

.header-style-1 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
   background-color: transparent;
   bottom: 0px;
   content: '';
   display: block;
   height: 100%;
   left: -6px;
   position: absolute;
   top: 0px;
   width: 6px;
}

.header-style-1 .header-nav .nav > li:hover .sub-menu li {
   height: auto;
}

.header-style-1 .header-nav .submenu-direction .sub-menu {
   left: auto;
   right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li > .sub-menu {
   left: auto;
   right: 250px;
   margin: 0px 20px 0px 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
   left: auto;
   right: 250px;
   margin: 0px 0px 0px 0px;
}

.header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
   transition: all 0.5s ease-out;
   position: relative;
   z-index: 1;
}

.header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
   opacity: 1;
   left: 10px;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
      left: 0;
   }
}

.header-style-1 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
   padding-left: 30px;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
      padding-left: 20px;
   }
}

@media (max-width: 991px) {
   .header-style-1 .has-child {
      position: relative;
   }
}

.header-style-1 .has-child .submenu-toogle {
   position: absolute;
   right: 4px;
   top: 4px;
   color: #000;
   background-color: transparent;
   z-index: 900;
   cursor: pointer;
   padding: 10px;
   font-size: 14px;
   display: none;
}

@media (max-width: 991px) {
   .header-style-1 .has-child .submenu-toogle {
      display: block;
   }
}

.header-style-1 .has-child li .submenu-toogle {
   opacity: 0.9;
}

.header-style-1 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
   content: "\e114";
}

.header-style-1 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
   content: "\2212";
}

@media (max-width: 991px) {
   .header-style-1 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
      content: "\f107";
   }
}

@media (max-width: 991px) {
   .header-style-1 .mobile-full-width-menu .header-nav .nav {
      position: inherit;
   }
}

@media (max-width: 991px) {
   .header-style-1.mobile-sider-drawer-menu .header-nav {
      position: fixed;
      width: 250px !important;
      z-index: 999;
      height: 100vh !important;
      overflow-y: inherit !important;
      left: -250px;
      top: 0px;
      transition: all 0.5s linear;
      background-color: #fff;
   }

   .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
      transition: none;
   }

   .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
      transition: none;
   }

   .header-style-1.mobile-sider-drawer-menu.active .header-nav {
      left: -1px;
   }

   .header-style-1.mobile-sider-drawer-menu .icon-bar {
      transition: all 0.5s linear;
      position: relative;
   }

   .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
      position: relative;
   }

   .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
      transform: rotate(45deg) translateX(3px) translateY(2px);
   }

   .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
      transform: rotate(-45deg) translateX(3px) translateY(-2px);
   }

   .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
      position: relative;
      right: 0%;
   }

   .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
      position: absolute;
      right: 100px;
      opacity: 0;
   }

   .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }

   .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }
}

.header-style-1 .sticky-no .main-bar {
   position: static !important;
}

.header-style-1 .is-fixed .main-bar {
   position: fixed;
   top: 0px;
   left: 0px;
}

.header-style-1 .is-fixed.color-fill .header-nav .nav > li {
   margin: 0px;
   padding: 0px;
}

@media (max-width: 991px) {
   .header-style-1 .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }

   .header-style-1 .header-nav .nav > li > a {
      margin: 0px;
      padding: 10px 12px;
   }

   .header-style-1 .is-fixed.color-fill .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }
}

@media (max-width: 767px) {
   .header-style-1 .main-bar {
      padding: 0px;
   }

   .header-style-1 .main-bar .container {
      max-width: 100%;
   }

   .header-style-1 .is-fixed .main-bar {
      padding: 0px;
   }

   .header-style-1 .is-fixed.color-fill .main-bar {
      padding: 0px;
   }
}

.header-style-1 .wt-cart {
   background-color: #E91E2C;
   border-left: 1px solid #fff;
   margin-left: 10px;
   display: flex;
   align-items: center;
}

.header-style-1 .wt-cart .woo-cart-total {
   display: inline-block;
   font-weight: 600;
   color: #fff;
}

.header-style-1 .wt-cart .woo-cart-count {
   color: #fff;
   font-weight: 800;
   display: inline-block;
   min-width: 40px;
   padding: 0px 10px;
   position: relative;
   text-align: center;
   position: relative;
}

.header-style-1 .wt-cart .woo-cart-count i {
   font-size: 16px;
}

.header-style-1 .wt-cart .woo-cart-count .shopping-bag.wcmenucart-count {
   padding-left: 3px;
   position: relative;
   top: -5px;
}

.slide-right {
   animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(5px);
   }
}

/*desktop submenu icon clicking off css start*/
.header-nav .nav > li .sub-menu li.has-child a + .fa {
   z-index: -1;
}

@media (max-width: 991px) {
   .header-nav .nav > li .sub-menu li.has-child a + .fa {
      z-index: 1;
   }
}

/*desktop submenu icon clicking off css end*/
/*submenu icon show permanently on hover*/
.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
   padding-left: 40px;
}

.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
   opacity: 1;
   left: 20px;
}

@media (max-width: 991px) {
   .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
      left: 0px;
   }
}

/*submenu icon show permanently on hover*/
.header-style-2 {
   position: relative;
   /*--is fixed---*/
   /*====Mobile Side =======*/
   /*---when header is sticky---*/
   /*---when header is sticky---*/
   /*---header id Fixed---*/
   /*Cart*/
}

.header-style-2 .top-bar {
   /*---Top bar---*/
   border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 360px) {
   .header-style-2 .top-bar {
      display: none;
   }
}

.header-style-2 .top-bar .wt-topbar-left-info {
   margin: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li {
   display: inline-block;
   color: #000;
   border-right: 1px solid #dcdcdc;
   line-height: 20px;
   padding-top: 10px;
}

@media (max-width: 991px) {
   .header-style-2 .top-bar .wt-topbar-left-info li {
      padding: 10px 0px 0px 0px;
      font-size: 14px;
   }
}

.header-style-2 .top-bar .wt-topbar-left-info li:last-child {
   border-right: 0px;
}

@media (max-width: 480px) {
   .header-style-2 .top-bar .wt-topbar-left-info li {
      padding-left: 10px;
   }
}

.header-style-2 .top-bar .wt-topbar-right-info {
   margin: 0px;
}

.header-style-2 .top-bar .wt-topbar-right-info ul {
   margin-bottom: 0px;
   display: flex;
   border-right: 1px solid #dcdcdc;
   list-style: none;
   background-color: #fff;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a {
   list-style: none;
   display: block;
   position: relative;
   width: 40px;
   height: 42px;
   line-height: 42px;
   border-left: 1px solid #dcdcdc;
   text-align: center;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a:hover {
   background-color: #E91E2C;
   color: #fff;
}

.header-style-2 .top-bar {
   overflow: hidden;
}

.header-style-2 .top-bar .container {
   position: relative;
   z-index: 1;
}

.header-style-2 .top-bar .container .d-flex {
   flex-direction: row-reverse;
}

.header-style-2 .header-style-2-content {
   position: relative;
}

.header-style-2 .header-middle-wraper {
   padding: 1px 0px 30px 0px;
   background-color: #fff;
   position: relative;
   z-index: 1;
}

.header-style-2 .header-middle-wraper:after {
   content: '';
   background-color: #fff;
   right: 100%;
   height: 100%;
   width: 3000px;
   bottom: 0px;
   position: absolute;
   z-index: -1;
}

@media (max-width: 991px) {
   .header-style-2 .header-middle-wraper:after {
      display: none;
   }
}

@media (max-width: 768px) {
   .header-style-2 .header-middle-wraper .header-middle {
      display: block !important;
   }

   .header-style-2 .header-middle-wraper .logo-header {
      display: block;
      width: 100%;
      max-width: 150px;
      float: inherit;
      margin: 0px auto;
      height: auto;
   }
}

.header-style-2 .header-info-wraper {
   display: flex;
}

@media (max-width: 768px) {
   .header-style-2 .header-info-wraper {
      justify-content: center;
   }
}

@media (max-width: 575px) {
   .header-style-2 .header-info-wraper {
      display: none;
   }
}

.header-style-2 .header-info-wraper .header-info > ul {
   list-style: none;
   display: table;
}

.header-style-2 .header-info-wraper .header-info > ul li {
   display: table-cell;
   padding: 15px 10px;
   vertical-align: middle;
}

.header-style-2 .header-info-wraper .header-info > ul li:last-child {
   padding-right: 0px;
}

.header-style-2 .header-info-wraper .header-info > ul li p {
   margin-bottom: 0px;
}

.header-style-2 .header-info-wraper .header-info > ul li strong {
   font-size: 20px;
   color: #000;
}

@media (max-width: 991px) {
   .header-style-2 .header-info-wraper .header-info > ul li .wt-tilte {
      font-size: 13px;
   }

   .header-style-2 .header-info-wraper .header-info > ul li p {
      font-size: 12px;
   }
}

.header-style-2 .header-bottom {
   border-top: 1px solid #e7e7e7;
}

.header-style-2 .header-search {
   padding: 15px 20px;
   display: flex;
   align-items: center;
}

.header-style-2 .header-search a {
   color: #fff;
}

.header-style-2 .header-search .form-control {
   border: 1px solid #e7e7e7;
   height: 40px;
}

.header-style-2 .header-search .s-btn {
   border: none;
   padding-left: 15px;
   padding-right: 15px;
}

.header-style-2 .extra-nav {
   /*---Extra Nav---*/
   position: relative;
   z-index: 13;
   display: flex;
}

.header-style-2 .extra-nav .extra-cell {
   display: flex;
}

.header-style-2 .extra-nav .extra-cell:first-child {
   padding-left: 0px;
}

.header-style-2 .logo-header {
   /*--logo for header---*/
   display: table;
   float: left;
   width: 215px;
   height: 70px;
   vertical-align: middle;
   padding: 0px;
   font-size: 36px;
   color: #000;
   margin: 0px;
   position: relative;
   z-index: 11;
}

@media (max-width: 1200px) {
   .header-style-2 .logo-header {
      width: 150px;
   }
}

@media (max-width: 360px) {
   .header-style-2 .logo-header {
      width: 120px;
   }
}

.header-style-2 .logo-header .logo-header-inner {
   display: table-cell;
   vertical-align: middle;
   height: 100%;
}

.header-style-2 .logo-header .logo-header-inner img {
   max-width: 100%;
   max-height: 100%;
}

.header-style-2.site-header {
   position: relative;
   z-index: 999;
}

.header-style-2.site-header ul,
.header-style-2.site-header ol {
   margin-bottom: 0px;
}

.header-style-2 .sticky-header.is-fixed .main-bar .container-block,
.header-style-2 .sticky-header.is-fixed .main-bar .container-block-fluid {
   top: 0px;
}

.header-style-2 .main-bar {
   /*--main-bar--*/
   position: relative;
   width: 100%;
   transition: all 0.5s ease;
}

.header-style-2 .main-bar .container-block,
.header-style-2 .main-bar .container-block-fluid {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   max-width: 1240px;
   width: 100%;
   top: -30px;
   z-index: 1;
}

@media (max-width: 991px) {

   .header-style-2 .main-bar .container-block,
   .header-style-2 .main-bar .container-block-fluid {
      display: block;
   }
}

.header-style-2 .main-bar .container-block .navigation-bar,
.header-style-2 .main-bar .container-block-fluid .navigation-bar {
   background-color: #E91E2C;
   display: flex;
   width: 100%;
   border-radius: 6px;
}

@media (max-width: 991px) {

   .header-style-2 .main-bar .container-block .navigation-bar,
   .header-style-2 .main-bar .container-block-fluid .navigation-bar {
      flex-direction: row-reverse;
   }
}

.header-style-2 .main-bar:after,
.header-style-2 .main-bar:after {
   clear: both;
   content: "";
   display: table;
}

.header-style-2 .navbar-toggler {
   /*--Navbar Toggler---*/
   border: none;
   margin: 24px 0px 24px 5px;
   padding: 12px 16px 12px 10px;
}

@media (max-width: 991px) {
   .header-style-2 .navbar-toggler {
      display: block;
      margin-top: 5px;
      margin-bottom: 5px;
      float: right;
      outline: none !important;
   }
}

.header-style-2 .navbar-toggler .icon-bar {
   background: #fff;
   height: 3px;
   border-radius: 0px;
   display: block;
   width: 22px;
}

.header-style-2 .navbar-toggler .icon-bar + .icon-bar {
   margin-top: 4px;
}

@media (max-width: 420px) {
   .header-style-2 .navbar-toggler {
      margin-left: 10px;
   }
}

@media (max-width: 540px) {
   .header-style-2 .is-fixed .navbar-toggler {
      margin-bottom: 0px;
   }
}

.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
   height: 100vh !important;
   width: 100%;
}

.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
   padding: 12px 15px !important;
}

.header-style-2 .header-nav {
   position: relative;
   padding: 0px;
   z-index: 10;
   /*-- Submenu direction---*/
}

@media (max-width: 991px) {
   .header-style-2 .header-nav {
      clear: both;
      border-bottom: 1px solid #E9E9E9;
   }

   .header-style-2 .header-nav.navbar-collapse {
      align-items: start;
   }
}

.header-style-2 .header-nav .nav {
   display: flex;
   justify-content: flex-end;
   flex-direction: inherit;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav {
      float: none;
      margin: 0px;
      background: #fff;
      display: block;
      width: 100%;
      left: 0px;
   }
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav li {
      float: none;
   }
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav li.has-child.nav-active > a {
      color: #E91E2C;
   }
}

.header-style-2 .header-nav .nav li i {
   font-size: 9px;
   margin-left: 3px;
   margin-top: -3px;
   vertical-align: middle;
   opacity: 0.7;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav li i {
      float: right;
   }
}

.header-style-2 .header-nav .nav > li {
   position: relative;
   margin: 0px;
   padding: 0px 0px;
   font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li ul {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
   }
}

.header-style-2 .header-nav .nav > li > a {
   color: #fff;
   font-size: 16px;
   padding: 15px 18px;
   cursor: pointer;
   margin: 0px 0px;
   font-weight: 700;
   display: block;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li > a {
      padding: 12px 10px;
      color: #000;
   }
}

.header-style-2 .header-nav .nav > li > a:hover {
   background-color: transparent;
   color: #000;
}

.header-style-2 .header-nav .nav > li > a:active,
.header-style-2 .header-nav .nav > li > a:focus {
   background-color: transparent;
}

@media (max-width: 991px) {

   .header-style-2 .header-nav .nav > li.active > a,
   .header-style-2 .header-nav .nav > li.current-menu-item > a {
      color: #000;
   }
}

@media (max-width: 991px) {

   .header-style-2 .header-nav .nav > li > a:hover,
   .header-style-2 .header-nav .nav > li > a:active,
   .header-style-2 .header-nav .nav > li > a:focus {
      background-color: #f0f0f0;
      text-decoration: none;
   }
}

.header-style-2 .header-nav .nav > li.active > a,
.header-style-2 .header-nav .nav > li.current-menu-item > a {
   background-color: transparent;
   color: #000;
}

.header-style-2 .header-nav .nav > li:hover > a {
   color: #000;
}

.header-style-2 .header-nav .nav > li:hover > .sub-menu {
   opacity: 1;
   visibility: visible;
   margin-top: 0px;
   transition: all 0.3s ease;
}

.header-style-2 .header-nav .nav > li .sub-menu {
   background-color: #fff;
   display: block;
   left: 0px;
   top: 100%;
   list-style: none;
   margin: 20px 0 0;
   opacity: 0;
   padding: 0px;
   position: absolute;
   visibility: hidden;
   width: 250px;
   z-index: 10;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li .sub-menu {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
      opacity: 1;
      margin: 0px !important;
      box-shadow: none;
   }
}

.header-style-2 .header-nav .nav > li .sub-menu li {
   border-bottom: 1px solid #f4f4f4;
   position: relative;
   text-transform: none;
   height: 0px;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li .sub-menu li {
      height: auto;
   }
}

.header-style-2 .header-nav .nav > li .sub-menu li a {
   color: #000;
   display: block;
   font-size: 13px;
   padding: 14px 20px;
   font-weight: 600;
}

.header-style-2 .header-nav .nav > li .sub-menu li a:hover {
   color: #000;
   text-decoration: none;
}

.header-style-2 .header-nav .nav > li .sub-menu li:hover > a {
   color: #E91E2C;
}

.header-style-2 .header-nav .nav > li .sub-menu li:last-child {
   border-bottom: 0px;
}

.header-style-2 .header-nav .nav > li .sub-menu li .fa {
   color: #000;
   display: block;
   float: right;
   position: absolute;
   right: 10px;
   top: 2px;
}

.header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu {
   left: 250px;
   margin: 0px 0px 0px 20px;
   transition: all 0.1s ease;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu {
      transition: none;
   }
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li .sub-menu li > .sub-menu > li {
      float: none;
      display: block;
      width: auto;
   }
}

.header-style-2 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
   left: 250px;
   margin: 0px;
   opacity: 1;
   top: 0px;
   visibility: visible;
}

.header-style-2 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
   background-color: transparent;
   bottom: 0px;
   content: '';
   display: block;
   height: 100%;
   left: -6px;
   position: absolute;
   top: 0px;
   width: 6px;
}

.header-style-2 .header-nav .nav > li:hover .sub-menu li {
   height: auto;
}

.header-style-2 .header-nav .submenu-direction .sub-menu {
   left: auto;
   right: 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li > .sub-menu {
   left: auto;
   right: 250px;
   margin: 0px 20px 0px 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
   left: auto;
   right: 250px;
   margin: 0px 0px 0px 0px;
}

.header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
   transition: all 0.5s ease-out;
   position: relative;
   z-index: 1;
}

.header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
   opacity: 1;
   left: 20px;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:hover:before {
      left: 0;
   }
}

.header-style-2 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
   padding-left: 30px;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
      padding-left: 20px;
   }
}

@media (max-width: 991px) {
   .header-style-2 .has-child {
      position: relative;
   }
}

.header-style-2 .has-child .submenu-toogle {
   position: absolute;
   right: 4px;
   top: 4px;
   color: #000;
   background-color: transparent;
   z-index: 900;
   cursor: pointer;
   padding: 10px;
   font-size: 14px;
   display: none;
}

@media (max-width: 991px) {
   .header-style-2 .has-child .submenu-toogle {
      display: block;
   }
}

.header-style-2 .has-child li .submenu-toogle {
   opacity: 0.9;
}

.header-style-2 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
   content: "\e114";
}

.header-style-2 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
   content: "\2212";
}

@media (max-width: 991px) {
   .header-style-2 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
      content: "\f107";
   }
}

@media (max-width: 991px) {
   .header-style-2 .mobile-full-width-menu .header-nav .nav {
      position: inherit;
   }
}

@media (max-width: 991px) {
   .header-style-2.mobile-sider-drawer-menu .header-nav {
      position: fixed;
      width: 250px !important;
      z-index: 999;
      height: 100vh !important;
      overflow-y: inherit !important;
      left: -250px;
      top: 0px;
      transition: all 0.5s linear;
      background-color: #fff;
   }

   .header-style-2.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
      transition: none;
   }

   .header-style-2.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
      transition: none;
   }

   .header-style-2.mobile-sider-drawer-menu.active .header-nav {
      left: -1px;
   }

   .header-style-2.mobile-sider-drawer-menu .icon-bar {
      transition: all 0.5s linear;
      position: relative;
   }

   .header-style-2.mobile-sider-drawer-menu #mobile-side-drawer {
      position: relative;
   }

   .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
      transform: rotate(45deg) translateX(3px) translateY(2px);
   }

   .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
      transform: rotate(-45deg) translateX(3px) translateY(-2px);
   }

   .header-style-2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
      position: relative;
      right: 0%;
   }

   .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
      position: absolute;
      right: 100px;
      opacity: 0;
   }

   .header-style-2.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }

   .header-style-2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }
}

.header-style-2 .sticky-no .main-bar {
   position: static !important;
}

.header-style-2 .is-fixed .main-bar {
   position: fixed;
   top: 0px;
   left: 0px;
}

.header-style-2 .is-fixed.color-fill .header-nav .nav > li {
   margin: 0px;
   padding: 0px;
}

@media (max-width: 991px) {
   .header-style-2 .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }

   .header-style-2 .header-nav .nav > li > a {
      margin: 0px;
      padding: 10px 12px;
   }

   .header-style-2 .is-fixed.color-fill .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }
}

@media (max-width: 767px) {
   .header-style-2 .main-bar {
      padding: 0px;
   }

   .header-style-2 .main-bar .container {
      max-width: 100%;
   }

   .header-style-2 .is-fixed .main-bar {
      padding: 0px;
   }

   .header-style-2 .is-fixed.color-fill .main-bar {
      padding: 0px;
   }
}

.header-style-2 .wt-cart {
   border-left: 1px solid #e7e7e7;
   display: flex;
   align-items: center;
   padding: 0px 10px;
}

.header-style-2 .wt-cart .woo-cart-total {
   display: inline-block;
   font-weight: 600;
   color: #000;
}

.header-style-2 .wt-cart .woo-cart-count {
   color: #fff;
   font-weight: 800;
   display: inline-block;
   min-width: 40px;
   padding: 0px 10px;
   position: relative;
   text-align: center;
   position: relative;
}

.header-style-2 .wt-cart .woo-cart-count i {
   font-size: 16px;
}

.header-style-2 .wt-cart .woo-cart-count .shopping-bag.wcmenucart-count {
   padding-left: 3px;
   position: relative;
   top: -5px;
}

.slide-right {
   animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(5px);
   }
}

/*desktop submenu icon clicking off css start*/
.header-nav .nav > li .sub-menu li.has-child a + .fa {
   z-index: -1;
}

@media (max-width: 991px) {
   .header-nav .nav > li .sub-menu li.has-child a + .fa {
      z-index: 1;
   }
}

/*desktop submenu icon clicking off css end*/
/*submenu icon show permanently on hover*/
.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
   padding-left: 40px;
}

.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
   opacity: 1;
   left: 20px;
}

@media (max-width: 991px) {
   .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a:before {
      left: 0px;
   }
}

/*submenu icon show permanently on hover*/
.header-style-3 {
   position: relative;
   /*--is fixed---*/
   /*====Mobile Side =======*/
   /*---when header is sticky---*/
   /*---when header is sticky---*/
   /*---header id Fixed---*/
}

.header-style-3 .top-bar {
   /*---Top bar---*/
   padding: 0px 0px;
   font-size: 14px;
   display: flex;
   align-content: center;
   flex-wrap: wrap;
   position: relative;
   z-index: 0;
}

.header-style-3 .top-bar .wt-topbar-left {
   float: left;
}

@media (max-width: 767px) {
   .header-style-3 .top-bar .wt-topbar-left {
      display: none !important;
   }
}

.header-style-3 .top-bar .wt-topbar-info li {
   display: inline-block;
   margin-right: 0px;
   padding: 12px 15px 12px 0px;
   border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-style-3 .top-bar .wt-topbar-info li span {
   display: inline-block;
   padding-right: 10px;
}

.header-style-3 .top-bar .wt-topbar-info li i {
   margin-right: 10px;
   font-size: 20px;
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
   display: inline-block;
   margin-right: 0px;
   padding: 10px 15px 10px 15px;
   border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li span {
   display: inline-block;
   padding-right: 10px;
}

.header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li i {
   margin-right: 10px;
   font-size: 20px;
}

@media (max-width: 767px) {
   .header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li:last-child {
      border-right: 0px;
   }
}

@media (max-width: 460px) {
   .header-style-3 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
      border-right: 0px !important;
   }
}

.header-style-3 .top-bar .social-icons {
   display: flex;
   align-content: center;
   flex-wrap: wrap;
   list-style: none;
}

@media (max-width: 991px) {
   .header-style-3 .top-bar .social-icons {
      display: none;
   }
}

.header-style-3 .top-bar .social-icons li {
   padding-left: 10px;
}

.header-style-3 .top-bar .social-icons li a {
   color: #fff;
   font-size: 12px;
}

.header-style-3 .top-bar .social-icons li a:hover {
   color: #000;
}

.header-style-3 .header-nav-request {
   float: right;
   color: #E91E2C;
   font-size: 22px;
   font-weight: 800;
}

@media (max-width: 480px) {
   .header-style-3 .header-nav-request {
      display: none;
   }
}

.header-style-3 .extra-nav {
   /*---Extra Nav---*/
   display: table;
   float: right;
   height: 70px;
   position: relative;
   z-index: 13;
}

.header-style-3 .extra-nav .extra-cell {
   display: table-cell;
   padding-left: 25px;
   vertical-align: middle;
}

.header-style-3 .extra-nav .extra-cell:first-child {
   padding-left: 0px;
}

@media (max-width: 540px) {
   .header-style-3 .extra-nav .extra-cell {
      padding-left: 10px;
   }
}

.header-style-3 .logo-header {
   /*--logo for header---*/
   display: table;
   float: left;
   width: 280px;
   height: 80px;
   vertical-align: middle;
   padding: 0px;
   font-size: 36px;
   color: #000;
   margin: 0px;
   position: relative;
   z-index: 11;
}

@media (max-width: 640px) {
   .header-style-3 .logo-header {
      width: 120px;
   }
}

@media (max-width: 360px) {
   .header-style-3 .logo-header {
      width: 120px;
   }
}

.header-style-3 .logo-header .logo-header-inner {
   display: table-cell;
   vertical-align: middle;
   height: 100%;
}

.header-style-3 .logo-header .logo-header-inner img {
   max-width: 135%;
   max-height: 100%;
}

.header-style-3.site-header {
   position: relative;
   z-index: 999;
}

.header-style-3.site-header ul,
.header-style-3.site-header ol {
   margin-bottom: 0px;
}

.header-style-3 .main-bar {
   /*--main-bar--*/
   position: relative;
   width: 100%;
   padding-top: 10px;
   padding-bottom: 10px;
   transition: all 0.5s ease;
   background: #fff;
}

.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

@media (max-width: 991px) {

   .header-style-3 .main-bar .container,
   .header-style-3 .main-bar .container-fluid {
      display: block;
   }
}

.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
   clear: both;
   content: "";
   display: table;
}

.header-style-3 .navbar-toggler {
   /*--Navbar Toggler---*/
   border: none;
   margin: 24px 0px 24px 15px;
   padding: 12px 10px;
}

@media (max-width: 991px) {
   .header-style-3 .navbar-toggler {
      display: block;
      margin-top: 14px;
      margin-bottom: 14px;
      float: right;
      outline: none !important;
   }
}

.header-style-3 .navbar-toggler .icon-bar {
   background: #000;
   height: 3px;
   border-radius: 0px;
   display: block;
   width: 22px;
}

.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
   margin-top: 4px;
}

@media (max-width: 991px) {
   .header-style-3 .navbar-toggler {
      margin-top: 14px;
      margin-bottom: 14px;
   }
}

@media (max-width: 420px) {
   .header-style-3 .navbar-toggler {
      margin-left: 10px;
   }
}

@media (max-width: 540px) {
   .header-style-3 .is-fixed .navbar-toggler {
      margin-bottom: 0px;
   }
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
   height: 100vh !important;
   width: 100%;
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
   padding: 12px 15px !important;
}

.header-style-3 .header-nav {
   position: relative;
   padding: 0px;
   z-index: 10;
   /*-- Submenu direction---*/
}

@media (max-width: 991px) {
   .header-style-3 .header-nav {
      clear: both;
      margin: 0px -15px;
      border-bottom: 1px solid #E9E9E9;
   }

   .header-style-3 .header-nav.navbar-collapse {
      align-items: start;
   }
}

.header-style-3 .header-nav .nav {
   display: flex;
   justify-content: flex-end;
   flex-direction: inherit;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav {
      float: none;
      margin: 0px;
      background: #fff;
      display: block;
      width: 100%;
      left: 0px;
   }
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav li {
      float: none;
   }
}

.header-style-3 .header-nav .nav li i {
   font-size: 9px;
   margin-left: 3px;
   margin-top: -3px;
   vertical-align: middle;
   opacity: 0.7;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav li i {
      float: right;
   }
}

.header-style-3 .header-nav .nav > li {
   position: relative;
   margin: -10px 0px;
   padding: 10px 0px;
   font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li ul {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
   }
}

.header-style-3 .header-nav .nav > li > a {
   color: #000;
   font-size: 16px;
   padding: 15px 10px;
   cursor: pointer;
   margin: 0px 0px;
   font-weight: 700;
   display: block;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li > a {
      padding: 12px 15px;
      border-top: 1px solid #E9E9E9;
      color: #000;
   }
}

.header-style-3 .header-nav .nav > li > a:hover {
   background-color: transparent;
   color: #000;
}

.header-style-3 .header-nav .nav > li > a:active,
.header-style-3 .header-nav .nav > li > a:focus {
   background-color: transparent;
}

@media (max-width: 991px) {

   .header-style-3 .header-nav .nav > li.active > a,
   .header-style-3 .header-nav .nav > li.current-menu-item > a {
      color: #000;
   }
}

@media (max-width: 991px) {

   .header-style-3 .header-nav .nav > li > a:hover,
   .header-style-3 .header-nav .nav > li > a:active,
   .header-style-3 .header-nav .nav > li > a:focus {
      background-color: #f0f0f0;
      text-decoration: none;
   }
}

.header-style-3 .header-nav .nav > li.active > a,
.header-style-3 .header-nav .nav > li.current-menu-item > a {
   background-color: transparent;
   color: #000;
}

.header-style-3 .header-nav .nav > li:hover > a {
   color: #000;
}

.header-style-3 .header-nav .nav > li:hover > .sub-menu {
   opacity: 1;
   visibility: visible;
   margin-top: 0px;
   transition: all 0.3s ease;
}

.header-style-3 .header-nav .nav > li .sub-menu {
   background-color: #fff;
   display: block;
   left: 0px;
   top: 100%;
   list-style: none;
   margin: 20px 0 0;
   opacity: 0;
   padding: 0px;
   position: absolute;
   visibility: hidden;
   width: 220px;
   z-index: 10;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li .sub-menu {
      display: none;
      position: static;
      visibility: visible;
      width: auto;
      background: #f9f9f9;
      opacity: 1;
      margin: 0px !important;
   }
}

.header-style-3 .header-nav .nav > li .sub-menu li {
   border-bottom: 1px solid #f4f4f4;
   position: relative;
   text-transform: none;
}

.header-style-3 .header-nav .nav > li .sub-menu li a {
   color: #000;
   display: block;
   font-size: 13px;
   padding: 14px 20px;
   padding-left: 20px;
   font-weight: 600;
}

.header-style-3 .header-nav .nav > li .sub-menu li a:hover {
   color: #000;
   text-decoration: none;
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > a {
   color: #E91E2C;
}

.header-style-3 .header-nav .nav > li .sub-menu li:last-child {
   border-bottom: 0px;
}

.header-style-3 .header-nav .nav > li .sub-menu li .fa {
   color: #000;
   display: block;
   float: right;
   position: absolute;
   right: 10px;
   top: 2px;
}

.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
   left: 220px;
   margin: 0px 0px 0px 20px;
   transition: all 0.1s ease;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li {
      float: none;
      display: block;
      width: auto;
   }
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li a {
      padding-left: 30px;
   }
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
   left: 220px;
   margin: 0px;
   opacity: 1;
   top: -1px;
   visibility: visible;
}

.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
   background-color: transparent;
   bottom: 0px;
   content: '';
   display: block;
   height: 100%;
   left: -6px;
   position: absolute;
   top: 0px;
   width: 6px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu {
   left: auto;
   right: 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
   left: auto;
   right: 220px;
   margin: 0px 20px 0px 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
   left: auto;
   right: 220px;
   margin: 0px 0px 0px 0px;
}

.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
   transition: all 0.5s ease-out;
   position: relative;
   z-index: 1;
}

.header-style-3 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
   padding-left: 40px;
}

@media (max-width: 991px) {
   .header-style-3 .has-child {
      position: relative;
   }
}

.header-style-3 .has-child .submenu-toogle {
   position: absolute;
   right: 4px;
   top: 4px;
   color: #000;
   background-color: transparent;
   z-index: 900;
   cursor: pointer;
   padding: 10px;
   font-size: 14px;
   display: none;
}

@media (max-width: 991px) {
   .header-style-3 .has-child .submenu-toogle {
      display: block;
   }
}

.header-style-3 .has-child li .submenu-toogle {
   opacity: 0.9;
}

.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
   content: "\e114";
}

.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
   content: "\2212";
}

@media (max-width: 991px) {
   .header-style-3 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
      content: "\f107";
   }
}

@media (max-width: 991px) {
   .header-style-3 .mobile-full-width-menu .header-nav .nav {
      position: inherit;
   }
}

@media (max-width: 991px) {
   .header-style-3.mobile-sider-drawer-menu .header-nav {
      position: fixed;
      width: 250px !important;
      z-index: 999;
      height: 100vh !important;
      overflow-y: inherit !important;
      left: -250px;
      top: 0px;
      transition: all 0.5s linear;
      background-color: #fff;
   }

   .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
      animation: none !important;
   }

   .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
      animation: none !important;
   }

   .header-style-3.mobile-sider-drawer-menu.active .header-nav {
      left: 15px;
   }

   .header-style-3.mobile-sider-drawer-menu .icon-bar {
      transition: all 0.5s linear;
      position: relative;
   }

   .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
      min-height: 41px;
      position: relative;
   }

   .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
      transform: rotate(45deg) translateX(3px) translateY(2px);
   }

   .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
      transform: rotate(-45deg) translateX(3px) translateY(-2px);
   }

   .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
      position: relative;
      right: 0%;
   }

   .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
      position: absolute;
      right: 100px;
      opacity: 0;
   }

   .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }

   .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
      overflow: auto;
      max-height: 100%;
   }
}

.header-style-3 .sticky-no .main-bar {
   position: static !important;
}

.header-style-3 .is-fixed .main-bar {
   position: fixed;
   top: 0px;
   left: 0px;
}

.header-style-3 .is-fixed.color-fill .header-nav .nav > li {
   margin: 0px;
   padding: 0px;
}

@media (max-width: 991px) {
   .header-style-3 .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }

   .header-style-3 .header-nav .nav > li > a {
      margin: 0px;
      padding: 10px 12px;
   }

   .header-style-3 .is-fixed.color-fill .header-nav .nav > li {
      margin: 0px;
      padding: 0px;
   }
}

@media (max-width: 767px) {
   .header-style-3 .main-bar {
      padding: 0px;
   }

   .header-style-3 .is-fixed .main-bar {
      padding: 0px;
   }

   .header-style-3 .is-fixed.color-fill .main-bar {
      padding: 0px;
   }
}

.ap-btn {
   position: relative;
   padding: 8px 10px;
   color: #000;
   transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
   cursor: pointer;
   user-select: none;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   border-left: 2px solid #000;
   border-right: 2px solid #000;
}

.ap-btn:before {
   content: '';
   position: absolute;
   transition: inherit;
   z-index: -1;
}

.ap-btn:after {
   content: '';
   position: absolute;
   transition: inherit;
   z-index: -1;
}

.ap-btn:hover {
   color: white;
   transition-delay: .6s;
}

.ap-btn:hover:before {
   transition-delay: 0s;
}

.ap-btn:hover:after {
   background: #E91E2C;
   transition-delay: .4s;
}

.ap-btn.from-top:before {
   left: 0px;
   height: 0px;
   width: 100%;
   bottom: 0px;
   border: 3px solid #E91E2C;
   border-top: 0px;
   border-bottom: 0px;
}

.ap-btn.from-top:after {
   left: 0px;
   height: 0px;
   width: 100%;
   top: 0px;
   height: 0px;
}

.ap-btn.from-top:hover:before {
   height: 100%;
}

.ap-btn.from-top:hover:after {
   height: 100%;
}

.ap-btn.from-top.active:before {
   height: 100%;
}

.ap-btn.from-top.active:after {
   height: 100%;
}

.container {
   max-width: 1270px;
}

/*Title separators*/
.wt-separator-two-part {
   padding-bottom: 50px;
}

@media (max-width: 991px) {
   .wt-separator-two-part {
      padding-bottom: 30px;
   }
}

.wt-separator-two-part.when-bg-dark .section-head .wt-title {
   color: #fff;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator {
   color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
   background-color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
   background-color: #000;
}

.wt-separator-two-part.when-bg-dark .wt-separator-two-part-right .p_discription {
   color: #fff;
}

.wt-separator-two-part-row {
   display: flex;
   align-items: center;
}

.wt-separator-two-part-row .wt-separator-two-part-left .section-head {
   margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right {
   margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right p {
   margin-bottom: 30px;
}

@media (max-width: 991px) {
   .wt-separator-two-part-row .wt-separator-two-part-right {
      text-align: left !important;
      margin-top: 30px;
   }
}

.wt-small-separator {
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 15px;
   position: relative;
   display: inline-block;
   font-weight: 800;
   color: #E91E2C;
   background-color: #f9f9f9;
   padding: 5px 10px;
   border-left: 3px solid #E91E2C;
}

.wt-small-separator.white {
   color: #fff;
}

@media (max-width: 767px) {
   .wt-small-separator {
      font-size: 18px;
      margin-bottom: 10px;
      letter-spacing: 0px;
   }
}

@media (max-width: 767px) {
   .wt-small-separator h2 {
      margin-bottom: 20px;
   }
}

.section-head {
   position: relative;
}

.section-head.when-bg-dark .wt-title {
   color: #fff;
}

.section-head.when-bg-dark p {
   color: #c1c1c1;
}

/*Center-title*/
.section-head.left.wt-small-separator-outer {
   text-align: left;
}

@media (max-width: 1024px) {
   .section-head.left.wt-small-separator-outer h2 {
      font-size: 30px;
   }
}

@media (max-width: 768px) {
   .section-head.left.wt-small-separator-outer h2 {
      font-size: 30px;
      margin-bottom: 20px;
   }
}

.section-head.left.wt-small-separator-outer p {
   margin-bottom: 40px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
   position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
   position: absolute;
   content: '';
   background-color: #E91E2C;
   height: 22px;
   bottom: 0px;
   top: 0px;
   transform: skew(-20deg);
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:after {
   background-color: #fff;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
   right: -20px;
   width: 10px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
   right: -27px;
   width: 4px;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:after {
   background-color: #fff;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div {
   color: #fff;
}

.section-head.center.wt-small-separator-outer {
   margin-bottom: 50px;
   text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
   max-width: 600px;
   margin: 0px auto;
}

@media (max-width: 1200px) {
   .section-head.center.wt-small-separator-outer h2 {
      font-size: 50px;
   }
}

@media (max-width: 1024px) {
   .section-head.center.wt-small-separator-outer h2 {
      font-size: 30px;
   }
}

@media (max-width: 768px) {
   .section-head.center.wt-small-separator-outer h2 {
      font-size: 30px;
      margin-bottom: 20px;
   }
}

.section-head.center .wt-small-separator div.sep-leaf-left {
   position: relative;
}

.section-head.center .wt-small-separator div.sep-leaf-left:before,
.section-head.center .wt-small-separator div.sep-leaf-left:after {
   position: absolute;
   content: '';
   background-color: #E91E2C;
   height: 22px;
   bottom: 0px;
   top: 0px;
   transform: skew(-20deg);
}

.section-head.center .wt-small-separator div.sep-leaf-left:before {
   right: -20px;
   width: 10px;
}

.section-head.center .wt-small-separator div.sep-leaf-left:after {
   right: -27px;
   width: 4px;
}

/*About one Section*/
.about-section-one-right {
   padding-left: 50px;
}

@media (max-width: 991px) {
   .about-section-one-right {
      padding-left: 0px;
      padding-top: 30px;
      margin-bottom: 0px;
   }
}

.about-section-one-right .about-one strong {
   font-size: 18px;
   font-weight: 600;
   color: #000;
}

.about-section-two-right {
   padding-left: 15px;
}

@media (max-width: 991px) {
   .about-section-two-right {
      padding-left: 0px;
   }
}

.about-section-two-right .about-one strong {
   font-size: 18px;
   font-weight: 600;
   color: #000;
}

.about-max-one-wrap {
   display: flex;
   align-items: flex-end;
   justify-content: center;
}

@media (max-width: 1200px) {
   .about-max-one-wrap {
      align-items: flex-start;
   }
}

.about-max-one {
   position: relative;
   z-index: 1;
   padding-right: 15px;
}

@media (max-width: 991px) {
   .about-max-one {
      padding-right: 0px;
      width: 100%;
   }
}

.about-max-one:before {
   border: 20px solid #000;
   border-right: 0px;
   content: '';
   position: absolute;
   z-index: 0;
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 40%;
}

.about-max-one:after {
   background-image: url(../images/background/bg-plus.png);
   content: '';
   position: absolute;
   z-index: -1;
   right: 0px;
   top: 0px;
   bottom: 0px;
   width: 60%;
   opacity: 0.4;
}

.about-max-one .about-max-one-media {
   padding: 20px 0px 0px 10px;
}

@media (max-width: 991px) {
   .about-max-one .about-max-one-media {
      padding-right: 30%;
   }
}

.about-max-one .about-max-one-media img {
   width: 100%;
}

/*About two Section*/
.about-max-two-position {
   display: flex;
   align-items: flex-end;
   justify-content: center;
}

@media (max-width: 1200px) {
   .about-max-two-position {
      align-items: flex-start;
   }
}

.about-max-two {
   position: relative;
   z-index: 1;
   padding: 60px 0px 60px 60px;
}

.about-max-two:before {
   content: '';
   background-image: url(../images/background/bg-plus.png);
   background-repeat: repeat;
   position: absolute;
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 300px;
   z-index: -1;
}

.about-max-two .about-max-two-media {
   position: relative;
}

@media (max-width: 1270px) {
   .about-max-two .about-max-two-media {
      bottom: 0px;
      margin-top: 0px;
      margin-bottom: 30px;
   }
}

.about-max-two .about-max-two-media img {
   width: 100%;
}

.about-max-two .about-max-two-video {
   position: absolute;
   background-color: #E91E2C;
   width: 170px;
   height: 170px;
   left: 30px;
   bottom: 30px;
   border-color: #fff9f0;
   border-width: 20px 20px 0px 0px;
   border-style: solid;
}

@media (max-width: 1270px) {
   .about-max-two .about-max-two-video {
      bottom: 0px;
   }
}

.about-section-two-right .section-head {
   margin-bottom: 40px;
}

.about-section-two-right .ab-two-info p {
   margin-bottom: 30px;
}

/*Counter Style One*/
.counter-outer-one-wrap [class*='col-']:last-child .counter-outer-one:after {
   display: none;
}

@media (max-width: 767px) {
   .counter-outer-one-wrap [class*='col-']:last-child .counter-outer-one:after {
      display: block;
   }
}

@media (max-width: 1200px) {
   .counter-outer-one [class*='icon-xl'] {
      width: 50px;
   }
}

@media (max-width: 991px) {
   .counter-outer-one [class*='icon-xl'] {
      width: 34px;
   }
}

@media (max-width: 1200px) {
   .counter-outer-one [class*='icon-xl'] i {
      font-size: 50px;
      line-height: 50px;
   }
}

@media (max-width: 991px) {
   .counter-outer-one [class*='icon-xl'] i {
      font-size: 34px;
      line-height: 34px;
   }
}

.counter-outer-one:after {
   content: '';
   width: 0;
   height: 70px;
   border-right: 2px dashed #c3ceee;
   position: absolute;
   top: 10px;
   right: -15px;
}

@media (max-width: 767px) {
   .counter-outer-one:after {
      right: 0px;
   }
}

.counter-outer-one.icon-circle {
   position: relative;
   z-index: 1;
}

.counter-outer-one.icon-circle:before {
   content: '';
   position: absolute;
   width: 85px;
   height: 85px;
   border-radius: 50%;
   background-color: #181818;
   z-index: -1;
   top: 5px;
   left: 0%;
}

@media (max-width: 767px) {
   .counter-outer-one.icon-circle:before {
      width: 60px;
      height: 60px;
   }
}

.counter-outer-one .counter {
   font-size: 50px;
   line-height: 50px;
   font-weight: 800;
}

@media (max-width: 1200px) {
   .counter-outer-one .counter {
      font-size: 30px;
      line-height: 30px;
   }
}

@media (max-width: 768px) {
   .counter-outer-one .counter {
      font-size: 24px;
   }
}

.counter-outer-one .icon-content-info {
   font-weight: 600;
   color: #000;
}

.counter-outer-one .icon-content .counter {
   color: #E91E2C;
   font-weight: 900;
}

.counter-outer-one .icon-content.site-text-white .icon-content-info {
   color: #acacac;
}

.counter-outer-one .icon-content.site-text-white .counter {
   color: #fff;
}

/*Team Style One*/
.wt-team-1 {
   transition: 0.5s all ease;
   z-index: 1;
   background-color: #fff;
   padding: 0px;
}

.wt-team-1 .wt-media {
   position: relative;
}

.wt-team-1 .wt-media img {
   width: 100%;
}

.wt-team-1 .wt-media .team-social-center {
   transition: 0.5s all ease;
   position: absolute;
   top: 10px;
   right: 10px;
   bottom: 10px;
   left: 10px;
   z-index: 1;
   transform: scale(0);
}

.wt-team-1 .wt-media .team-social-center:after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: #E91E2C;
   z-index: -1;
   opacity: 0.7;
}

.wt-team-1 .wt-media .team-social-center ul {
   margin: 0px;
   padding-top: 5px;
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   transform: translate(-50%);
   white-space: nowrap;
}

.wt-team-1 .wt-media .team-social-center ul li {
   display: inline-block;
}

.wt-team-1 .wt-media .team-social-center ul li a {
   color: #fff;
   font-size: 14px;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background-color: #000;
   display: block;
}

.wt-team-1 .wt-media .team-social-center ul li a:hover {
   background-color: #fff;
   color: #000;
}

.wt-team-1 .wt-info {
   margin: 0px;
}

.wt-team-1 .wt-info .team-detail {
   padding: 20px;
   width: 100%;
   background-color: #fff;
   position: relative;
}

.wt-team-1 .wt-info .team-detail .team-position {
   font-family: "Mulish", sans-serif;
   font-size: 16px;
   font-weight: 500;
   display: block;
   margin-bottom: 0px;
   color: #E91E2C;
}

.wt-team-1 .wt-info .team-detail .team-name {
   color: #000;
   margin-bottom: 15px;
}

.wt-team-1:hover .team-social-center {
   transform: scale(1);
}

/*Team-box-single*/
.team-detail-full {
   padding-left: 20px;
}

@media (max-width: 767px) {
   .team-detail-full {
      padding-left: 0px;
   }
}

.team-detail-full .team-name {
   margin-bottom: 10px;
}

.team-detail-full .team-name a {
   color: #000;
}

.team-detail-full .team-position {
   font-family: "Mulish", sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #E91E2C;
   display: block;
   margin-bottom: 30px;
}

.team-detail-full .team-detail-list {
   list-style: none;
}

.team-detail-full .team-detail-list li {
   padding-bottom: 15px;
   border-bottom: 1px solid #dedfe1;
   margin-bottom: 15px;
   font-weight: 600;
}

.team-detail-full .team-detail-list li .team-list-title {
   color: #000;
   margin-right: 10px;
   font-weight: 700;
}

.team-detail-full .team-detail-social ul {
   list-style: none;
   margin-bottom: 0px;
}

.team-detail-full .team-detail-social ul li {
   display: inline-block;
}

.team-detail-full .team-detail-social ul li a {
   height: 40px;
   width: 40px;
   line-height: 40px;
   display: block;
   text-align: center;
   background-color: #000;
   color: #fff;
}

.team-detail-full .team-detail-social ul li a:hover {
   color: #fff;
   background-color: #E91E2C;
}

@media (max-width: 767px) {
   .team_details_inner {
      padding: 30px;
   }
}

@media (max-width: 767px) {
   .team_details_inner .wt-team-1 {
      margin-bottom: 30px;
   }
}

@media (max-width: 540px) {
   .team_details_inner .team-list-title {
      display: block;
   }
}

.team-detail-discription {
   padding-left: 20px;
}

@media (max-width: 991px) {
   .team-detail-discription {
      padding-left: 0px;
   }
}

.team-deatail-featured {
   padding: 0px;
}

@media (max-width: 1024px) {
   .team-deatail-featured .wt-title {
      font-size: 22px;
   }
}

/*--Play button--*/
.play-now-video .icon {
   position: absolute;
   left: 50%;
   top: 50%;
   height: 65px;
   width: 65px;
   text-align: center;
   line-height: 65px;
   background-color: #fff;
   color: #E91E2C;
   z-index: 1;
   font-size: 20px;
   padding-left: 5px;
   display: block;
   transform: translateX(-50%) translateY(-50%);
   transform-origin: center center;
   border-radius: 50%;
   box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 65px;
   width: 65px;
   transform: translateX(-50%) translateY(-50%);
   transform-origin: center center;
   border-radius: 50%;
   box-shadow: 0 0 0 0 white;
   animation: ripple-video 3s infinite;
   z-index: 1;
}

.play-now-video .ripple:before {
   animation-delay: .9s;
   content: "";
   position: absolute;
}

.play-now-video .ripple:after {
   animation-delay: .6s;
   content: "";
   position: absolute;
}

@keyframes ripple-video {
   70% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
   }

   100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
}

/*rev play btn*/
/*--Play button--*/
.rev-play-btn .icon {
   position: absolute;
   left: 50%;
   top: 50%;
   height: 65px;
   width: 65px;
   text-align: center;
   line-height: 65px;
   background-color: #fff;
   color: #E91E2C;
   z-index: 1;
   font-size: 20px;
   padding-left: 5px;
   display: block;
   transform: translateX(-50%) translateY(-50%);
   transform-origin: center center;
   border-radius: 50%;
   box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

@media (max-width: 480px) {
   .rev-play-btn .icon {
      height: 40px;
      width: 40px;
      font-size: 14px;
      line-height: 40px;
   }
}

.rev-play-btn .ripple,
.rev-play-btn .ripple:before,
.rev-play-btn .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 65px;
   width: 65px;
   transform: translateX(-50%) translateY(-50%);
   transform-origin: center center;
   border-radius: 50%;
   box-shadow: 0 0 0 0 white;
   animation: ripple-video 3s infinite;
   z-index: 1;
}

@media (max-width: 480px) {

   .rev-play-btn .ripple,
   .rev-play-btn .ripple:before,
   .rev-play-btn .ripple:after {
      height: 40px;
      width: 40px;
      font-size: 14px;
      line-height: 40px;
   }
}

.rev-play-btn .ripple:before {
   animation-delay: .9s;
   content: "";
   position: absolute;
}

.rev-play-btn .ripple:after {
   animation-delay: .6s;
   content: "";
   position: absolute;
}

@keyframes ripple-video {
   70% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
   }

   100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
   }
}

/*Testimonial Style One*/
.testimonial-1-content {
   position: relative;
   margin: 0px -15px 30px -15px;
   width: auto;
}

.testimonial-1-content .testimonial-1 {
   position: relative;
   padding: 40px 40px 40px 40px;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
   margin: 15px;
   opacity: 0.5;
}

@media (max-width: 420px) {
   .testimonial-1-content .testimonial-1 {
      padding: 20px;
   }
}

.testimonial-1-content .testimonial-1 .testimonial-pic-block {
   margin-right: 30px;
}

.testimonial-1-content .testimonial-1 .testimonial-pic {
   background: #fff;
   width: 100px;
   height: 100px;
   position: relative;
   display: inline-block;
   box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   padding: 5px;
}

.testimonial-1-content .testimonial-1 .testimonial-pic.radius {
   border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-pic img {
   width: 100%;
   border-radius: 100%;
}

@media (max-width: 640px) {
   .testimonial-1-content .testimonial-1 .testimonial-pic {
      margin-bottom: 20px;
   }
}

.testimonial-1-content .testimonial-1 .testimonial-info {
   padding: 0px;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
   display: block;
   font-family: "Mulish", sans-serif;
   margin-bottom: 10px;
   color: #000;
   font-size: 22px;
   font-weight: 700;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name:after {
   display: none;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: #E91E2C;
}

.testimonial-1-content .testimonial-1 .testimonial-text {
   padding: 0px 0px 0px 0px;
   position: relative;
   z-index: 1;
}

.testimonial-1-content .testimonial-1 .testimonial-text p {
   margin-bottom: 30px;
   font-family: "Mulish", sans-serif;
   font-size: 16px;
   font-weight: 500;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
   color: #E91E2C;
   font-size: 90px;
   line-height: 60px;
   display: flex;
   justify-content: end;
   opacity: 0.1;
}

@media (max-width: 640px) {
   .testimonial-1-content .testimonial-1 .testimonial-text i {
      font-size: 48px;
      top: -40px;
   }
}

.testimonial-1-content .testimonial-1 .testimonial-detail {
   padding: 0px;
   padding-bottom: 30px;
   display: flex;
   align-items: center;
}

@media (max-width: 640px) {
   .testimonial-1-content .testimonial-1 .testimonial-detail {
      display: block;
   }
}

.testimonial-1-content .owl-item.active.center .testimonial-1 {
   opacity: 1;
}

.testimonial2-outer {
   padding: 0px;
}

@media (max-width: 575px) {
   .testimonial2-outer {
      padding: 30px;
   }
}

.testimonial-2-content {
   position: relative;
   padding-top: 50px;
}

@media (max-width: 991px) {
   .testimonial-2-content {
      padding-top: 20px;
   }
}

.testimonial-2-content .testimonial-2 {
   position: relative;
}

.testimonial-2-content .testimonial-2 .testimonial-pic-block {
   margin-right: 30px;
}

.testimonial-2-content .testimonial-2 .testimonial-pic {
   background: #fff;
   width: 100px;
   height: 100px;
   position: relative;
   display: inline-block;
   box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
   padding: 0px;
   margin-top: 20px;
   z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-pic:after {
   content: '';
   position: absolute;
   left: 0px;
   top: -20px;
   bottom: -20px;
   background-image: url(../images/background/bg-dott2.png);
   width: 120px;
   z-index: -1;
}

@media (max-width: 640px) {
   .testimonial-2-content .testimonial-2 .testimonial-pic {
      margin-bottom: 20px;
   }
}

.testimonial-2-content .testimonial-2 .testimonial-pic.radius {
   border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-pic img {
   width: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-info {
   padding: 0px;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name {
   display: block;
   font-family: "Mulish", sans-serif;
   margin-bottom: 10px;
   color: #000;
   font-size: 22px;
   font-weight: 700;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name:after {
   display: none;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-position {
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: #E91E2C;
}

.testimonial-2-content .testimonial-2 .testimonial-text {
   padding: 0px 0px 0px 0px;
   position: relative;
   z-index: 1;
}

@media (max-width: 991px) {
   .testimonial-2-content .testimonial-2 .testimonial-text {
      padding: 0px 90px 0px 0px;
   }
}

@media (max-width: 575px) {
   .testimonial-2-content .testimonial-2 .testimonial-text {
      padding: 0px;
   }
}

.testimonial-2-content .testimonial-2 .testimonial-text p {
   margin-bottom: 40px;
   font-family: "Mulish", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000;
}

.testimonial-2-content .testimonial-2 .testimonial-text i {
   color: #E91E2C;
   font-size: 30px;
   line-height: 0px;
   position: absolute;
   left: 0px;
   bottom: -26px;
}

@media (max-width: 991px) {
   .testimonial-2-content .testimonial-2 .testimonial-text i {
      font-size: 48px;
      left: auto;
      right: 0px;
      transform: none;
      line-height: 40px;
      top: 0px;
   }
}

@media (max-width: 575px) {
   .testimonial-2-content .testimonial-2 .testimonial-text i {
      position: relative;
   }
}

.testimonial-2-content .testimonial-2 .testimonial-detail {
   padding: 0px;
   padding-bottom: 30px;
   display: flex;
   align-items: center;
}

@media (max-width: 420px) {
   .testimonial-2-content .testimonial-2 .testimonial-detail {
      display: block;
   }
}

.testimonial2-r-pic-wrap {
   display: flex;
   align-items: flex-end;
   justify-content: center;
}

.testimonial-3-content {
   position: relative;
   padding-top: 50px;
}

@media (max-width: 991px) {
   .testimonial-3-content {
      padding-top: 20px;
   }
}

.testimonial-3-content .testimonial-3 {
   position: relative;
   padding: 40px;
   border: 1px solid #eee;
   background-color: #fff;
}

.testimonial-3-content .testimonial-3 .testimonial-pic-block {
   margin-right: 30px;
}

.testimonial-3-content .testimonial-3 .testimonial-pic {
   background: #fff;
   width: 100px;
   height: 100px;
   position: relative;
   display: inline-block;
   box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
   padding: 0px;
   margin-top: 20px;
   z-index: 1;
}

.testimonial-3-content .testimonial-3 .testimonial-pic:after {
   content: '';
   position: absolute;
   left: 0px;
   top: -20px;
   bottom: -20px;
   background-image: url(../images/background/bg-dott2.png);
   width: 120px;
   z-index: -1;
}

@media (max-width: 640px) {
   .testimonial-3-content .testimonial-3 .testimonial-pic {
      margin-bottom: 20px;
   }
}

.testimonial-3-content .testimonial-3 .testimonial-pic.radius {
   border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-pic img {
   width: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-info {
   padding: 0px;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-name {
   display: block;
   font-family: "Mulish", sans-serif;
   margin-bottom: 10px;
   color: #000;
   font-size: 22px;
   font-weight: 700;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-name:after {
   display: none;
}

.testimonial-3-content .testimonial-3 .testimonial-info .testimonial-position {
   display: block;
   font-size: 16px;
   font-weight: 500;
   color: #E91E2C;
}

.testimonial-3-content .testimonial-3 .testimonial-text {
   padding: 0px 0px 0px 0px;
   position: relative;
   z-index: 1;
}

@media (max-width: 991px) {
   .testimonial-3-content .testimonial-3 .testimonial-text {
      padding: 0px 90px 0px 0px;
   }
}

@media (max-width: 575px) {
   .testimonial-3-content .testimonial-3 .testimonial-text {
      padding: 0px;
   }
}

.testimonial-3-content .testimonial-3 .testimonial-text p {
   margin-bottom: 40px;
   font-family: "Mulish", sans-serif;
   font-size: 16px;
   font-weight: 700;
   color: #000;
}

.testimonial-3-content .testimonial-3 .testimonial-text i {
   color: #E91E2C;
   font-size: 30px;
   line-height: 0px;
   position: absolute;
   left: 0px;
   bottom: -26px;
}

@media (max-width: 991px) {
   .testimonial-3-content .testimonial-3 .testimonial-text i {
      font-size: 48px;
      left: auto;
      right: 0px;
      transform: none;
      line-height: 40px;
      top: 0px;
   }
}

@media (max-width: 575px) {
   .testimonial-3-content .testimonial-3 .testimonial-text i {
      position: relative;
   }
}

.testimonial-3-content .testimonial-3 .testimonial-detail {
   padding: 0px;
   padding-bottom: 30px;
   display: flex;
   align-items: center;
}

@media (max-width: 420px) {
   .testimonial-3-content .testimonial-3 .testimonial-detail {
      display: block;
   }
}

/*Client Logo  Carousel*/
.home-client-outer {
   position: relative;
}

@media (max-width: 991px) {
   .home-client-outer {
      text-align: center;
      margin-top: 30px;
   }

   .home-client-outer .section-head.left.wt-small-separator-outer {
      text-align: center;
   }
}

.home-client-carousel {
   padding: 0px;
}

.home-client-carousel .client-logo img {
   width: auto;
   height: 100px;
   margin: auto;
}

.home-client-carousel2 {
   padding: 0px;
   margin-bottom: 30px;
}

.home-client-carousel2 .client-logo {
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
}

.home-client-carousel2 .client-logo img {
   width: auto;
   position: relative;
   z-index: 2;
}

.home-client-carousel3 {
   padding: 0px;
   margin-bottom: 30px;
}

.home-client-carousel3 .client-logo {
   max-width: 130px;
   margin-left: auto;
   margin-right: auto;
}

.home-client-carousel3 .client-logo img {
   width: auto;
   position: relative;
   z-index: 2;
}

/*Footer dark version css*/
.footer-dark {
   background-color: #000;
   color: #acacac;
}

.footer-dark .logo-footer {
   margin-bottom: 25px;
   max-width: 240px;
}

.footer-dark .footer-top {
   padding: 0px;
   border-bottom: 1px solid #404040;
}

@media (max-width: 991px) {
   .footer-dark .footer-top {
      padding: 30px 0px 0px 0px;
   }
}

.footer-dark .footer-top [class*="col-"] {
   padding-top: 40px;
   border-right: 1px solid #404040;
}

.footer-dark .footer-top [class*="col-"]:last-child {
   border: 0px;
}

.footer-dark .call-us {
   padding: 10px 20px 10px 0px;
   display: flex;
   align-items: center;
}

@media (max-width: 991px) {
   .footer-dark .call-us {
      margin: 15px 0px;
   }
}

.footer-dark .call-us i {
   display: block;
   font-size: 42px;
   line-height: 42px;
   margin-right: 10px;
}

.footer-dark .call-us a {
   display: block;
   color: #E91E2C;
   font-size: 28px;
   line-height: 28px;
   font-weight: 800;
}

.footer-dark .widget-title {
   font-family: "Mulish", sans-serif;
   color: #fff;
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 30px;
   padding-bottom: 10px;
   position: relative;
}

.footer-dark .widget-title:before {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0px;
   background-color: #E91E2C;
   width: 60px;
   height: 3px;
}

.footer-dark .social-icons {
   margin: 30px 0px 0px 0px;
}

.footer-dark .social-icons li {
   display: inline-block;
}

.footer-dark .social-icons li a {
   height: 30px;
   width: 30px;
   background-color: #fff;
   line-height: 30px;
   padding: 0px;
   color: #000;
   font-size: 14px;
   text-align: center;
   border-radius: 50%;
   margin-right: 3px;
}

.footer-dark .social-icons li a:hover {
   color: #fff;
   background-color: #E91E2C;
}

.footer-dark .footer-bottom {
   background-color: #0c0c0c;
   padding: 0px;
   color: #fff;
   position: relative;
   z-index: 1;
   font-weight: 600;
}

.footer-dark .footer-bottom .footer-bottom-info {
   display: flex;
   padding: 10px 0px;
   justify-content: center;
   align-items: center;
}

@media (max-width: 991px) {
   .footer-dark .footer-bottom .footer-bottom-info {
      display: block;
   }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
   color: #fff;
   font-size: 14px;
}

.footer-dark .copyrights-nav {
   list-style: none;
   display: block;
   margin-bottom: 0px;
}

.footer-dark .copyrights-nav li {
   display: inline-block;
   margin-right: 8px;
}

.footer-dark .copyrights-nav li:first-child {
   margin-left: 0;
}

.footer-dark .copyrights-nav li:last-child {
   margin-right: 0;
}

.footer-dark .copyrights-nav li:last-child:after {
   display: none;
}

.footer-dark .copyrights-nav li:after {
   content: "/";
   position: relative;
   right: -8px;
   color: #fff;
}

.footer-dark .copyrights-nav li a {
   color: #fff;
   font-size: 14px;
}

.footer-dark .copyrights-nav li a:hover {
   color: #E91E2C;
}

.footer-dark .copyrights-nav li a:active {
   color: #E91E2C;
}

.footer-dark .copyrights-nav li a:focus {
   color: #E91E2C;
}

.footer-dark .copyrights-nav li.active a {
   color: #fff;
}

.footer-dark .widget_address li i {
   font-weight: 400;
}

.widget {
   margin-bottom: 40px;
}

/*Widget Team*/
.widget_team .team-name {
   font-size: 16px;
   margin-bottom: 15px;
   font-weight: 600;
}

.widget_team .widget-media {
   background-color: #f9f9f9;
   padding: 30px;
   margin-bottom: 30px;
}

.widget_team .widget-media img {
   padding: 5px;
   display: block;
   width: 200px;
   margin: 0px auto;
   border: 1px solid #e7e7e7;
}

.widget_team .team-social-center {
   transition: 0.5s all ease;
}

.widget_team .team-social-center ul {
   margin: 0px;
}

.widget_team .team-social-center ul li {
   display: inline-block;
   width: 24px;
   text-align: center;
}

.widget_team .team-social-center ul li a {
   color: #E91E2C;
   font-size: 14px;
}

.widget_team .team-social-center ul li a:hover {
   color: #000;
}

/*Widget Address*/
.widget_address {
   list-style: none;
   margin-bottom: 0px;
}

.widget_address li {
   margin-bottom: 24px;
   position: relative;
   padding-left: 40px;
}

.widget_address li i {
   position: absolute;
   left: 0px;
   top: 0px;
   font-size: 24px;
   line-height: 24px;
   color: #E91E2C;
}

.widget_address li:last-child {
   margin-bottom: 0px;
}

/*Recent Post Entry*/
.recent-posts-entry .widget-post {
   margin-bottom: 20px;
}

.recent-posts-entry .widget-post:last-child {
   border: none;
   margin-bottom: 0px;
}

.recent-posts-entry .wt-post-date {
   background-color: #0e0e0e;
   width: 50px;
   height: 60px;
   float: left;
}

.recent-posts-entry .wt-post-date strong {
   display: block;
   font-size: 24px;
}

.recent-posts-entry .wt-post-date span {
   display: block;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 600;
}

.recent-posts-entry .wt-post-media {
   width: 90px;
   float: left;
}

@media (max-width: 1024px) {
   .recent-posts-entry .wt-post-media {
      width: 60px;
   }
}

.recent-posts-entry .wt-post-info {
   margin-left: 105px;
}

@media (max-width: 1024px) {
   .recent-posts-entry .wt-post-info {
      margin-left: 70px;
   }
}

.recent-posts-entry .wt-post-info .wt-post-header {
   margin-bottom: 6px;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul {
   list-style: none;
   margin-bottom: 0px;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul li {
   font-size: 12px;
   line-height: 16px;
   color: #E91E2C;
}

.recent-posts-entry .wt-post-info .post-title {
   margin-top: 0px;
}

/*Footer Dark*/
.footer-dark .widget_address {
   padding-right: 30px;
}

.footer-dark .recent-posts-entry .wt-post-info .wt-post-header a {
   color: #acacac;
}

/*Widget Services*/
.widget_services ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}

.widget_services ul li {
   display: block;
   width: 100%;
   padding: 2px 0px;
   border: 0px;
   overflow: hidden;
}

.widget_services ul li a {
   color: #acacac;
   position: relative;
   padding: 0px 0px 6px 0px;
   display: block;
   margin-left: 0px;
   transition: 0.5s all ease;
   font-size: 16px;
}

.widget_services ul li a:hover {
   color: #E91E2C;
}

/*Footer dark version css*/
.footer-light {
   background-color: #fff;
   color: #fff;
   font-weight: 600;
}

.footer-light .logo-footer {
   margin-bottom: 25px;
   max-width: 390px;
}

.footer-light .footer-top {
   padding: 80px 0px 0px 0px;
}

@media (max-width: 991px) {
   .footer-light .footer-top {
      padding: 30px 0px 0px 0px;
   }
}

.footer-light .widget-title {
   font-family: "Mulish", sans-serif;
   color: #fff;
   font-weight: 800;
   font-size: 20px;
   margin-bottom: 30px;
   padding-bottom: 10px;
   position: relative;
}

.footer-light .widget-title:before {
   content: '';
   position: absolute;
   bottom: 0px;
   left: 0px;
   background-color: #fff;
   width: 20px;
   height: 2px;
}

.footer-light .call-us {
   padding: 10px 20px 10px 0px;
   display: flex;
   align-items: center;
}

@media (max-width: 991px) {
   .footer-light .call-us {
      margin: 15px 0px;
   }
}

.footer-light .call-us i {
   display: block;
   font-size: 42px;
   line-height: 42px;
   margin-right: 10px;
}

.footer-light .call-us a {
   display: block;
   color: #E91E2C;
   font-size: 28px;
   line-height: 28px;
   font-weight: 800;
}

.footer-light .social-icons {
   margin: 30px 0px 0px 0px;
}

.footer-light .social-icons li {
   display: inline-block;
}

.footer-light .social-icons li a {
   height: 30px;
   width: 30px;
   background-color: #000;
   line-height: 30px;
   padding: 0px;
   color: #fff;
   font-size: 14px;
   text-align: center;
   border-radius: 50%;
   margin-right: 3px;
}

.footer-light .social-icons li a:hover {
   color: #fff;
   background-color: #E91E2C;
}

.footer-light .footer-bottom {
   /* background-image: linear-gradient(to right, #e91e2c, #2f3192); */
    background: #2F3192;
   padding: 0px;
   color: #000;
   position: relative;
   z-index: 1;
   font-weight: 600;
}




.footer-light .footer-bottom .footer-bottom-info {
   display: flex;
   padding: 10px 0px;
   justify-content: space-between;
   align-items: center;
}

@media (max-width: 991px) {
   .footer-light .footer-bottom .footer-bottom-info {
      display: block;
   }
}

.footer-light .footer-bottom .footer-bottom-info .call-us {
   background-color: #000;
   border-left: 4px solid #E91E2C;
   padding: 10px 20px;
}

@media (max-width: 991px) {
   .footer-light .footer-bottom .footer-bottom-info .call-us {
      margin: 15px 0px;
   }
}

.footer-light .footer-bottom .footer-bottom-info .call-us span {
   display: block;
   font-weight: 600;
   text-transform: uppercase;
}

.footer-light .footer-bottom .footer-bottom-info .call-us a {
   display: block;
   color: #E91E2C;
   font-size: 28px;
   line-height: 28px;
   font-weight: 700;
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
   color: #000;
   font-size: 14px;
}

.footer-light .copyrights-nav {
   list-style: none;
   display: block;
   margin-bottom: 0px;
}

.footer-light .copyrights-nav li {
   display: inline-block;
   margin-right: 8px;
}

.footer-light .copyrights-nav li:first-child {
   margin-left: 0;
}

.footer-light .copyrights-nav li:last-child {
   margin-right: 0;
}

.footer-light .copyrights-nav li:last-child:after {
   display: none;
}

.footer-light .copyrights-nav li:after {
   content: "/";
   position: relative;
   right: -8px;
   color: #000;
}

.footer-light .copyrights-nav li a {
   color: #000;
   font-size: 14px;
}

.footer-light .copyrights-nav li a:hover {
   color: #E91E2C;
}

.footer-light .copyrights-nav li a:active {
   color: #E91E2C;
}

.footer-light .copyrights-nav li a:focus {
   color: #E91E2C;
}

.footer-light .copyrights-nav li.active a {
   color: #fff;
}

.footer-light .widget_address li {
   color: #fff;
}

.footer-light .widget_address li i {
   color: #fff;
   font-weight: normal;
}

.footer-light .widget_services ul li a {
   color: #fff;
}

.footer-light .widget_services ul li a:hover {
   color: #E91E2C;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-header a {
   color: #000;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-header a:hover {
   color: #E91E2C;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-meta ul li {
   color: #6a6a6a;
}

/*scroll top btn css*/
button.scroltop {
   height: 40px;
   width: 40px;
   background: #1d1b18;
   border: none;
   position: fixed;
   right: 15px;
   bottom: 15px;
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   cursor: pointer;
   display: none;
   text-align: center;
   z-index: 999;
   color: #fff;
}

button.scroltop span {
   display: block;
   font-size: 24px;
   line-height: 24px;
}

/*Revolution Slider Button*/
.rev-btn .site-button {
   outline: none;
   color: #fff;
   padding: 15px 40px !important;
   letter-spacing: 1px !important;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   display: inline-block;
   background-color: #E91E2C;
   border: none;
   font-size: 15px;
   font-weight: 500;
   line-height: normal !important;
}

.rev-btn .site-button-secondry {
   outline: none;
   color: #fff;
   padding: 15px 40px !important;
   letter-spacing: 1px !important;
   position: relative;
   overflow: hidden;
   cursor: pointer;
   display: inline-block;
   background-color: #000;
   border: none;
   font-size: 15px;
   font-weight: 500;
   line-height: normal !important;
}

/*Team Carousel*/
.team-carousel-wraper .team-carousel .owl-stage-outer .wt-team-2 {
   margin: 90px 0px 0px 0px;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav {
   text-align: center;
   margin-top: 0px;
   bottom: 20px;
   margin-bottom: 0px;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next {
   display: inline-block;
   margin-bottom: 4px;
   min-width: 100px;
   text-align: center;
   padding: 12px;
   border: 1px solid transparent;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:hover,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:hover {
   border: 1px solid #000;
   background-color: transparent;
   color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:active,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:active {
   border: 1px solid #000;
   background-color: transparent;
   color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-prev:focus,
.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next:focus {
   border: 1px solid #000;
   background-color: transparent;
   color: #000;
}

.team-carousel-wraper .owl-btn-bottom-left .owl-nav .owl-next {
   margin-bottom: 0px;
}

@media (max-width: 480px) {
   .team-carousel-wraper .owl-btn-bottom-left .owl-nav {
      position: relative;
      margin: 0px 0px 30px 0px;
      bottom: auto;
      display: flex;
      text-align: inherit;
      justify-content: space-between;
      max-width: inherit;
      align-items: baseline;
   }
}

/*Team 2*/
.wt-team-2 {
   background-color: #fff;
   overflow: hidden;
}

.wt-team-2 .wt-media {
   padding: 20px 20px 0px 20px;
   position: relative;
   z-index: 1;
}

.wt-team-2 .wt-media img {
   margin-top: 0px;
   position: relative;
   z-index: 2;
}

.wt-team-2 .team-social-center {
   padding-top: 0px;
   position: absolute;
   width: 100%;
   left: 0;
   bottom: -50px;
   z-index: 1;
   transition: all 0.3s linear;
}

.wt-team-2 .team-detail {
   padding-bottom: 0px;
}

.wt-team-2 .team-detail a:hover {
   color: #E91E2C;
}

.wt-team-2 .team-detail p {
   margin-bottom: 0px;
   color: #E91E2C;
}

.wt-team-2 .team-social-icon {
   text-align: center;
   list-style: none;
   margin-bottom: 0px;
}

.wt-team-2 .team-social-icon li {
   display: inline-block;
   margin: 0px 5px;
}

.wt-team-2 .team-social-icon li a {
   color: #fff;
   display: block;
   font-size: 14px;
   background-color: #E91E2C;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border: 1px solid transparent;
}

.wt-team-2 .team-social-icon li a:hover {
   background-color: #f9f9f9;
   color: #000;
   border: 1px solid #e7e7e7;
}

.wt-team-2 .wt-info {
   transition: all 0.6s linear;
   background-color: #fff;
   padding: 20px;
   position: relative;
   z-index: 1;
}

.wt-team-2:hover {
   padding-bottom: 0px;
}

.wt-team-2:hover .wt-info {
   transform: translateX(0px) translateY(-50px);
}

.wt-team-2:hover .team-social-center {
   bottom: -20px;
}

/*Blog Style 2*/
.blog-post-style-2 {
   position: relative;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-style-2 .blog-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   z-index: -1;
   opacity: 0;
   transition: 0.5s all ease;
}

.blog-post-style-2 .wt-post-info {
   margin: 25px;
}

.blog-post-style-2 .wt-post-info .wt-post-title {
   margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-info .wt-post-title .post-title {
   margin-bottom: 15px;
}

.blog-post-style-2 .wt-post-info .wt-post-discription p {
   margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-media {
   position: relative;
}

.blog-post-style-2 .wt-post-media a img {
   width: 100%;
}

.blog-post-style-2 .wt-post-media .wt-post-category {
   position: absolute;
   left: 20px;
   top: 0px;
}

.blog-post-style-2 .wt-post-media .wt-post-category a {
   color: #fff;
   background-color: #E91E2C;
   display: inline-block;
   padding: 10px 10px 7px 10px;
}

.blog-post-style-2 .wt-post-bottom {
   border-top: 1px solid #dbdbdb;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   padding: 20px 25px;
}

@media (max-width: 400px) {
   .blog-post-style-2 .wt-post-bottom {
      flex-wrap: wrap-reverse;
   }
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta {
   font-family: "Mulish", sans-serif;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul {
   margin: 0px;
   list-style: none;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li {
   padding: 0;
   display: inline-block;
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 500;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li i {
   margin-right: 5px;
}

.blog-post-style-2 .wt-post-bottom .wt-post-readmore {
   margin-bottom: 0px;
}

/*Revolution slider play btn*/
.tp-caption .rev-img-circle {
   position: relative;
   z-index: 1;
}

.tp-caption .rev-img-circle:after {
   position: absolute;
   content: '';
   background-color: #E91E2C;
   left: 0px;
   top: -40px;
   bottom: -40px;
   right: -60px;
   z-index: -1;
   padding: 40px;
   border-radius: 50%;
}

@media (max-width: 800px) {
   .tp-caption .rev-img-circle:after {
      left: -10px;
      right: -10px;
      top: -10px;
      bottom: -10px;
   }
}

.pricing-table-1 {
   position: relative;
   overflow: hidden;
}

.pricing-table-1 .p-table-title {
   position: relative;
}

.pricing-table-1 .p-table-title .wt-title {
   font-size: 20px;
   padding: 30px 50px;
   margin-bottom: 0px;
   display: block;
   position: relative;
   z-index: 1;
   color: #000;
   text-align: center;
}

@media (max-width: 767px) {
   .pricing-table-1 .p-table-title .wt-title {
      padding: 0px 50px 30px 50px;
   }
}

.pricing-table-1.pricing-highlight .p-table-title {
   background-color: #000;
   border-radius: 30px 30px 0px 0px;
}

.pricing-table-1.pricing-highlight .p-table-title .wt-title {
   font-size: 20px;
   color: #fff;
}

@media (max-width: 767px) {
   .pricing-table-1.pricing-highlight .p-table-title .wt-title {
      padding: 30px 50px;
   }
}

.pricing-table-1.pricing-highlight .pricing-table-content.site-bg-white {
   background-color: #000;
}

.pricing-table-1.pricing-highlight .p-table-price {
   color: #fff;
}

.pricing-table-1.pricing-highlight .p-table-list ul li {
   color: #fff;
}

.pricing-table-1 .pricing-table-content {
   padding: 50px;
   border-top: 3px solid #E91E2C;
   border-radius: 0px 0px 30px 30px;
}

.pricing-table-1 .p-table-list ul {
   list-style: none;
   margin-bottom: 40px;
}

.pricing-table-1 .p-table-list ul li {
   padding-left: 40px;
   font-weight: 600;
   color: #000;
   list-style: none;
   position: relative;
   margin-bottom: 15px;
}

.pricing-table-1 .p-table-list ul li i {
   width: 26px;
   color: #fff;
   height: 26px;
   line-height: 26px;
   border-radius: 50%;
   position: absolute;
   left: 0px;
   top: 0px;
   text-align: center;
   background-color: #E91E2C;
   font-size: 10px;
}

.pricing-table-1 .p-table-price {
   margin-bottom: 0px;
   text-align: center;
   color: #000;
   border-bottom: 1px solid rgba(183, 183, 183, 0.36);
   margin-bottom: 20px;
}

.pricing-table-1 .p-table-price span {
   font-family: "Mulish", sans-serif;
   color: #E91E2C;
   font-size: 66px;
   line-height: 56px;
   font-weight: 900;
   display: block;
   margin-bottom: 20px;
   padding-right: 15px;
}

@media (max-width: 991px) {
   .pricing-table-1 .p-table-price span {
      font-size: 36px;
      line-height: 26px;
   }
}

.pricing-table-1 .p-table-price p {
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 1px;
}

/*--inner page banner --*/
.wt-bnr-inr {
   background-size: cover;
   background-position: center center;
   width: 100%;
}

.wt-bnr-inr-entry {
   display: flex;
   width: 100%;
   height: 260px;
   justify-content: center;
   align-items: center;
}

@media (max-width: 767px) {
   .wt-bnr-inr-entry {
      display: table-cell;
      width: 100%;
      vertical-align: bottom;
   }
}

.wt-bnr-inr-entry .banner-title-outer {
   position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
   font-size: 50px;
   margin-bottom: 0px;
   position: relative;
}

@media (max-width: 767px) {
   .wt-bnr-inr-entry .banner-title-outer .wt-title {
      font-size: 40px;
   }
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
   display: inline-block;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
   color: #fff;
}

/*--Breadcrumb --*/
.wt-breadcrumb {
   margin: 0;
   display: inline-block;
   list-style: none;
}

.wt-breadcrumb li {
   padding-right: 30px;
   color: #fff;
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-family: "Mulish", sans-serif;
   font-weight: 600;
}

.wt-breadcrumb li a {
   color: #fff;
}

.wt-breadcrumb li a:hover {
   color: #E91E2C;
}

.wt-breadcrumb li:after {
   content: '//';
   position: absolute;
   right: 8px;
   top: 3px;
   color: #fff;
   font-size: 12px;
   font-weight: 600;
}

.wt-breadcrumb li:last-child {
   color: #E91E2C;
   padding-right: 0px;
}

.wt-breadcrumb li:last-child:after {
   display: none;
}

.wt-breadcrumb li:first-child a i {
   font-size: 18px;
   vertical-align: text-top;
}

/* filter buttons css */
.filter-wrap {
   margin-bottom: 40px;
   text-align: center;
}

@media (max-width: 640px) {
   .filter-wrap {
      text-align: left;
   }
}

.filter-wrap .masonry-filter {
   display: inline-block;
   margin-bottom: 0;
}

.filter-wrap .masonry-filter > li {
   display: inline-block;
}

.filter-wrap .masonry-filter > li:last-child {
   margin-right: 0px;
}

.filter-wrap .masonry-filter li {
   position: relative;
   z-index: 1;
   border-radius: 3px;
}

.filter-wrap .masonry-filter li.active {
   background-color: #E91E2C;
   box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}

.filter-wrap .masonry-filter li.active a {
   color: #fff;
}

.filter-wrap .masonry-filter li:hover {
   background-color: #E91E2C;
}

.filter-wrap .masonry-filter li:hover a {
   color: #fff;
}

.filter-wrap .masonry-filter li a {
   color: #000;
   font-size: 14px;
   position: relative;
   z-index: 1;
   display: block;
   margin: 1px 0px;
   font-weight: 600;
   letter-spacing: 1px;
   padding: 10px 10px 10px;
   border: 2px solid #586799;
}

.project-single-media {
   position: relative;
}

/*full navigation*/
.project-single-img-column {
   margin-bottom: 0px;
}

.project-single-img-column [class*='col-'] {
   margin-bottom: 30px;
}

@media (max-width: 767px) {
   .project-single-img-column {
      margin-bottom: 0px;
   }
}

.project-single-sibar-info {
   padding: 40px;
   background-color: #f9f9f9;
}

.project-single-sibar-info .wt-tilte {
   margin-bottom: 15px;
}

.project-single-sibar-info .info-list-1 {
   list-style: none;
   margin-bottom: 0px;
   margin-top: 30px;
}

.project-single-sibar-info .info-list-1 li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   margin-bottom: 20px;
   padding-bottom: 20px;
   color: #000;
   display: flex;
   font-size: 14px;
}

.project-single-sibar-info .info-list-1 li:last-child {
   border-bottom: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li .title {
   display: inline-block;
   width: 50%;
   margin-bottom: 0px;
   color: #000;
   font-size: 14px;
}

.project-single-sibar-info .info-list-1 li span {
   display: inline-block;
   width: 50%;
   text-align: right;
}

/*Google map*/
@media (max-width: 991px) {
   .gmap-outline {
      padding-bottom: 40px;
   }
}

.google-map {
   width: 100%;
   height: 460px;
}

/*Contact Form*/
.contact-one {
   position: relative;
}

.contact-one .contact-info {
   position: relative;
   z-index: 1;
}

@media (max-width: 575px) {
   .contact-one .contact-info {
      padding: 30px;
   }
}

@media (max-width: 991px) {
   .contact-one {
      margin-bottom: 20px;
   }
}

@media (max-width: 575px) {
   .contact-one {
      padding: 0px;
      box-shadow: none;
   }
}

.contact-info-section {
   padding: 30px;
   box-shadow: 0px 0px 20px #000;
}

.contact-info-section .c-info-column {
   padding: 0px 10px 0px 70px;
   color: #000;
   position: relative;
}

@media (max-width: 767px) {
   .contact-info-section .c-info-column {
      margin-bottom: 10px;
   }
}

@media (max-width: 480px) {
   .contact-info-section .c-info-column {
      padding: 0px 10px 0px 50px;
   }
}

.contact-info-section .c-info-column:last-child {
   margin-bottom: 0px;
}

.contact-info-section .c-info-column:after {
   content: '';
   width: 0;
   height: 138px;
   border-right: 2px dashed #c3ceee;
   position: absolute;
   top: 10px;
   right: 0;
}

@media (max-width: 767px) {
   .contact-info-section .c-info-column:after {
      display: none;
   }
}

.contact-info-section .c-info-column:last-child:after {
   border: 0px;
}

.contact-info-section .c-info-column .c-info-icon {
   position: absolute;
   font-size: 32px;
   line-height: 32px;
   left: 20px;
   top: 10px;
   color: #E91E2C;
}

@media (max-width: 480px) {
   .contact-info-section .c-info-column .c-info-icon {
      left: 5px;
   }
}

.contact-info-section .c-info-column span {
   font-weight: 600;
   font-size: 18px;
   display: block;
   margin-bottom: 10px;
}

.contact-info-section .c-info-column p {
   margin-bottom: 0px;
   color: #acacac;
}

.contact-info-section .c-info-column p a {
   color: #acacac;
}

.contact-form-outer {
   padding: 0px;
}

@media (max-width: 767px) {
   .contact-form-outer {
      padding: 30px 0px 20px 0px;
   }
}

.call-24 {
   margin-top: 30px;
   position: absolute;
   bottom: 30px;
   padding: 30px;
   background-color: #E91E2C;
   max-width: 400px;
}

@media (max-width: 480px) {
   .call-24 {
      position: inherit;
      max-width: 100%;
      margin-top: 0px;
   }
}

.call-24 span {
   font-size: 18px;
   font-weight: 700;
   color: #fff;
   display: block;
   padding-right: 80px;
}

@media (max-width: 480px) {
   .call-24 span {
      padding-right: 0px;
   }
}

.call-24 i {
   color: #fff;
   position: absolute;
   right: 20px;
   top: 20px;
   font-size: 100px;
   line-height: 100px;
   opacity: 0.1;
}

@media (max-width: 480px) {
   .call-24 i {
      position: inherit;
   }
}

.cons-contact-form .wt-title {
   margin-bottom: 30px;
}

.cons-contact-form .form-control {
   height: 52px;
   padding: 10px 20px;
   background-color: #fff;
   border: 1px solid #efefef;
}

.cons-contact-form .form-control:focus {
   box-shadow: none;
   background-color: #e7e7e7;
}

.cons-contact-form textarea.form-control {
   padding-top: 15px;
   height: 100px;
   margin-bottom: 40px;
}

/*Accordians*/
.wt-accordion .wt-panel {
   position: relative;
   border: none;
   margin-bottom: 10px;
   border-radius: 0;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   transition: 0.5s all ease;
}

.wt-accordion .wt-panel:last-child {
   margin-bottom: 0px;
}

.wt-accordion .wt-panel .acod-content {
   padding: 10px 20px 20px 50px;
   background-color: #fff;
}

.wt-accordion .wt-panel .acod-head a {
   background-color: #fff;
}

.wt-accordion .acod-content:after {
   transition: 0.5s all ease;
   content: '';
   position: absolute;
   right: 0px;
   top: 0px;
   width: 4px;
   height: 0%;
   background-color: #E91E2C;
   z-index: 1;
}

.wt-accordion .collapse.show .acod-content:after {
   height: 100%;
}

.acod-title {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 16px;
}

.acod-title a {
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.acod-head {
   position: relative;
   /*Accodian open close indicator css*/
}

.acod-head a {
   display: block;
   padding: 15px 20px 15px 50px;
   background-color: #f6f6f6;
}

.acod-head a.collapsed {
   color: #000;
}

.acod-head .fa {
   margin-right: 5px;
}

.acod-head a,
.acod-head:hover,
.acod-head:active,
.acod-head:focus {
   color: #000;
}

.acod-head .indicator {
   padding: 15px;
   color: #000;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   font-size: 22px;
}

.acod-head .indicator .fa {
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.acod-head.acc-actives .indicator .fa:before {
   content: "\f067";
   font-family: 'FontAwesome';
}

.acod-head [aria-expanded="false"] .indicator .fa:before {
   content: "\f105";
   font-family: 'FontAwesome';
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
   font-family: 'FontAwesome';
   content: "\f107";
}

.acod-head .collapsed .indicator .fa:before {
   content: "\f105";
   font-family: 'FontAwesome';
}

.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
   content: "\f067";
   font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before {
   font-family: 'FontAwesome';
   content: "\f107";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
   font-family: 'FontAwesome';
   content: "\f107";
}

.faq-help-form-outer {
   position: relative;
}

.faq-help-form {
   padding: 50px;
}

@media (max-width: 575px) {
   .faq-help-form {
      padding: 30px;
   }
}

.faq-help-form .form-control {
   height: 52px;
   padding: 10px 20px;
   background-color: #f9f9f9;
}

.faq-help-form .form-control:focus {
   box-shadow: none;
}

.faq-help-form textarea.form-control {
   height: 140px;
}

.form-control {
   height: 50px;
   font-size: 13px;
   line-height: 20px;
   padding: 10px 12px;
   border-radius: 0px;
   border: none;
}

.form-control:focus {
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
   background-color: #F8F8F8;
}

/*Error Page*/
.page-notfound-outer .container-fluid {
   padding: 0px;
}

.page-notfound {
   padding: 0px 30px;
   text-align: center;
}

.page-notfound .page-notfound-media {
   max-width: 500px;
   margin: 0px auto 50px;
}

@media (max-width: 991px) {
   .page-notfound .page-notfound-media {
      margin-bottom: 30px;
   }
}

.page-notfound strong {
   font-family: "Mulish", sans-serif;
   font-size: 300px;
   line-height: 240px;
   color: #E91E2C;
   display: block;
}

@media (max-width: 1200px) {
   .page-notfound strong {
      font-size: 100px;
      line-height: 120px;
   }
}

.page-notfound .error-title {
   color: #000;
}

.page-notfound .error-comment {
   color: #000;
}

.page-notfound .page-notfound-content {
   max-width: 650px;
   margin-left: auto;
   margin-right: auto;
}

.page-notfound .page-notfound-content p {
   margin-bottom: 30px;
}

@media (max-width: 991px) {
   .page-notfound .page-notfound-content {
      margin-bottom: 30px;
   }
}

/*iconfont*/
.icon-font {
   border-left: 1px solid #e7e7e7;
   border-top: 1px solid #e7e7e7;
}

.icon-font-block {
   text-align: center;
   border-right: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding: 15px 10px;
   color: #000;
}

.icon-font-block .flat-icon {
   margin: 0px 0px 10px 0px;
   display: block;
   font-size: 32px;
   line-height: 1;
}

/*Pagination Style*/
.pagination-outer {
   padding-top: 30px;
}

@media (max-width: 991px) {
   .pagination-outer {
      margin-bottom: 30px;
   }
}

.pagination-outer .pagination-style1 {
   position: relative;
   display: inline-block;
}

.pagination-outer .pagination-style1 ul {
   list-style: none;
   margin-bottom: 0px;
}

.pagination-outer .pagination-style1 ul li {
   position: relative;
   margin: 0px 3px 0px;
   display: inline-block;
}

.pagination-outer .pagination-style1 ul li.prev a {
   width: 40px;
   height: 40px;
   font-size: 16px;
   color: #000;
   font-weight: 700;
   border-radius: 50px;
   transition: 0.5s all ease;
   letter-spacing: 1px;
}

@media (max-width: 420px) {
   .pagination-outer .pagination-style1 ul li.prev a {
      width: 60px;
   }
}

.pagination-outer .pagination-style1 ul li.next a {
   width: 40px;
   height: 40px;
   font-size: 16px;
   color: #000;
   font-weight: 700;
   border-radius: 50px;
   transition: 0.5s all ease;
   letter-spacing: 1px;
}

@media (max-width: 420px) {
   .pagination-outer .pagination-style1 ul li.next a {
      width: 60px;
   }
}

.pagination-outer .pagination-style1 ul li a {
   position: relative;
   width: 40px;
   height: 40px;
   color: #000;
   font-size: 16px;
   font-weight: 400;
   line-height: 40px;
   border-radius: 50px;
   text-align: center;
   display: inline-block;
   transition: 0.5s all ease;
   font-family: "Mulish", sans-serif;
   background-color: #f9f9f9;
}

.pagination-outer .pagination-style1 ul li:hover a {
   background-color: #E91E2C;
}

/*Blog Side Bar*/
.side-bar .widget {
   padding: 30px;
   background-color: #fff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.side-bar .widget:last-child {
   margin-bottom: 0px;
}

@media (max-width: 480px) {
   .side-bar .widget {
      padding: 20px;
   }
}

.side-bar .widget .form-control {
   background-color: #f9f9f9;
}

.side-bar .widget .widget-title {
   position: relative;
   padding-bottom: 15px;
}

.side-bar .widget .widget-title:before {
   content: '';
   position: absolute;
   bottom: 0px;
   left: 0px;
   background-color: #E91E2C;
   width: 50px;
   height: 3px;
}

.side-bar .search-bx .input-group-btn .btn {
   background-color: #E91E2C;
   color: #fff;
   border-radius: 0px;
   height: 50px;
   padding: 0px 20px;
}

.side-bar .widget_services ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
   background-color: #fff;
}

.side-bar .widget_services ul li {
   position: relative;
   padding: 10px 0px 10px 15px;
   line-height: 20px;
   font-size: 14px;
   display: flex;
   justify-content: space-between;
   flex-wrap: nowrap;
   border-bottom: 1px solid #e7e7e7;
}

.side-bar .widget_services ul li:after {
   content: '\f105';
   font-family: 'FontAwesome';
   color: #E91E2C;
   position: absolute;
   left: 0px;
   top: 10px;
}

.side-bar .widget_services ul li:last-child {
   padding-bottom: 0px;
   border-bottom: none;
}

.side-bar .widget_services ul li a {
   color: #000;
   margin-left: 0px;
   padding: 0px;
   display: inline-block;
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   font-weight: 600;
}

.side-bar .widget_services ul li a:hover {
   color: #E91E2C;
}

.side-bar .widget_services ul li a i {
   padding-right: 5px;
}

.side-bar .widget_services ul li a:before {
   display: none;
}

.side-bar .widget_services ul li .badge {
   background: none;
   color: #000;
   font-size: 12px;
   font-weight: 600;
   padding: 7px;
   background-color: #e7e7e7;
}

.side-bar .widget_archives ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
   background-color: #fff;
}

.side-bar .widget_archives ul li {
   position: relative;
   padding: 10px 0px 10px 15px;
   line-height: 20px;
   font-size: 14px;
   display: flex;
   justify-content: space-between;
   flex-wrap: nowrap;
}

.side-bar .widget_archives ul li:after {
   content: '';
   width: 4px;
   height: 5px;
   border-radius: 50%;
   background-color: #E91E2C;
   position: absolute;
   left: 0px;
   top: 17px;
}

.side-bar .widget_archives ul li:last-child {
   padding-bottom: 0px;
}

.side-bar .widget_archives ul li a {
   color: #000;
   margin-left: 0px;
   padding: 0px;
   display: inline-block;
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   font-weight: 600;
}

.side-bar .widget_archives ul li a:hover {
   color: #E91E2C;
}

.side-bar .widget_archives ul li a i {
   padding-right: 5px;
}

.side-bar .widget_archives ul li a:before {
   display: none;
}

.side-bar .widget_archives ul li .badge {
   background: none;
   color: #E91E2C;
   font-size: 14px;
   font-weight: 600;
}

.side-bar .recent-posts-entry .widget-post {
   margin-bottom: 20px;
}

.side-bar .recent-posts-entry .widget-post:last-child {
   border: none;
   margin-bottom: 0px;
}

.side-bar .recent-posts-entry .wt-post-media {
   width: 90px;
   float: left;
}

@media (max-width: 991px) {
   .side-bar .recent-posts-entry .wt-post-media {
      width: 50px;
   }
}

.side-bar .recent-posts-entry .wt-post-media img {
   border-radius: 0px;
}

.side-bar .recent-posts-entry .wt-post-info {
   margin-left: 105px;
}

@media (max-width: 991px) {
   .side-bar .recent-posts-entry .wt-post-info {
      margin-left: 60px;
   }
}

.side-bar .recent-posts-entry .wt-post-info .post-date {
   margin-top: 0px;
   color: #777777;
   font-family: "Mulish", sans-serif;
   font-size: 12px;
   font-weight: 600;
   display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
   margin-top: 0px;
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   font-weight: 600;
   display: block;
}

.side-bar .widget_tag_cloud .tagcloud {
   display: flex;
   flex-wrap: wrap;
}

.side-bar .widget_tag_cloud .tagcloud a {
   padding: 6px 15px;
   margin-bottom: 6px;
   margin-right: 3px;
   display: block;
   color: #000;
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   font-weight: 400;
   border: 1px solid #e7e7e7;
}

@media (max-width: 991px) {
   .side-bar .widget_tag_cloud .tagcloud a {
      padding: 5px 8px;
   }
}

.side-bar .widget_tag_cloud .tagcloud a:hover {
   background-color: #000;
   color: #fff;
}

/*--Comment list--*/
.comments-area {
   padding: 0;
}

.comments-area .comments-title {
   font-size: 24px;
   margin-bottom: 20px;
}

ol.comment-list {
   list-style: none;
}

ol.comment-list li.comment {
   position: relative;
   padding: 0;
}

ol.comment-list li.comment .comment-body {
   padding: 20px 90px 20px 140px;
   position: relative;
   margin-bottom: 30px;
   background-color: #f9f9f9;
   overflow: hidden;
}

@media (max-width: 480px) {
   ol.comment-list li.comment .comment-body {
      padding: 10px 10px 50px 10px;
   }
}

ol.comment-list li.comment .comment-author {
   display: inline-block;
   margin-bottom: 5px;
}

ol.comment-list li.comment .comment-author .avatar {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 100px;
   height: 100px;
   padding: 5px;
   background-color: #fff;
   box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   transition: all .5s ease-in-out;
}

@media (max-width: 480px) {
   ol.comment-list li.comment .comment-author .avatar {
      position: inherit;
      margin-bottom: 20px;
   }
}

ol.comment-list li.comment .comment-author .fn {
   display: inline-block;
   color: #000;
   font-size: 16px;
   font-weight: 600;
   font-style: normal;
}

@media (max-width: 480px) {
   ol.comment-list li.comment .comment-author .fn {
      display: block;
   }
}

ol.comment-list li.comment .comment-meta {
   margin-bottom: 5px;
   display: block;
}

ol.comment-list li.comment .comment-meta a {
   color: #E91E2C;
   font-weight: 600;
   font-size: 14px;
}

ol.comment-list li.comment .comment-meta:before {
   font-family: "FontAwesome";
   font-size: 16px;
   vertical-align: top;
}

ol.comment-list li.comment .reply {
   position: absolute;
   right: 20px;
   top: 20px;
}

@media (max-width: 480px) {
   ol.comment-list li.comment .reply {
      top: auto;
      right: auto;
      bottom: 10px;
      left: 10px;
   }
}

ol.comment-list li.comment .reply .comment-reply-link {
   position: relative;
   color: #fff;
   background-color: #E91E2C;
   padding: 4px 12px;
   font-size: 14px;
   display: inline-block;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
   color: #fff;
   background-color: #000;
}

ol.comment-list li.comment p {
   margin: 0 0 5px;
   font-weight: 400;
}

ol.comment-list li .children {
   list-style: none;
   margin-left: 40px;
}

ol.comment-list li .children li {
   padding: 0;
}

/*comment form*/
.comment-respond {
   padding: 0px 11px;
}

@media (max-width: 480px) {
   .comment-respond {
      padding: 0px;
   }
}

.comment-respond .comment-reply-title {
   font-size: 24px;
   margin-bottom: 20px;
   font-weight: 700;
}

.comment-respond .form-submit .site-button {
   position: relative;
}

.comments-area .comment-form {
   margin: 0 -15px;
}

@media (max-width: 480px) {
   .comments-area .comment-form {
      margin: 0 -5px;
   }
}

.comments-area .comment-form .comment-notes {
   display: none;
}

.comments-area .comment-form p {
   width: 50%;
   float: left;
   padding: 0 5px;
   margin-bottom: 10px;
   position: relative;
   font-weight: 600;
}

@media (max-width: 767px) {
   .comments-area .comment-form p {
      width: 100%;
   }
}

.comments-area .comment-form p label {
   display: none;
   line-height: 18px;
   margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"] {
   width: 100%;
   height: 60px;
   padding: 20px;
   border: none;
   border: 1px solid #e7e7e7;
}

.comments-area .comment-form p input[type="text"].form-control:focus {
   box-shadow: none;
}

.comments-area .comment-form p textarea {
   width: 100%;
   height: 50px;
   padding: 20px;
   border: none;
   height: 120px;
   resize: none;
   padding: 15px;
   border: 1px solid #e7e7e7;
}

.comments-area .comment-form p textarea.form-control:focus {
   box-shadow: none;
}

.comments-area .comment-form p.comment-form-url {
   width: 100%;
   display: block;
   clear: both;
}

.comments-area .comment-form p.form-allowed-tags {
   width: 100%;
}

.comments-area .comment-form p.comment-form-comment {
   width: 100%;
   display: block;
   clear: both;
}

.comments-area .comment-form p.form-submit {
   clear: both;
   float: none;
   width: 100%;
   margin: 0px;
}

ol.comment-list li.comment .comment-respond .comment-form p {
   padding: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
   color: #777;
   font-size: 14px;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single.blog-post-style-2 {
   box-shadow: none;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info {
   margin: 0px;
   padding: 30px 0px 0px 0px;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info .wt-post-discription p {
   margin-bottom: 30px;
}

.blog-post-single-outer .blog-post-single .wt-post-media img {
   width: 100%;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta {
   position: relative;
   padding-top: 20px;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul {
   border-bottom: 1px solid #ddd;
   display: block;
   margin-bottom: 0px;
   position: relative;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul:after {
   content: '';
   width: 60px;
   height: 3px;
   position: absolute;
   left: 0px;
   bottom: -2px;
   background-color: #E91E2C;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li {
   color: #000;
   display: inline-table;
   font-size: 14px;
   text-align: center;
   padding: 8px 10px;
   font-weight: 500;
   position: relative;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:after {
   position: absolute;
   content: '|';
   right: -2px;
   top: 50%;
   transform: translateY(-50%);
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li a {
   color: #000;
}

.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li:last-child:after {
   display: none;
}

.blog-post-single-outer .blog-post-single blockquote {
   padding: 50px 50px 50px 130px;
   margin: 30px 0px 30px 0px;
   font-style: normal;
   position: relative;
   z-index: 1;
   font-size: 20px;
   color: #000;
   border-left: 10px solid #E91E2C;
   font-weight: 500;
}

@media (max-width: 480px) {
   .blog-post-single-outer .blog-post-single blockquote {
      padding: 30px;
      font-size: 15px;
   }
}

.blog-post-single-outer .blog-post-single blockquote .fa-quote-left {
   position: absolute;
   font-size: 80px;
   left: 30px;
   right: auto;
   top: auto;
   opacity: 0.3;
   color: #E91E2C;
   line-height: 50px;
   z-index: -1;
}

@media (max-width: 480px) {
   .blog-post-single-outer .blog-post-single blockquote .fa-quote-left {
      position: inherit;
      display: block;
      left: auto;
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 10px;
   }
}

/*Single Post Navigation*/
.post-navigation {
   margin-bottom: 36px;
}

.post-navigation .post-nav-links {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 -15px;
}

.post-navigation .post-nav-links .post-nav-item {
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   width: 50%;
   padding: 0 15px;
}

@media (max-width: 640px) {
   .post-navigation .post-nav-links .post-nav-item {
      display: block;
   }
}

.post-navigation .post-nav-links .post-nav-item .nav-post-img {
   width: 90px;
   min-width: 90px;
   margin-right: 20px;
}

@media (max-width: 640px) {
   .post-navigation .post-nav-links .post-nav-item .nav-post-img {
      width: 100%;
   }
}

.post-navigation .post-nav-links .post-nav-item .nav-post-img a img {
   border: 2px solid #fff;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
   .post-navigation .post-nav-links .post-nav-item .nav-post-img a {
      width: 40px;
      min-width: 40px;
      display: inline-block;
   }
}

.post-navigation .post-nav-links .post-nav-item .nav-post-meta label {
   color: #E91E2C;
   font-size: 13px;
   display: block;
   margin-bottom: 3px;
}

.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
   font-size: 17px;
   line-height: 22px;
   font-weight: 700;
   color: #000;
   font-weight: 700;
}

@media (max-width: 640px) {
   .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
   }
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next {
   flex-direction: row-reverse;
   text-align: right;
}

.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
   margin-right: 0;
   margin-left: 20px;
}

@media (max-width: 640px) {
   .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-img {
      margin-left: 0px;
   }
}

@media (max-width: 991px) {

   .section-full.p-t120,
   .section-full.p-b90,
   .section-full.p-tb120 {
      padding-top: 38px;
      padding-bottom: 10px;
   }
}

/*Loading*/
.loading-area {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 9999;
   overflow: hidden;
}

.loading-area .loading-box {
   width: 100%;
   height: 100%;
   background-color: #fff;
   position: absolute;
   left: 0;
   top: 0;
   opacity: 1;
   z-index: 9999;
}

.loading-area .loading-pic {
   width: 100%;
   position: absolute;
   top: 50%;
   z-index: 99999;
   text-align: center;
   transform: translateY(-50%);
}

/*Loading Animation Start*/
@keyframes cssload-invert {
   100% {
      transform: rotate(180deg);
   }
}

@keyframes cssload-ball1 {
   12% {
      transform: none;
   }

   26% {
      transform: translateX(25%) scale(1, 0.8);
   }

   40% {
      transform: translateX(50%) scale(0.8, 0.8);
   }

   60% {
      transform: translateX(50%) scale(0.8, 0.8);
   }

   74% {
      transform: translate(50%, 25%) scale(0.6, 0.8);
   }

   88% {
      transform: translate(50%, 50%) scale(0.6, 0.6);
   }

   100% {
      transform: translate(50%, 50%) scale(0.6, 0.6);
   }
}

@keyframes cssload-ball2 {
   12% {
      transform: none;
   }

   26% {
      transform: translateX(25%) scale(1, 0.8);
   }

   40% {
      transform: translateX(50%) scale(0.8, 0.8);
   }

   60% {
      transform: translateX(50%) scale(0.8, 0.8);
   }

   74% {
      transform: translate(50%, -25%) scale(0.6, 0.8);
   }

   88% {
      transform: translate(50%, -50%) scale(0.6, 0.6);
   }

   100% {
      transform: translate(50%, -50%) scale(0.6, 0.6);
   }
}

@keyframes cssload-ball3 {
   12% {
      transform: none;
   }

   26% {
      transform: translateX(-25%) scale(1, 0.8);
   }

   40% {
      transform: translateX(-50%) scale(0.8, 0.8);
   }

   60% {
      transform: translateX(-50%) scale(0.8, 0.8);
   }

   74% {
      transform: translate(-50%, 25%) scale(0.6, 0.8);
   }

   88% {
      transform: translate(-50%, 50%) scale(0.6, 0.6);
   }

   100% {
      transform: translate(-50%, 50%) scale(0.6, 0.6);
   }
}

@keyframes cssload-ball4 {
   12% {
      transform: none;
   }

   26% {
      transform: translateX(-25%) scale(1, 0.8);
   }

   40% {
      transform: translateX(-50%) scale(0.8, 0.8);
   }

   60% {
      transform: translateX(-50%) scale(0.8, 0.8);
   }

   74% {
      transform: translate(-50%, -25%) scale(0.6, 0.8);
   }

   88% {
      transform: translate(-50%, -50%) scale(0.6, 0.6);
   }

   100% {
      transform: translate(-50%, -50%) scale(0.6, 0.6);
   }
}

.cssload-spinner {
   height: 49px;
   width: 49px;
   margin: 49px auto;
   position: relative;
   animation: cssload-invert 2.3s infinite steps(2, end);
}

.cssload-ball {
   height: 100%;
   width: 100%;
   position: absolute;
   border-radius: 50%;
   top: 0;
   left: 0;
   background: #ff783c;
}

.cssload-ball-1 {
   animation: cssload-ball1 1.15s infinite alternate linear;
}

.cssload-ball-2 {
   animation: cssload-ball2 1.15s infinite alternate linear;
}

.cssload-ball-3 {
   animation: cssload-ball3 1.15s infinite alternate linear;
}

.cssload-ball-4 {
   animation: cssload-ball4 1.15s infinite alternate linear;
}

/*Loading Animation End*/
@media (max-width: 991px) {
   h5 {
      font-size: 18px;
      font-weight: 600;
   }
}

@media (max-width: 767px) {
   h2 {
      font-size: 30px;
   }

   h2.wt-tilte,
   h2.wt-title {
      font-size: 30px;
   }
}

@media (max-width: 575px) {

   h2.wt-tilte,
   h2.wt-title {
      font-size: 30px;
   }
}

/*About Year*/
.about-year {
   position: absolute;
   right: 40px;
   bottom: 40px;
   left: 40px;
}

.about-year .about-year-info {
   padding: 8px 10px;
   text-align: right;
   background-color: #fff;
   display: inline-block;
   border-right: 10px solid #E91E2C;
}

@media (max-width: 480px) {
   .about-year .about-year-info {
      float: none;
      margin-right: 0px;
      margin-bottom: 30px;
   }
}

.about-year .about-year-info span {
   display: block;
   font-size: 40px;
   line-height: 40px;
   color: #E91E2C;
   font-weight: 900;
   position: absolute;
   transform: rotate(-90deg);
   right: -90px;
   width: 0px;
   white-space: nowrap;
   bottom: 0px;
   transform-origin: bottom;
}

@media (max-width: 991px) {
   .about-year .about-year-info span {
      right: 0px;
   }
}

@media (max-width: 540px) {
   .about-year .about-year-info span {
      font-size: 20px;
      line-height: 20px;
      right: -30px;
   }
}

.about-year .about-year-info p {
   font-weight: 800;
   font-size: 12px;
   margin-bottom: 0px;
   color: #000;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.about-year p {
   overflow: hidden;
}

.about-year:after {
   content: '';
   display: table;
   clear: both;
}

/*Description list*/
.description-list {
   margin: 30px 0px;
}

.description-list li {
   padding-left: 40px;
   font-weight: 600;
   color: #000;
   list-style: none;
   position: relative;
   margin-bottom: 15px;
}

.description-list li:last-child {
   margin-bottom: 0px;
}

.description-list li i {
   width: 26px;
   color: #fff;
   height: 26px;
   line-height: 26px;
   border-radius: 50%;
   position: absolute;
   left: 0px;
   top: 0px;
   text-align: center;
   background-color: #E91E2C;
   font-size: 10px;
}

/*Section Overlay*/
.overlay-wraper {
   position: relative;
}

.overlay-wraper .overlay-main {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

.opacity-01 {
   opacity: 0.1;
}

.opacity-02 {
   opacity: 0.2;
}

.opacity-03 {
   opacity: 0.3;
}

.opacity-04 {
   opacity: 0.4;
}

.opacity-05 {
   opacity: 0.5;
}

.opacity-06 {
   opacity: 0.6;
}

.opacity-07 {
   opacity: 0.7;
}

.opacity-08 {
   opacity: 0.8;
}

.opacity-09 {
   opacity: 0.9;
}

.overlay-wraper > .container {
   position: relative;
   z-index: 1;
}

.overlay-wraper > .container-fluid {
   position: relative;
   z-index: 1;
}

/*Help Block*/
.number-block-content {
   position: relative;
   height: 300px;
}

.number-block-content:after,
.number-block-content:before {
   width: 50%;
   height: 50%;
   position: absolute;
   content: '';
   background-color: #E91E2C;
   transition: 0.5s all ease;
   opacity: 0;
}

.number-block-content:after {
   left: 0px;
   bottom: 0px;
}

.number-block-content:before {
   right: 0px;
   top: 0px;
}

.number-block-content:hover:after,
.number-block-content:hover:before {
   width: 12px;
   height: 12px;
   opacity: 0.8;
}

.number-block-content .number-block-count {
   margin-bottom: 30px;
   display: flex;
   justify-content: space-between;
}

.number-block-content .number-block-count span {
   font-size: 72px;
   line-height: 72px;
   font-weight: 900;
   color: #E91E2C;
   display: inline-block;
   position: relative;
   padding: 0px 0px 20px 20px;
   z-index: 1;
}

@media (max-width: 767px) {
   .number-block-content .number-block-count span {
      font-size: 30px;
      line-height: 30px;
      padding: 20px;
   }
}

.number-block-content .number-block-count span:after {
   content: '';
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 100%;
   z-index: 1;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
   /* IE6-9 */
}

@media (max-width: 767px) {
   .number-block-content .number-block-count span:after {
      width: 100%;
   }
}

.number-block-content .number-block-count span.hide-line-block {
   padding-left: 0px;
   padding-bottom: 0px;
   position: relative;
}

.number-block-content .number-block-count strong img {
   max-width: 70px;
}

.number-block-content.white {
   color: #acacac;
}

.number-block-content.white .wt-tilte {
   color: #fff;
   margin-bottom: 15px;
}

.number-block-content .number-block-info p {
   margin-bottom: 0px;
}

/*service detail*/
.s-single-list-wrape {
   margin: 30px 0px;
}

@media (max-width: 1200px) {
   .s-single-list-wrape {
      display: block;
   }
}

.service-provide .s-single-list {
   padding: 40px;
}

@media (max-width: 767px) {
   .service-provide .s-single-list {
      padding: 30px;
   }
}

.service-provide .s-single-list .list-angle-right {
   margin-bottom: 0px;
}

.service-provide .s-single-list .list-angle-right li {
   color: #000;
   padding: 10px 0px 10px 20px;
}

.service-provide .s-single-list .list-angle-right li:before {
   color: #E91E2C;
   top: 8px;
}

.blog-post-4-outer {
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
   padding: 15px;
}

.blog-post-4-outer .wt-post-media {
   padding: 30px;
   background-color: #fff;
}

.blog-post-4-outer .wt-post-media img {
   width: 100%;
}

.blog-post-4-outer .wt-post-info {
   background-color: #fff;
   padding: 0px 30px 20px 0px;
   position: relative;
   z-index: 1;
}

.blog-post-4-outer .wt-post-info .wt-post-meta {
   position: relative;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul {
   list-style: none;
   margin-bottom: 0px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date {
   background-color: #fff;
   color: #000;
   display: inline-table;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   padding: 8px 15px;
   font-weight: 700;
   position: absolute;
   right: -1px;
   bottom: 29px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
   display: block;
   font-size: 40px;
   line-height: 40px;
   font-weight: 800;
   color: #E91E2C;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
   font-size: 14px;
   font-weight: 600;
   color: #E91E2C;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
   margin-bottom: 15px;
}

.blog-post-4-outer.post-bg-dark .wt-post-info {
   background-color: #000;
}

.blog-post-4-outer.post-bg-dark .wt-post-info .post-title a {
   color: #fff;
}

.blog-post-4-outer.post-bg-dark .wt-post-info .post-title a:hover {
   color: #E91E2C;
}

.blog-post-4-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
   color: #fff;
}

.blog-list-style .wt-post-info .wt-post-title .post-title {
   margin-bottom: 15px;
   font-size: 30px;
   line-height: 36px;
}

@media (max-width: 767px) {
   .blog-list-style .wt-post-info .wt-post-title .post-title {
      font-size: 22px;
      line-height: 28px;
   }
}

.blog-post-5-outer {
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-5-outer .wt-post-media {
   background-color: #fff;
}

.blog-post-5-outer .wt-post-media img {
   width: 100%;
}

.blog-post-5-outer .wt-post-info {
   background-color: #fff;
   padding: 30px 30px 30px 30px;
   position: relative;
   z-index: 1;
}

.blog-post-5-outer .wt-post-info .wt-post-meta {
   position: relative;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul {
   list-style: none;
   margin-bottom: 0px;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date {
   background-color: #fff;
   color: #000;
   display: block;
   font-size: 14px;
   line-height: 20px;
   font-weight: 700;
   border-bottom: 2px solid #E91E2C;
   margin-bottom: 15px;
   padding-bottom: 15px;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-date span {
   display: inline-block;
   margin-right: 5px;
   font-size: 40px;
   line-height: 40px;
   font-weight: 800;
   color: #E91E2C;
}

.blog-post-5-outer .wt-post-info .wt-post-meta ul li.post-category {
   font-size: 14px;
   font-weight: 600;
   color: #E91E2C;
}

.blog-post-5-outer .wt-post-info .wt-post-title .post-title {
   margin-bottom: 15px;
}

.blog-post-5-outer.post-bg-dark .wt-post-info {
   background-color: #000;
}

.blog-post-5-outer.post-bg-dark .wt-post-info .post-title a {
   color: #fff;
}

.blog-post-5-outer.post-bg-dark .wt-post-info .post-title a:hover {
   color: #E91E2C;
}

.blog-post-5-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
   color: #fff;
}

/*-----All Services------*/
.all_services {
   padding: 0px;
}

.all_services ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}

.all_services ul li {
   position: relative;
   font-size: 16px;
}

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

.all_services ul li a {
   transition: 0.5s all ease;
   position: relative;
   padding: 20px 35px 20px 30px;
   display: block;
   color: #000;
   font-family: "Mulish", sans-serif;
   font-size: 14px;
   font-weight: 600;
   background-color: #fff;
   border: 1px solid #e7e7e7;
   margin-bottom: 10px;
}

.all_services ul li a:after {
   content: "\f101";
   position: absolute;
   right: 20px;
   top: 24px;
   font-size: 8px;
   font-weight: 700;
   font-family: Flaticon;
}

.all_services ul li a:hover {
   color: #E91E2C;
}

.all_services ul li a.active {
   color: #fff;
   background-color: #E91E2C;
}

.service-side-btn a.btn-block {
   margin-bottom: 10px;
   background-color: #fff;
   padding: 20px;
   color: #000;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.service-side-btn a.btn-block span,
.service-side-btn a.btn-block strong {
   padding-right: 10px;
}

.service-side-btn a.btn-block .download-btn {
   font-size: 20px;
   float: right;
   opacity: 0.5;
}

.service-side-btn a.btn-block:hover {
   background-color: #f9f9f9;
}

@media (max-width: 991px) {
   .service-full-info {
      margin-bottom: 30px;
   }
}

#search {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: #fff;
   transition: all 0.5s ease-in-out;
   transform: translate(0px, -100%) scale(0, 0);
   opacity: 0;
   display: none;
}

#search.open {
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
   z-index: 999;
   display: block;
}

#search form {
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -51px;
   width: 50%;
   margin-left: 25%;
   color: #fff;
   border: 1px solid #e7e7e7;
   font-size: 30px;
   font-weight: 300;
   text-align: left;
   outline: none;
   padding: 10px;
   border-radius: 0px;
}

@media (max-width: 640px) {
   #search form {
      width: 90%;
      margin-left: 5%;
   }
}

#search input[type="search"] {
   background: none;
   border: none;
   padding: 0px 12px;
   outline: none;
   color: #000;
   font-size: 24px;
}

@media (max-width: 575px) {
   #search input[type="search"] {
      font-size: 14px;
   }
}

#search input[type="search"]:focus {
   box-shadow: none;
}

#search input[type="search"]::placeholder {
   color: #000;
}

#search .search-btn {
   border: none;
   background: none;
   padding: 0px 30px;
   outline: none;
}

#search .search-btn i {
   font-size: 36px;
   color: #E91E2C;
}

#search .close {
   position: fixed;
   top: 30px;
   right: 30px;
   opacity: 1;
   font-size: 27px;
   color: #fff;
   width: 60px;
   height: 60px;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
   background-color: #E91E2C;
}

#search .close:after,
#search .close:before {
   content: "";
   position: absolute;
   width: 2px;
   height: 32px;
   background-color: #fff;
   right: 28px;
   top: 16px;
}

#search .close:after {
   transform: rotate(45deg);
}

#search .close:before {
   transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
   cursor: pointer;
}

/*Hover Box Style 1*/
.video-section-three {
   position: relative;
   height: 440px;
}

/*services-box-one*/
.service-gallery-style1-wrapper {
   overflow: hidden;
}

.services-gallery-style2 {
   position: relative;
}

@media (max-width: 991px) {
   .services-gallery-style2 {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0px;
   }
}

.services-gallery-style2 .services-gallery-two.owl-btn-vertical-center .owl-nav .owl-next {
   right: -1px;
   transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two.owl-btn-vertical-center .owl-nav .owl-prev {
   transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two:hover.owl-btn-vertical-center .owl-nav .owl-next {
   right: 5%;
}

.services-gallery-style2 .services-gallery-two:hover.owl-btn-vertical-center .owl-nav .owl-prev {
   left: 5%;
}

.services-gallery-style2 .services-gallery-two .owl-nav {
   opacity: 0;
   transition: all 0.2s linear;
}

.services-gallery-style2 .services-gallery-two:hover .owl-nav {
   opacity: 1;
}

.service-box-style2 {
   position: relative;
   background-color: #fff;
   transition: 0.5s all ease;
   border: 1px solid #e7e7e7;
   overflow: hidden;
}

.service-box-style2 .service-media {
   padding: 20px 20px 0px 20px;
}

.service-box-style2 .service-media img {
   border-radius: 0px 0px 50px 0px;
}

.service-box-style2 .service-media-hvr {
   background-size: cover;
   position: absolute;
   z-index: 1;
   left: 0px;
   bottom: 0px;
   right: 0px;
   top: 0px;
}

.service-box-style2 .service-title-large2 {
   overflow: hidden;
}

.service-box-style2 .service-title-large2 a {
   position: relative;
}

.service-box-style2 .service-title-large2 a:after {
   content: '';
   position: absolute;
   left: calc(100% + 15px);
   top: 12px;
   width: 100%;
   max-width: 70px;
   height: 2px;
   background-color: #E91E2C;
}

.service-box-style2 .service-content {
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 50%;
   bottom: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   z-index: 1;
   transition: all 200ms linear 0ms;
}

.service-box-style2 .service-content .service-content-data {
   padding: 45px 35px 45px 45px;
   background-color: rgba(0, 0, 0, 0.6);
   position: absolute;
   top: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   z-index: 1;
}

.service-box-style2 .service-content .service-content-data .service-title-large {
   margin-bottom: 15px;
   position: relative;
}

.service-box-style2 .service-content .service-content-data .service-title-large a {
   color: #000;
   transition: 0.5s all ease;
}

.service-box-style2 .service-content .service-content-data .service-title-large a:hover {
   color: #E91E2C;
}

.service-box-style2 .service-content2 {
   padding: 20px;
}

.service-box-style2 .service-media img {
   width: 100%;
}

.service-box-style2:hover .service-content {
   left: 0;
   opacity: 1;
}

.service-box-style2:hover .service-content .service-content-data .service-title-large {
   color: #fff;
}

.service-box-style2:hover .service-content .service-content-data .service-title-large a {
   color: #fff;
}

.service-box-style2:hover .service-content .service-content-data p {
   color: #fff;
   margin-bottom: 20px;
}

.site-button-2 {
   display: inline-block;
   color: #fff;
   border: 1px solid #fff;
   padding: 5px 20px;
   font-weight: 700;
   font-size: 15px;
}

.site-button-2:hover {
   color: #E91E2C;
}

/*Cart dropdown*/
.cart-dropdown-item-wraper {
   top: 110%;
   right: 0px;
   position: absolute;
   z-index: 999;
   background-color: #f9f9f9;
   padding: 2px;
   border: 3px solid #eaeaea;
   width: 280px;
   display: none;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
   text-align: left;
}

@media (max-width: 480px) {
   .cart-dropdown-item-wraper {
      right: -50px;
   }
}

.nav-cart-items {
   position: relative;
}

.nav-cart-items:before {
   border-bottom: 8px solid #efefef;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   content: "";
   height: 0;
   position: absolute;
   right: 15px;
   top: -12px;
   width: 0;
}

@media (max-width: 480px) {
   .nav-cart-items:before {
      right: 65px;
   }
}

.nav-cart-title {
   border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
   font-size: 12px;
   font-weight: 400;
   margin: 0px;
   margin-right: 5px;
}

.nav-cart-title h5 {
   font-size: 12px;
   font-weight: 500;
   margin: 0px;
}

.nav-cart-item {
   border-top: 1px solid #f5f5f5;
   padding: 10px;
   background-color: #fff;
}

.nav-cart-item-image {
   float: left;
   height: 48px;
   margin-right: 15px;
   transition: border-color 0.2s linear 0s;
   width: 48px;
}

.nav-cart-item-image a {
   display: block;
   height: 44px;
   width: 44px;
}

.nav-cart-item-image img {
   display: block;
   height: 44px;
   width: 44px;
}

.nav-cart-item-image:hover {
   border-color: #243447;
}

.nav-cart-item-desc {
   position: relative;
   padding-right: 15px;
}

.nav-cart-item-desc a {
   font-size: 13px;
   font-weight: 600;
   height: auto;
   text-align: left;
   width: auto;
}

.nav-cart-item-desc span.nav-cart-item-price {
   color: #000;
   display: block;
   font-size: 12px;
   line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
   color: #000;
   display: block;
   font-size: 12px;
   position: absolute;
   right: -5px;
   top: 2px;
   padding: 0px 6px 2px 6px;
}

.nav-cart-action {
   border-top: 1px solid #eee;
}

.nav-cart-action button {
   padding: 8px 10px;
   font-size: 12px;
}

.nav-cart-action .site-button,
.nav-cart-action .site-button-secondry {
   padding: 8px 10px;
   font-size: 12px;
   transition: 0.5s all ease;
}

.nav-cart-action .site-button:hover,
.nav-cart-action .site-button-secondry:hover {
   background-color: #e7e7e7;
}

/*project btn filter */
.btn-filter-wrap {
   list-style: none;
   margin: 60px 0 0;
}

@media (max-width: 1200px) {
   .btn-filter-wrap {
      margin: 0px;
   }
}

.btn-filter-wrap li {
   position: relative;
   display: inline-block;
   font-size: 15px;
   font-weight: 700;
   color: #000;
   padding: 5px 10px;
   cursor: pointer;
   border-radius: 3px;
}

@media (max-width: 1200px) {
   .btn-filter-wrap li {
      padding: 5px 8px;
   }
}

.btn-filter-wrap li.btn-active {
   background-color: #E91E2C;
   box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
   color: #fff;
}

.owl-carousel-filter .owl-item {
   opacity: 0;
   transition: all 0.2s ease;
}

.owl-carousel-filter .owl-item > .owl-item {
   opacity: 1;
}

.owl-carousel-filter .owl-item.active {
   opacity: 1;
}

@media (max-width: 991px) {
   .project-style-new-wrap {
      padding-left: 0px;
      padding-right: 0px;
   }
}

.project-style-new-wrap .owl-carousel-filter {
   padding: 0px;
}

.project-new-1 .wt-img-effect {
   position: relative;
}

.project-new-1 .project-new-content {
   padding: 20px;
   background-color: #fff;
}

.project-new-1 .project-new-content span {
   display: block;
   padding-bottom: 10px;
   color: #E91E2C;
   font-size: 15px;
   font-weight: 700;
}

.project-new-1 .project-new-content .wt-title {
   margin-bottom: 10px;
}

.project-new-1 .project-view {
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 1;
   transform: scaleY(0) translate(-50%, -50%);
   transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-new-1 .project-view .project-view-btn {
   position: relative;
   display: block;
   width: 60px;
   height: 60px;
}

.project-new-1 .project-view .project-view-btn i {
   width: 60px;
   height: 60px;
   font-size: 28px;
   line-height: 60px;
   display: block;
   text-align: center;
   background-color: #E91E2C;
   position: relative;
   color: #fff;
}

.project-new-1:hover .project-view {
   opacity: 1;
   z-index: 3;
   transform: scaleY(1) translate(-50%, -50%);
}

.project-new-2 {
   position: relative;
   overflow: hidden;
}

.project-new-2 .project-new-content {
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: -1px;
   padding: 20px;
   background-color: #fff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
   transition: 0.5s all ease;
   transform: translate3d(0, 100%, 0);
}

.project-new-2 .project-new-content span {
   display: inline-block;
   margin-bottom: 10px;
   color: #fff;
   font-size: 12px;
   font-weight: 700;
   background-color: #E91E2C;
   padding: 0px 5px;
}

.project-new-2 .project-new-content .wt-title {
   margin-bottom: 0px;
}

.project-new-2 .project-view {
   position: absolute;
   top: 30px;
   left: 30px;
   opacity: 1;
   transform: scaleY(0);
   transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-new-2 .project-view .project-view-btn {
   position: relative;
   display: block;
   width: 60px;
   height: 60px;
}

.project-new-2 .project-view .project-view-btn i {
   width: 60px;
   height: 60px;
   font-size: 28px;
   line-height: 60px;
   display: block;
   text-align: center;
   background-color: #E91E2C;
   position: relative;
   color: #fff;
}

.project-new-2:hover .project-new-content {
   transform: translate3d(0, 0, 0);
}

.project-new-2:hover .project-view {
   opacity: 1;
   z-index: 3;
   transform: scaleY(1);
}

/*====MID SLIDER ====*/
.mid-slider {
   text-align: center !important;
}

.mid-slider .rev_slider_wrapper {
   max-width: 1920px !important;
   margin: 0px auto !important;
   left: auto !important;
   position: relative !important;
}

.mid-slider .tp-fullwidth-forcer {
   height: auto !important;
}

/*get-in-touch*/
.get-in-touch-wraper {
   position: relative;
   padding-top: 130px;
   margin-right: 70px;
   z-index: 1;
}

@media (max-width: 1024px) {
   .get-in-touch-wraper {
      padding-top: 150px;
   }
}

@media (max-width: 991px) {
   .get-in-touch-wraper {
      padding-top: 55px;
      margin-bottom: 50px;
   }
}

@media (max-width: 767px) {
   .get-in-touch-wraper {
      padding-top: 30px;
      margin-right: 0px;
   }
}

.get-in-touch-wraper .get-in-touch {
   position: relative;
   margin-left: 20px;
   margin-bottom: 20px;
   padding: 40px;
}

@media (max-width: 991px) {
   .get-in-touch-wraper .get-in-touch {
      padding: 40px 200px 40px 40px;
   }
}

@media (max-width: 767px) {
   .get-in-touch-wraper .get-in-touch {
      padding: 30px 30px 0px 30px;
      text-align: center;
   }
}

.get-in-touch-wraper .get-in-touch:before {
   content: '';
   background-color: #E91E2C;
   left: -20px;
   top: -20px;
   bottom: -20px;
   width: 100px;
   position: absolute;
   z-index: -1;
}

.get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
   margin-bottom: 0px;
   color: #fff;
}

@media (max-width: 1024px) {
   .get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
      font-size: 30px;
   }
}

@media (max-width: 991px) {
   .get-in-touch-wraper .get-in-touch .get-in-touch-info .wt-title {
      margin-bottom: 30px;
   }
}

.get-in-touch-wraper .get-in-touch .get-in-touch-pic img {
   position: absolute;
   right: -70px;
   bottom: 0px;
   max-width: 240px;
}

@media (max-width: 767px) {
   .get-in-touch-wraper .get-in-touch .get-in-touch-pic img {
      position: relative;
      right: auto;
      bottom: auto;
      padding-top: 30px;
   }
}

/*Blog Gallery*/
.blog-gallery-style1 {
   padding-left: 0px;
}

@media (max-width: 991px) {
   .blog-gallery-style1 {
      padding-left: 0px;
   }
}

.blog-gallery-style1 .owl-carousel .owl-stage-outer {
   display: table;
   position: relative;
   padding: 30px 0px 30px 10px;
}

@media (max-width: 1270px) {
   .blog-gallery-style1 .owl-carousel .owl-stage-outer {
      display: inline-block;
      padding: 0px;
   }
}

@media (max-width: 1270px) {
   .blog-gallery-style1 .blog-post-4-outer {
      box-shadow: none;
      border: 1px solid #ddd;
   }
}

.blog-gallery-style1 .blog-gallery-one.owl-btn-vertical-center .owl-nav .owl-next {
   right: -1px;
   transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one.owl-btn-vertical-center .owl-nav .owl-prev {
   transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one:hover.owl-btn-vertical-center .owl-nav .owl-next {
   right: 5%;
}

.blog-gallery-style1 .blog-gallery-one:hover.owl-btn-vertical-center .owl-nav .owl-prev {
   left: 5%;
}

.blog-gallery-style1 .blog-gallery-one .owl-nav {
   opacity: 0;
   transition: all 0.2s linear;
}

.blog-gallery-style1 .blog-gallery-one:hover .owl-nav {
   opacity: 1;
}

/* Product Box */
.wt-product-box {
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   background-color: #fff;
}

.wt-product-box .wt-info {
   padding: 20px 10px;
}

.wt-product-box .price {
   padding-top: 10px;
   display: block;
}

.wt-product-box .price del {
   font-size: 16px;
   color: #999999;
   margin: 4px 4px;
   font-weight: 700;
}

.wt-product-box .price ins {
   font-size: 20px;
   color: #E91E2C;
   text-decoration: none;
   font-weight: 700;
}

.wt-product-box .wt-thum-bx img {
   display: block;
   margin: 0px auto;
}

.wt-product-box .item-cart-view {
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 1;
   transform: scaleY(0) translate(-50%, -50%);
   transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.wt-product-box .item-cart-view .item-btn {
   position: relative;
   display: block;
   width: 36px;
   height: 40px;
}

.wt-product-box .item-cart-view .item-btn i {
   width: 36px;
   height: 36px;
   font-size: 18px;
   line-height: 36px;
   display: block;
   text-align: center;
   background-color: #E91E2C;
   position: relative;
   color: #fff;
   border-radius: 50%;
}

.wt-product-box .rating-bx {
   padding-top: 10px;
   color: #E91E2C;
}

.wt-product-box:hover .item-cart-view {
   opacity: 1;
   z-index: 3;
   transform: scaleY(1) translate(-50%, -50%);
}

@media (max-width: 575px) {
   .product-filter-wrap {
      display: block !important;
   }
}

@media (max-width: 575px) {
   .product-filter-wrap .woocommerce-result-count {
      margin-bottom: 10px;
      display: block;
   }
}

/* Product Detail Page Slider */
.shop-item-price-slider {
   display: flex;
   white-space: nowrap;
}

.shop-item-price-slider .slider.slider-horizontal {
   width: 100%;
   margin-left: 10px;
   margin-right: 10px;
}

.shop-item-price-slider .slider.slider-horizontal .slider-track {
   height: 8px;
   background-color: #E91E2C;
   background-image: none;
   margin-top: 0px;
   margin-left: 0px;
}

.shop-item-price-slider .slider.slider-horizontal .slider-handle {
   background-color: #E91E2C;
   background-image: none;
   width: 15px;
   height: 15px;
   top: 7px;
   margin-left: -5px;
}

/*select-box-border-style1*/
.select-box-border-style1 {
   border: 1px solid #e7e7e7;
}

.select-box-border-style1 .btn {
   padding: 8px 20px;
   background-color: #fff;
}

.select-box-border-style1-wrapper .btn-light.dropdown-toggle {
   box-shadow: none;
   outline: none;
   background: none;
   border: none;
}

.select-box-border-style1-wrapper .btn-light.dropdown-toggle:focus {
   outline: none !important;
   box-shadow: none;
   border: none;
   outline-offset: inherit;
}

form.woocommerce-ordering {
   position: relative;
}

@media (max-width: 575px) {
   form.woocommerce-ordering {
      display: inline-block;
   }
}

form.woocommerce-ordering:after {
   position: absolute;
   right: 10px;
   top: 10px;
   content: "\f107";
   font-family: 'FontAwesome';
   font-size: 12px;
   color: #000;
}

/*wt-product-gallery*/
.wt-product-gallery .product-view {
   position: absolute;
   top: 10px;
   right: 10px;
}

.wt-product-gallery .product-view .product-view-btn {
   background-color: #fff;
   color: #000;
   font-size: 22px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 50%;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   display: block;
   text-align: center;
}

/*touchspin input type number*/
.bootstrap-touchspin .input-group-btn-vertical {
   position: relative;
   white-space: nowrap;
   width: 1%;
   vertical-align: middle;
   display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
   float: none;
   padding: 2px 4px 2px 4px;
   margin-left: -1px;
   position: relative;
   border-width: 1px;
   border-style: solid;
   border-color: #E91E2C;
   background: #E91E2C;
   width: 20px;
   display: block;
   font-weight: bold;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:before {
   display: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
   border-radius: 0;
   border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
   margin-top: -2px;
   border-radius: 0;
   border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
   position: absolute;
   top: 7px;
   left: 7px;
   font-size: 9px;
   font-weight: normal;
   color: #fff;
}

/*Product Single*/
.product-detail-info {
   padding: 0px 0px 0px 30px;
}

@media (max-width: 767px) {
   .product-detail-info {
      padding-left: 0px;
   }
}

.wt-product-gallery {
   padding-bottom: 1px;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.p-single-old-price {
   color: #777777;
   font-size: 17px;
   text-decoration: line-through;
   font-weight: 500;
   padding-right: 10px;
}

.p-single-new-price {
   font-size: 26px;
   color: #E91E2C;
   font-weight: 800;
}

.product-single-availability {
   margin-bottom: 15px;
   margin-top: 15px;
   color: #979797;
   font-weight: 600;
   letter-spacing: 1px;
}

.product-single-availability span {
   color: #000;
   font-weight: 700;
}

.product-single-rating {
   margin-bottom: 15px;
}

.product-single-price {
   margin-bottom: 30px;
}

.wt-product-text {
   margin-bottom: 30px;
}

.product_meta {
   text-transform: uppercase;
}

.product_meta a {
   color: #979797;
   font-weight: 600;
   letter-spacing: 1px;
}

.product_meta a:hover {
   color: #E91E2C;
}

.product_meta .sku_wrapper {
   color: #979797;
   font-weight: 600;
   letter-spacing: 1px;
   margin-bottom: 7px;
}

.product_meta .posted_in {
   color: #979797;
   font-weight: 600;
   letter-spacing: 1px;
}

.btn-quantity {
   max-width: 130px;
   width: 100%;
   margin-right: 30px;
   display: inline-block;
}

.btn-quantity .form-control {
   height: 42px;
   background-color: #fff;
   border: 1px solid #ddd;
}

#sync2 .item {
   border: 3px solid #E91E2C;
}

/*Circle Animation*/
.scale-up-center:before {
   animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate-reverse both;
}

@keyframes scale-up-center {
   0% {
      transform: scale(0.5);
   }

   100% {
      transform: scale(1);
   }
}

/*slider-text-outline*/
.slider-text-outline {
   opacity: 0.2;
   color: #fff;
}

.slider-text-outline2 {
   opacity: 0.2;
   color: #E91E2C;
}

.square-flip {
   -ms-perspective: 1000;
   perspective: 1000;
   transform: perspective(1000px);
   transform-style: preserve-3d;
   position: relative;
   width: 100%;
   height: 400px;
}

.square,
.square2 {
   width: 100%;
   height: 100%;
}

.square {
   background-size: cover;
   background-position: center center;
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   background-color: #fff;
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0px;
   backface-visibility: hidden;
   transform: rotateY(0deg);
   transform-style: preserve-3d;
   z-index: 1;
}

.square-flip:hover .square {
   transform: rotateY(-180deg);
   transform-style: preserve-3d;
}

.square2 {
   background-size: cover;
   background-position: center center;
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0px;
   backface-visibility: hidden;
   transform: rotateY(180deg);
   transform-style: preserve-3d;
   z-index: 1;
}

.square-flip:hover .square2 {
   transform: rotateY(0deg);
   transform-style: preserve-3d;
}

/*Square content*/
.square-container {
   padding: 40px;
   text-align: center;
   position: relative;
   top: 50%;
   left: 0px;
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   transform: translateY(-50%) translateX(0px) scale(1);
   transform-style: preserve-3d;
   z-index: 2;
}

.square-flip:hover .square-container {
   transform: translateY(-50%) translateX(-650px) scale(0.88);
   transform-style: preserve-3d;
}

.square-container2 {
   padding: 40px;
   text-align: center;
   position: relative;
   top: 50%;
   left: 0px;
   transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
   transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
   transform-style: preserve-3d;
   z-index: 2;
}

.square-flip:hover .square-container2 {
   transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
   transform-style: preserve-3d;
}

/*Style text*/
/*Elements*/
.flip-overlay {
   display: block;
   background: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 0;
   left: 0px;
   right: 0px;
   bottom: 0px;
}

.align-center {
   margin: 0 auto;
}

/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow {
   transition: 0.60s;
   box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square .textshadow {
   transition: 0.60s;
   -webkit-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
   -moz-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
   text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square2 .boxshadow {
   transition: 0.60s;
   box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip .square2 .textshadow {
   transition: 0.60s;
   -webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
   -moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
   text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square .boxshadow {
   box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square .textshadow {
   box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square2 .boxshadow {
   box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip:hover .square2 .textshadow {
   box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

/*--------------------------------

----------------------------------*/
.home-client-carousel2 .item {
   text-align: center;
}

.box {
   display: inline-block;
   position: relative;
   border: 1px solid transparent;
   z-index: 0;
   transition: all 0.3s ease;
   opacity: 1;
   margin: 0px -1px;
   padding: 30px;
}

.box:hover {
   z-index: 10;
   border: 1px solid #E91E2C;
   transition: width 1s ease;
}

.box:hover:before {
   transition: height 0.2s ease, opacity 0.3s ease;
   height: 85%;
   opacity: 1;
}

.box:hover:after {
   transition: width 0.2s ease, opacity 0.3s ease;
   width: 85%;
   opacity: 1;
}

.box:before {
   content: '';
   display: block;
   position: absolute;
   background: #fff;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   animation-iteration-count: 1;
   transform-origin: 50% 50%;
   opacity: 1;
   overflow: hidden;
   width: calc(100% + 3px);
   height: 100%;
   z-index: 1;
   transition: height 1s ease, opacity 0.8s ease;
}

.box:after {
   content: '';
   display: block;
   position: absolute;
   background: #fff;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   animation-iteration-count: 1;
   transform-origin: 50% 50%;
   opacity: 1;
   overflow: hidden;
   height: calc(100% + 3px);
   width: 100%;
   z-index: 1;
   transition: width 1s ease, opacity 0.8s ease;
}

.box:focus:before {
   transition: height 0.2s ease, opacity 0.3s ease;
   height: 85%;
   opacity: 1;
}

.box:focus:after {
   transition: width 0.2s ease, opacity 0.3s ease;
   width: 85%;
   opacity: 1;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
.team-effect-hvr1 {
   margin-bottom: 30px;
   overflow: hidden;
   background-color: #000;
   position: relative;
}

.team-effect-hvr1 .content-info {
   position: absolute;
   top: auto;
   bottom: 0px;
   width: 100%;
   padding: 20px;
   background: #fff;
   transition: transform 0.35s;
   transform: translate3d(0, 100%, 0);
}

.team-effect-hvr1 .content-info-inner {
   position: relative;
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.team-effect-hvr1 .wt-title {
   margin-bottom: 5px;
   transition: transform 0.35s;
   transform: translate3d(0, 200%, 0);
}

.team-effect-hvr1 .wt-title:hover {
   color: #E91E2C;
}

.team-effect-hvr1 p.icon-links {
   margin-bottom: 0px;
}

.team-effect-hvr1 p.icon-links a {
   float: left;
   color: #E91E2C;
   font-size: 14px;
   transition: transform 0.35s;
   transform: translate3d(0, 200%, 0);
}

.team-effect-hvr1 p.icon-links a span::before {
   display: inline-block;
   padding: 8px 10px;
}

.team-effect-hvr1:hover p.icon-links a {
   transform: translate3d(0, 0, 0);
}

.team-effect-hvr1:hover p.icon-links a:hover {
   color: #000;
}

.team-effect-hvr1:hover p.icon-links a:focus {
   color: #000;
}

.team-effect-hvr1:hover p.icon-links a:nth-child(3) {
   transition-delay: 0.1s;
}

.team-effect-hvr1:hover p.icon-links a:nth-child(2) {
   transition-delay: 0.15s;
}

.team-effect-hvr1:hover p.icon-links a:first-child {
   transition-delay: 0.2s;
}

.team-effect-hvr1:hover p.description {
   opacity: 1;
}

.team-effect-hvr1:hover img {
   opacity: 0.5;
   transition: transform 0.5s;
   transform: translate3d(0, -4%, 0) scale(1.1);
}

.team-effect-hvr1:hover .content-info {
   transform: translate3d(0, 0, 0);
}

.team-effect-hvr1:hover .wt-title {
   transform: translate3d(0, 0, 0);
   transition-delay: 0.05s;
}

.team-effect-hvr1 p.description {
   position: absolute;
   bottom: 100%;
   margin-bottom: 0px;
   left: 0px;
   padding: 20px 0px 40px 0px;
   color: #fff;
   text-transform: none;
   opacity: 0;
   transition: opacity 0.35s;
}

.team-effect-hvr1 .info-detail {
   float: left;
}

.team-effect-hvr1 .wt-title-position {
   display: block;
   float: left;
   margin-bottom: 0px;
   color: #E91E2C;
}

.team-effect-hvr1 img {
   transition: 0.5s all ease;
}

/*get-in-touch*/
.get-in-touch-wraper2 {
   position: relative;
   z-index: 1;
}

.get-in-touch-wraper2 .get-in-touch2 {
   position: relative;
   margin-bottom: 30px;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic {
   position: relative;
   overflow: hidden;
   padding-right: 100px;
}

@media (max-width: 420px) {
   .get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic {
      padding-right: 0px;
   }
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic img {
   position: relative;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic:before {
   content: '';
   background-image: url(../images/background/bg-dott2.png);
   left: 0px;
   top: 40px;
   bottom: 0px;
   width: 180px;
   position: absolute;
   border: 20px solid #E91E2C;
   z-index: -1;
   opacity: 1;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block {
   display: inline-block;
   background-color: #fff;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
   text-align: center;
   padding: 20px;
   position: absolute;
   right: 30px;
   bottom: 30px;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block span {
   color: #000;
   font-size: 100px;
   line-height: 80px;
   font-weight: 800;
   position: relative;
   display: block;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block span i {
   font-size: 28px;
   line-height: 12px;
   position: absolute;
   right: 0px;
   top: 0px;
   font-style: normal;
   font-weight: 900;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block p {
   margin-bottom: 0px;
   font-weight: 800;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:after,
.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:before {
   width: 30px;
   height: 30px;
   content: '';
   position: absolute;
   background-color: transparent;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:after {
   left: 3px;
   top: 3px;
   border-top: 3px solid #E91E2C;
   border-left: 3px solid #E91E2C;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-pic .partners-block:before {
   right: 3px;
   bottom: 3px;
   border-bottom: 3px solid #E91E2C;
   border-right: 3px solid #E91E2C;
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info {
   margin-left: 30px;
   padding-right: 20px;
}

@media (max-width: 991px) {
   .get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info {
      margin: 30px 0px 0px 0px;
      padding: 0px;
   }
}

.get-in-touch-wraper2 .get-in-touch2 .get-in-touch2-info .wt-title {
   margin-bottom: 30px;
}

/*---------------*/
/***** effect-hvr2 *****/
/*---------------*/
/* Common style */
.effect-hvr2 {
   position: relative;
   margin-bottom: 30px;
}

.effect-hvr2 .effect-sarah {
   position: relative;
   overflow: hidden;
   background: #000;
   text-align: center;
}

.effect-hvr2 .effect-sarah img {
   position: relative;
   display: block;
   opacity: 0.9;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner {
   padding: 30px;
   color: #fff;
   backface-visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
   /* IE6-9 */
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .project-new-category {
   background-color: #E91E2C;
   font-size: 12px;
   padding: 4px 8px;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner .site-button-link {
   color: #fff;
   opacity: 0;
   display: block;
   transition: opacity 0.35s, transform 0.8s;
   transform: translate3d(100%, 0, 0);
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::before {
   pointer-events: none;
}

.effect-hvr2 .effect-sarah .effect-hvr2-inner::after {
   pointer-events: none;
}

.effect-hvr2 .project-view-btn {
   border-radius: 50%;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   display: block;
   background-color: #fff;
   color: #E91E2C;
   font-size: 22px;
   position: absolute;
   left: 50%;
   bottom: -22px;
   transform: translateX(-50%);
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.effect-hvr2:hover .effect-sarah .effect-hvr2-inner .site-button-link {
   opacity: 1;
   transform: translate3d(0, 0, 0);
}

.effect-sarah img {
   max-width: none;
   width: calc(100% + 20px) !important;
   transition: opacity 0.35s, transform 0.35s;
   transform: translate3d(-10px, 0, 0);
   backface-visibility: hidden;
}

.effect-sarah:hover img {
   opacity: 0.2;
   transform: translate3d(0, 0, 0);
}

.effect-sarah:hover .wt-title {
   background-color: transparent;
}

.effect-sarah:hover .wt-title:after {
   transform: translate3d(0, 0, 0);
}

.effect-sarah:hover p {
   opacity: 1;
   transform: translate3d(0, 0, 0);
}

.effect-sarah .effect-hvr2-inner {
   text-align: left;
}

.effect-sarah .wt-title {
   position: relative;
   overflow: hidden;
   padding: 10px 10px 10px 0px;
}

.effect-sarah .wt-title a {
   color: #fff;
}

.effect-sarah .wt-title:after {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 3px;
   background: #fff;
   content: '';
   transition: transform 0.35s;
   transform: translate3d(-100%, 0, 0);
}

.effect-sarah p {
   padding: 1em 0;
   opacity: 0;
   transition: opacity 0.35s, transform 0.35s;
   transform: translate3d(100%, 0, 0);
}

/*====MID SLIDER ====*/
.mid-slider {
   text-align: center !important;
}

.mid-slider .rev_slider_wrapper {
   max-width: 1460px !important;
   margin: 0px auto !important;
   left: auto !important;
   position: relative !important;
}

.mid-slider .tp-fullwidth-forcer {
   height: auto !important;
}

.slider_title {
   border-style: solid;
   border-width: 0px 6px 0px 6px;
   display: inline-block;
   padding: 15px 10px 15px 15px;
   border-color: #E91E2C;
}

.hover-box-style-2 {
   padding: 30px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100&1+0,1+66,0+100 */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to right, #f3f3f3 0%, #fbfbfb 66%, rgba(255, 255, 255, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#00ffffff', GradientType=1);
   /* IE6-9 */
}

/*--------bounce-right-animation--------*/
.bounce-right-animation {
   transform: perspective(1px) translateZ(0);
   position: relative;
   transition-property: color;
   transition-duration: 0.5s;
}

.bounce-right-animation:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #E91E2C;
   transform: scaleX(0);
   transform-origin: 50% 0%;
   transition-property: transform;
   transition-duration: 0.5s;
   transition-timing-function: ease-out;
}

.bounce-right-animation:hover::before {
   transform: scaleX(1);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:focus::before {
   transform: scaleX(1);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:active:before {
   transform: scaleX(1);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-right-animation:hover .text-black {
   color: #fff;
}

.bounce-right-animation:hover .wt-tilte {
   color: #fff !important;
}

.bounce-right-animation:hover .icon-cell i {
   color: #fff;
}

.bounce-right-animation:hover .site-button-link {
   color: #fff;
}

/*====half part====*/
.wt-half-left-wrap {
   margin-bottom: 120px;
}

@media (max-width: 991px) {
   .wt-half-left-wrap {
      margin-bottom: 0px;
   }
}

@media (max-width: 991px) {
   .wt-half-left-outer {
      margin-bottom: 100px;
   }
}

.wt-half-left {
   position: relative;
   height: 100%;
}

@media (max-width: 991px) {
   .wt-half-left {
      height: 550px;
   }
}

@media (max-width: 640px) {
   .wt-half-left {
      height: 300px;
   }
}

.wt-half-left img {
   position: absolute;
   right: -100px;
   bottom: -120px;
   z-index: 1;
}

@media (max-width: 1270px) {
   .wt-half-left img {
      right: 30px;
      left: 30px;
   }
}

@media (max-width: 991px) {
   .wt-half-left img {
      width: 80%;
   }
}

.wt-half-right {
   width: 605px;
   float: left;
   padding-left: 115px;
}

@media (max-width: 1270px) {
   .wt-half-right {
      width: 100%;
      float: none;
      padding: 30px 30px 30px 30px;
   }
}

@media (max-width: 991px) {
   .wt-half-right {
      padding: 30px 0px 30px 0px;
   }
}

.slide-left {
   animation: slide-left 5s ease-in-out infinite alternate both;
}

@keyframes slide-left {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(-20px);
   }
}

/*====video section====*/
.video-section {
   position: relative;
   z-index: 1;
   padding: 50px 50px 50px 0px;
}

@media (max-width: 767px) {
   .video-section {
      padding: 30px 30px 30px 0px;
   }
}

.video-section:after {
   position: absolute;
   z-index: -1;
   content: '';
   right: 0px;
   top: 0px;
   bottom: 0px;
   background-image: url(../images/background/bg-plus.png);
   width: 50%;
}

.video-section:before {
   position: absolute;
   z-index: 1;
   content: '';
   left: 0px;
   top: 0px;
   bottom: 0px;
   border: 20px solid #fff;
   width: calc(50% + 10px);
}

@media (max-width: 767px) {
   .video-section:before {
      border-left: 0px;
   }
}

.section-title-banner {
   border-radius: 20px;
   box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}

.section-title-banner .wt-title {
   font-size: 18px;
   margin-bottom: 0px;
}

.section-title-banner .wt-title span {
   font-size: 38px;
   display: block;
   padding-top: 8px;
   color: #E91E2C;
}

@media (max-width: 420px) {
   .section-title-banner .wt-title span {
      font-size: 26px;
   }
}

/*======================================
STEP NUMBER
======================================*/
.step-number-block {
   position: relative;
   z-index: 1;
   padding: 0px 0px 0px 0px;
   margin-bottom: 30px;
}

.step-number-block .wt-icon-box-wraper {
   padding: 50px 30px 50px 30px;
}

.step-number {
   position: absolute;
   right: 20px;
   top: 20px;
   font-size: 80px;
   font-weight: 800;
   z-index: 0;
   line-height: 60px;
   opacity: 0.2;
}

.step-number.active {
   color: #3a4452;
}

.step-blocks-dark {
   color: #fff;
   background-color: #E91E2C;
}

.step-blocks-dark .wt-tilte {
   color: #fff;
}

.step-blocks-light {
   color: #000;
   background-color: #f9f9f9;
}

.step-blocks-light .wt-tilte {
   color: #000;
}

.service-box-style1 {
   position: relative;
   overflow: hidden;
   background-color: #000;
   transition: 0.5s all ease;
}

.service-box-style1:after {
   content: '';
   position: absolute;
   top: 100%;
   left: 0px;
   width: 100%;
   height: 100%;
   transition: 0.5s all ease;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+22,000000+22,000000+100&0+22,0.65+100 */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.65) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
   /* IE6-9 */
}

.service-box-style1:hover:after {
   opacity: 1;
   top: 0%;
}

.service-box-style1 .service-content {
   padding: 20px;
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   z-index: 1;
}

.service-box-style1 .service-content p {
   color: #fff;
   margin-bottom: 20px;
   opacity: 0;
   transform: translate3d(0%, -50%, 0);
   transition: transform .4s, opacity .2s;
}

.service-box-style1 .site-button-link {
   display: block;
   opacity: 0;
   transform: translate3d(0, -100%, 0);
   transition: transform .4s, opacity .2s;
}

.service-box-style1 .service-title-large {
   margin-bottom: 15px;
   position: relative;
   opacity: 0;
   transform: translate3d(0, -100%, 0);
   transition: transform .4s, opacity .2s;
}

.service-box-style1 .service-title-large a {
   color: #fff;
   transition: 0.5s all ease;
}

.service-box-style1 .service-title-large a:hover {
   color: #E91E2C;
}

.service-box-style1:hover .service-title-large {
   opacity: 1;
   transform: translate3d(0, 0, 0);
   transition: transform 0.4s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover p {
   opacity: 1;
   transform: translate3d(0, 0%, 0);
   transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover .site-button-link {
   opacity: 1;
   transform: translate3d(0, 10%, 0);
   transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.service-box-style1:hover .site-button-link:hover {
   color: #fff;
}

.service-box-style1 .service-media img {
   width: 100%;
}

.service-box-style1:hover .service-media img {
   opacity: 0.7;
}

/*project_slider_3*/
.project-slider-3-box {
   position: relative;
}

.project-slider-3-box .project-content {
   padding: 20px;
   background-color: #fff;
   margin-bottom: 30px;
   width: 100%;
}

.project-slider-3-box .project-content .project-title {
   margin-bottom: 0px;
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}

.project-slider-3-box .project-content .project-title span {
   color: #fff;
   font-weight: 700;
   font-size: 80px;
   line-height: 70px;
   text-transform: uppercase;
   display: block;
   margin-right: 10px;
   background-color: #E91E2C;
   padding: 10px;
}

.project-slider-3-box .project-content .project-title-large {
   margin-bottom: 0px;
   color: #000;
}

.owl-item:nth-child(even) .project-slider-3-box {
   display: flex;
   flex-wrap: wrap-reverse;
   align-items: flex-start;
}

.owl-item:nth-child(even) .project-slider-3-box .project-content {
   margin-bottom: 0px;
   margin-top: 30px;
}

@media (max-width: 640px) {
   .owl-item:nth-child(even) .project-slider-3-box {
      flex-wrap: wrap;
   }

   .owl-item:nth-child(even) .project-slider-3-box .project-content {
      margin-bottom: 30px;
      margin-top: 0px;
   }
}

.counter-box {
   text-align: center;
   padding: 30px 20px 50px 20px;
   position: relative;
}

.counter-box:after {
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   left: -6px;
   top: -6px;
   border-style: solid;
   border-width: 2px 0px 0px 2px;
   border-color: #E91E2C;
   transition: 0.5s all ease;
}

.counter-box:before {
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   right: -6px;
   bottom: -6px;
   border-style: solid;
   border-width: 0px 2px 2px 0px;
   border-color: #E91E2C;
   transition: 0.5s all ease;
}

.counter-box .counter-hide-text {
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke: 2px #eaecef;
   position: absolute;
   font-size: 100px;
   bottom: -30px;
   left: 50%;
   transform: translateX(-50%);
   z-index: -1;
   opacity: 0.5;
   font-family: 'Anton', sans-serif;
}

/*Video Section*/
.video-section-first-content {
   padding-right: 30px;
   max-width: 605px;
   margin-left: auto;
}

@media (max-width: 991px) {
   .video-section-first-content {
      padding-left: 0px;
      max-width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
   }
}

@media (max-width: 991px) {
   .video-section-first {
      height: 460px;
   }
}

/*Blog*/
@media (max-width: 640px) {
   .blog-post-1-outer [class*="col-6"] {
      max-width: 100%;
      flex: auto;
   }
}

.blog-left-title {
   padding: 30px 30px 30px 50px;
}

@media (max-width: 640px) {
   .blog-left-title {
      padding: 30px 15px 30px 15px;
   }
}

.blog-post-style-1 {
   position: relative;
   border-right: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   padding: 50px;
   font-family: "Mulish", sans-serif;
   position: relative;
   height: 100%;
}

@media (max-width: 1440px) {
   .blog-post-style-1 {
      padding: 20px;
   }
}

.blog-post-style-1 .wt-post-info {
   padding: 20px 0px;
}

.blog-post-style-1 .wt-post-info .wt-post-title {
   margin-bottom: 0px;
}

.blog-post-style-1 .wt-post-info .wt-post-title .post-title {
   margin: 0;
}

.blog-post-style-1 .wt-post-info .wt-post-author {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin-bottom: 15px;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-pic {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   overflow: hidden;
   margin-right: 20px;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-pic img {
   width: 100%;
}

.blog-post-style-1 .wt-post-info .wt-post-author .post-author-name {
   color: #E91E2C;
}

.blog-post-style-1 .wt-post-meta {
   margin-bottom: 20px;
}

.blog-post-style-1 .wt-post-meta ul {
   margin: 0px;
   list-style: none;
}

.blog-post-style-1 .wt-post-meta ul li {
   padding: 0;
   display: inline-block;
   font-size: 12px;
   margin-right: 15px;
}

.blog-post-style-1 .wt-post-meta ul li i {
   margin-right: 5px;
}

.blog-post-style-1 .wt-post-readmore {
   margin-bottom: 0px;
}

.get-in-touch3 {
   padding: 0px 60px 60px 0px;
   position: relative;
   z-index: 1;
}

@media (max-width: 460px) {
   .get-in-touch3 {
      padding: 0px;
   }
}

.get-in-touch3-info {
   position: absolute;
   text-align: right;
   bottom: 30px;
   right: 30px;
   background-color: #E91E2C;
   padding: 20px;
}

@media (max-width: 460px) {
   .get-in-touch3-info {
      position: inherit;
      left: auto;
      right: auto;
      bottom: auto;
      margin-bottom: 20px;
   }
}

.get-in-touch3-info span {
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   display: block;
}

.get-in-touch3-info strong {
   font-size: 30px;
   line-height: 50px;
   text-transform: uppercase;
   font-weight: 900;
   display: block;
   color: #fff;
}

@media (max-width: 640px) {
   .get-in-touch3-info strong {
      font-size: 22px;
   }
}

.get-in-touch3-media img {
   width: 100%;
}

/*large-avatar-pic*/
.large-avatar-pic-wrap {
   display: flex;
   align-items: flex-end;
   justify-content: center;
}

@media (max-width: 1200px) {
   .large-avatar-pic-wrap {
      align-items: flex-start;
   }
}

.large-avatar-pic {
   max-width: 370px;
   padding-top: 50px;
}

/*Help Block*/
.number-block-content2 {
   border: 2px dashed #E91E2C;
   padding: 30px;
   background-color: #fff;
}

.number-block-content2 .number-block-count2 {
   margin-bottom: 30px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.number-block-content2 .number-block-count2 span {
   font-size: 72px;
   line-height: 72px;
   font-weight: 900;
   color: #E91E2C;
   display: inline-block;
   position: relative;
   padding: 20px 20px 20px 20px;
   z-index: 1;
}

@media (max-width: 767px) {
   .number-block-content2 .number-block-count2 span {
      font-size: 30px;
      line-height: 30px;
      padding: 20px;
   }
}

.number-block-content2 .number-block-count2 span:after {
   content: '';
   position: absolute;
   background-color: #fff;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 100%;
   z-index: -1;
   opacity: 0.5;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
   .number-block-content2 .number-block-count2 span:after {
      width: 100%;
   }
}

.number-block-content2 .number-block-count2 strong img {
   max-width: 70px;
}

.number-block-content2.white {
   color: #acacac;
}

.number-block-content2.white .wt-tilte {
   color: #fff;
   margin-bottom: 15px;
}

.number-block-content2 .number-block-info p {
   margin-bottom: 0px;
}

/*newsletter section*/
.nl-type {
   width: 100%;
}

@media (max-width: 768px) {
   .nl-type {
      margin: 0px auto;
   }
}

@media (max-width: 575px) {
   .nl-type {
      width: 100%;
   }
}

.nl-type .nl-form {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
}

.nl-type .nl-form .form-control {
   background-color: transparent;
   border: 1px solid #acacac;
   border-right: 0px;
   flex: 1 1 auto;
   width: 1%;
}

.nl-type .nl-form .form-control::placeholder {
   color: #fff;
   font-size: 12px;
   font-weight: 400;
}

.nl-type .nl-form .form-control:-ms-input-placeholder {
   color: #fff;
   font-size: 12px;
   font-weight: 400;
}

.nl-type .nl-form .s-btn {
   border: none;
   background-color: #E91E2C;
   padding: 0px 20px;
   font-weight: 700;
   text-align: center;
   white-space: nowrap;
   color: #fff;
   font-size: 10px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.footer-light .nl-type .nl-form .form-control::placeholder {
   color: #000;
   font-size: 12px;
   font-weight: 400;
}

.footer-light .nl-type .nl-form .form-control:-ms-input-placeholder {
   color: #000;
   font-size: 12px;
   font-weight: 400;
}

select {
   appearance: none;
   /* Remove default arrow */
   background-image: url(...html);
   /* Add custom arrow */
   padding: 10px 30px 10px 10px;
   background-color: #fff;
}

/*
.input-form {
    background: #f8f9fa;
    padding: 20px;
    border: 10px solid #f58d3f;
    height: 530px;
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 1px solid #f58d3f;
    margin-bottom: 20px;
}*/
.input-form {
   background: #f8f9fa;
   padding: 20px;
   border: 10px solid #2e3094;
   height: 630px;
}

input.form-control,
textarea.form-control {
   width: 100%;
   border: 1px solid #2e3094;
   margin-bottom: 20px;
}

.form-control {
   display: block;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table {
   width: 100%;
}

table,
td,
th {
   border: 2px solid #e91e2c;
   text-align: center;
}

table tbody tr,
table tbody tr {
   border: 1px solid #e91e2c;
}

td,
th {
   border: 1px solid #e91e2c;
   text-align: center;
   color: black;
   padding: 3px;
   /* background-color: #fff; */
}

.table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
   vertical-align: middle;
   width: 100%;
   margin: 0 0 1.75em;
}

table {
   border-collapse: collapse;
}

.table td,
.table th {
   padding: 2px 0;
}

table {
   font-size: 14px;
}

th {
   background-color: #e91e2c;
   color: #f5f5f5;
}

.button-hover {
   display: inline-block;
   color: #fff !important;
   text-decoration: none;
   padding: 15px 20px 15px 15px;
   border: 3px solid #3c67e3;
   border-radius: 10px;
}






.button-hover:hover {
   animation: pulsate 1s ease-in-out;
}

@keyframes pulsate {
   0% {
      box-shadow: 0 0 25px #5ddcff, 0 0 25px #4e00c2;
   }
}

.whatsapp-float img {
   width: 65px;
   background: #fff;
   border-radius: 50px;
   box-shadow: 1px 1px 20px 3px green;
}

.whatsapp-float {
   z-index: 1000;
   display: block;
   position: fixed;
   bottom: 20px;
   left: 10px;
   right: auto;
   padding: 0 !important;
   border-radius: 100%;
}


.input-form {
   background: #f8f9fa;
   padding: 15px;
   /* border-bottom: 10px soild #000; */
   height: 530px;
   border-bottom: 10px solid #2f3192;
   border-right: 10px solid #2f3192;
   /* border-top: 10px solid #e91e2c;
   border-left: 10px solid #e91e2c; */
}

input.form-control,
textarea.form-control {
   width: 100%;
   border: 1px solid #586799;
   margin-bottom: 20px;
}

.footer-top {
   /* background-image: linear-gradient(to right, #e91e2c, #2f3192); */

    background: #E91E2C;
}

.footer-bottom a:hover {
   color: #fff;
}

.footer-top a:hover {
   color: #fff;
}

span.service-title-large {
   color: #fff;
}

.widget.widget_about img {
   background: #fff;
   padding: 8px;
   border-radius: 10px;
   box-shadow: 9px 9px 10px #000;
}

.widget a {
    color: #fff;
}

.footer-bottom p{
    color: #fff;
}
.footer-bottom p a{
    color: #fff;
}

.wt-topbar-right.d-flex.flex-wrap.align-content-center li a:hover{
    /* color: #e91e2c ; */
    color:#fff;
}

span.color-decor a {
    color: #fff;
}

span.color-decor a:hover{
    color: #2f3192;
}

.color-d p a:hover {
    color: #fff;
}