/* Author: thewebmax 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
** - ============================
	 THEMEFOREST REQUIRED CLASSES
     ============================
** - Text meant only for screen readers
** - Tabs 
** - Tabs style 1 [ default ] 


** - Title separators
** - Center-title
** - About one Section
** - About two Section
** - Counter Style One
** - Team Style One
** - Team-box-single
** - Year section
** - project style one
** - Video Section
** - Play button--
** - Testimonial Style One
** - Client Logo 1
** - Footer dark version css
** - Footer_Block
** - scroll top btn css
** - Revolution slider
** - revolution slider dotts style Start
** - Revolution Slider Button
** - Counter Style two
** - Team Style two
** - Blog Style 2
** - Revolution slider play btn
** - Pricing Table
** - Team Style three
** - Footer Light version css
** - inner page banner
** - Breadcrumb
** - filter buttons css
** - Gallery single
** - Pricing Table 2
** - Google map
** - Contact Form
** - Accordians
** - Error Page
** - iconfont
** - Pagination Style
** - Blog Side Bar
** - Blog post single
** - Comment list
** - comment form
** - Single Blog Post
** - Loading
** - Loading Animation Start
** - Loading Animation End
** - About Year
** - About Year
** - Section Overlay
** - Help Block
** - Service Box One
** - Blog Half Box
** - future section
** - Progress Bar
** - All Services
** - contact Popup
** - Top Part Search Bar
** - full navigation
** -  OPEN / CLOSE BTNS
** -  OVERLAY
---------------------------------------------------
*/
/*===GENERAL===*/
.site-text-primary {
  color: #ea130e;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  font-family: "Heebo", sans-serif;
  color: #1e1e1e;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 16px;
}

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

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

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

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

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

.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: "Poppins", sans-serif;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 72px;
  font-weight: 700;
}

h2 {
  font-size: 60px;
  font-weight: 700;
}

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

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

h5 {
  font-size: 18px;
  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;
}

.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: left;
}

.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: #ea130e;
  font-size: 16px;
  z-index: 1;
  /*hover block section*/
}

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

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

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

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

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

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

.site-button.sb-bdr-dark {
  border-right: 6px solid #000;
}

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

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

.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: 500;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---Owl slider button---*/
.owl-prev {
  background-color: #ea130e;
  border-color: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 700;
}

.owl-prev:hover {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-prev:active {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-prev:focus {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-next {
  background-color: #ea130e;
  border-color: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  opacity: 1;
  margin-right: 5px;
  font-weight: 700;
}

.owl-next:hover {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-next:active {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

.owl-next:focus {
  background-color: #ea130e;
  border-color: #ea130e;
  color: #fff;
  opacity: 0.9;
}

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

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

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

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

.gallery-caption {
  clear: both;
}

.bypostauthor {
  clear: both;
}

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

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

/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
  padding: 20px 0;
}

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

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

.wt-tabs .nav-tabs > li > a {
  color: #000;
  font-size: 12px;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  border: 0px;
  display: block;
}

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

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

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

.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #ea130e;
  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: #ea130e;
  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: #ea130e;
  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.one {
  border-left: 1px solid #dcdcdc;
}

.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: #ea130e;
}

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

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

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

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

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

.header-style-1.site-header {
  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;
  /*-- 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;
  justify-content: flex-end;
  flex-direction: inherit;
}

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

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

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

.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: "Poppins", sans-serif;
}

@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: 16px;
  padding: 33px 15px;
  cursor: pointer;
  margin: -10px 0px;
  font-weight: 600;
  display: block;
}

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

.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: 600;
}

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

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

.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: -1px;
  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 > ul.sub-menu li > a:before {
  position: absolute;
  content: "\f101";
  font-family: 'Flaticon';
  font-size: 10px;
  color: #000;
  left: 5px;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: 13px;
}

@media (max-width: 991px) {
  .header-style-1 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:before {
    opacity: 1;
    position: inherit;
    left: auto;
    top: auto;
    padding-right: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .header-style-1.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-style-1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: 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: 41px;
    position: relative;
  }
  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}

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

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

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

@media (max-width: 991px) {
  .header-style-1 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-1 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-1 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .main-bar {
    padding: 0px;
  }
  .header-style-1 .main-bar .container {
    max-width: 100%;
  }
  .header-style-1 .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-1 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}

.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: #ea130e;
  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---*/
}

.header-style-2 .top-bar .container-fluid {
  padding-right: 0px;
}

@media (max-width: 480px) {
  .header-style-2 .top-bar .container-fluid {
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .header-style-2 .top-bar .wt-topbar-outer {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .header-style-2 .top-bar .wt-topbar-right {
    display: block !important;
  }
}

.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: #fff;
  padding: 0px 15px;
  border-right: 1px solid #dcdcdc;
  line-height: 40px;
}

.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: #ea130e;
  padding-right: 15px;
  font-size: 18px;
}

.header-style-2 .top-bar .wt-topbar-left-info li span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .header-style-2 .top-bar .wt-topbar-left-info li {
    display: block;
    border: 0px;
    padding-left: 0px;
  }
}

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

@media (max-width: 991px) {
  .header-style-2 .top-bar .wt-topbar-right-info {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-style-2 .top-bar .wt-topbar-right-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

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

@media (max-width: 480px) {
  .header-style-2 .top-bar .wt-topbar-right-info ul {
    border: 1px solid #dcdcdc;
  }
}

.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;
  color: #fff;
}

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

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

@media (max-width: 991px) {
  .header-style-2 .extra-nav {
    border-right: 1px solid #dcdcdc;
  }
}

.header-style-2 .extra-nav .extra-cell {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #dcdcdc;
}

.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 15px 34px 20px;
}

@media (max-width: 991px) {
  .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 20px 34px 20px;
  }
}

.header-style-2 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
  color: #ea130e;
}

.header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon {
  padding: 26px 15px;
  display: block;
}

@media (max-width: 991px) {
  .header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon {
    padding: 20px 15px;
  }
}

.header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon:hover i {
  color: #ea130e;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon .icon-line {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #000;
  margin: 8px 0px;
  transition: 0.5s all ease;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon .icon-line.icon-bar-two {
  width: 20px;
  margin-left: 10px;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon:hover .icon-line {
  width: 20px;
}

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

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

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

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

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

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

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

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

.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 15px;
  padding: 12px 10px;
}

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

.header-style-2 .navbar-toggler .icon-bar {
  background: #000;
  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: 15px;
  }
}

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

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

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

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

@media (max-width: 991px) {
  .header-style-2 .header-nav {
    clear: both;
    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: flex-end;
  flex-direction: inherit;
}

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

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

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

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

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

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

.header-style-2 .header-nav .nav > li > a {
  color: #000;
  font-size: 16px;
  padding: 33px 15px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 600;
  display: block;
  position: relative;
  transition: 0.5s all ease;
  z-index: 1;
  /*hover block section*/
}

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

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

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

.header-style-2 .header-nav .nav > li > a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background-color: #ea130e;
  transition: 0.5s all ease;
}

.header-style-2 .header-nav .nav > li > a:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
  z-index: -1;
}

@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;
  }
}

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

@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: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: #ea130e;
}

.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: -1px;
  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 > ul.sub-menu li > a:before {
  position: absolute;
  content: "\f101";
  font-family: 'Flaticon';
  font-size: 10px;
  color: #000;
  left: 5px;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: 13px;
}

@media (max-width: 991px) {
  .header-style-2 .header-nav.nav-animation .nav > li > ul.sub-menu li > a:before {
    opacity: 1;
    position: inherit;
    left: auto;
    top: auto;
    padding-right: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .header-style-2.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-style-2.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: 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: 50px;
    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 .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-2 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}

.ap-btn2 {
  position: relative;
  padding: 0px 15px;
  color: #fff;
  cursor: pointer;
  background-color: #ea130e;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
}

@media (max-width: 480px) {
  .ap-btn2 {
    font-size: 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
  }
}

.ap-btn2:hover {
  color: white;
}

.ap-btn2 i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ea130e;
  color: #fff;
  margin-left: 0px;
}

@media (max-width: 480px) {
  .ap-btn2 i {
    font-size: 18px;
    margin: 0px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    border-radius: 0px;
    background: none;
  }
}

.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);
  }
}

/*Title separators*/
.wt-separator-two-part {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .wt-separator-two-part {
    padding-bottom: 30px;
  }
}

.wt-separator-two-part.when-bg-dark .section-head .wt-title {
  color: #fff;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator {
  color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
  background-color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  background-color: #000;
}

.wt-separator-two-part.when-bg-dark .wt-separator-two-part-right .p_discription {
  color: #fff;
}

.wt-separator-two-part-row {
  display: flex;
  align-items: center;
}

.wt-separator-two-part-row .wt-separator-two-part-left .section-head {
  margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right {
  margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wt-separator-two-part-row .wt-separator-two-part-right {
    text-align: left !important;
    margin-top: 30px;
  }
}

.wt-small-separator {
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 40px;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #ea130e;
}

.wt-small-separator.white {
  color: #fff;
}

@media (max-width: 767px) {
  .wt-small-separator {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
}

.section-head {
  position: relative;
}

.section-head.when-bg-dark .wt-title {
  color: #fff;
}

.section-head.when-bg-dark p {
  color: #c1c1c1;
}

/*Center-title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}

.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
  position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before, .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  position: absolute;
  content: '';
  background-color: #ea130e;
  height: 22px;
  bottom: 0px;
  top: 0px;
  transform: skew(-20deg);
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:before, .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:after {
  background-color: #fff;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
  right: -20px;
  width: 10px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  right: -27px;
  width: 4px;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:before, .section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:after {
  background-color: #fff;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div {
  color: #fff;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
  max-width: 630px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}

.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: #ea130e;
  height: 22px;
  bottom: 0px;
  top: 0px;
  transform: skew(-20deg);
}

.section-head.center .wt-small-separator div.sep-leaf-left:before {
  right: -20px;
  width: 10px;
}

.section-head.center .wt-small-separator div.sep-leaf-left:after {
  right: -27px;
  width: 4px;
}

/*About one Section*/
.about-max-one {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .about-max-one {
    padding-right: 0px;
  }
}

.about-max-one:after {
  background-color: #ea130e;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.about-max-one .about-max-one-media {
  padding: 40px 0px 40px 40px;
}

.about-max-one .about-max-one-media img {
  width: 100%;
}

/*About two Section*/
.about-max-two {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 420px) {
  .about-max-two {
    padding-right: 0px;
  }
}

.about-max-two:after {
  background-image: url(../images/background/bg-dott2.png);
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.about-max-two .about-max-two-media {
  padding: 40px 0px 40px 40px;
}

.about-max-two .about-max-two-media img {
  width: 100%;
}

.about-section-two-right .section-head {
  margin-bottom: 40px;
}

.about-section-two-right .ab-two-info p {
  margin-bottom: 30px;
}

/*Counter Style One*/
.c-section-two {
  margin-top: 80px;
}

.c-section-two .counter-block-half {
  border: 1px solid #fff;
  padding: 20px 0px;
  position: relative;
  top: -80px;
  background-color: #e7e7e7;
  margin-bottom: -80px;
}

.c-section-two .wt-icon-box-wraper {
  padding: 15px;
  transition: 0.5s all ease;
}

.c-section-two .wt-icon-box-wraper .icon-md,
.c-section-two .wt-icon-box-wraper .counter,
.c-section-two .wt-icon-box-wraper .icon-content {
  color: #000;
}

.c-section-two .icon-content-info {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.c-section-two .counter {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 767px) {
  .c-section-two .counter {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .c-section-two .counter {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .c-section-two.example-2 {
    padding-bottom: 30px;
  }
}

/*Team Style One*/
.wt-team-1 {
  position: relative;
  transition: 0.5s all ease;
  z-index: 1;
}

.wt-team-1 .wt-media img {
  width: 100%;
}

.wt-team-1 .wt-info {
  margin: 0px 20px;
}

.wt-team-1 .wt-info .team-detail {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  position: relative;
}

.wt-team-1 .wt-info .team-detail .team-position {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ea130e;
  display: block;
  margin-bottom: 10px;
}

.wt-team-1 .wt-info .team-detail .team-name {
  color: #000;
}

.wt-team-1 .wt-info .team-detail .team-social-center {
  transition: 0.5s all ease;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul {
  margin: 0px;
  padding-top: 5px;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li a {
  color: #000;
  font-size: 14px;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li a:hover {
  color: #ea130e;
}

.wt-team-1 .wt-info .team-detail:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: #ea130e;
  height: 3px;
  z-index: 1;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all ease;
}

.wt-team-1 .wt-info .team-detail:hover:after {
  width: 80%;
}

/*Team-box-single*/
.team-box-single .team-detail {
  padding: 40px 25px;
}

.team-box-single .team-detail .team-position {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ea130e;
  display: block;
  margin-bottom: 10px;
}

.team-box-single .team-detail .team-name {
  margin-bottom: 30px;
}

.team-box-single .team-detail .team-name a {
  color: #000;
}

.team-box-single .team-detail .team-detail-list {
  list-style: none;
}

.team-box-single .team-detail .team-detail-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 15px;
}

.team-box-single .team-detail .team-detail-list li .team-list-title {
  color: #777777;
  margin-right: 10px;
}

.team-box-single .team-detail .team-detail-social ul {
  list-style: none;
  margin-bottom: 0px;
}

.team-box-single .team-detail .team-detail-social ul li {
  display: inline-block;
}

.team-box-single .team-detail .team-detail-social ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border: 1px solid #000;
  background-color: #ea130e;
  color: #fff;
}

.team-box-single .team-detail .team-detail-social ul li a:hover {
  color: #fff;
  background-color: #000;
}

/*Year section*/
.year-section {
  position: relative;
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .year-section {
    padding: 30px 0px;
  }
}

.year-section .row {
  display: flex;
  align-items: flex-end;
}

.year-section .wt-title {
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .year-section .wt-title {
    font-size: 44px;
    letter-spacing: 2px;
  }
}

@media (max-width: 575px) {
  .year-section .wt-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

.year-section .wt-media {
  text-align: right;
}

.year-section:after {
  background-color: #ff6a01;
  max-width: 400px;
  height: 100%;
  content: '';
  margin-left: auto;
  position: absolute;
  top: 0px;
  right: 140px;
  z-index: -1;
  width: 100%;
}

@media (max-width: 767px) {
  .year-section:after {
    display: none;
  }
}

/*project style one*/
@media (max-width: 575px) {
  .project-box-style1-outer [class*="col-"] {
    margin-bottom: 30px;
  }
  .project-box-style1-outer [class*="col-"]:last-child {
    margin-bottom: 0px;
  }
}

.project-box-style1 {
  position: relative;
  overflow: hidden;
}

.project-box-style1:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  background-color: #000;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-box-style1:hover:after {
  opacity: 0.5;
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.project-box-style1 .project-content {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.project-box-style1 .project-content .project-title {
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #ea130e;
  padding: 8px 16px;
  color: #fff;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform .4s, opacity .2s;
}

.project-box-style1 .project-content .project-title-large {
  margin-bottom: 0px;
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform .4s, opacity .2s;
}

.project-box-style1 .project-content .project-title-large a {
  color: #fff;
  transition: 0.5s all ease;
}

.project-box-style1 .project-content .project-title-large a:hover {
  color: #ea130e;
}

.project-box-style1 .project-view {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transform-origin: 0 0;
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-box-style1 .project-view .project-view-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.project-box-style1 .project-view .project-view-btn i {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #ea130e;
  position: relative;
}

.project-box-style1 .project-view .project-view-btn i:after, .project-box-style1 .project-view .project-view-btn i:before {
  content: '';
  background-color: #fff;
  position: absolute;
}

.project-box-style1 .project-view .project-view-btn i:after {
  width: 1px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-box-style1 .project-view .project-view-btn i:before {
  width: 24px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-box-style1:hover .project-view {
  opacity: 1;
  z-index: 3;
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.project-box-style1:hover .project-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.project-box-style1:hover .project-title-large {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.project-box-style1 .project-media img {
  width: 100%;
}

/*Video Section*/
.video-section-first {
  position: relative;
  height: 220px;
  margin-top: 30px;
}

.video-with-content .video-left-content {
  padding-top: 90px;
  position: relative;
}

@media (max-width: 991px) {
  .video-with-content .video-left-content {
    padding-top: 38px;
  }
}

.video-with-content .video-left-content .wt-title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.video-with-content .video-left-content .wt-title:after {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.video-with-content .video-left-content p {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

@media (max-width: 575px) {
  .video-with-content .video-left-content p {
    font-size: 20px;
  }
}

.video-with-content .video-left-content i {
  color: #fff;
  font-size: 130px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.3;
  line-height: 100px;
}

.video-with-content .video-section-two {
  position: relative;
  height: 380px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .video-with-content .video-section-two {
    margin-top: 38px;
  }
}

/*--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: #ea130e;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  animation: ripple-video 3s infinite;
  z-index: 1;
}

.play-now-video .ripple:before {
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.play-now-video .ripple:after {
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*Testimonial Style One*/
.testimonial-title-large {
  text-align: right;
}

.testimonial-title-large span {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 700;
  color: #f4f4f4;
  position: relative;
  bottom: -20px;
  right: 20px;
}

@media (max-width: 991px) {
  .testimonial-title-large span {
    font-size: 40px;
    letter-spacing: 0px;
    bottom: 0px;
    right: 0px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-title-large span {
    display: none;
  }
}

.testimonial-1-content {
  position: relative;
  margin: 0px -15px 30px -15px;
  width: auto;
}

.testimonial-1-content .testimonial-1 {
  position: relative;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

@media (max-width: 420px) {
  .testimonial-1-content .testimonial-1 {
    padding: 20px;
  }
}

.testimonial-1-content .testimonial-1 .testimonial-pic {
  background: #fff;
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
  position: relative;
  display: inline-block;
}

.testimonial-1-content .testimonial-1 .testimonial-pic.radius {
  border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-pic img {
  width: 100%;
  border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-info {
  padding: 0px;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
  display: block;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name:after {
  display: none;
}

@media (max-width: 991px) {
  .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
  }
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  color: #ea130e;
}

.testimonial-1-content .testimonial-1 .testimonial-text {
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.testimonial-1-content .testimonial-1 .testimonial-text p {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
  font-size: 30px;
  line-height: 30px;
  color: #ea130e;
}

@media (max-width: 640px) {
  .testimonial-1-content .testimonial-1 .testimonial-text i {
    font-size: 48px;
    top: -40px;
  }
}

.testimonial-1-content .testimonial-1 .testimonial-detail {
  padding: 0px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}

@media (max-width: 640px) {
  .testimonial-1-content .testimonial-1 .testimonial-detail {
    display: block;
  }
}

.testimonial-2-content {
  position: relative;
}

.testimonial-2-content .testimonial-2 {
  position: relative;
  z-index: 1;
  padding: 30px 0px 30px 30px;
  overflow: hidden;
}

.testimonial-2-content .testimonial-2:before {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #ea130e;
  width: 25%;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.testimonial-2-content .testimonial-2 .testimonial-content {
  padding: 30px;
  background-color: #fff;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 420px) {
  .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block {
    display: block;
  }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic {
  background: #fff;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  position: relative;
  display: inline-block;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic.radius {
  border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic img {
  width: 100%;
  border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info {
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 420px) {
  .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info {
    display: block;
  }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-name {
  display: block;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-name:after {
  display: none;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-position {
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  color: #ea130e;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text {
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text p {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text i {
  font-size: 54px;
  line-height: 30px;
  color: #ea130e;
}

@media (max-width: 640px) {
  .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text i {
    font-size: 48px;
    top: -40px;
  }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-detail {
  padding: 0px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  display: table;
  width: 100%;
}

@media (max-width: 420px) {
  .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-detail {
    display: block;
  }
}

/*Client Logo 1*/
.home-client-outer {
  position: relative;
}

@media (max-width: 991px) {
  .home-client-outer .section-head.left.wt-small-separator-outer {
    text-align: center;
  }
}

.home-client-carousel {
  padding: 0px;
}

.home-client-carousel .client-logo img {
  width: auto;
  height: 100px;
  margin: auto;
}

/*Footer dark version css*/
.footer-dark {
  background-color: #000;
  color: #aeaeae;
}

.footer-dark .footer-top {
  padding: 80px 0px 0px 0px;
}

.footer-dark .widget-title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-dark .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ea130e;
  width: 70px;
  height: 2px;
}

.footer-dark .social-icons {
  margin: 20px 0px 0px 0px;
}

.footer-dark .social-icons li {
  display: inline-block;
}

.footer-dark .social-icons li a {
  height: 30px;
  line-height: 30px;
  padding: 0px;
  color: #ea130e;
  font-size: 14px;
  padding-right: 15px;
}

.footer-dark .social-icons li a:hover {
  color: #fff;
}

.footer-dark .footer-bottom {
  background-color: #0c0c0c;
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
    text-align: center;
  }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}

/*Footer_Block*/
.footer_blocks {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #191919;
}

@media (max-width: 767px) {
  .footer_blocks {
    padding: 0px 0px 20px 0px;
    border: 0px;
  }
}

.footer_blocks .block-content {
  margin-bottom: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.footer_blocks .block-content .wt-tilte {
  color: #fff;
}

.footer_blocks .block-content .icon-content {
  padding-top: 15px;
}

.footer_blocks .block-content .icon-content p {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .footer_blocks .block-content {
    justify-content: left;
  }
  .footer_blocks .block-content .wt-icon-box-sm {
    width: 40px;
  }
  .footer_blocks .block-content .wt-icon-box-sm [class^="flaticon-"]:before {
    font-size: 20px;
  }
  .footer_blocks .block-content .icon-content .wt-tilte {
    font-size: 16px;
  }
  .footer_blocks .block-content .icon-content p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .footer_blocks .block-content {
    margin-bottom: 10px;
  }
}

.widget {
  margin-bottom: 40px;
}

.widget_team .widget-media img {
  width: 100%;
}

.widget_team .team-social-center {
  transition: 0.5s all ease;
}

.widget_team .team-social-center ul {
  margin: 0px;
  padding-top: 5px;
}

.widget_team .team-social-center ul li {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.widget_team .team-social-center ul li a {
  color: #000;
  font-size: 14px;
}

.widget_team .team-social-center ul li a:hover {
  color: #ea130e;
}

.widget_address {
  list-style: none;
  margin-bottom: 0px;
}

.widget_address li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
}

.widget_address li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #ea130e;
}

.widget_address li:last-child {
  margin-bottom: 0px;
}

.widget_newsletter p {
  font-size: 14px;
  font-weight: 400;
}

.widget_newsletter .form-control {
  background-color: #fff;
  color: #000;
  padding: 10px 40px 10px 20px;
  border-radius: 0px;
}

.widget_newsletter .form-control:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.widget_newsletter .form-control:focus {
  background-color: #e7e7e7;
}

.widget_newsletter .newsletter-bx {
  margin-top: 18px;
}

.widget_newsletter .newsletter-bx .site-button {
  background-color: transparent;
  position: absolute;
  right: 0px;
  padding: 10px 15px;
  font-size: 20px;
  color: #000;
  z-index: 10;
}

.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_services ul li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}

.widget_services ul li a {
  color: #aeaeae;
  font-weight: 400;
  position: relative;
  padding: 2px 0px 0px 20px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 14px;
}

.widget_services ul li a:hover {
  margin-left: 10px;
}

.widget_services ul li a:before {
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  font-size: 8px;
  top: 6px;
  color: #ea130e;
}

.widget_about p {
  font-weight: 400;
  font-size: 14px;
}

/*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*/
/*revolution slider dotts style Start*/
.bullet-bar.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
}

.bullet-bar .tp-bullet {
  width: 3px;
  height: 30px;
  position: absolute;
  background: #fff;
  cursor: pointer;
}

.bullet-bar .tp-bullet:hover, .bullet-bar .tp-bullet.selected {
  background: #ea130e !important;
}

/*Revolution Slider Button*/
.rev-btn .site-button {
  outline: none;
  color: #fff;
  padding: 15px 40px !important;
  letter-spacing: 1px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #ea130e;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: normal !important;
}

.rev-btn .site-button-secondry {
  outline: none;
  color: #fff;
  padding: 15px 40px !important;
  letter-spacing: 1px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  border: none;
  font-size: 15px;
  font-weight: 500;
  line-height: normal !important;
}

.slider-block {
  border-radius: 50%;
  background-color: #000;
  position: relative;
  margin: 40px !important;
}

.slider-block:after {
  position: absolute;
  content: '';
  left: -40px;
  right: -40px;
  top: -40px;
  bottom: -40px;
  border: 1px solid #000;
  border-radius: 50%;
}

.slider-block-2 {
  border-radius: 50%;
  background-color: #ea130e;
  position: relative;
  margin: 40px !important;
}

.slider-block-2:after {
  position: absolute;
  content: '';
  left: -40px;
  right: -40px;
  top: -40px;
  bottom: -40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
}

.slider-block-2:before {
  position: absolute;
  content: '';
  left: -40px;
  right: -40px;
  top: -40px;
  bottom: -40px;
  border-radius: 50%;
  border: 40px solid #fff;
  opacity: 0.2;
}

/*Counter Style two*/
.c-section-one [class*='col-'] {
  border: 1px solid #484848;
}

.c-section-one .wt-icon-box-wraper {
  padding: 20px;
  transition: 0.5s all ease;
}

.c-section-one .wt-icon-box-wraper .icon-md,
.c-section-one .wt-icon-box-wraper .icon-content {
  color: #000;
}

.c-section-one .counter {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 767px) {
  .c-section-one .counter {
    font-size: 40px;
    line-height: 40px;
  }
}

.c-section-one .icon-content-info {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/*Team Style two*/
.wt-team-2 {
  position: relative;
  transition: 0.5s all ease;
  z-index: 1;
}

.wt-team-2 .wt-media img {
  width: 100%;
}

.wt-team-2 .wt-info {
  margin: 0px;
}

.wt-team-2 .wt-info .team-detail {
  padding: 20px 0px 20px 0px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.wt-team-2 .wt-info .team-detail .team-position {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ea130e;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .wt-team-2 .wt-info .team-detail .team-position {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

.wt-team-2 .wt-info .team-detail .team-name {
  color: #000;
}

.wt-team-2 .wt-info .team-detail .team-social-center {
  transition: 0.5s all ease;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul {
  margin: 0px;
  padding-top: 5px;
  position: relative;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform .4s, opacity .2s;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li a {
  color: #000;
  font-size: 14px;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li a:hover {
  color: #ea130e;
}

.wt-team-2 .wt-info .team-detail:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: #ea130e;
  height: 3px;
  z-index: 1;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all ease;
}

.wt-team-2 .wt-info .team-detail.white {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wt-team-2 .wt-info .team-detail.white .team-name a {
  color: #fff;
}

.wt-team-2 .wt-info .team-detail.white .team-social-center ul li a {
  color: #fff;
}

.wt-team-2 .wt-info .team-detail.white .team-social-center ul li a:hover {
  color: #ea130e;
}

.wt-team-2:hover .team-detail:after {
  width: 100%;
}

.wt-team-2:hover .wt-info .team-detail .team-social-center ul {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

/*Blog Style 2*/
.blog-post-style-2 {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-style-2 .blog-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s all ease;
}

.blog-post-style-2 .wt-post-info {
  margin: 25px;
}

.blog-post-style-2 .wt-post-info .wt-post-title {
  margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}

.blog-post-style-2 .wt-post-info .wt-post-discription p {
  font-family: "Heebo", sans-serif;
  margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-media {
  position: relative;
}

.blog-post-style-2 .wt-post-media a img {
  width: 100%;
}

.blog-post-style-2 .wt-post-media .wt-post-category {
  position: absolute;
  left: 20px;
  top: 0px;
}

.blog-post-style-2 .wt-post-media .wt-post-category a {
  color: #fff;
  background-color: #ea130e;
  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: "Poppins", sans-serif;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul {
  margin: 0px;
  list-style: none;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li i {
  margin-right: 5px;
}

.blog-post-style-2 .wt-post-bottom .wt-post-readmore {
  margin-bottom: 0px;
}

/*Revolution slider play btn*/
.tp-caption .rev-img-circle {
  position: relative;
  z-index: 1;
}

.tp-caption .rev-img-circle:after {
  position: absolute;
  content: '';
  background-color: #ea130e;
  left: 0px;
  top: -40px;
  bottom: -40px;
  right: -60px;
  z-index: -1;
  padding: 40px;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .tp-caption .rev-img-circle:after {
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
}

/*Pricing Table*/
.pricing-block-outer {
  position: relative;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #000;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .pricing-block-outer {
    border: 0px;
  }
  .pricing-block-outer .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
  }
  .pricing-block-outer .row [class*='col-'] {
    padding: 1px;
  }
}

@media (max-width: 767px) {
  .pricing-block-outer {
    padding: 0px 15px;
  }
}

.pricing-table-1 {
  position: relative;
  padding: 30px 30px 30px 50px;
  border-right: 1px solid #000;
}

@media (max-width: 991px) {
  .pricing-table-1 {
    border: 1px solid #000;
  }
}

.pricing-table-1 .p-table-title {
  position: absolute;
  top: 0px;
  left: 10px;
  bottom: 0px;
  width: 30px;
}

.pricing-table-1 .p-table-title .wt-title {
  position: absolute;
  left: 0%;
  bottom: 0px;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  font-size: 16px;
  text-transform: uppercase;
}

.pricing-table-1 .p-table-list {
  padding-top: 20px;
}

.pricing-table-1 .p-table-list ul {
  list-style: none;
}

.pricing-table-1 .p-table-list ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pricing-table-1 .p-table-price {
  margin-bottom: 20px;
}

.pricing-table-1 .p-table-price span {
  font-family: "Poppins", sans-serif;
  font-size: 66px;
  line-height: 56px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

@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;
}

/*Team Style three*/
.wt-team-3 {
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e7e7;
}

.wt-team-3 .wt-media {
  transition: 0.5s all ease;
  position: relative;
}

.wt-team-3 .team-detail {
  padding-top: 15px;
  text-align: center;
}

.wt-team-3 .team-detail .team-position {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ea130e;
  display: block;
  margin-bottom: 10px;
}

.wt-team-3 .team-detail .team-name a {
  color: #000;
}

.wt-team-3 .team-social-center {
  position: absolute;
  bottom: 80px;
  left: -100%;
  transition: 0.5s all ease;
}

.wt-team-3 .team-social-center ul {
  margin: 0px;
}

.wt-team-3 .team-social-center ul li {
  display: block;
  margin-bottom: 1px;
}

.wt-team-3 .team-social-center ul li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ea130e;
}

.wt-team-3 .team-social-center ul li a:hover {
  color: #fff;
  background-color: #000;
}

.wt-team-3:hover .team-social-center {
  left: 0px;
  z-index: 1;
}

/*Footer Light version css*/
.footer-light {
  background-color: #ececec;
  color: #000;
  /*Footer_Block*/
}

.footer-light .footer-top {
  padding: 80px 0px 0px 0px;
}

.footer-light .widget-title {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-light .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ea130e;
  width: 70px;
  height: 2px;
}

.footer-light .social-icons {
  margin: 20px 0px 0px 0px;
}

.footer-light .social-icons li {
  display: inline-block;
}

.footer-light .social-icons li a {
  height: 30px;
  line-height: 30px;
  padding: 0px;
  color: #ea130e;
  font-size: 14px;
  padding-right: 15px;
}

.footer-light .social-icons li a:hover {
  color: #000;
}

.footer-light .footer-bottom {
  background-color: #0c0c0c;
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
    text-align: center;
  }
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}

.footer-light .widget_services ul li a {
  color: #000;
}

.footer-light .footer_blocks .block-content {
  color: #000;
}

.footer-light .footer_blocks .block-content .wt-tilte {
  color: #000;
}

.footer-light .footer_blocks .block-content .icon-content p {
  color: #000;
}

/*--inner page banner --*/
.wt-bnr-inr {
  height: 380px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
}

.wt-bnr-inr .container {
  display: table;
  height: 100%;
}

.wt-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 60px;
}

.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
  margin-bottom: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 40px;
  }
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 15px;
  border-left: 12px solid #ea130e;
  padding-left: 20px;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #fff;
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
  color: #fff;
}

/*--Breadcrumb --*/
.wt-breadcrumb {
  margin: 0;
  list-style: none;
}

.wt-breadcrumb li {
  padding-right: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.wt-breadcrumb li a {
  color: #fff;
}

.wt-breadcrumb li a:hover {
  color: #ea130e;
}

.wt-breadcrumb li:after {
  content: '\f101';
  font-family: Flaticon;
  position: absolute;
  right: 1px;
  top: 3px;
  color: #ea130e;
  font-size: 12px;
  font-weight: 600;
}

.wt-breadcrumb li:last-child {
  color: #ea130e;
  padding-right: 0px;
}

.wt-breadcrumb li:last-child:after {
  display: none;
}

.wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

/* filter buttons css */
.filter-wrap {
  border-bottom: 2px solid #efefef;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .filter-wrap {
    text-align: left;
  }
}

.filter-wrap .masonry-filter {
  display: inline-block;
  margin-bottom: 0;
}

.filter-wrap .masonry-filter > li {
  display: inline-block;
}

.filter-wrap .masonry-filter > li:last-child {
  margin-right: 0px;
}

.filter-wrap .masonry-filter > li.active a {
  color: #ea130e;
}

.filter-wrap .masonry-filter li {
  position: relative;
  z-index: 1;
}

.filter-wrap .masonry-filter li:before {
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  background: #ea130e;
  z-index: -1;
  transition: 0.5s all ease;
}

.filter-wrap .masonry-filter li:hover:before {
  width: 100%;
}

.filter-wrap .masonry-filter li a {
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 1px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 10px 10px;
  transition: 0.5s all ease;
}

.filter-wrap .masonry-filter li a:hover, .filter-wrap .masonry-filter li a:active {
  color: #fff;
}

@media (max-width: 767px) {
  .filter-wrap .masonry-filter li {
    margin-bottom: 5px;
  }
}

.project-outer2 {
  position: relative;
  padding-bottom: 60px;
}

.project-outer2 .project-style-2 {
  position: relative;
  background-color: #000;
}

.project-outer2 .project-style-2 .pic-long {
  display: block;
}

.project-outer2 .project-style-2 .pic-small {
  display: block;
}

.project-outer2 .project-style-2 img {
  opacity: 1;
  transition: 0.5s all ease;
  width: 100%;
}

.project-outer2 .project-style-2 .wt-info {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%);
  display: flex;
  opacity: 0;
  transition: 0.5s all ease;
}

.project-outer2 .project-style-2 .wt-info a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ea130e;
  color: #fff;
  transition: 0.5s all ease;
  margin-right: 2px;
}

.project-outer2 .project-style-2 .wt-info a i {
  font-size: 14px;
}

.project-outer2 .project-style-2:hover img {
  opacity: 0.3;
}

.project-outer2 .project-style-2:hover .wt-info {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-outer2 .project-style-2:hover .wt-info a:hover {
  background-color: #fff;
  color: #000;
}

.project-outer2 .project-content {
  padding: 20px;
  position: absolute;
  left: 30px;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.project-outer2 .project-content .project-category {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ea130e;
  display: block;
  margin-bottom: 10px;
}

/*Gallery single*/
.project-img-effect-1 {
  position: relative;
}

.project-img-effect-1 .wt-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 30px;
  max-width: 540px;
}

@media (max-width: 768px) {
  .project-img-effect-1 .wt-info {
    position: inherit;
    left: auto;
    bottom: 0px;
    padding: 30px 0px 0px 0px;
    max-width: 100%;
  }
}

.project-img-effect-1 .wt-info .project-title {
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #ea130e;
  padding: 8px 16px;
  color: #fff;
}

.project-img-effect-1 .wt-info .project-title-large {
  color: #000;
}

.project-img-effect-1 .wt-info .project-title-large:hover {
  color: #ea130e;
}

.arrow-list-1 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.arrow-list-1 li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}

.arrow-list-1 li strong {
  color: #000;
  position: relative;
  padding: 2px 30px 0px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 16px;
}

.project-single-sibar-info {
  padding: 20px;
  background-color: #e7e7e7;
}

.project-single-sibar-info .wt-tilte {
  margin-bottom: 15px;
}

.project-single-sibar-info .info-list-1 {
  list-style: none;
  margin-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  display: flex;
  font-size: 14px;
}

.project-single-sibar-info .info-list-1 li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li .title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.project-single-sibar-info .info-list-1 li span {
  display: inline-block;
  width: 50%;
  text-align: right;
}

/*Pricing Table 2*/
.pricing-block-outer2 {
  position: relative;
}

.pricing-table-2 {
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #000;
}

.pricing-table-2 .p-table-title .wt-title {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .pricing-table-2 .p-table-title .wt-title {
    font-size: 24px;
  }
}

.pricing-table-2 .p-table-list {
  padding-top: 20px;
}

.pricing-table-2 .p-table-list ul {
  list-style: none;
}

.pricing-table-2 .p-table-list ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.pricing-table-2 .p-table-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-table-2 .p-table-price span {
  font-family: "Poppins", sans-serif;
  color: #ea130e;
  font-size: 44px;
  line-height: 34px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.pricing-table-2 .p-table-price p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/*Google map*/
@media (max-width: 991px) {
  .gmap-outline {
    padding-bottom: 40px;
  }
}

.google-map {
  width: 100%;
  height: 460px;
}

/*Contact Form*/
.contact-one .contact-info {
  margin-left: -50px;
  padding: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-one .contact-info {
    margin-left: 15px;
    padding: 60px 30px 30px 30px;
  }
}

.contact-one .contact-info:after {
  content: '';
  position: absolute;
  left: -15px;
  top: -15px;
  width: 50px;
  height: 50px;
  background-color: #ea130e;
  z-index: -1;
}

.contact-one .contact-info:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  border-color: #fff;
  z-index: -1;
}

.contact-one .contact-info-section {
  position: relative;
}

.contact-one .contact-info-section .c-info-column {
  padding: 20px 0px 20px 30px;
  color: #fff;
}

.contact-one .contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .contact-one {
    margin-bottom: 20px;
  }
}

.contact-form-outer {
  padding: 50px 100px 50px 50px;
}

@media (max-width: 991px) {
  .contact-form-outer {
    padding: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-form-outer {
    padding: 20px;
  }
}

.cons-contact-form .form-control {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  height: 52px;
  padding: 10px 0px;
  background-color: transparent;
}

.cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 100px;
  margin-bottom: 40px;
}

/*Accordians*/
.wt-accordion .wt-panel {
  background-color: #f9f9f9;
  border: none;
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
}

.wt-accordion .wt-panel .acod-content {
  padding: 20px 20px 20px 60px;
}

.acod-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.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: 20px 20px 18px 60px;
}

.acod-head a.collapsed {
  color: #1e1e1e;
}

.acod-head .fa {
  margin-right: 5px;
}

.acod-head a, .acod-head:hover, .acod-head:active, .acod-head:focus {
  color: #0f1221;
}

.acod-head .indicator {
  padding: 15px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 12px;
  border: 1px solid #000;
}

.acod-head .indicator .fa {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.acod-head.acc-actives .indicator .fa:before {
  content: "\f067";
  font-family: 'FontAwesome';
}

.acod-head [aria-expanded="false"] .indicator .fa:before {
  content: "\f067";
  font-family: 'FontAwesome';
}

.acod-head.acc-actives .indicator .fa:before {
  font-family: 'FontAwesome';
  content: "\f068";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
  font-family: 'FontAwesome';
  content: "\f068";
}

.acod-head .collapsed .indicator .fa:before {
  content: "\f067";
  font-family: 'FontAwesome';
}

.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
  content: "\f067";
  font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before {
  font-family: 'FontAwesome';
  content: "\f068";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
  font-family: 'FontAwesome';
  content: "\f068";
}

.faq-help-form .form-control {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  height: 52px;
  padding: 10px 0px;
  background-color: transparent;
}

.faq-help-form .form-control:focus {
  box-shadow: none;
}

.faq-help-form textarea.form-control {
  height: 115px;
}

.form-control {
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius: 0px;
  border: none;
}

.form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #F8F8F8;
}

/*Error Page*/
.page-notfound-outer .container-fluid {
  padding: 0px;
}

.page-notfound {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

.page-notfound:after {
  content: '';
  position: absolute;
  height: 200px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f4f4f4;
  z-index: -1;
}

.page-notfound strong {
  font-family: "Poppins", sans-serif;
  font-size: 300px;
  line-height: 240px;
  color: #ea130e;
  display: block;
}

.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: 1200px) {
  .page-notfound strong {
    font-size: 100px;
    line-height: 120px;
  }
}

@media (max-width: 991px) {
  .page-notfound {
    text-align: center;
  }
  .page-notfound .page-notfound-content {
    margin-bottom: 30px;
  }
  .page-notfound .page-notfound-media {
    margin-bottom: 30px;
    text-align: center !important;
  }
}

/*iconfont*/
.icon-font-block {
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.icon-font-block .flat-icon {
  padding: 10px 0px;
  display: block;
  font-size: 64px;
  line-height: 1;
}

/*Pagination Style*/
@media (max-width: 991px) {
  .pagination-outer {
    margin-bottom: 30px;
  }
}

.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}

.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}

.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 1px 0px;
  display: inline-block;
}

.pagination-outer .pagination-style1 ul li.prev a {
  width: 70px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}

@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.prev a {
    width: 60px;
  }
}

.pagination-outer .pagination-style1 ul li.next a {
  width: 70px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}

@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.next a {
    width: 60px;
  }
}

.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Poppins", sans-serif;
  background-color: #000;
}

.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #ea130e;
}

/*Blog Side Bar*/
.side-bar .widget {
  padding: 35px 25px 35px 25px;
  border: 2px solid #e7e7e7;
  overflow: hidden;
}

@media (max-width: 991px) {
  .side-bar .widget:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .side-bar .widget {
    padding: 20px 20px 20px 20px;
  }
}

.side-bar .widget .form-control {
  background-color: #f9f9f9;
}

.side-bar .search-bx .input-group-btn .btn {
  background-color: #ea130e;
  color: #fff;
  border-radius: 0px;
  height: 50px;
  padding: 0px 20px;
}

.side-bar .widget-insta-post ul {
  margin: -3px -3px 0px -3px;
  display: flex;
  flex-wrap: wrap;
}

.side-bar .widget-insta-post ul li {
  display: inline-block;
  margin: 3px;
}

@media (max-width: 575px) {
  .side-bar .widget-insta-post ul li {
    margin: 0.5%;
    width: 24%;
  }
}

.side-bar .widget-insta-post ul li:hover a:before {
  opacity: .6;
}

.side-bar .widget-insta-post ul li a {
  position: relative;
  display: block;
  width: 94px;
}

@media (max-width: 1199px) {
  .side-bar .widget-insta-post ul li a {
    width: 74px;
  }
}

@media (max-width: 991px) {
  .side-bar .widget-insta-post ul li a {
    width: 85px;
  }
}

@media (max-width: 575px) {
  .side-bar .widget-insta-post ul li a {
    width: 100%;
  }
}

.side-bar .widget-insta-post ul li a img {
  width: 100%;
}

.side-bar .widget-insta-post ul li a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #ea130e;
  opacity: 0;
  transition: 0.5s all ease;
}

.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.side-bar .widget_services ul li {
  position: relative;
  padding: 10px 0px;
  line-height: 20px;
  font-size: 14px;
}

.side-bar .widget_services ul li:last-child {
  padding-bottom: 0px;
}

.side-bar .widget_services ul li a {
  color: #000;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.side-bar .widget_services ul li a:hover {
  color: #ea130e;
}

.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: #ea130e;
  font-size: 14px;
  font-weight: 600;
}

.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 20px;
}

.side-bar .recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}

.side-bar .recent-posts-entry .wt-post-media {
  width: 80px;
  float: left;
}

.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 0px;
}

.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 95px;
}

.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #ea130e;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.side-bar .widget_tag_cloud a {
  padding: 6px 15px;
  margin-bottom: 3px;
  display: inline-block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #f9f9f9;
}

.side-bar .widget_tag_cloud a:hover {
  background-color: #000;
  color: #fff;
}

/*Blog post single*/
.blog-post-style-2.blog-post-single .wt-post-discription p {
  margin-bottom: 20px;
}

.blog-post-style-2.blog-post-single .wt-post-discription p:last-child {
  margin-bottom: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta {
  margin-bottom: 5px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul {
  margin-bottom: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li {
  padding-right: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li:after {
  position: absolute;
  content: '|';
  right: 0px;
  top: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li:last-child:after {
  display: none;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li a:hover {
  color: #ea130e;
}

.blog-post-style-2.blog-post-single blockquote {
  padding: 50px;
  margin: 30px 0px 30px 0px;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #000;
  border-left: 10px solid #e7e7e7;
}

.blog-post-style-2.blog-post-single blockquote .fa-quote-left {
  position: absolute;
  font-size: 50px;
  left: auto;
  right: 30px;
  top: auto;
  opacity: 0.3;
  color: #ea130e;
  line-height: 50px;
  z-index: -1;
}

/*--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 30px 120px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    padding: 0px 0px 60px 0px;
  }
}

ol.comment-list li.comment .comment-author {
  display: inline-block;
  margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  transition: all .5s ease-in-out;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author .avatar {
    position: inherit;
    margin-bottom: 20px;
  }
}

ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #000;
  font-size: 14px;
  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: inline-block;
}

ol.comment-list li.comment .comment-meta a {
  color: #ea130e;
  font-weight: 600;
  font-size: 14px;
}

ol.comment-list li.comment .comment-meta:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment .reply {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 480px) {
  ol.comment-list li.comment .reply {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 0px;
  }
}

ol.comment-list li.comment .reply .comment-reply-link {
  position: relative;
  color: #fff;
  background-color: #ea130e;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
  color: #fff;
  background-color: #000;
}

ol.comment-list li.comment p {
  margin: 0 0 5px;
  font-weight: 400;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}

ol.comment-list li .children li {
  padding: 0;
}

/*comment form*/
.comment-respond {
  padding: 0px 11px;
}

@media (max-width: 480px) {
  .comment-respond {
    padding: 0px;
  }
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comment-respond .form-submit .site-button {
  position: relative;
}

.comments-area .comment-form {
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .comments-area .comment-form {
    margin: 0 -5px;
  }
}

.comments-area .comment-form .comment-notes {
  display: none;
}

.comments-area .comment-form p {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
}

@media (max-width: 767px) {
  .comments-area .comment-form p {
    width: 100%;
  }
}

.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background-color: #f9f9f9;
}

.comments-area .comment-form p input[type="text"].form-control:focus {
  box-shadow: none;
}

.comments-area .comment-form p textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  border: none;
  height: 120px;
  resize: none;
  padding: 15px;
  background-color: #f9f9f9;
}

.comments-area .comment-form p textarea.form-control:focus {
  box-shadow: none;
}

.comments-area .comment-form p.comment-form-url {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p.form-allowed-tags {
  width: 100%;
}

.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0px;
}

ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single.blog-post-style-2 {
  box-shadow: none;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info {
  margin: 0px;
  padding: 30px 0px 0px 0px;
}

.related_posts .wt-title {
  margin-bottom: 20px;
}

.related_posts .related-posts-carousel .blog-post-4-outer .wt-post-info {
  box-shadow: none;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-full.p-t120, .section-full.p-b90, .section-full.p-tb120 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}

/*Loading*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}

.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

.cssload-spinner {
  position: absolute;
  width: 51px;
  height: 51px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.cssload-spinner:after {
  position: absolute;
  content: "";
  border: 4px solid #ea130e;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -1px;
  animation: cssload-spinner1 2.88s linear infinite;
}

.cssload-spinner:before {
  position: absolute;
  content: "";
  border: 2px solid #000;
  width: 66px;
  height: 66px;
  margin-left: -32px;
  margin-top: -8px;
  animation: cssload-spinner2 2.88s linear infinite;
}

/*Loading Animation Start*/
@keyframes cssload-spinner1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes cssload-spinner2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes cssload-animation1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cssload-animation2 {
  0% {
    transform: scale(0.2);
    left: 0%;
  }
  50% {
    transform: scale(1);
    left: 50%;
  }
  100% {
    transform: scale(0.2);
    left: 100%;
  }
}

/*Loading Animation End*/
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h2.wt-tilte, h2.wt-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  h2.wt-tilte, h2.wt-title {
    font-size: 30px;
  }
}

/*About Year*/
.about-one .about-year {
  padding: 30px 0px;
}

@media (max-width: 1200px) {
  .about-one .about-year {
    padding: 20px 0px 0px 0px;
  }
}

@media (max-width: 991px) {
  .about-one .about-year {
    padding: 30px 0px;
  }
}

@media (max-width: 480px) {
  .about-one .about-year {
    padding: 20px 0px 10px 0px;
  }
}

.about-one .about-year .about-year-info {
  float: left;
  padding: 20px;
  margin-right: 40px;
  background-image: url(../images/background/bg-dott2.png);
  background-repeat: repeat;
}

@media (max-width: 480px) {
  .about-one .about-year .about-year-info {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.about-one .about-year .about-year-info span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #ea130e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.about-one .about-year .about-year-info p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}

.about-one .about-year p {
  overflow: hidden;
}

.about-one .about-year:after {
  content: '';
  display: table;
  clear: both;
}

/*About Year*/
.about-two .about-year {
  padding: 0px;
}

.about-two .about-year .about-year-info {
  padding: 30px;
  margin-right: 40px;
  background-color: #e7e7e7;
  text-align: center;
  position: absolute;
  max-width: 240px;
  right: -40px;
  bottom: 0px;
  z-index: 1;
  border-bottom: 5px solid #ea130e;
}

.about-two .about-year .about-year-info span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #ea130e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.about-two .about-year .about-year-info p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px;
}

@media (max-width: 420px) {
  .about-two .about-year .about-year-info {
    position: inherit;
    width: 100%;
    max-width: 100%;
  }
}

/*Section Overlay*/
.overlay-wraper {
  position: relative;
}

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

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.overlay-wraper > .container {
  position: relative;
  z-index: 1;
}

.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}

/*Help Block*/
@media (max-width: 767px) {
  .help-blocks {
    margin-bottom: 30px;
  }
}

.help-blocks .help-block-content {
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .help-blocks .help-block-content {
    padding: 20px;
  }
}

.help-blocks .help-block-content.white {
  color: #fff;
}

.help-blocks .help-block-content.white .wt-tilte {
  color: #fff;
}

.help-blocks .help-block-content .icon-content p {
  margin-bottom: 0px;
}

/*Service Box One*/
.half-section-outer-1 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .half-section-outer-1 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

.half-section-top {
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .half-section-top {
    padding-top: 40px;
  }
}

.half-section-bottom {
  margin-top: -210px;
}

/*Blog Half Box */
.half-section-top2 {
  padding-bottom: 257px;
}

@media (max-width: 1200px) {
  .half-section-top2 {
    padding-bottom: 213px;
  }
}

@media (max-width: 991px) {
  .half-section-top2 {
    padding-top: 38px;
  }
}

.half-section-bottom2 {
  margin-top: -257px;
}

@media (max-width: 1200px) {
  .half-section-bottom2 {
    margin-top: -213px;
  }
}

.service-slider-one {
  margin: 0px -20px 30px -20px;
  width: auto;
}

.service-icon-box-one {
  position: relative;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

.service-icon-box-one .wt-icon-box-wraper {
  margin-bottom: 30px;
}

.service-icon-box-one .service-icon-box-title .wt-title {
  margin-bottom: 30px;
  padding-right: 40px;
}

.service-icon-box-one .service-icon-box-content p {
  margin-bottom: 30px;
}

.service-icon-box-two {
  position: relative;
  padding: 40px 40px 40px 40px;
  border: 1px solid #e7e7e7;
}

.service-icon-box-two .wt-icon-box-wraper {
  margin-bottom: 30px;
}

.service-icon-box-two .service-icon-box-title .wt-title {
  margin-bottom: 30px;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .service-icon-box-two .service-icon-box-title .wt-title {
    padding-right: 0px;
  }
}

.service-icon-box-two .service-icon-box-content p {
  margin-bottom: 30px;
}

.service-icon-box-two.text-center .service-icon-box-title .wt-title {
  padding-right: inherit;
}

.service-icon-box-two.text-center .service-icon-box-content p {
  margin-bottom: 0px;
}

.service-icon-box-two.site-bg-black .service-icon-box-title .wt-title a {
  color: #fff;
}

.service-icon-box-two.site-bg-black .service-icon-box-content p {
  color: #fff;
}

.blog-post-4-outer {
  background-color: #fff;
}

.blog-post-4-outer .wt-post-info {
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-4-outer .wt-post-info .wt-post-meta {
  margin-bottom: 20px;
  position: relative;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #ea130e;
  color: #fff;
  display: inline-table;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  position: absolute;
  left: -30px;
  top: -126px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
  font-size: 14px;
  font-weight: 600;
  color: #ea130e;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 20px;
}

/*future section*/
@media (max-width: 991px) {
  .future-section-outer {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .future-section-outer .future-section-left {
    height: 500px;
  }
}

.future-section-outer .future-section-right {
  position: relative;
}

.future-section-outer .future-section-right .future-sec-right-content {
  margin: 90px -15px 90px -90px;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .future-section-outer .future-section-right .future-sec-right-content {
    margin: 40px 0px;
    padding: 30px;
  }
}

.future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
  max-width: 820px;
}

@media (max-width: 991px) {
  .future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
    max-width: 100%;
  }
}

.future-section-outer .future-section-right .our-future {
  padding-top: 50px;
}

/*Progress Bar*/
.progressText b {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.progress {
  position: relative;
  overflow: visible;
  background-color: #ebebeb;
  border-radius: 0px;
  height: 6px;
  margin: 20px 0px;
}

@media (max-width: 991px) {
  .progress {
    margin: 20px 0px;
  }
}

.progress .progress-bar {
  position: relative;
  height: 6px;
}

.progress span {
  position: absolute;
  right: 0px;
  top: -45px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

/*-----All Services------*/
.all_services {
  background-color: #f9f9f9;
}

.all_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.all_services ul li {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 16px;
}

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

.all_services ul li a {
  transition: 0.5s all ease;
  position: relative;
  padding: 20px 35px 20px 30px;
  display: block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.all_services ul li a:after {
  content: "\f101";
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 8px;
  font-weight: 700;
  font-family: Flaticon;
}

.all_services ul li a:hover {
  color: #ea130e;
}

.all_services ul li a.active {
  color: #ea130e;
  background-color: #fff;
}

blockquote {
  color: #fff;
  clear: both;
  border: none;
  position: relative;
  text-align: left;
}

@media (max-width: 575px) {
  blockquote.p-a50 {
    padding: 20px;
  }
}

blockquote .fa-quote-left {
  position: absolute;
  font-size: 50px;
  left: 20px;
  top: 30px;
  color: #ea130e;
  line-height: 50px;
}

@media (max-width: 575px) {
  blockquote .fa-quote-left {
    font-size: 30px;
    top: 18px;
  }
}

blockquote p {
  font-size: 20px;
  line-height: 26px;
  padding-left: 50px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 575px) {
  blockquote p {
    font-size: 16px;
  }
}

blockquote strong {
  font-size: 14px;
  padding-right: 10px;
  letter-spacing: 1px;
}

.service-side-btn a.btn-block {
  background-color: #fff;
  border-radius: 300px;
}

.service-side-btn a.btn-block:hover {
  background-color: #000;
}

@media (max-width: 991px) {
  .service-full-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service-full-info .service-provide .list-angle-right {
    padding-top: 30px;
    margin-bottom: 0px;
  }
}

.project-single-side-btn a.btn-block {
  background-color: #000;
  color: #fff;
  border-radius: 300px;
  transition: 0.5s all ease;
  padding: 20px 30px;
}

.project-single-side-btn a.btn-block:hover {
  background-color: #f9f9f9;
  color: #000;
}

/*contact Popup*/
.contact-slide-hide {
  position: fixed;
  right: -500px;
  top: 0px;
  height: 100%;
  max-width: 3000px;
  z-index: 50;
  overflow-x: hidden;
}

.contact-nav {
  display: table;
  width: 100%;
  height: 100%;
}

.contact-nav .wt-title {
  color: #ea130e;
}

.contact-nav .contact-nav-form {
  padding-top: 60px;
  display: table-cell;
  vertical-align: middle;
}

.contact-nav .contact_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100%;
  border: none;
  text-align: right;
  font-size: 36px;
}

/*Top Part Search Bar*/
.site-search-btn {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  width: 40px;
  display: inline-block;
  text-align: center;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}

#search form {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 50%;
  margin-left: 25%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  border-radius: 0px;
}

@media (max-width: 640px) {
  #search form {
    width: 90%;
    margin-left: 5%;
  }
}

#search input[type="search"] {
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #fff;
}

#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
  outline: none;
}

#search .search-btn i {
  font-size: 36px;
  color: #ea130e;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 30px;
  height: 30px;
}

#search .close:after, #search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 20px;
  top: 0px;
}

#search .close:after {
  transform: rotate(45deg);
}

#search .close:before {
  transform: rotate(-45deg);
}

#search .close:hover:after, #search .close:hover:before {
  cursor: pointer;
}

/*full navigation*/
/* OPEN / CLOSE BTNS */
.menu-btn {
  position: relative;
  z-index: 999;
}

/* OVERLAY */
.full-menu {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.full-menu-close {
  float: right;
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  margin-top: 25px;
  margin-right: 25px;
  outline: 0px !important;
}

.full-menu-close:after, .full-menu-close:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  right: 18px;
  top: 5px;
  background-color: #000;
}

.full-menu-close:after {
  transform: rotate(-45deg);
}

.full-menu-close:before {
  transform: rotate(45deg);
}

.vertical-content-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: auto;
}

.vertical-centered {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 640px;
  margin: 0px auto;
}

.vertical-centered .contact-form-outer {
  display: table-cell;
  vertical-align: middle;
}

.project-single-img-column {
  margin-bottom: 0px;
}

.project-single-img-column [class*='col-'] {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-single-img-column {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */