@charset "UTF-8";

/* Author: Pixelwebart team
=========================
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
** - ============================
	 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=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

/*===GENERAL===*/

.site-text-primary {
    color: #db5200;
}

.site-text-black {
    color: #000;
}

.site-text-gray {
    color: #e7e7e7;
}

.site-text-dark {
    color: #1f4652;
}

.site-text-gray-light {
    color: #f8f8f8;
}

.site-text-white {
    color: #fff;
}

.site-bg-primary {
    background-color: #db5200;
}

.site-bg-black {
    background-color: #000;
}

.site-bg-dark {
    background-color: #1f4652;
}

.site-bg-gray {
    background-color: #e7e7e7;
}

.site-bg-gray-light {
    background-color: #f8f8f8;
}

.site-bg-light {
    background-color: #fff9f0;
}

.site-bg-white {
    background-color: #fff;
}

.site-bg-sky {
    background-color: #f8fdff;
}

body {
    color: #333333;
    font-family: "Roboto", sans-serif;
    line-height: 1.7;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
}

a {
    color: #1f4652;
    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: "Oswald", sans-serif;
    line-height: 1.2;
    color: #1f4652;
}

h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 44px;
    font-weight: 800;
}

h3 {
    font-size: 28px;
    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: #db5200;
    font-size: 16px;
    z-index: 1;
    transition: 0.5s all ease;
    padding-left: 40px;
    transition: 0.5s;
    /*hover block section*/
}

.site-button-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #db5200;
    transition: 0.5s;
}

.site-button-link:hover {
    padding-left: 30px;
    color: #db5200;
}

.site-button-link:hover:after {
    width: 20px;
}


/* Theme default button */

.site-button {
    outline: none;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    background-color: #db5200;
    border: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s all ease;
}

.site-button:after {
    content: 'Â»';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: -20px;
    transition: 0.5s;
    font-size: 24px;
}

.site-button:hover {
    padding-right: 40px;
    padding-left: 10px;
    color: #fff;
}

.site-button:hover:after {
    opacity: 1;
    right: 10px;
}

.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: 16px;
    height: 6px;
    margin: 5px 4px;
    background: #8a8a8a;
    display: block;
    border-radius: 0px;
    transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #db5200;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #db5200;
}


/*---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: #1f4652 !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: #db5200 !important;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:active {
    background-color: #db5200 !important;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-prev:focus {
    background-color: #db5200 !important;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #1f4652 !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: #db5200 !important;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:active {
    background-color: #db5200 !important;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:focus {
    background-color: #db5200 !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%;
}


/*======================================
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: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-1 .top-bar {
    /*---Top bar---*/
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .container {
        max-width: 100%;
    }
}

.header-style-1 .top-bar .wt-topbar-left-info {
    margin: 0px;
}

.header-style-1 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    color: #000;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header-style-1 .top-bar .wt-topbar-left-info li {
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .header-style-1 .top-bar .wt-topbar-left-info li {
        padding: 0;
        width: 100%;
        border: 0px;
    }
}

.header-style-1 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-1 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-1 .top-bar .wt-topbar-left-info li i {
    color: #db5200;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-1 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

.header-style-1 .top-bar .wt-topbar-right-info {
    margin: 0px;
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .wt-topbar-right-info {
        display: none;
    }
}

.header-style-1 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

.header-style-1 .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-1 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #db5200;
    color: #fff;
}

.header-style-1 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

.header-style-1 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-style-1 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 20px;
}

.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #db5200;
}

.header-style-1 .h-cart-block {
    position: relative;
    z-index: 1;
    padding: 31px 30px;
}

@media (max-width: 1200px) {
    .header-style-1 .h-cart-block {
        padding: 31px 20px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .h-cart-block {
        padding: 31px 10px;
    }
}

.header-style-1 .h-cart-block>a {
    color: #fff;
    display: block;
}

@media (max-width: 991px) {
    .header-style-1 .h-cart-block>a {
        color: #1f4652;
    }
}

.header-style-1 .h-cart-block>a .shopping-bag.wcmenucart-count {
    background-color: #fff;
    color: #1f4652;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 15px;
}

.header-style-1 .h-cart-block:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -15px;
    left: 0px;
    background-color: #1f4652;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-style-1 .h-cart-block:before {
        display: none;
    }
}

.header-style-1 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 160px;
    height: 90px;
    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;
    }
}

.header-style-1 .logo-header .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.header-style-1 .logo-header .logo-header-inner:after {
    content: '';
    position: absolute;
    background-color: #1f4652;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 6000px;
}

.header-style-1 .logo-header .logo-header-inner img {}

.header-style-1 .company-site-info {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .header-style-1 .company-site-info {
        display: none;
    }
}

.header-style-1 .company-site-info li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    margin: 0px 10px;
    position: relative;
}

@media (max-width: 1200px) {
    .header-style-1 .company-site-info li:first-child {
        display: none;
    }
}

.header-style-1 .company-site-info li:after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
}

.header-style-1 .company-site-info li i {
    color: #db5200;
    margin-right: 10px;
}

.header-style-1.site-header {
    position: relative;
    z-index: 999;
}

.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;
    background: #fff;
}

.header-style-1 .main-bar .container,
.header-style-1 .main-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .header-style-1 .main-bar .container,
    .header-style-1 .main-bar .container-fluid {
        display: block;
    }
}

.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 0px 12px 10px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
    }
}

@media (max-width: 540px) {
    .header-style-1 .navbar-toggler {
        margin: 24px 0px 24px 5px;
    }
}

.header-style-1 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@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;
    display: inline-block !important;
    margin-left: 20px;
    /*-- Submenu direction---*/
}

@media (max-width: 991px) {
    .header-style-1 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-1 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-1 .header-nav .nav {
    display: flex;
}

@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: #db5200;
    }
}

.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: -10px 0px;
    padding: 10px 0px;
    font-family: "Oswald", sans-serif;
    overflow: hidden;
}

.header-style-1 .header-nav .nav>li:hover {
    overflow: visible;
}

@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: #000;
    font-size: 14px;
    padding: 33px 8px;
    cursor: pointer;
    margin: -10px 0px;
    font-weight: 600;
    display: block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 1200px) {
    .header-style-1 .header-nav .nav>li>a {
        padding: 12px 8px;
    }
}

.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: #000;
}

.header-style-1 .header-nav .nav>li:hover>a {
    color: #000;
}

.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: 220px;
    z-index: 10;
}

@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;
    }
}

.header-style-1 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-1 .header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.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: #db5200;
}

.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: 220px;
    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>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    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 .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    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:hover>ul.sub-menu li:hover>a {
    padding-left: 30px;
}

@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 !important;
    }
    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-1.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .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 {
        min-height: 60px;
        position: relative;
        padding-left: 30px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .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;
    }
}

.ap-btn {
    position: relative;
    padding: 30px 20px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .ap-btn {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .ap-btn {
        font-size: 0px;
    }
}

.ap-btn:hover,
.ap-btn:visited {
    color: white;
}

.ap-btn i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #db5200;
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .ap-btn i {
        font-size: 14px;
        margin: 0px;
    }
}

.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);
    }
}

.header-style-2 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-2 .top-bar {
    /*---Top bar---*/
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .header-style-2 .top-bar .container {
        max-width: 100%;
    }
}

.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;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header-style-2 .top-bar .wt-topbar-left-info li {
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .header-style-2 .top-bar .wt-topbar-left-info li {
        padding: 0;
        width: 100%;
        border: 0px;
    }
}

.header-style-2 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li i {
    color: #db5200;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-2 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

.header-style-2 .top-bar .wt-topbar-right-info {
    margin: 0px;
}

@media (max-width: 767px) {
    .header-style-2 .top-bar .wt-topbar-right-info {
        display: none;
    }
}

.header-style-2 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

.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: #db5200;
    color: #fff;
}

.header-style-2 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

.header-style-2 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-style-2 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 20px;
    color: #fff;
}

.header-style-2 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #db5200;
}

.header-style-2 .h-cart-block {
    position: relative;
    z-index: 1;
    padding: 0px 30px;
}

.header-style-2 .h-cart-block>a {
    color: #fff;
    display: block;
}

.header-style-2 .h-cart-block>a .shopping-bag.wcmenucart-count {
    background-color: #fff;
    color: #1f4652;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 15px;
}

.header-style-2 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 215px;
    height: 90px;
    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 {
        height: 70px;
    }
}

@media (max-width: 991px) {
    .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%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-style-2 .logo-header .logo-header-inner img {
    max-width: 124px;
    max-height: 100%;
}

.header-style-2 .company-site-info {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .header-style-2 .company-site-info {
        float: left;
        padding-top: 20px;
    }
}

@media (max-width: 540px) {
    .header-style-2 .company-site-info {
        display: none;
    }
}

.header-style-2 .company-site-info li {
    display: inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    margin: 0px 10px;
    position: relative;
}

@media (max-width: 1270px) {
    .header-style-2 .company-site-info li:first-child {
        display: none;
    }
}

.header-style-2 .company-site-info li i {
    color: #db5200;
    margin-right: 10px;
    font-size: 22px;
    line-height: 0px;
    font-weight: 300;
}

.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 .main-bar {
    /*--main-bar--*/
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background: #1a2732;
}

.header-style-2 .main-bar .container,
.header-style-2 .main-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .header-style-2 .main-bar .container,
    .header-style-2 .main-bar .container-fluid {
        display: block;
    }
}

.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 0px 12px 10px;
}

@media (max-width: 991px) {
    .header-style-2 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
    }
}

@media (max-width: 540px) {
    .header-style-2 .navbar-toggler {
        margin: 24px 0px 24px 5px;
    }
}

.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: 991px) {
    .header-style-2 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@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;
    display: inline-block !important;
    /*-- Submenu direction---*/
}

@media (max-width: 991px) {
    .header-style-2 .header-nav {
        clear: both;
        margin: 0px -15px;
        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: 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: #db5200;
    }
}

.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: -10px 0px;
    padding: 10px 0px;
    font-family: "Oswald", sans-serif;
    overflow: hidden;
}

.header-style-2 .header-nav .nav>li:hover {
    overflow: visible;
}

@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: 12px;
    padding: 33px 15px;
    cursor: pointer;
    margin: -10px 0px;
    font-weight: 600;
    display: block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 1200px) {
    .header-style-2 .header-nav .nav>li>a {
        padding: 12px 10px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li>a {
        color: #000;
    }
}

.header-style-2 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #db5200;
}

.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: #db5200;
}

.header-style-2 .header-nav .nav>li:hover>a {
    color: #db5200;
}

.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: 220px;
    z-index: 10;
}

@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;
    }
}

.header-style-2 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-2 .header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px 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: #db5200;
}

.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: 220px;
    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>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-2 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    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 .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    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:hover>ul.sub-menu li:hover>a {
    padding-left: 25px;
}

@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 !important;
    }
    .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-2.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .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 {
        min-height: 41px;
        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;
    }
}

.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);
    }
}

.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---*/
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .header-style-3 .top-bar .container {
        max-width: 100%;
    }
}

.header-style-3 .top-bar .wt-topbar-left-info {
    margin: 0px;
}

.header-style-3 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    color: #000;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header-style-3 .top-bar .wt-topbar-left-info li {
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .header-style-3 .top-bar .wt-topbar-left-info li {
        padding: 0;
        width: 100%;
        border: 0px;
    }
}

.header-style-3 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-3 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-3 .top-bar .wt-topbar-left-info li i {
    color: #db5200;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-3 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

.header-style-3 .top-bar .wt-topbar-right-info {
    margin: 0px;
}

@media (max-width: 767px) {
    .header-style-3 .top-bar .wt-topbar-right-info {
        display: none;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

.header-style-3 .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-3 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #db5200;
    color: #fff;
}

.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;
    vertical-align: middle;
}

.header-style-3 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-3 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 0px 34px 20px;
}

.header-style-3 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #db5200;
}

.header-style-3 .h-cart-block {
    position: relative;
    z-index: 1;
    padding: 0px 30px;
}

.header-style-3 .h-cart-block>a {
    color: #fff;
    display: block;
}

.header-style-3 .h-cart-block>a .shopping-bag.wcmenucart-count {
    background-color: #fff;
    color: #1f4652;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 15px;
}

.header-style-3 .h-cart-block:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -15px;
    left: 0px;
    background-color: #1f4652;
    z-index: -1;
}

.header-style-3 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 160px;
    height: 90px;
    vertical-align: middle;
    padding: 0px;
    font-size: 36px;
    color: #000;
    margin: 0px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1200px) {
    .header-style-3 .logo-header {
        width: 150px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .logo-header {
        height: auto;
    }
}

@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%;
    text-align: left;
    position: relative;
    z-index: 1;
}

.header-style-3 .logo-header .logo-header-inner img {
    max-width: 180px;
    max-height: 100%;
}

.header-style-3 .company-site-info {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}

.header-style-3 .company-site-info li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    margin: 0px 10px;
    position: relative;
}

@media (max-width: 1200px) {
    .header-style-3 .company-site-info li:first-child {
        display: none;
    }
}

.header-style-3 .company-site-info li:after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
}

.header-style-3 .company-site-info li i {
    color: #db5200;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .header-style-3 .company-site-info {
        display: none;
    }
}

.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%;
    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 5px;
    padding: 12px 0px 12px 10px;
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
    }
}

@media (max-width: 540px) {
    .header-style-3 .navbar-toggler {
        margin: 24px 0px 24px 5px;
    }
}

.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;
}

@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;
    }
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav li.has-child.nav-active>a {
        color: #db5200;
    }
}

.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: "Oswald", sans-serif;
    overflow: hidden;
}

.header-style-3 .header-nav .nav>li:hover {
    overflow: visible;
}

@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: 14px;
    padding: 33px 15px;
    cursor: pointer;
    margin: -10px 0px;
    font-weight: 600;
    display: block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 1200px) {
    .header-style-3 .header-nav .nav>li>a {
        padding: 33px 10px;
    }
}

.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: 10px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.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: #db5200;
}

.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: 0px;
    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: 30px;
}

@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 {
        transition: 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;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.header-style-3 .is-fixed.color-fill .header-nav .nav>li {
    margin: 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 .main-bar .container {
        max-width: 100%;
    }
    .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: 30px 20px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .ap-btn {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .ap-btn {
        font-size: 0px;
    }
}

.ap-btn:hover,
.ap-btn:visited {
    color: white;
}

.ap-btn i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #db5200;
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .ap-btn i {
        font-size: 14px;
        margin: 0px;
    }
}

.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);
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}


/*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: #1f4652;
}

.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: 0;
}

.wt-separator-two-part-row .wt-separator-two-part-right {
    margin-bottom: 0;
}

.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: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #1f4652;
}

.wt-small-separator.white {
    color: #fff;
}

@media (max-width: 767px) {
    .wt-small-separator {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
}

@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;
}

.section-head.when-bg-dark .wt-small-separator {
    color: #fff;
}


/*Center-title*/

.section-head.left.wt-small-separator-outer {
    text-align: left;
}

.section-head.left.wt-small-separator-outer .wt-title {
    margin-bottom: 40px;
    max-width: 500px;
}

@media (max-width: 1024px) {
    .section-head.left.wt-small-separator-outer .wt-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .section-head.left.wt-small-separator-outer .wt-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.section-head.left.wt-small-separator-outer p {
    margin-bottom: 30px;
}

.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: #db5200;
    height: 22px;
    bottom: 0;
    top: 0;
    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: 0 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: #db5200;
    height: 22px;
    bottom: 0;
    top: 0;
    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-two-right {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .about-section-two-right {
        padding-left: 0;
    }
}

.about-section-two-right .about-one strong {
    font-size: 18px;
    font-weight: 600;
    color: #1f4652;
}


/*About two Section*/

.about-section-one-wrap {
    padding-top: 0px;
}

@media (max-width: 1200px) {
    .about-section-one-wrap {
        padding-top: 120px;
    }
}

.about-max-two-position {
    display: block;
}

.about-max-two-position .about-max-two {
    position: relative;
    z-index: 1;
    padding: 0 180px 0 0;
}

@media (max-width: 600px) {
    .about-max-two-position .about-max-two {
        display: flex;
        padding: 0px;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two {
        display: block;
    }
}

.about-max-two-position .about-max-two .about-max-two-media {
    position: relative;
}

@media (max-width: 1270px) {
    .about-max-two-position .about-max-two .about-max-two-media {
        bottom: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .about-max-two-position .about-max-two .about-max-two-media {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two .about-max-two-media {
        width: 100%;
    }
}

.about-max-two-position .about-max-two .about-max-two-media img {
    width: 100%;
}

.about-max-two-position .about-max-two .circle-text1 {
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-max-two-position .about-max-two .circle-text1 {
        right: 20px;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two .circle-text1 {
        display: none;
    }
}

.about-max-two-position .about-max-two .about-max-two-media2-wrap {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap {
        width: 50%;
        position: inherit;
        top: auto;
        transform: none;
        right: 0px;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap {
        width: 100%;
    }
}

.about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 {
    position: relative;
    z-index: 1;
}

.about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 img {
    box-shadow: -30px 30px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2 img {
        box-shadow: none;
    }
}

.about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -50px;
    bottom: -50px;
    right: 0;
    background-color: #fff;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
        left: -20px;
        top: -20px;
        bottom: -20px;
    }
}

@media (max-width: 400px) {
    .about-max-two-position .about-max-two .about-max-two-media2-wrap .about-max-two-media2:before {
        display: none;
    }
}


/*About two Section*/

.company-exp-position {
    display: block;
}

.company-exp-position .company-exp {
    position: relative;
    z-index: 1;
    padding: 0 0 0 100px;
}

@media (max-width: 540px) {
    .company-exp-position .company-exp {
        padding-left: 0px;
    }
}

.company-exp-position .company-exp:after {
    content: '';
    position: absolute;
    background-color: #db5200;
    width: 100%;
    height: 300px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.company-exp-position .company-exp .company-exp-media {
    position: relative;
    max-width: 428px;
    margin-left: auto;
    margin-right: 70px;
}

@media (max-width: 1270px) {
    .company-exp-position .company-exp .company-exp-media {
        bottom: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .company-exp-position .company-exp .company-exp-media {
        margin-bottom: 0px;
    }
}

@media (max-width: 540px) {
    .company-exp-position .company-exp .company-exp-media {
        max-width: 100%;
        margin-right: 0px;
    }
}

.company-exp-position .company-exp .company-exp-media img {
    width: 100%;
}

.company-exp-position .company-exp .circle-text1 {
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: 1;
    bottom: auto;
    top: 0;
}

@media (max-width: 767px) {
    .company-exp-position .company-exp .circle-text1 {
        left: 0px;
        max-width: 140px;
    }
}

.company-exp-position .company-exp .company-exp-tagline {
    background-color: #fff;
    max-width: 310px;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.company-exp-position .company-exp .company-exp-tagline span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    color: #1f4652;
    padding: 20px 30px 20px 30px;
}

@media (max-width: 540px) {
    .company-exp-position .company-exp .company-exp-tagline {
        position: inherit;
        max-width: 100%;
        transform: none;
        left: auto;
        top: auto;
    }
}


/* rotate text img*/

.rotate-center {
    animation: rotate-center 10s linear infinite both;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*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.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: 44px;
    line-height: 44px;
    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: #1f4652;
    font-size: 18px;
    line-height: 22px;
    border-left: 3px solid #db5200;
    padding-left: 20px;
    font-family: "Oswald", sans-serif;
    word-spacing: 100vw;
}

@media (max-width: 991px) {
    .counter-outer-one .icon-content-info {
        word-spacing: inherit;
    }
}

.counter-outer-one .icon-content .counter {
    color: #1f4652;
    font-family: #1f4652;
}

.counter-outer-one .icon-content.site-text-white .icon-content-info {
    color: #acacac;
}

.counter-outer-one .icon-content.site-text-white .counter {
    color: #fff;
}

.counter-outer-two .counter {
    font-size: 44px;
    line-height: 44px;
    font-weight: 800;
}

.counter-outer-two .icon-content-info {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-left: 3px solid #db5200;
    padding-left: 20px;
    font-family: "Oswald", sans-serif;
}

.counter-outer-two .icon-content .counter {
    color: #db5200;
}

.counter-outer-two .icon-content.site-text-white .icon-content-info {
    color: #acacac;
}

.counter-outer-two .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: 0;
}

.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: #db5200;
    z-index: -1;
    opacity: 0.7;
}

.wt-team-1 .wt-media .team-social-center ul {
    margin: 0;
    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: 0;
}

.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: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    color: #db5200;
}

.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: 10px;
}

@media (max-width: 767px) {
    .team-detail-full {
        padding-left: 0;
    }
}

.team-detail-full .team-name {
    margin-bottom: 10px;
}

.team-detail-full .team-name a {
    color: #000;
}

.team-detail-full .team-position {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #db5200;
    display: block;
    margin-bottom: 30px;
}

.team-detail-full .team-detail-list {
    list-style: none;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.team-detail-full .team-detail-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedfe1;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    display: table;
    width: 100%;
}

.team-detail-full .team-detail-list li span {
    display: table-cell;
}

@media (max-width: 480px) {
    .team-detail-full .team-detail-list li span {
        display: block;
    }
}

.team-detail-full .team-detail-list li .team-list-title {
    color: #878787;
    margin-right: 20px;
    width: 180px;
}

.team-detail-full .team-detail-list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.team-detail-full .team-detail-social ul {
    list-style: none;
    margin-bottom: 0;
}

.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: #1f4652;
    color: #fff;
}

.team-detail-full .team-detail-social ul li a:hover {
    color: #fff;
    background-color: #db5200;
}

@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: 0px;
}

@media (max-width: 991px) {
    .team-detail-discription {
        padding-left: 0;
    }
}

.team-deatail-featured {
    padding: 0;
}

@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: #db5200;
    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 {
    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 {
    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;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.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;
    animation-delay: .6s;
    content: "";
}

@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--*/

.ripple {
    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;
}

.ripple:before {
    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;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.ripple:after {
    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;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Testimonial Style two*/

.testimonial-2-content {
    position: relative;
    padding-top: 20px;
}

.testimonial-2-content .testimonial-2 {
    position: relative;
    z-index: 1;
    border: 1px solid #e7e7e7;
    padding: 60px 25px 30px 30px;
    margin: 25px 39px 60px 0;
    background-color: #fff;
}

@media (max-width: 360px) {
    .testimonial-2-content .testimonial-2 {
        margin: 25px 20px 40px 0px;
    }
}

.testimonial-2-content .testimonial-2:after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.testimonial-2-content .testimonial-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -40px;
    top: 40px;
    border: 4px solid #e7e7e7;
    z-index: -1;
}

@media (max-width: 360px) {
    .testimonial-2-content .testimonial-2:before {
        right: -21px;
        top: 21px;
    }
}

.testimonial-2-content .testimonial-2 .testimonial-pic-block {
    margin-right: 15px;
}

.testimonial-2-content .testimonial-2 .testimonial-pic {
    background: #fff;
    width: 68px;
    height: 68px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    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: 0;
    position: relative;
    z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-info .testimonial-name {
    display: block;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    color: #1f4652;
    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: 12px;
    font-weight: 700;
    color: #db5200;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonial-2-content .testimonial-2 .testimonial-text {
    padding: 0;
    position: relative;
    z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-text p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}

.testimonial-2-content .testimonial-2 .testimonial-text i {
    color: #db5200;
    font-size: 60px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: -60px;
}

.testimonial-2-content .testimonial-2 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 420px) {
    .testimonial-2-content .testimonial-2 .testimonial-detail {
        display: block;
    }
}


/*Testimonial Style one*/

.testimonial-1-content {
    position: relative;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .testimonial-1-content {
        padding-top: 20px;
    }
}

.testimonial-1-content .testimonial-1 {
    position: relative;
    z-index: 1;
    border: 1px solid #e7e7e7;
    padding: 60px 25px 30px 30px;
    background-color: #fff;
}

.testimonial-1-content .testimonial-1 .testimonial-pic-block {
    margin-right: 15px;
}

.testimonial-1-content .testimonial-1 .testimonial-pic {
    background: #fff;
    width: 68px;
    height: 68px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
    z-index: 1;
}

@media (max-width: 640px) {
    .testimonial-1-content .testimonial-1 .testimonial-pic {
        margin-bottom: 20px;
    }
}

.testimonial-1-content .testimonial-1 .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-pic img {
    width: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-info {
    padding: 0;
    position: relative;
    z-index: 1;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
    display: block;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    color: #1f4652;
    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: 12px;
    font-weight: 700;
    color: #db5200;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonial-1-content .testimonial-1 .testimonial-text {
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonial-1-content .testimonial-1 .testimonial-text {
        padding: 0 90px 0 0;
    }
}

@media (max-width: 575px) {
    .testimonial-1-content .testimonial-1 .testimonial-text {
        padding: 0;
    }
}

.testimonial-1-content .testimonial-1 .testimonial-text p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
    color: #db5200;
    font-size: 60px;
    line-height: 0;
}

.testimonial-1-content .testimonial-1 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 420px) {
    .testimonial-1-content .testimonial-1 .testimonial-detail {
        display: block;
    }
}

.home-client-carousel {
    padding: 30px 0;
    background-image: url(../images/background/dark-dott-pattern.png);
}

.home-client-carousel .client-logo {
    text-align: center;
}

.home-client-carousel .client-logo img {
    width: auto;
    height: 100px;
    margin: 0px auto;
}

.home-client-carousel2 {
    padding: 50px 20px !important;
    margin-bottom: 30px;
    background-color: #1f4652;
}

.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;
}


/*Footer dark version css*/

.footer-dark {
    background-color: #000;
    color: #fff;
}

.footer-dark .logo-footer {
    margin-bottom: 25px;
    max-width: 196px;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.footer-dark .footer-top {
    padding: 0;
    border-bottom: 1px solid #404040;
}

@media (max-width: 991px) {
    .footer-dark .footer-top {
        padding: 30px 0 0 0;
    }
}

.footer-dark .f-top-space {
    padding-top: 138px;
}

@media (max-width: 991px) {
    .footer-dark .f-top-space {
        padding-top: 0px;
    }
}

.footer-dark .call-us {
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .footer-dark .call-us {
        margin: 15px 0;
    }
}

.footer-dark .call-us i {
    display: block;
    font-size: 42px;
    line-height: 42px;
    margin-right: 10px;
}

.footer-dark .call-us a {
    display: block;
    color: #db5200;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
}

.footer-dark .widget_about p {
    padding-right: 20px;
}

.footer-dark .widget-title {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
}

.footer-dark .social-icons {
    margin: 20px 0 0 0;
}

.footer-dark .social-icons li {
    display: inline-block;
}

.footer-dark .social-icons li a {
    height: 36px;
    width: 36px;
    background-color: #db5200;
    line-height: 36px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.footer-dark .social-icons li a:hover {
    color: #db5200;
    background-color: #fff;
}

.footer-dark .footer-bottom {
    background-color: #0c0c0c;
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-bottom-info {
        display: block !important;
    }
}

.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: 0;
}

.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: #db5200;
}

.footer-dark .copyrights-nav li a:active {
    color: #db5200;
}

.footer-dark .copyrights-nav li a:focus {
    color: #db5200;
}

.footer-dark .copyrights-nav li.active a {
    color: #fff;
}

.footer-dark .widget_address li i {
    font-weight: 400;
}


/*Footer dark version css*/

.footer-light {
    background-color: #000;
    color: #333333;
}

.footer-light .logo-footer {
    margin-bottom: 25px;
    max-width: 196px;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.footer-light .footer-top {
    padding: 0;
    border-bottom: 1px solid #404040;
}

@media (max-width: 991px) {
    .footer-light .footer-top {
        padding: 30px 0 0 0;
    }
}

.footer-light .f-top-space {
    padding-top: 138px;
}

@media (max-width: 991px) {
    .footer-light .f-top-space {
        padding-top: 0px;
    }
}

.footer-light .call-us {
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .footer-light .call-us {
        margin: 15px 0;
    }
}

.footer-light .call-us i {
    display: block;
    font-size: 42px;
    line-height: 42px;
    margin-right: 10px;
}

.footer-light .call-us a {
    display: block;
    color: #333333;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
}

.footer-light .widget_about p {
    padding-right: 20px;
}

.footer-light .widget-title {
    font-family: "Oswald", sans-serif;
    color: #333333;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
}

.footer-light .social-icons {
    margin: 20px 0 0 0;
}

.footer-light .social-icons li {
    display: inline-block;
}

.footer-light .social-icons li a {
    height: 36px;
    width: 36px;
    background-color: #db5200;
    line-height: 36px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.footer-light .social-icons li a:hover {
    color: #db5200;
    background-color: #fff;
}

.footer-light .footer-bottom {
    background-color: #0c0c0c;
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-light .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 30px 0;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-light .footer-bottom .footer-bottom-info {
        display: block !important;
    }
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
    color: #fff;
    font-size: 14px;
}

.footer-light .copyrights-nav {
    list-style: none;
    display: block;
    margin-bottom: 0;
}

.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: #fff;
}

.footer-light .copyrights-nav li a {
    color: #fff;
    font-size: 14px;
}

.footer-light .copyrights-nav li a:hover {
    color: #db5200;
}

.footer-light .copyrights-nav li a:active {
    color: #db5200;
}

.footer-light .copyrights-nav li a:focus {
    color: #db5200;
}

.footer-light .copyrights-nav li.active a {
    color: #fff;
}

.footer-light .widget_address li i {
    font-weight: 400;
}

.footer-light .recent-posts-entry .wt-post-info .wt-post-meta ul li {
    color: #333333;
}

.widget {
    margin-bottom: 40px;
}


/*Widget Address*/

.widget_address {
    list-style: none;
    margin-bottom: 0;
}

.widget_address li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 40px;
}

.widget_address li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #db5200;
}

.widget_address li:last-child {
    margin-bottom: 0;
}


/*Recent Post Entry*/

.recent-posts-entry .widget-post {
    margin-bottom: 20px;
}

.recent-posts-entry .widget-post:last-child {
    border: none;
    margin-bottom: 0;
}

.recent-posts-entry .wt-post-date {
    background-color: #0e0e0e;
    width: 50px;
    height: 60px;
}

.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: 0;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul li {
    font-size: 12px;
    line-height: 16px;
    color: #db5200;
    font-weight: 600;
    display: inline-block;
}

.recent-posts-entry .wt-post-info .wt-post-meta ul li:first-child {
    padding-right: 5px;
}

.recent-posts-entry .wt-post-info .post-title {
    margin-top: 0;
}


/*Footer Dark*/

.footer-dark .widget_address {
    padding-right: 30px;
}

.footer-dark .recent-posts-entry .wt-post-info .wt-post-header a {
    color: #fff;
}


/*Widget Services*/

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    overflow: hidden;
}

.widget_services ul li a {
    color: #acacac;
    position: relative;
    padding: 0 0 6px 0;
    display: block;
    margin-left: 0;
    transition: 0.5s all ease;
    font-size: 16px;
}

.widget_services ul li a:hover {
    color: #db5200;
}


/*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: 12px 30px !important;
    letter-spacing: 1px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    background-color: #db5200;
    border: none;
    font-size: 15px;
    font-weight: 700;
    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;
}


/*Blog Style 2*/

.blog-post-style-2 {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.blog-post-style-2 .blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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: 0;
}

.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: 0;
}

.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: 0;
}

.blog-post-style-2 .wt-post-media .wt-post-category a {
    color: #fff;
    background-color: #db5200;
    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: "Oswald", sans-serif;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul {
    margin: 0;
    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: 0;
}


/*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: #db5200;
    left: 0;
    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;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-table-1 .p-table-title .wt-title {
    font-size: 20px;
    padding: 30px 50px;
    margin-bottom: 0;
    display: block;
    position: relative;
    z-index: 1;
    color: #1f4652;
    text-align: center;
}

.pricing-table-1.pricing-highlight .p-table-title {
    background-color: #1f4652;
}

.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: #1f4652;
}

.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 50px 50px 50px;
}

.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: #1f4652;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.pricing-table-1 .p-table-list ul li i {
    width: 26px;
    color: #db5200;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 10px;
}

.pricing-table-1 .p-table-price {
    color: #1f4652;
    border-bottom: 1px solid rgba(183, 183, 183, 0.36);
    margin-bottom: 20px;
}

.pricing-table-1 .p-table-price span {
    font-family: "Oswald", sans-serif;
    color: #db5200;
    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: table-cell;
    width: 100%;
    height: 200px;
    padding-bottom: 40px;
    vertical-align: bottom;
}

@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;
    margin-bottom: 20px;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 70px;
    margin-bottom: 0;
    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: #1f4652;
}


/*--Breadcrumb --*/

.wt-breadcrumb {
    margin: 0;
    display: inline-block;
    list-style: none;
}

.wt-breadcrumb li {
    padding-right: 30px;
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.wt-breadcrumb li a {
    color: #000;
}

.wt-breadcrumb li a:hover {
    color: #db5200;
}

.wt-breadcrumb li:after {
    content: '||';
    position: absolute;
    right: 8px;
    top: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.wt-breadcrumb li:last-child {
    color: #db5200;
    padding-right: 0;
}

.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;
}

@media (max-width: 767px) {
    .filter-wrap {
        margin-bottom: 20px;
    }
}

@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: 0;
}

.filter-wrap .masonry-filter li {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

.filter-wrap .masonry-filter li.active a {
    border-radius: 3px;
    transition: 0.5s all ease;
    color: #fff;
    background-color: #db5200;
    box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
}

.filter-wrap .masonry-filter li.active a:hover {
    background-color: #db5200;
}

.filter-wrap .masonry-filter li.active a:hover a {
    color: #fff;
}

.filter-wrap .masonry-filter li a {
    color: #000;
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.project-single {
    max-width: 1024px;
    margin: 0px auto;
}

.project-single-media {
    position: relative;
}


/*full navigation*/

.project-single-img-column {
    margin-bottom: 0;
}

.project-single-img-column [class*='col-'] {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .project-single-img-column {
        margin-bottom: 0;
    }
}

.project-single-sibar-info {
    padding: 40px;
    background-color: #f2f2f2;
}

.project-single-sibar-info .wt-tilte {
    margin-bottom: 15px;
}

.project-single-sibar-info .info-list-1 {
    list-style: none;
    margin-bottom: 0;
}

.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: #1f4652;
    display: block;
    font-size: 14px;
}

.project-single-sibar-info .info-list-1 li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-single-sibar-info .info-list-1 li .title {
    display: block;
    margin-bottom: 10px;
    color: #1f4652;
}

.project-single-sibar-info .info-list-1 li span {
    display: block;
}


/*Google map*/

.google-map {
    width: 100%;
    height: 460px;
}

.google-map iframe {
    width: 100%;
    border: 0px;
}


/*Contact Form*/

.contact-one {
    position: relative;
}

.contact-one .contact-info {
    position: relative;
    z-index: 1;
}

.contact-info-section {
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .contact-info-section {
        margin-bottom: 30px;
    }
}

.contact-info-section .c-info-column {
    color: #1f4652;
    text-align: center;
    padding: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .contact-info-section .c-info-column {
        margin-bottom: 10px;
    }
}

.contact-info-section .c-info-column:last-child {
    margin-bottom: 0;
}

.contact-info-section .c-info-column:after {
    content: '';
    width: 0;
    border-right: 2px dashed #e1e1e1;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0px;
}

@media (max-width: 767px) {
    .contact-info-section .c-info-column:after {
        display: none;
    }
}

.contact-info-section .c-info-column:last-child:after {
    border: 0;
}

.contact-info-section .c-info-column .c-info-icon {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 32px;
    background-color: #db5200;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.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: 0;
    color: #acacac;
}

.contact-info-section .c-info-column p a {
    color: #acacac;
}

.contact-form-outer {
    padding: 0;
}

.contact-timing {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .contact-timing {
        margin-top: 0px;
    }
}

.call-24 {
    margin-bottom: 30px;
    margin-left: 20px;
    position: relative;
    padding: 34px 30px 34px 90px;
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .call-24 {
        margin-left: 0px;
    }
    .call-24:last-child {
        margin-bottom: 0px;
    }
}

.call-24 span {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.call-24 i {
    position: absolute;
    left: 30px;
    top: 50px;
    font-size: 50px;
    line-height: 30px;
    opacity: 0.2;
    color: #1f4652;
}

.cons-contact-form .wt-title {
    margin-bottom: 30px;
}

.cons-contact-form .form-control {
    height: 52px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

.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;
    transition: 0.5s all ease;
}

.wt-accordion .wt-panel:last-child {
    margin-bottom: 0;
}

.wt-accordion .wt-panel .acod-content {
    padding: 20px;
    background-color: #f1f1f1;
}

.wt-accordion .wt-panel .acod-head a {
    background-color: #f1f1f1;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.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 50px 15px 20px;
    background-color: #f6f6f6;
}

.acod-head a.collapsed {
    color: #1f4652;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a {
    color: #1f4652;
}

.acod-head a:hover {
    color: #1f4652;
}

.acod-head a:active {
    color: #1f4652;
}

.acod-head a:focus {
    color: #1f4652;
}

.acod-head .indicator {
    padding: 15px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 22px;
    line-height: 0px;
}

.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 .collapsed .indicator .fa:before {
    content: "\f196";
    font-family: 'FontAwesome';
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f147";
}

.form-control {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 0;
    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: 0;
}

.page-notfound {
    padding: 0px;
    text-align: center;
}

.page-notfound .page-notfound-media {
    max-width: 768px;
    margin: 0 auto 50px;
}

@media (max-width: 991px) {
    .page-notfound .page-notfound-media {
        margin-bottom: 30px;
    }
}

.page-notfound strong {
    font-family: "Oswald", sans-serif;
    font-size: 300px;
    line-height: 240px;
    color: #db5200;
    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 {
    position: relative;
}

.icon-font-block {
    text-align: center;
    padding: 15px 10px;
    color: #1f4652;
}

.icon-font-block .flat-icon {
    margin: 0 0 10px 0;
    display: block;
    font-size: 32px;
    line-height: 1;
}


/*Blog Side Bar*/

.side-bar {
    background-color: #f2f2f2;
}

.side-bar .widget {
    padding: 30px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
}

.side-bar .widget:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
}

@media (max-width: 480px) {
    .side-bar .widget {
        padding: 20px;
    }
}

.side-bar .widget .form-control {
    background-color: #f8f8f8;
}

.side-bar .widget .widget-title {
    position: relative;
    padding-bottom: 0px;
    padding-right: 10px;
    display: table;
}

.side-bar .widget .widget-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    background-color: #db5200;
    width: 30px;
    height: 3px;
}

.side-bar .widget .widget-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 35px);
    background-color: #db5200;
    width: 6px;
    height: 3px;
}

.side-bar .search-bx .input-group-btn .btn {
    background-color: #db5200;
    color: #fff;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
}

.side-bar .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.side-bar .widget_services ul li {
    position: relative;
    padding: 10px 0 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: '\f0da';
    font-family: 'FontAwesome';
    color: #db5200;
    position: absolute;
    left: 0;
    top: 10px;
}

.side-bar .widget_services ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.side-bar .widget_services ul li a {
    color: #1f4652;
    margin-left: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.side-bar .widget_services ul li a:hover {
    color: #db5200;
}

.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: #1f4652;
    font-size: 14px;
    font-weight: 600;
    padding: 7px;
}

.side-bar .widget_archives ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.side-bar .widget_archives ul li {
    position: relative;
    padding: 10px 0 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: #db5200;
    position: absolute;
    left: 0;
    top: 17px;
}

.side-bar .widget_archives ul li:last-child {
    padding-bottom: 0;
}

.side-bar .widget_archives ul li a {
    color: #1f4652;
    margin-left: 0;
    padding: 0;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.side-bar .widget_archives ul li a:hover {
    color: #db5200;
}

.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: #db5200;
    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: 0;
}

.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: 0;
}

.side-bar .recent-posts-entry .wt-post-info {
    margin-left: 0px;
}

.side-bar .recent-posts-entry .wt-post-info .post-date {
    margin-top: 0;
    color: #777777;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
    margin-top: 0;
    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-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: 0px 0px 0px 120px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        padding: 0px;
    }
}

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: 0px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    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: #1f4652;
    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 span {
    color: #db5200;
    font-weight: 600;
    font-size: 14px;
}

ol.comment-list li.comment .comment-meta span i {
    margin-right: 5px;
}

ol.comment-list li.comment .comment-meta:before {
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: top;
}

@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;
    padding: 4px 8px;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #484848;
}

ol.comment-list li.comment .reply .comment-reply-link i {
    padding-right: 5px;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
    color: #fff;
    background-color: #000;
}

ol.comment-list li.comment p {
    margin: 0 0 15px;
    font-weight: 400;
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 40px;
}

@media (max-width: 480px) {
    ol.comment-list li .children {
        margin-left: 0px;
    }
}

ol.comment-list li .children li {
    padding: 0;
}


/*comment form*/

.comment-respond {
    padding: 0px;
}

@media (max-width: 480px) {
    .comment-respond {
        padding: 0;
    }
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.comment-respond .form-submit button.site-button {
    position: relative;
}

.comment-respond .form-submit button.site-button:focus {
    outline: none !important;
}

.comments-area .comment-form {
    margin: 0px;
}

@media (max-width: 480px) {
    .comments-area .comment-form {
        margin: 0 -5px;
    }
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    margin-bottom: 20px;
    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: 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: 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;
    width: 100%;
    margin: 0;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comment-form .form-control:input-placeholder {
    color: #777;
    font-size: 14px;
}


/*Single Blog Post*/

.single-post-content {
    text-align: center;
}

.single-post-content .wt-post-meta {
    position: relative;
    margin-bottom: 30px;
}

.single-post-content .wt-post-meta ul {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0;
    position: relative;
}

.single-post-content .wt-post-meta ul:after {
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    background-color: #db5200;
}

.single-post-content .wt-post-meta ul li {
    color: #000;
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
}

.single-post-content .wt-post-meta ul li:after {
    position: absolute;
    content: '-';
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.single-post-content .wt-post-meta ul li a {
    color: #db5200;
    padding: 0px 10px;
}

.single-post-content .wt-post-meta ul li:last-child:after {
    display: none;
}

.single-post-content .wt-post-title {
    margin-bottom: 30px;
}

.single-post-content img {
    width: 100%;
}

.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: 0;
    padding: 30px 0 0 0;
}

.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 blockquote {
    padding: 30px;
    margin: 30px 0 30px 0;
    font-style: normal;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #000;
    border-left: 2px solid #e7e7e7;
    font-style: italic;
    font-weight: 600;
}

@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: #db5200;
    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: flex-start;
    margin: 0 -15px;
}

.post-navigation .post-nav-links .post-nav-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%;
    padding: 0 15px;
}

.post-navigation .post-nav-links .post-nav-item a {
    transition: all .35s ease;
}

@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: 0 0 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: #db5200;
    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;
    color: #1f4652;
    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: 0;
    }
}

.post-navigation .post-nav-links .post-nav-item:hover a {
    box-shadow: 0 3px 0 #333;
}


/*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*/

.cssload-loading {
    height: 83px;
    left: 50%;
    margin-left: -41.5px;
    margin-top: -41.5px;
    position: absolute;
    width: 83px;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.cssload-loading-circle {
    background-color: #db5000;
    border-radius: 50%;
    height: 14px;
    position: absolute;
    width: 14px;
    animation: 2634.65ms cssload-loading infinite;
    -o-animation: 2634.65ms cssload-loading infinite;
    -ms-animation: 2634.65ms cssload-loading infinite;
    -webkit-animation: 2634.65ms cssload-loading infinite;
    -moz-animation: 2634.65ms cssload-loading infinite;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.cssload-loading-circle:nth-child(1) {
    animation-delay: 48.3ms;
    -o-animation-delay: 48.3ms;
    -ms-animation-delay: 48.3ms;
    -webkit-animation-delay: 48.3ms;
    -moz-animation-delay: 48.3ms;
}

.cssload-loading-circle:nth-child(2) {
    animation-delay: 96.6ms;
    -o-animation-delay: 96.6ms;
    -ms-animation-delay: 96.6ms;
    -webkit-animation-delay: 96.6ms;
    -moz-animation-delay: 96.6ms;
}

.cssload-loading-circle:nth-child(3) {
    animation-delay: 144.9ms;
    -o-animation-delay: 144.9ms;
    -ms-animation-delay: 144.9ms;
    -webkit-animation-delay: 144.9ms;
    -moz-animation-delay: 144.9ms;
}

.cssload-loading-circle:nth-child(4) {
    animation-delay: 193.2ms;
    -o-animation-delay: 193.2ms;
    -ms-animation-delay: 193.2ms;
    -webkit-animation-delay: 193.2ms;
    -moz-animation-delay: 193.2ms;
}

.cssload-loading-circle:nth-child(5) {
    animation-delay: 241.5ms;
    -o-animation-delay: 241.5ms;
    -ms-animation-delay: 241.5ms;
    -webkit-animation-delay: 241.5ms;
    -moz-animation-delay: 241.5ms;
}

.cssload-loading-circle:nth-child(6) {
    animation-delay: 289.8ms;
    -o-animation-delay: 289.8ms;
    -ms-animation-delay: 289.8ms;
    -webkit-animation-delay: 289.8ms;
    -moz-animation-delay: 289.8ms;
}

.cssload-loading-circle:nth-child(7) {
    animation-delay: 338.1ms;
    -o-animation-delay: 338.1ms;
    -ms-animation-delay: 338.1ms;
    -webkit-animation-delay: 338.1ms;
    -moz-animation-delay: 338.1ms;
}

.cssload-loading-circle:nth-child(8) {
    animation-delay: 386.4ms;
    -o-animation-delay: 386.4ms;
    -ms-animation-delay: 386.4ms;
    -webkit-animation-delay: 386.4ms;
    -moz-animation-delay: 386.4ms;
}

.cssload-loading-circle:nth-child(9) {
    animation-delay: 434.7ms;
    -o-animation-delay: 434.7ms;
    -ms-animation-delay: 434.7ms;
    -webkit-animation-delay: 434.7ms;
    -moz-animation-delay: 434.7ms;
}

.cssload-loading-circle:nth-child(10) {
    animation-delay: 483ms;
    -o-animation-delay: 483ms;
    -ms-animation-delay: 483ms;
    -webkit-animation-delay: 483ms;
    -moz-animation-delay: 483ms;
}

.cssload-loading-circle:nth-child(11) {
    animation-delay: 531.3ms;
    -o-animation-delay: 531.3ms;
    -ms-animation-delay: 531.3ms;
    -webkit-animation-delay: 531.3ms;
    -moz-animation-delay: 531.3ms;
}

.cssload-loading-circle:nth-child(12) {
    animation-delay: 579.6ms;
    -o-animation-delay: 579.6ms;
    -ms-animation-delay: 579.6ms;
    -webkit-animation-delay: 579.6ms;
    -moz-animation-delay: 579.6ms;
}

.cssload-loading-circle:nth-child(13) {
    animation-delay: 627.9ms;
    -o-animation-delay: 627.9ms;
    -ms-animation-delay: 627.9ms;
    -webkit-animation-delay: 627.9ms;
    -moz-animation-delay: 627.9ms;
}

.cssload-loading-row1 {
    top: 1.3px;
}

.cssload-loading-row2 {
    top: 18.95px;
}

.cssload-loading-row3 {
    top: 35.55px;
}

.cssload-loading-row4 {
    top: 53.2px;
}

.cssload-loading-row5 {
    top: 69.85px;
}

.cssload-loading-col1 {
    left: 1.25px;
}

.cssload-loading-col2 {
    left: 18.85px;
}

.cssload-loading-col3 {
    left: 35.5px;
}

.cssload-loading-col4 {
    left: 53.15px;
}

.cssload-loading-col5 {
    left: 69.8px;
}

@keyframes cssload-loading {
    0% {
        transform: scale(0);
    }
    27.28% {
        transform: scale(1);
    }
    36.36% {
        transform: scale(0.857);
    }
    54.55% {
        transform: scale(0.857);
    }
    63.64% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}


/*Loading Animation End*/

@media (max-width: 991px) {
    h5 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
    h2.wt-tilte,
    h2.wt-title {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    h2.wt-tilte,
    h2.wt-title {
        font-size: 24px;
    }
}


/*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;
}


/*service detail*/

.s-single-list-wrape {
    margin: 30px 0;
}

@media (max-width: 1200px) {
    .s-single-list-wrape {
        display: block;
    }
}

.service-provide .s-single-list {
    margin-bottom: 30px;
    padding: 40px 25px;
    background-color: #f2f2f2;
    float: left;
    width: 100%;
}

@media (max-width: 640px) {
    .service-provide .s-single-list {
        padding: 15px 25px;
    }
}

.service-provide .s-single-list ul {
    float: left;
    width: 50%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 640px) {
    .service-provide .s-single-list ul {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

.service-provide .s-single-list .list-angle-right {
    margin-bottom: 0;
}

.service-provide .s-single-list .list-angle-right li {
    color: #1f4652;
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

.service-provide .s-single-list .list-angle-right li:before {
    color: #db5200;
    top: 8px;
}

.blog-post-4-outer {
    margin-left: 40px;
    position: relative;
}

@media (max-width: 480px) {
    .blog-post-4-outer {
        margin-left: 0px;
    }
}

.blog-post-4-outer .wt-post-media {
    background-color: #fff;
}

.blog-post-4-outer .wt-post-media img {
    width: 100%;
}

.blog-post-4-outer .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0;
}

.blog-post-4-outer .wt-post-meta ul li {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.blog-post-4-outer .wt-post-meta ul li.post-date {
    background-color: #db5200;
    color: #fff;
    display: inline-table;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 15px 30px;
    position: absolute;
    left: -40px;
    top: 40px;
    font-weight: 400;
}

.blog-post-4-outer .wt-post-meta ul li.post-date span {
    display: block;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 480px) {
    .blog-post-4-outer .wt-post-meta ul li.post-date span {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .blog-post-4-outer .wt-post-meta ul li.post-date {
        padding: 5px 10px;
        left: 10px;
        top: 10px;
    }
}

.blog-post-4-outer .wt-post-meta ul li.post-category {
    font-size: 14px;
    font-weight: 600;
    color: #db5200;
}

.blog-post-4-outer .wt-post-info {
    background-color: #fff;
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.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: #db5200;
}

.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 {
    position: relative;
}

.blog-post-5-outer .wt-post-media {
    background-color: #fff;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .blog-post-5-outer .wt-post-media {
        margin-right: 0px;
    }
}

.blog-post-5-outer .wt-post-media img {
    width: 100%;
}

.blog-post-5-outer .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0;
}

.blog-post-5-outer .wt-post-meta ul li {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.blog-post-5-outer .wt-post-meta ul li.post-date {
    color: #1f4652;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    align-items: baseline;
    margin-bottom: 10px;
}

.blog-post-5-outer .wt-post-meta ul li.post-date span {
    display: block;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color: #db5200;
    padding-right: 10px;
}

@media (max-width: 480px) {
    .blog-post-5-outer .wt-post-meta ul li.post-date span {
        font-size: 32px;
        line-height: 40px;
    }
}

.blog-post-5-outer .wt-post-meta ul li.post-category {
    font-size: 14px;
    font-weight: 600;
    color: #db5200;
}

.blog-post-5-outer .wt-post-info {
    background-color: #fff;
    padding: 50px 20px 20px 20px;
    margin-left: 30px;
    margin-top: -30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .blog-post-5-outer .wt-post-info {
        margin-left: 0px;
        margin-top: 0px;
        padding: 20px 20px 20px 20px;
    }
}

.blog-post-5-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 0px;
}

.blog-post-5-outer .wt-post-info .wt-post-title .post-title a {
    transition: 0.5s all ease;
}

.blog-post-5-outer .wt-post-info .wt-post-title .post-title a:hover {
    color: #db5200;
}

.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: #db5200;
}

.blog-post-5-outer.post-bg-dark .wt-post-info a.site-text-primary:hover {
    color: #fff;
}


/*-----All Services------*/

.all_services {
    padding: 0;
    background-color: #f2f2f2;
}

.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: 0;
}

.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    padding: 15px 35px 15px 30px;
    display: block;
    color: #1f4652;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .all_services ul li a {
        padding: 15px;
    }
}

.all_services ul li a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 0px;
}

.all_services ul li a:hover {
    color: #db5200;
}

.all_services ul li a.active {
    color: #db5200;
}

.service-side-btn a.btn-block {
    margin-bottom: 10px;
    background-color: #f2f2f2;
    padding: 15px;
    color: #1f4652;
}

.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;
    opacity: 0.5;
}

.service-side-btn a.btn-block:hover {
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .service-full-info {
        margin-bottom: 30px;
    }
}

#search {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

#search.open {
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    visibility: visible;
}

#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: 0;
}

@media (max-width: 640px) {
    #search form {
        width: 90%;
        margin-left: 5%;
    }
}

#search input[type="search"] {
    background: none;
    border: none;
    padding: 0 12px;
    outline: none;
    color: #1f4652;
    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: #1f4652;
}

#search .search-btn {
    border: none;
    background: none;
    padding: 0 30px;
    outline: none;
}

#search .search-btn i {
    font-size: 36px;
    color: #db5200;
}

#search .close {
    position: fixed;
    cursor: pointer;
    top: 30px;
    right: 30px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#search .close:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #1f4652;
    right: 28px;
    top: 16px;
    transform: rotate(45deg);
}

#search .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #1f4652;
    right: 28px;
    top: 16px;
    transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
    cursor: pointer;
}


/*Cart dropdown*/

.cart-dropdown-item-wraper {
    top: 110%;
    right: 0;
    position: absolute;
    z-index: 999;
    background-color: #f8f8f8;
    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: 16px;
    font-weight: 400;
    margin: 0;
    margin-right: 5px;
}

.nav-cart-title h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.nav-cart-item {
    border-top: 1px solid #f5f5f5;
    padding: 10px;
    background-color: #fff;
}

.nav-cart-item-image {
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
    float: left;
}

.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: 0 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 {
    padding: 8px 10px;
    font-size: 12px;
    transition: 0.5s all ease;
}

.nav-cart-action .site-button:hover {
    background-color: #e7e7e7;
}

.nav-cart-action .site-button-secondry {
    padding: 8px 10px;
    font-size: 12px;
    transition: 0.5s all ease;
}

.nav-cart-action .site-button-secondry:hover {
    background-color: #e7e7e7;
}


/*project btn filter */

.project-filter-wrap {
    list-style: none;
    margin: 60px 0 30px;
}

.project-filter-wrap li {
    display: inline-block;
}

.project-filter-wrap li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #1f4652;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.5s all ease;
}

.project-filter-wrap li a.swiper-active {
    background-color: #db5200;
    box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
    color: #fff;
}

.project-filter-wrap li a:hover {
    background-color: #db5200;
    box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
    color: #fff !important;
}


/*----Swiper Controls---*/

.swiper-product {
    transition: 0.5s all ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    color: #db5200;
    background-color: #fff;
    padding: 10px 12px;
}

.swiper-pagination {
    margin-top: 10px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    margin: 5px 4px;
    opacity: 1;
    background: #8a8a8a;
    border-radius: 0px;
    transition: opacity 200ms ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #db5200;
}

.project-new-2 {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.project-new-2 .wt-img-effect img {
    transition: 0.5s all ease;
}

.project-new-2 .project-new-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    padding: 20px;
    transition: 0.5s all ease;
    transform: translate3d(0, 100%, 0);
}

.project-new-2 .project-new-content .wt-title {
    margin-bottom: 10px;
}

.project-new-2 .project-new-content .wt-title a {
    color: #fff;
}

.project-new-2 .project-new-content .wt-title a:hover {
    color: #db5200;
}

.project-new-2 .project-new-content p {
    color: #fff;
}

.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: #db5200;
    position: relative;
    color: #fff;
}

.project-new-2:hover .wt-img-effect img {
    opacity: 0.3;
}

.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);
}

.project-style-new-wrap {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .project-style-new-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*Blog Gallery*/

.blog-gallery-style1 {
    padding-left: 0;
}

@media (max-width: 991px) {
    .blog-gallery-style1 {
        padding-left: 0;
    }
}

.blog-gallery-style1 .owl-carousel .owl-stage-outer {
    display: table;
    position: relative;
    padding: 30px 0 30px 10px;
}

@media (max-width: 1270px) {
    .blog-gallery-style1 .owl-carousel .owl-stage-outer {
        display: inline-block;
        padding: 0;
    }
}

@media (max-width: 1270px) {
    .blog-gallery-style1 .blog-post-4-outer {
        box-shadow: none;
    }
}


/* Product Box */

.wt-product-box {
    position: relative;
}

.wt-product-box .wt-thum-bx {
    border: 3px solid #e7e7e7;
}

.wt-product-box .wt-info {
    padding: 20px 10px 0px 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: #db5200;
    text-decoration: none;
    font-weight: 700;
}

.wt-product-box .wt-thum-bx img {
    display: block;
    margin: 0 auto;
}

.wt-product-box .item-cart-view {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-wrap: nowrap;
    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: inline-block;
    margin-right: 5px;
}

.wt-product-box .item-cart-view .item-btn:last-child {
    margin-right: 0px;
}

.wt-product-box .item-cart-view .item-btn a {
    display: block;
}

.wt-product-box .item-cart-view .item-btn a i {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    display: block;
    text-align: center;
    background-color: #1f4652;
    position: relative;
    color: #fff;
}

.wt-product-box .rating-bx {
    padding-top: 10px;
    color: #db5200;
}

.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: #db5200;
    background-image: none;
    margin-top: 0;
    margin-left: 0;
}

.shop-item-price-slider .slider.slider-horizontal .slider-handle {
    background-color: #db5200;
    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: #1f4652;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 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: #db5200;
    background: #db5200;
    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;
}

@media (max-width: 767px) {
    .product-detail-info {
        padding-left: 0px;
    }
}

.wt-product-gallery {
    padding-bottom: 1px;
    box-shadow: 0 0 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: #db5200;
    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: #1f4652;
    font-weight: 700;
}

.product-single-rating {
    margin-bottom: 15px;
}

.product-single-price {
    margin-bottom: 10px;
}

.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: #db5200;
}

.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;
}


/*--------------------------------

----------------------------------*/

.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: 0 -1px;
    padding: 30px;
}

.box:hover {
    z-index: 10;
    border: 1px solid #db5200;
    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;
}


/*---------------
team-effect-hvr1
---------------*/

.team-effect-hvr1 {
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.team-effect-hvr1 .content-info {
    width: 100%;
    padding: 20px;
    position: relative;
    background: #fff;
    transition: transform 0.5s;
}

.team-effect-hvr1 .content-info-inner {
    position: relative;
    width: 100%;
    display: block;
}

.team-effect-hvr1 .wt-title {
    margin-bottom: 5px;
}

.team-effect-hvr1 .wt-title:hover {
    color: #db5200;
}

.team-effect-hvr1 p.icon-links {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: calc(100% + 44px);
    z-index: 0;
    opacity: 0;
    width: max-content;
    margin-bottom: 0;
    margin-bottom: 0;
}

.team-effect-hvr1 p.icon-links a {
    float: left;
    color: #db5200;
    font-size: 14px;
    transition: transform 0.35s;
    transform: translate3d(0, 150%, 0);
    background-color: #fff;
    margin-right: 3px;
}

.team-effect-hvr1 p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
}

.team-effect-hvr1:hover p.icon-links {
    opacity: 1;
}

.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 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 .info-detail {
    text-align: center;
}

.team-effect-hvr1 .wt-title-position {
    margin-bottom: 0;
    color: #db5200;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-effect-hvr1 img {
    transition: 0.5s all ease;
}


/*---------------
team-effect-hvr2
---------------*/

.team-effect-hvr2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.team-effect-hvr2 .team-hvr2-media {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.team-effect-hvr2 .team-hvr2-media:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #db5200;
    top: 100%;
    left: 0;
    transition: 0.5s all ease;
}

.team-effect-hvr2 .team-hvr2-media img {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.team-effect-hvr2 .content-info {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: transform 0.5s;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.team-effect-hvr2 .content-info-inner {
    display: block;
}

.team-effect-hvr2 .info-detail {
    text-align: center;
    transition: transform 0.35s;
}

.team-effect-hvr2 .wt-title {
    margin-bottom: 5px;
}

.team-effect-hvr2 .wt-title:hover {
    color: #db5200;
}

.team-effect-hvr2 p.icon-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    background-color: #fff;
    transition: 0.5s all ease;
    opacity: 0;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .team-effect-hvr2 p.icon-links {
        justify-content: center;
    }
}

.team-effect-hvr2 p.icon-links a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    height: min-content;
    padding: 2px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: transform 0.35s;
    transform: translate3d(0, 200%, 0);
    background-color: #1f4652;
}

.team-effect-hvr2:hover p.icon-links {
    opacity: 1;
}

.team-effect-hvr2:hover p.icon-links a {
    transform: translate3d(0, 0, 0);
}

.team-effect-hvr2:hover p.icon-links a:hover {
    color: #db5200;
    background-color: #e7e7e7;
}

.team-effect-hvr2:hover p.icon-links a:focus {
    color: #db5200;
    background-color: #e7e7e7;
}

.team-effect-hvr2:hover p.icon-links a:nth-child(3) {
    transition-delay: 0.1s;
}

.team-effect-hvr2:hover p.icon-links a:nth-child(2) {
    transition-delay: 0.15s;
}

.team-effect-hvr2:hover p.icon-links a:first-child {
    transition-delay: 0.2s;
}

.team-effect-hvr2:hover .info-detail {
    transform: translate3d(0, 0, 0);
}

.team-effect-hvr2:hover .team-hvr2-media:after {
    top: 0%;
}

.team-effect-hvr2 .wt-title-position {
    margin-bottom: 0;
    color: #db5200;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-effect-hvr2 img {
    transition: 0.5s all ease;
}


/* Common style */

.effect-hvr2 {
    position: relative;
    margin-bottom: 30px;
    border: 60px solid #e7e7e7;
}

@media (max-width: 1200px) {
    .effect-hvr2 {
        border: 20px solid #e7e7e7;
    }
}

@media (max-width: 575px) {
    .effect-hvr2 {
        border: 1px solid #e7e7e7;
    }
}

.effect-hvr2 .effect-sarah {
    position: relative;
    background: #000;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

@media (max-width: 1200px) {
    .effect-hvr2 .effect-sarah {
        box-shadow: none;
    }
}

.effect-hvr2 .effect-sarah img {
    position: relative;
    display: block;
}

.effect-hvr2 .effect-hvr2-inner {
    padding: 30px;
    background-color: #fff;
    backface-visibility: hidden;
    position: absolute;
    bottom: -30px;
    right: calc(0px + -60px);
    width: 100%;
    max-width: 370px;
}

@media (max-width: 1200px) {
    .effect-hvr2 .effect-hvr2-inner {
        bottom: 10px;
        left: 10px;
        right: 10px;
        max-width: 100%;
        width: auto;
        padding: 15px;
    }
}

.effect-hvr2 .effect-hvr2-inner .project-new-category {
    margin-bottom: 0;
    color: #db5200;
    display: block;
    font-size: 10px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.effect-hvr2 .effect-hvr2-inner .site-button-icon {
    color: #db5200;
    opacity: 0;
    display: block;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(0, 0, 0);
    position: absolute;
    right: 0;
    bottom: 0;
}

.effect-hvr2 .effect-hvr2-inner .site-button-icon i {
    font-size: 40px;
    line-height: 0;
}

.effect-hvr2 .effect-hvr2-inner:before {
    pointer-events: none;
}

.effect-hvr2 .effect-hvr2-inner:after {
    pointer-events: none;
}

.effect-hvr2 .project-view-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #db5200;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(-100%, 0, 0);
}

.effect-hvr2:hover .effect-hvr2-inner .site-button-icon {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
}

.effect-hvr2:hover .project-view-btn {
    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 .effect-hvr2-inner {
    text-align: left;
}

.effect-sarah .wt-title {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 10px 0;
}

.effect-sarah .wt-title a {
    color: #1f4652;
}

.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);
}

.project-carousel .swiper-slide-active .effect-hvr2 {
    border-color: #db5200;
}


/* Common style */

.effect-hvr3 {
    position: relative;
    margin-bottom: 30px;
}

.effect-hvr3 .effect-sarah {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
}

.effect-hvr3 .effect-sarah img {
    position: relative;
    display: block;
}

.effect-hvr3 .effect-hvr3-inner {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

@media (max-width: 400px) {
    .effect-hvr3 .effect-hvr3-inner {
        padding: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

.effect-hvr3 .effect-hvr3-inner .project-new-category {
    display: block;
    margin-bottom: 0;
    color: #db5200;
    font-size: 16px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.effect-hvr3 .effect-hvr3-inner .site-button-icon {
    color: #db5200;
    opacity: 0;
    display: block;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(0, 0, 0);
    position: absolute;
    right: 0;
    bottom: 0;
}

.effect-hvr3 .effect-hvr3-inner .site-button-icon i {
    font-size: 40px;
    line-height: 0;
}

.effect-hvr3 .effect-hvr3-inner:before {
    pointer-events: none;
}

.effect-hvr3 .effect-hvr3-inner:after {
    pointer-events: none;
}

.effect-hvr3 .project-view-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #db5200;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.8s;
    transform: translate3d(-100%, 0, 0);
}

.effect-hvr3:hover .effect-hvr3-inner .site-button-icon {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
}

.effect-hvr3:hover .project-view-btn {
    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 .effect-hvr3-inner {
    text-align: left;
}

.effect-sarah .wt-title {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 10px 0;
}

.effect-sarah .wt-title a {
    color: #1f4652;
}

.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);
}


/*====video section====*/

.video-section-outer .need-help {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 45%;
    z-index: 2;
}

.video-section-outer .need-help span {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

@media (max-width: 1199px) {
    .video-section-outer .need-help {
        width: 72%;
    }
}

@media (max-width: 767px) {
    .video-section-outer .need-help {
        position: inherit;
        width: 100%;
        right: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .video-section-outer .need-help h2 {
        font-size: 30px;
    }
}

.video-section {
    position: relative;
    z-index: 1;
    padding: 150px 50px 150px 0;
}

@media (max-width: 991px) {
    .video-section {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .video-section {
        padding: 40px 50px 40px 0;
    }
}

.video-section img {
    width: 100%;
}

.video-section a {
    display: block;
    background-color: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.video-section:after {
    position: absolute;
    z-index: -1;
    content: '';
    right: 50%;
    top: 0;
    bottom: 0;
    background-color: #db5200;
    width: 6000px;
}

@media (max-width: 1199px) {
    .video-section:after {
        right: 80%;
    }
}


/*====video section 2====*/

.video-section2-outer-wrap {
    overflow: hidden;
}

.video-section2-outer-wrap .video-section2-outer .watch-video {
    position: absolute;
    z-index: 3;
    right: 190px;
    bottom: 50px;
    width: 75px;
    text-align: center;
}

.video-section2-outer-wrap .video-section2-outer .watch-video span {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    display: block;
    font-weight: 800;
}

@media (max-width: 991px) {
    .video-section2-outer-wrap .video-section2-outer .watch-video {
        right: 40px;
        bottom: 50px;
        width: 100%;
        text-align: right;
    }
}

.video-section2-outer-wrap .video-section2 {
    position: relative;
    z-index: 1;
    padding: 150px 50px 150px 0;
}

@media (max-width: 991px) {
    .video-section2-outer-wrap .video-section2 {
        padding: 40px 0px;
    }
}

.video-section2-outer-wrap .video-section2 img {
    width: 100%;
}

.video-section2-outer-wrap .video-section2 a {
    display: block;
    background-color: #1a2732;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 158px;
    bottom: 150px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .video-section2-outer-wrap .video-section2 a {
        right: 30px;
        bottom: 90px;
    }
}

.video-section2-outer-wrap .video-section2:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 277px;
    top: 0;
    bottom: 0;
    background-color: #1a2732;
    width: 6000px;
}

@media (max-width: 1199px) {
    .video-section2-outer-wrap .video-section2:after {
        left: 172px;
    }
}

@media (max-width: 991px) {
    .video-section2-outer-wrap .video-section2:after {
        display: none;
    }
}

.video-section2-outer-wrap .video-section2-right {
    position: relative;
    z-index: 1;
    background-color: #1a2732;
}

@media (max-width: 991px) {
    .video-section2-outer-wrap .video-section2-right {
        padding: 30px;
    }
}


/*======================================
STEP NUMBER
======================================*/

.step-blocks-light {
    color: #1f4652;
    background-color: #f8f8f8;
}

.step-blocks-light .wt-tilte {
    color: #1f4652;
}


/*fade title*/

.fade-xl-title {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .fade-xl-title {
        display: none;
    }
}

.fade-xl-title .fade-xl-title-position.right {
    text-align: right;
}

.fade-xl-title .fade-xl-title-position span {
    font-size: 80px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 800;
    opacity: 0.2;
}


/* service icon box one*/

.icon-box-style-one-wrap {
    z-index: 1;
    position: relative;
    margin: 0 30px 30px 0;
}

.icon-box-style-one-wrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -30px;
    top: 30px;
    border: 6px solid #e7e7e7;
    z-index: -1;
}

.icon-box-style-one-wrap .icon-box-style-one {
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.icon-box-style-one-wrap .icon-box-style-one .icon-box-one-title {
    margin-bottom: 20px;
}

.icon-box-style-one-wrap .icon-box-style-one .icon-box-one-content p {
    margin-bottom: 30px;
}


/*Service Icon Box*/

.service-icon-box-one {
    position: relative;
    z-index: 1;
    padding: 100px 0 0 40px;
}

@media (max-width: 1440px) {
    .service-icon-box-one {
        padding: 100px 0 0 30px;
    }
}

@media (max-width: 767px) {
    .service-icon-box-one {
        padding: 50px 0 0 30px;
    }
}

@media (max-width: 480px) {
    .service-icon-box-one {
        display: block;
        padding: 30px 0 0 30px;
    }
}

.service-icon-box-one:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 30px;
    width: 80%;
    background-image: url(../images/background/dark-dott-pattern.png);
    z-index: -1;
}

.service-icon-box-one .service-icon {
    float: left;
}

.service-icon-box-one .service-icon span {
    font-size: 60px;
    line-height: 60px;
    display: block;
}

@media (max-width: 1366px) {
    .service-icon-box-one .service-icon span {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .service-icon-box-one .service-icon {
        margin-right: 0px;
        margin-bottom: 30px;
        float: none;
    }
}

.service-icon-box-one .service-icon-content {
    margin-left: 90px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
}

@media (max-width: 1366px) {
    .service-icon-box-one .service-icon-content {
        margin-left: 80px;
    }
}

@media (max-width: 480px) {
    .service-icon-box-one .service-icon-content {
        margin-left: 6px;
    }
}

.service-icon-box-one .service-icon-content:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100px;
    height: 100px;
    border-color: #db5200;
    border-width: 15px 0 0 15px;
    border-style: solid;
    z-index: -1;
}

@media (max-width: 480px) {
    .service-icon-box-one .service-icon-content:after {
        left: -6px;
        top: -6px;
        width: 70px;
        height: 70px;
        border-width: 6px 0 0 6px;
    }
}

.service-icon-box-one .service-icon-content .wt-title {
    margin-bottom: 20px;
}


/*Service Icon Box*/

.service-icon-box-two {
    position: relative;
    z-index: 1;
    padding: 20px 40px 0 130px;
}

@media (max-width: 480px) {
    .service-icon-box-two {
        padding: 20px 20px 0px 20px;
    }
}

.service-icon-box-two:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 75%;
    background-image: url(../images/background/dark-dott-pattern.png);
    z-index: -1;
}

.service-icon-box-two .service-icon {
    position: absolute;
    left: 20px;
    top: 120px;
}

@media (max-width: 480px) {
    .service-icon-box-two .service-icon {
        left: 40px;
        top: 40px;
    }
}

.service-icon-box-two .service-icon span {
    font-size: 50px;
    line-height: 50px;
    background-color: #db5200;
    color: #fff;
    display: flex;
    padding: 20px;
}

.service-icon-box-two .service-icon-content {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    z-index: 1;
}

.service-icon-box-two .service-icon-content .wt-title {
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 15px;
    transform: rotate(90deg);
    width: 0;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .service-icon-box-two .service-icon-content .wt-title {
        position: inherit;
        transform: inherit;
    }
}


/* service icon box three*/

.s-section-three .row [class*='col-']:nth-child(odd) {
    background-color: #f8f8f8;
    border: 1px solid transparent;
}

.s-section-three .row [class*='col-']:nth-child(even) {
    background-color: #f8fdff;
    border: 1px solid #e7e7e7;
}

.icon-box-style-three-title {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    padding-left: 30px;
}

@media (max-width: 575px) {
    .icon-box-style-three-title {
        position: relative;
        padding-top: 30px;
    }
}

.icon-box-style-three-wrap {
    position: relative;
}

.icon-box-style-three-wrap .icon-box-style-three {
    padding: 30px;
}

.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title {
    margin-bottom: 20px;
}

.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-content p {
    margin-bottom: 30px;
}

.icon-box-style-three-wrap .service-icon-box-three {
    position: relative;
    display: flex;
    align-items: start;
    z-index: 1;
    padding: 100px 0 0 75px;
}

.icon-box-style-three-wrap .service-icon-box-three:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-image: url(../images/background/dark-dott-pattern.png);
    z-index: -1;
}

.icon-box-style-three-wrap .service-icon-box-three .service-icon {
    margin-right: 40px;
}

.icon-box-style-three-wrap .service-icon-box-three .service-icon span {
    font-size: 80px;
    line-height: 80px;
}

.icon-box-style-three-wrap .service-icon-box-three .service-icon-content {
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    position: relative;
    z-index: 1;
}

.icon-box-style-three-wrap .service-icon-box-three .service-icon-content:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100px;
    height: 100px;
    border-color: #db5200;
    border-width: 15px 0 0 15px;
    border-style: solid;
    z-index: -1;
}

.icon-box-style-three-wrap .service-icon-box-three .service-icon-content .wt-title {
    margin-bottom: 20px;
}


/* Slider Wrap*/

.slider-outer {
    position: relative;
}

.slider-outer .slider-left-sidebar {
    width: 90px;
    background-color: #1f4652;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
    .slider-outer .slider-left-sidebar {
        width: 100%;
        z-index: 2;
        top: auto;
    }
}

@media (max-width: 768px) {
    .slider-outer .slider-left-sidebar {
        display: none;
    }
}

.slider-outer .slider-left-sidebar .slider-left-sidebar-position {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .slider-outer .slider-left-sidebar .slider-left-sidebar-position {
        left: 10px;
        transform: none;
    }
}

.slider-outer .slider-left-sidebar .share-text {
    color: #fff;
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    display: block;
    padding-right: 10px;
    margin-top: 130px;
}

@media (max-width: 991px) {
    .slider-outer .slider-left-sidebar .share-text {
        display: none;
    }
}

.slider-outer .slider-left-sidebar .share-text span {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    bottom: 20px;
    transform-origin: 8px 8px;
    display: block;
}

.slider-outer .slider-left-sidebar .share-text span:after {
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-outer .slider-left-sidebar .slider-l-social ul {
    list-style: none;
}

.slider-outer .slider-left-sidebar .slider-l-social ul li {
    text-align: center;
}

.slider-outer .slider-left-sidebar .slider-l-social ul li a {
    color: #fff;
}

@media (max-width: 991px) {
    .slider-outer .slider-left-sidebar .slider-l-social ul {
        display: flex;
    }
    .slider-outer .slider-left-sidebar .slider-l-social ul li a {
        width: 30px;
        font-size: 14px;
    }
}

.slider-outer .slider-fit-screen {
    width: 100% !important;
    left: 0 !important;
}

.slider-outer .tp-bgimg.defaultimg {
    width: calc(55vw + 90px) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 0;
}

@media (max-width: 991px) {
    .slider-outer .tp-bgimg.defaultimg {
        width: calc(100vw) !important;
        opacity: 0.4 !important;
        bottom: 0px;
    }
}

.slider-outer .small-slider-text {
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.slider-outer .next-previus-bg-bar-wrap {
    position: relative;
}

.slider-outer .next-previus-bg-bar-wrap:after {
    width: calc(53vw);
    height: 90px;
    background-color: #1f4652;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

@media (max-width: 1023px) {
    .slider-outer .next-previus-bg-bar-wrap:after {
        width: calc(100vw);
        height: 87px;
    }
}

.slider-outer .slide-number-count {
    background-color: #fff;
    padding: 20px 30px;
}

@media (max-width: 768px) {
    #rev_slider_26_1_wrapper .slotholder {
        background-color: #fff;
    }
}

.slider-space-left {
    margin-left: 90px;
}

@media (max-width: 991px) {
    .slider-space-left {
        margin-left: 0px;
    }
}


/* twm-slider1 slider */

.twm-slider1-wrap {
    display: flex;
    align-items: center;
    background-color: #1a2732;
    position: relative;
}

@media (max-width: 991px) {
    .twm-slider1-wrap {
        display: block;
        height: auto !important;
    }
}

.twm-slider1-wrap .swiper-button-next::after,
.twm-slider1-wrap .swiper-button-prev::after {
    font-size: 16px !important;
    color: #fff;
    background-color: transparent;
    padding: 10px 12px;
}

.twm-slider1-wrap .twm-slider1 {
    width: 100%;
    max-width: 500px;
    margin: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 90px 0 90px 0;
}

@media (max-width: 1366px) {
    .twm-slider1-wrap .twm-slider1 {
        max-width: 380px;
    }
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .twm-slider1 {
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1 {
        max-width: 100%;
        width: 50%;
        height: auto;
        margin: 50px auto;
        padding-bottom: 80px;
    }
}

.twm-slider1-wrap .twm-slider1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 60px;
    background-color: #0c1218;
    z-index: 0;
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .twm-slider1:before {
        display: none;
    }
}

.twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide {
        display: block;
    }
}

.twm-slider1-wrap .twm-slider1 .twm-slider1-slides .swiper-slide img {
    width: 100%;
}

.twm-slider1-wrap .twm-slider1-content {
    width: calc(100vw - 500px);
    margin: 0;
    height: 100%;
}

@media (max-width: 1366px) {
    .twm-slider1-wrap .twm-slider1-content {
        width: calc(100vw - 380px);
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1-content {
        width: auto;
        height: auto;
        margin-top: 50px;
        text-align: center;
    }
}

.twm-slider1-wrap .twm-slider1-content-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
    max-width: 800px;
    margin-left: 160px;
    position: relative;
    padding: 50px;
}

@media (max-width: 1366px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
        margin-left: 100px;
    }
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
        margin-left: 60px;
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail {
        width: 100%;
        margin: 0px auto 60px;
    }
}

.twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
    background-image: url(../images/main-slider/slider1/light-dott-pattern.png);
    z-index: -1;
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:after {
        width: 100%;
    }
}

.twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 80px;
    background-color: #db5200;
    z-index: -1;
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail:before {
        width: 10px;
    }
}

.twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .sm-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
    font-size: 80px;
    line-height: 80px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 50px;
}

@media (max-width: 1366px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .twm-slider1-content-inner .twm-slider1-content-inner-detail .wt-title {
        font-size: 38px;
        line-height: 38px;
    }
}

.twm-slider1-wrap .slider2-left-sidebar {
    width: 90px;
    background-color: #0c1218;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .slider2-left-sidebar {
        background-color: transparent;
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .slider2-left-sidebar {
        position: absolute;
        height: 100%;
        width: 50px;
    }
}

.twm-slider1-wrap .slider2-left-sidebar .slider2-left-sidebar-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .twm-slider1-wrap .slider2-left-sidebar .slider2-left-sidebar-position {
        position: relative;
        width: max-content;
    }
}

.twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul {
    list-style: none;
    margin-bottom: 0;
    display: inline-flex;
    transform: rotate(-90deg);
}

.twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li {
    text-align: center;
    margin: 0 15px;
}

.twm-slider1-wrap .slider2-left-sidebar .slider2-l-social ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
}

.twm-slider1-wrap .controls-area {
    position: absolute;
    height: 70px;
    width: 310px;
    left: 0px;
    bottom: 40px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .twm-slider1-wrap .controls-area {
        width: 100%;
        bottom: 10px;
    }
}

@media (max-width: 991px) {
    .twm-slider1-wrap .controls-area {
        bottom: 0px;
    }
}

.twm-slider1-wrap .controls-area .buttons-controls {
    width: 70px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    height: 30px;
    text-align: right;
    z-index: 2;
}

.twm-slider1-wrap .controls-area .buttons-controls .swiper-button-next,
.twm-slider1-wrap .controls-area .buttons-controls .swiper-button-prev {
    color: #fff;
    right: 0;
}

.twm-slider1-wrap .controls-area .buttons-controls .swiper-button-next:after,
.twm-slider1-wrap .controls-area .buttons-controls .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
}

.twm-slider1-wrap .controls-area .swiper-scrollbar {
    background-color: #505458;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1 !important;
}

.twm-slider1-wrap .controls-area .swiper-scrollbar .swiper-scrollbar-drag {
    height: 1px;
    background: #fff !important;
    opacity: 1 !important;
}

.twm-slider1-wrap .controls-area .swiper-pagination {
    color: #fff;
    width: 76px;
    text-align: left;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.twm-slider1-wrap .controls-area .swiper-pagination .swiper-pagination-current {
    font-size: 16px;
    width: 10px;
    display: inline-table;
}

.twm-slider1-wrap .xl-title {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.twm-slider1-wrap .xl-title span {
    font-size: 200px;
    line-height: 180px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    opacity: 0.1;
}

@media (max-width: 1366px) {
    .twm-slider1-wrap .xl-title span {
        font-size: 100px;
        line-height: 110px;
    }
}


/*spin Animation*/

.slider-circle-pic-wrap {
    position: relative;
    overflow: hidden;
}

.slider-circle-pic-wrap .slider-circle-pic {
    position: absolute;
    z-index: 0;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider-circle-pic-wrap .slider-circle-pic {
        right: -150px;
    }
}

.slider-circle-pic-wrap .slider-circle-pic img {
    width: 700px;
    opacity: 0.1;
}

@media (max-width: 1366px) {
    .slider-circle-pic-wrap .slider-circle-pic img {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .slider-circle-pic-wrap .slider-circle-pic img {
        width: 300px;
    }
}

.rotate-center {
    animation: rotate-center 40s linear infinite;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .section-full.p-t120,
    .section-full.p-b90,
    .section-full.p-tb120 {
        padding-top: 38px;
        padding-bottom: 10px;
    }
}

.custom-pagination {
    position: relative;
    display: block;
    margin-top: 75px;
    text-align: center;
}

@media (max-width: 991px) {
    .custom-pagination {
        margin-top: 40px;
    }
}

.custom-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 2.5px;
}

.custom-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #e7e7e7;
    color: #db5200;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    transition: all 500ms ease;
    font-family: "Oswald", sans-serif;
    z-index: 1;
}

.custom-pagination li a:hover,
.custom-pagination li a.active {
    color: #fff;
    background-color: #db5200;
}

.custom-pagination li a span {
    position: relative;
    top: -2px;
}

.content-table table {
    width: 100%;
}

.content-table table td,
.content-table table th {
    padding: 18px 30px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    border-left: 1px solid #E2E6E7;
}

.content-table table td:first-child,
.content-table table th:first-child {
    text-align: left;
    border-left: none;
}

.content-table.align-left td:first-child {
    text-align: left;
}

.content-table.align-left th:first-child {
    text-align: left;
}

.content-table tr:nth-child(odd) {
    background: #fff;
}

.get-intouch-style-1 {
    padding-left: 15px;
    padding-right: 15px;
}

.get-intouch-style-2 {
    text-align: center;
}

@media (max-width: 991px) {
    .get-intouch-style-2 {
        padding: 50px 15px;
    }
}

.get-intouch-style-2 .get-intouch-style-2-inner {
    position: relative;
    z-index: 1;
}

.get-intouch-style-2 .get-intouch-style-2-inner span {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.get-intouch-style-2 .get-intouch-style-2-inner .wt-title {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

select {
    appearance: none;
    background-image: url(...);
    padding: 10px 30px 10px 10px;
    background-color: #fff;
}


/*# sourceMappingURL=style.css.map */