@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
/*=========================================
=            Theme Default css            =
=========================================*/

@font-face {
    font-family: 'sparkasseregular';
    src: url('sparkasse-regular-webfont.woff2') format('woff2'),
         url('sparkasse-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sparkassebold';
    src: url('sparkasse-bold-webfont.woff2') format('woff2'),
         url('sparkasse-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sparkasse_lightregular';
    src: url('sparkasse-light-webfont.woff2') format('woff2'),
         url('sparkasse-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  height: 100%;
  font-family: 'sparkasseregular','Open Sans', sans-serif !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'sparkassebold','Roboto', sans-serif;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
p {
  margin: 0 0 20px;
  line-height: 1.6;
}
.nav > li > a:focus {
  background: transparent;
}
.ghost-btn {
  background: transparent;
  border: 2px solid #d70022;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #d70022;
  color: #ffffff;
}
.sppb-btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-btn-default:hover {
  background: #ffffff;
  color: #d70022;
}
.sppb-btn-default i {
  font-size: 18px;
  padding-left: 12px;
}
.title-style-one .sppb-addon-title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}
.title-style-one .sppb-addon-title::before {
  background: #d70022;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60px;
}
.title-style-two {
  text-align: center;
}
.title-style-two .sppb-addon-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
  position: relative;
}
.title-style-two .sppb-addon-title:before {
  background: #d70022;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60px;
}
.title-style-two .sppb-addon-content {
  font-weight: 600;
  margin-bottom: 50px;
  padding: 0 20%;
}
.color-white .sppb-addon-title {
  color: #ffffff;
}
.color-white .sppb-addon-content {
  color: #ffffff;
}

.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: left;/*AAA*/
}

@media all and (max-width:720px){
	.sppb-addon-text-block .sppb-addon-title {	
		text-align:center;
	}
}
/*.sppb-addon-text-block .sppb-addon-title {
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 93px;
    position: relative;
    background-color: #d70022;
    color: #FFFFFF;
    width: 50%;
    left: -93px;
}	*/
	
.sppb-addon-text-block .sppb-addon-title::before {
  background: #d70022;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60px;
}
.sppb-addon-content .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 10px;
  top: -100px;
}
.sppb-addon-content .owl-carousel.owl-theme .owl-nav > div {
  border: 1px solid #d70022;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 5px 10px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-content .owl-carousel.owl-theme .owl-nav > div i {
  color: #d70022;
}
.sppb-addon-content .owl-carousel.owl-theme .owl-nav > div:hover {
  background: #d70022;
}
.sppb-addon-content .owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffffff;
}
.arrow-left-right .owl-carousel.owl-theme > .owl-nav {
  margin-top: 0;
  position: static;
  right: inherit;
  top: inherit;
}
.arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow-left-right .owl-carousel.owl-theme > .owl-nav .owl-prev {
  left: -50px;
}
.arrow-left-right .owl-carousel.owl-theme > .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  height: 13px;
  width: 13px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #d70022;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #d70022;
}
/*==================================
=            Header css            =
==================================*/
#sp-top-bar {
  background: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sp-top-bar .top-address ul {
  text-align: left;
}
#sp-top-bar .top-address ul li {
  color: #d9d9d9;
  border: none;
  font-size: 14px;
  margin-right: 25px;
}
#sp-top-bar .top-address ul li i {
  font-size: 18px;
  color: #d70022;
  padding-right: 8px;
}
#sp-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
#sp-top-bar .top-social ul {
  text-align: right;
}
#sp-top-bar .top-social ul li {
  padding-left: 8px;
}
#sp-top-bar .top-social ul li a {
  color: #d9d9d9;
}
#sp-top-bar .top-social ul li a:hover {
  color: #d70022;
}
#sp-top-bar .sp-module {
  margin: 0 !important;
  display: block !important;
}
#sp-top-bar .sp-module ul li {
  border: none;
  display: inline-block;
}
#sp-top-bar .sp-module ul li a {
  line-height: 24px;
  padding: 0;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-header .menu-phone ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 90px;
  text-align: right;
}
#sp-header .menu-phone ul li i {
  color: #d70022;
  padding-right: 8px;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #d70022;
}
#home-two-page #sp-top-bar {
  padding: 0;
}
#home-two-page #sp-top-bar .row > div {
  min-height: 0;
}
#home-two-page #sp-header {
  background: rgba(255, 255, 255, 0.7);
}
#home-two-page #sp-header > .container {
  padding: 0 5%;
  width: 100%;
}
#home-two-page #sp-slider {
  margin-top: -90px;
}
#home-three-page #sp-top-bar,
#home-five-page #sp-top-bar {
  padding: 20px 0;
}
#home-three-page #sp-top-bar .three-address ul li,
#home-five-page #sp-top-bar .three-address ul li {
  color: #b1b1b1;
  margin-right: 40px;
}
#home-three-page #sp-top-bar .three-address ul li span,
#home-five-page #sp-top-bar .three-address ul li span {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#home-three-page #sp-top-bar .three-address ul li span:before,
#home-five-page #sp-top-bar .three-address ul li span:before {
  font-family: 'FontAwesome';
  color: #d70022;
  padding-right: 8px;
}
#home-three-page #sp-top-bar .three-address ul li:last-child,
#home-five-page #sp-top-bar .three-address ul li:last-child {
  margin-right: 0;
}
#home-three-page #sp-top-bar .three-address ul li .hot-no:before,
#home-five-page #sp-top-bar .three-address ul li .hot-no:before {
  content: "\f095";
}
#home-three-page #sp-top-bar .three-address ul li .corporate:before,
#home-five-page #sp-top-bar .three-address ul li .corporate:before {
  content: "\f041";
}
#home-three-page #sp-top-bar .three-address ul li .location:before,
#home-five-page #sp-top-bar .three-address ul li .location:before {
  content: "\f017";
}
#home-three-page #sp-top-bar .top-social ul li a,
#home-five-page #sp-top-bar .top-social ul li a {
  font-size: 18px;
  line-height: 45px;
}
#home-four-page #sp-top-bar > .container {
  padding: 0 5%;
  width: 100%;
}
#home-four-page #sp-header > .container {
  padding: 0 5%;
  width: 100%;
}
#home-four-page #sp-menu .sp-megamenu-parent {
  float: inherit;
  text-align: center;
  position: relative;
}
#home-four-page #sp-menu .sp-megamenu-parent .sp-dropdown-inner li.sp-menu-item {
  text-align: left;
}
#home-five-page #sp-header {
  background: #d70022;
}
#home-five-page #sp-header #sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 89px;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
}
#home-five-page #sp-header #sp-menu .sp-megamenu-parent > li.active > a {
  color: #ffffff;
}
#home-five-page #sp-header #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #ffffff;
}
#home-six-page #sp-top-bar {
  padding: 0;
}
#home-six-page #sp-top-bar > .container > .row > div {
  min-height: 0;
}
#home-six-page #sp-header {
  background: transparent;
  box-shadow: none;
}
#home-six-page #sp-header.menu-fixed {
  background: rgba(3, 23, 34, 0.9);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#home-six-page #sp-header #sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 90px;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
}
#home-six-page #sp-header #sp-menu .sp-megamenu-parent > li.active > a {
  color: #d70022;
}
#home-six-page #sp-header #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #d70022;
}
#home-six-page #sp-slider {
  margin-top: -91px;
}
/*=====  End of Header css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 89px;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
}
#sp-menu .sp-megamenu-parent > li.active a {
  color: #000000;
}
#sp-menu .sp-megamenu-parent > li:hover a {
  color: #000000;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #d70022;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #a51c2d;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #a51c2d;
  padding-left: 25px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner {
  background: transparent;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner .sp-menu-item {
  background: #d70022;
  padding: 0 !important;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown-mega .sp-dropdown-inner {
  background: #d70022;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  font-size: 22px;
}
.offcanvas-menu .offcanvas-inner .sp-module-title {
  color: #ffffff;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px !important;
}
.offcanvas .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
}
body .offcanvas-menu .offcanvas-inner .search input {
  border: 1px solid #ffffff;
}
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .tp-caption.large_text {
  font-size: 48px !important;
  line-height: 48px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  text-align: left;
}
.slider-default-style .tp-caption.large_text span {
  display: block;
  font-weight: 300;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  line-height: 24px !important;
  width: 100%;
}
.slider-default-style .tp-caption.small_text {
  font-size: 16px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: left;
  width: 30%;
}
.slider-default-style .tp-caption.largewhitebg {
  background: transparent;
  font-family: 'Open Sans', sans-serif;
}
.slider-default-style .tp-caption.largewhitebg a {
  background: #d70022;
  font-size: 16px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 20px !important;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #a51c2d;
}
.slider-default-style .tp-caption.largewhitebg a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  font-weight: 400;
  padding-left: 10px;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  border-radius: 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-leftarrow.default:hover::after {
  background: #d70022;
  color: #ffffff;
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-rightarrow.default:hover::after {
  background: #d70022;
  color: #ffffff;
}
.slider-default-style.slider-three .slotholder {
  position: relative;
}
.slider-default-style.slider-three .slotholder::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style.slider-three .tp-caption.large_text,
.slider-default-style.slider-three .tp-caption.small_text,
.slider-default-style.slider-three .tp-caption.medium_text,
.slider-default-style.slider-three .tp-caption.largewhitebg {
  color: #ffffff;
  left: 0 !important;
  width: 100%;
  text-align: center;
}
.slider-default-style.slider-four .slotholder {
  position: relative;
}
.slider-default-style.slider-four .slotholder::before {
  background: rgba(3, 23, 34, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style.slider-four .tp-caption.large_text,
.slider-default-style.slider-four .tp-caption.small_text,
.slider-default-style.slider-four .tp-caption.medium_text,
.slider-default-style.slider-four .tp-caption.largewhitebg {
  color: #ffffff;
  left: 0 !important;
  width: 100%;
  text-align: center;
}
.slider-default-style.slider-five .slotholder {
  position: relative;
}
.slider-default-style.slider-five .slotholder::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style.slider-five .tp-caption.large_text {
  text-transform: uppercase;
}
.slider-default-style.slider-five .tp-caption.large_text,
.slider-default-style.slider-five .tp-caption.small_text,
.slider-default-style.slider-five .tp-caption.medium_text,
.slider-default-style.slider-five .tp-caption.largewhitebg {
  color: #ffffff;
  left: 0 !important;
  width: 100%;
  text-align: center;
}
/*=====  End of Main Slider css  ======*/
/*============================================
=            Waste time quote css            =
============================================*/
.waste-time-quote {
  background: #d70022;
}
.waste-time-quote .sppb-addon-raw-html {
  color: #ffffff;
}
.waste-time-quote .sppb-addon-raw-html h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.waste-time-quote .sppb-addon-raw-html p {
  margin-bottom: 0;
}
.waste-time-quote .sppb-btn-default {
  float: right;
}
/*=====  End of Waste time quote css  ======*/
/*========================================
=            Home Service css            =
========================================*/
.home-one-service .sppb-addon-feature {
  margin-bottom: 30px;
}
.home-one-service .sppb-addon-feature .sppb-img-container {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.home-one-service .sppb-addon-feature .sppb-img-container img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-one-service .sppb-addon-feature .sppb-addon-title {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-one-service .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
.home-one-service .sppb-addon-feature .sppb-addon-text {
  padding: 0 8px;
}
.home-one-service .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-one-service .sppb-addon-feature:hover .sppb-addon-title a {
  color: #d70022;
}
.home-two-service .sppb-addon-feature {
  background: #f5f5f5;
  box-shadow: 0 -1px 1px #a1a1a1;
  padding: 90px 50px;
  position: relative;
  overflow: hidden;
}
.home-two-service .sppb-addon-feature:after {
  background: #d70022;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-two-service .sppb-addon-feature .sppb-addon-content {
  position: relative;
  z-index: 1;
}
.home-two-service .sppb-addon-feature .sppb-addon-content .sppb-icon {
  color: #d70022;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-two-service .sppb-addon-feature .sppb-media-body {
  overflow: initial;
}
.home-two-service .sppb-addon-feature .sppb-addon-title {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-two-service .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
.home-two-service .sppb-addon-feature .sppb-addon-text {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-two-service .sppb-addon-feature:hover:after {
  opacity: 1;
}
.home-two-service .sppb-addon-feature:hover .sppb-addon-title a {
  color: #ffffff;
}
.home-two-service .sppb-addon-feature:hover .sppb-addon-content .sppb-icon {
  color: #ffffff;
}
.home-two-service .sppb-addon-feature:hover .sppb-addon-text {
  color: #ffffff;
}
.home-three-service .sppb-addon-feature {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.home-three-service .sppb-addon-feature .sppb-addon-content {
  position: relative;
  z-index: 1;
}
.home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
  background: rgba(203, 1, 27, 0.9);
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 15px 0;
}
.home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-title a {
  color: #ffffff;
}
.home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
  background: rgba(203, 1, 27, 0.9);
  bottom: 60px;
  color: #ffffff;
  left: 0;
  opacity: 0;
  padding: 25px 20px;
  position: absolute;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 8px;
}
.home-three-service .sppb-addon-feature:hover .sppb-addon-text {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.home-three-service .sppb-addon-raw-html .ghost-btn {
  background: #d70022;
  color: #ffffff;
  margin-top: 15px;
  padding: 12px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-three-service .sppb-addon-raw-html .ghost-btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 8px;
}
.home-three-service .sppb-addon-raw-html .ghost-btn:hover {
  background: #a51c2d;
}
.home-four-service .sppb-addon-feature {
  margin-bottom: 30px;
}
.home-four-service .sppb-addon-feature .sppb-icon {
  color: #d70022;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-four-service .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
.home-four-service .sppb-addon-feature .ghost-btn {
  margin-top: 20px;
  padding: 10px 25px;
}
.home-four-service .sppb-addon-feature:hover .sppb-icon {
  color: #222222;
}
.home-four-service .sppb-addon-feature:hover .sppb-addon-title a {
  color: #d70022;
}
.home-four-service .sppb-addon-feature:hover .ghost-btn {
  background: #d70022;
  color: #ffffff;
}
.featured-services-five .sppb-addon-feature {
  margin-bottom: 40px;
}
.featured-services-five .sppb-addon-feature .pull-left .sppb-icon {
  color: #d70022;
  font-size: 48px;
  width: 50px;
}
.featured-services-five .sppb-addon-feature .sppb-media-body .sppb-addon-title {
  margin-bottom: 15px;
}
.featured-services-five .sppb-addon-feature .sppb-media-body .sppb-addon-title a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-services-five .sppb-addon-feature:hover .sppb-addon-title a {
  color: #d70022;
}
.home-six-service .sppb-addon-raw-html h2 {
  text-align: center;
  margin-bottom: 30px;
}
.home-six-service .sppb-addon-feature {
  margin-bottom: 30px;
}
.home-six-service .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
.home-six-service .sppb-addon-feature .sppb-addon-content .sppb-icon {
  font-size: 30px;
  margin-bottom: 30px;
}
.home-six-service .sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #d70022;
  position: relative;
  overflow: hidden;
  line-height: 130px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.home-six-service .sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  background: rgba(203, 1, 27, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.home-six-service .sppb-addon-feature .sppb-addon-content:hover .sppb-icon-container:after {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.home-six-service .sppb-addon-feature .sppb-addon-content:hover .sppb-icon-container i {
  color: #ffffff;
}
.home-six-service .sppb-addon-feature .sppb-addon-content:hover .sppb-addon-title a {
  color: #d70022;
}
/*=====  End of Home Service css  ======*/
/*===========================================
=            Design own site css            =
===========================================*/
.own-site {
  text-align: center;
}
.own-site .sppb-addon-title {
  font-size: 36px;
}
.own-site .sppb-addon-content {
  padding: 0 7%;
}
.own-site .ghost-btn {
  margin-top: 30px;
}
/*=====  End of Design own site css  ======*/
/*====================================
=            Tab left css            =
====================================*/
.tab-left .sppb-nav-tabs {
  float: left;
  margin-right: 25px;
  border: none;
}
.tab-left .sppb-nav-tabs li {
  margin-bottom: 5px;
  float: none;
}
.tab-left .sppb-nav-tabs li a {
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  min-width: 330px;
  margin: 0;
  margin: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tab-left .sppb-nav-tabs li a:hover {
  background: #d70022;
  color: #ffffff;
}
.tab-left .sppb-nav-tabs li a:hover i {
  color: #ffffff;
}
.tab-left .sppb-nav-tabs li a i {
  color: #d70022;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tab-left .sppb-nav-tabs li a i:before {
  font-size: 36px;
  line-height: 1;
  margin-left: 0;
}
.tab-left .sppb-nav-tabs li.active a {
  border: none;
  background: #d70022;
  color: #ffffff;
}
.tab-left .sppb-nav-tabs li.active a i {
  color: #ffffff;
}
.tab-left .sppb-tab-content {
  display: table-cell;
  border: none;
  box-shadow: none;
  padding: 0;
}
.tab-left .sppb-tab-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.tab-left .sppb-tab-content h2:after {
  position: absolute;
  background: #d70022;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Tab left css  ======*/
/*=========================================
=            People choose css            =
=========================================*/
.people-choose-services {
  background: url(../images/section9.jpg) no-repeat scroll right;
}
.people-choose-services:before {
  background: #d70022;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.people-choose-services:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.people-choose-services .sppb-addon-raw-html {
  padding-right: 75px;
}
.people-choose-services .sppb-addon-raw-html h2 {
  font-size: 40px;
  color: #ffffff;
}
.people-choose-services .sppb-addon-raw-html .sppb-addon-content {
  color: #ffffff;
}
.people-choose-services .sppb-addon-raw-html .sppb-addon-content a.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-top: 30px;
}
.people-choose-services .sppb-addon-raw-html .sppb-addon-content a.ghost-btn i {
  padding-left: 12px;
}
.people-choose-services .sppb-addon-raw-html .sppb-addon-content a.ghost-btn:hover {
  background: #ffffff;
  color: #d70022;
}
.people-choose-services .overlay {
  z-index: 0;
}
/*=====  End of People choose css  ======*/
/*======================================
=            Home About css            =
======================================*/
.home-one-about {
  padding-top: 90px;
}
.home-one-about .font-italic {
  font-style: italic;
  font-size: 20px;
  margin: 30px 0;
  line-height: 28px;
}
.home-one-about h3 {
  color: #d70022;
  font-size: 24px;
  margin-bottom: 5px;
}
.home-one-about h4 {
  font-weight: 400;
  margin-bottom: 0;
}
/*=====  End of Home About css  ======*/
/*============================================
=            Feature Services css            =
============================================*/
.featured-services-one .rt-image-slider .single-feature .service-content {
  position: relative;
  overflow: hidden;
}
.featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 12px;
  text-align: center;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  padding: 10px 0;
}
.featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content h3 a {
  color: #ffffff;
}
.featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content span a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content span a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  font-weight: 400;
  padding-left: 10px;
}
.featured-services-one .rt-image-slider .single-feature .service-content:hover .feature-slide-content {
  bottom: 0;
}
.featured-services-two .rt-image-slider .single-feature {
  margin-bottom: 30px;
}
.featured-services-two .rt-image-slider .single-feature .service-content {
  background: #ffffff;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.featured-services-two .rt-image-slider .single-feature .service-content .image-part {
  position: relative;
  overflow: hidden;
}
.featured-services-two .rt-image-slider .single-feature .service-content .image-part img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(115%);
  /* Firefox 4+ */
  width: calc(115%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.featured-services-two .rt-image-slider .single-feature .service-content .feature-slide-content {
  padding: 20px 25px 15px 25px;
}
.featured-services-two .rt-image-slider .single-feature .service-content .feature-slide-content h3 {
  margin-bottom: 12px;
  padding: 0;
}
.featured-services-two .rt-image-slider .single-feature .service-content .feature-slide-content h3 a {
  color: #222222;
}
.featured-services-two .rt-image-slider .single-feature .service-content .feature-slide-content span {
  display: none;
}
.featured-services-two .rt-image-slider .single-feature:hover .image-part img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.7;
}
.featured-services-two .rt-image-slider .single-feature:hover .service-content {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.featured-services-two .rt-image-slider .single-feature:hover .feature-slide-content h3 a {
  color: #d70022;
}
.featured-services-three .rt-image-slider .single-feature {
  margin-bottom: 30px;
}
.featured-services-three .rt-image-slider .single-feature .service-content {
  background: #f5f5f5;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.featured-services-three .rt-image-slider .single-feature .service-content .image-part {
  position: relative;
  overflow: hidden;
}
.featured-services-three .rt-image-slider .single-feature .service-content .image-part img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.featured-services-three .rt-image-slider .single-feature .service-content .feature-slide-content {
  padding: 20px 25px 15px 25px;
}
.featured-services-three .rt-image-slider .single-feature .service-content .feature-slide-content h3 {
  margin-bottom: 12px;
  padding: 0;
}
.featured-services-three .rt-image-slider .single-feature .service-content .feature-slide-content h3 a {
  color: #222222;
}
.featured-services-three .rt-image-slider .single-feature .service-content .feature-slide-content span {
  display: none;
}
.featured-services-three .rt-image-slider .single-feature:hover .image-part img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1);
  transform: scale(1.1);
  opacity: 1;
}
.featured-services-three .rt-image-slider .single-feature:hover .service-content {
  -webkit-box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
}
.featured-services-three .rt-image-slider .single-feature:hover .feature-slide-content h3 a {
  color: #d70022;
}
.featured-services-four .rt-image-slider .nopadding {
  padding: 0 1px;
}
.featured-services-four .rt-image-slider .service-content .image-part {
  position: relative;
  overflow: hidden;
}
.featured-services-four .rt-image-slider .service-content .image-part:after {
  background: rgba(3, 23, 35, 0.5);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-services-four .rt-image-slider .service-content .feature-slide-content h3 {
  background: #ffffff;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-services-four .rt-image-slider .service-content .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-services-four .rt-image-slider .service-content .feature-slide-content span,
.featured-services-four .rt-image-slider .service-content .feature-slide-content p {
  display: none;
}
.featured-services-four .rt-image-slider .service-content:hover .image-part:after {
  opacity: 0;
}
.featured-services-four .rt-image-slider .service-content:hover .feature-slide-content h3 {
  background: #d70022;
}
.featured-services-four .rt-image-slider .service-content:hover .feature-slide-content h3 a {
  color: #ffffff;
}
/*=====  End of Feature Services css  ======*/
/*========================================
=            Progress Bar css            =
========================================*/
.professional-solution {
  position: relative;
}
.professional-solution:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.professional-solution .sppb-addon-raw-html h3 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center;
}
.professional-solution .sppb-addon-pie-progress .sppb-pie-chart span {
  color: #ffffff;
  font-size: 36px;
}
.professional-solution .sppb-addon-pie-progress .sppb-addon-title {
  color: #d70022;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}
/*=====  End of Progress Bar css  ======*/
/*=========================================
=            Help together css            =
=========================================*/
.help-together {
  position: relative;
}
.help-together:after {
  background: rgba(3, 23, 35, 0.9);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.help-together .sppb-addon-raw-html h3 {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.help-together .sppb-addon-raw-html h3 span {
  font-size: 46px;
  display: block;
}
/*=====  End of Help together css  ======*/
/*=========================================
=            Pricing table css            =
=========================================*/
.sppb-addon-pricing-table .sppb-pricing-box {
  background: #f5f5f5;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #d70022;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 10px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  color: #1e2e3d;
  font-size: 48px;
  font-weight: 600;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price > span {
  font-size: 32px;
  color: #b1b1b1;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  padding: 35px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn {
  background: #1e2e3d;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 15px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover {
  margin-top: -10px;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover .sppb-pricing-footer .sppb-btn {
  background: #222222;
  color: #d70022;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover .sppb-pricing-footer .sppb-btn:hover {
  background: #222222 !important;
}
/*=====  End of Pricing table css  ======*/
/*================================
=            Team css            =
================================*/
.tlp-team .layout3 .single-team-area figure {
  position: relative;
  overflow: hidden;
}
.tlp-team .layout3 .single-team-area figure img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout3 .single-team-area .tlp-content {
  padding: 15px 0 20px;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 {
  margin: 0;
  padding-bottom: 2px;
  text-align: center;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a {
  color: #222222;
  font-size: 22px;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a:hover {
  color: #d70022;
}
.tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
  color: #d70022;
  text-align: center;
}
.tlp-team .layout3 .single-team-area .short-bio p {
  text-align: center;
}
.tlp-team .layout3 .single-team-area .contact-info,
.tlp-team .layout3 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout3 .single-team-area .social-icons {
  text-align: center;
}
.tlp-team .layout3 .single-team-area .social-icons a {
  border: 1px solid #d7d7d7;
  color: #d70022;
  height: 40px;
  width: 40px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .layout3 .single-team-area .social-icons a i {
  background: transparent;
  display: inline-block;
  padding: 0;
}
.tlp-team .layout3 .single-team-area .social-icons a:hover {
  background: #d70022;
  border: 1px solid #d70022;
  color: #ffffff;
}
.tlp-team .layout3 .single-team-area:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tlp-team .layout2 .tlp-img {
  position: relative;
  overflow: hidden;
}
.tlp-team .layout2 .tlp-img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout2 .tlp-content {
  margin-bottom: 5px;
}
.tlp-team .layout2 .tlp-content h3 a {
  color: #222222;
  font-size: 22px;
}
.tlp-team .layout2 .tlp-content .tlp-position {
  font-weight: 600;
  text-align: left;
}
.tlp-team .layout2 .social-icons {
  text-align: left !important;
}
.tlp-team .layout2 .social-icons a {
  border: 1px solid #d7d7d7;
  color: #d70022;
  height: 40px;
  width: 40px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .layout2 .social-icons a i {
  display: inline-block;
  padding: 0;
}
.tlp-team .layout2 .social-icons a:hover {
  background: #d70022;
  border: 1px solid #d70022;
  color: #ffffff;
}
.tlp-team .layout2 .social-icons a:hover i {
  background: transparent;
}
.tlp-team .layout2 .tlp-equal-height {
  padding: 0;
}
.tlp-team .layout2 .tlp-equal-height:hover .tlp-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.tlp-team .layout2 .tlp-equal-height:hover .tlp-content h3 a {
  color: #d70022;
}
.tlp-team .layout1 .single-team-area {
  background: #f5f5f5;
  padding: 50px 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .single-team-area .single-team img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
}
.tlp-team .layout1 .single-team-area .single-team .overlay-element .detail-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tlp-team .layout1 .single-team-area .single-team .overlay-element .detail-link a i {
  margin-top: 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: transparent;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  padding: 25px 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  color: #222222;
  font-size: 18px;
  text-align: center;
}
.tlp-team .layout1 .single-team-area .tlp-position {
  color: #d70022;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .single-team-area .short-bio {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .single-team-area .short-bio p {
  text-align: center;
}
.tlp-team .layout1 .single-team-area .contact-info,
.tlp-team .layout1 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout1 .single-team-area:hover {
  background: #d70022;
}
.tlp-team .layout1 .single-team-area:hover .tlp-content-layout1 h3 a {
  color: #ffffff;
}
.tlp-team .layout1 .single-team-area:hover .tlp-position {
  color: #ffffff;
}
.tlp-team .layout1 .single-team-area:hover .short-bio {
  color: #ffffff;
}
.tlp-team .layout4 .single-team-area .single-team .overlay {
  background: rgba(203, 1, 27, 0.8);
}
.tlp-team .layout4 .single-team-area .single-team .overlay-element {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tlp-team .layout4 .single-team-area .single-team .overlay-element .tlp-content {
  padding-top: 0;
}
.tlp-team .layout4 .single-team-area .single-team h3 {
  margin-bottom: 5px;
}
.tlp-team .layout4 .single-team-area .single-team h3 a {
  font-size: 22px;
}
.tlp-team .layout4 .single-team-area .single-team .tlp-position {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.tlp-team .layout4 .single-team-area .single-team .tlp-position a {
  color: #ffffff;
}
.tlp-team .layout12 .single-team-area .tlp-overlay h3 a {
  font-size: 22px;
}
.tlp-team .layout12 .single-team-area .tlp-overlay h3 a span {
  background: #ffffff;
  color: #222222;
  padding: 8px 20px;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .tlp-position {
  margin-top: 15px;
  text-align: left;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .tlp-position span {
  font-weight: 600;
  padding: 8px 20px;
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay {
  background: rgba(203, 1, 27, 0.8);
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay h3 a span {
  color: #ffffff;
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay .tlp-position {
  margin-top: 5px;
  margin-bottom: 20px;
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay .tlp-position a {
  color: #ffffff;
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay .short-bio a {
  color: #ffffff;
}
.advisors-team-slider .layout3 .single-team-area .single-team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.advisors-team-slider .layout3 .single-team-area figure {
  float: left;
  margin-right: 70px;
}
.advisors-team-slider .layout3 .single-team-area .full-content {
  display: table-cell;
  padding-right: 30px;
}
.advisors-team-slider .layout3 .single-team-area .tlp-content h3 {
  font-size: 30px;
  text-align: left;
}
.advisors-team-slider .layout3 .single-team-area .tlp-content h3 a {
  color: #ffffff;
  font-size: 30px;
}
.advisors-team-slider .layout3 .single-team-area .tlp-content h3 a:hover {
  color: #ffffff;
}
.advisors-team-slider .layout3 .single-team-area .tlp-content .tlp-position {
  color: #ffffff;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
.advisors-team-slider .layout3 .single-team-area .tlp-content .tlp-position:after {
  background: #ffffff;
  position: absolute;
  content: "";
  height: 4px;
  width: 60px;
  left: 0;
  bottom: 0px;
}
.advisors-team-slider .layout3 .single-team-area .short-bio {
  color: #ffffff;
}
.advisors-team-slider .layout3 .single-team-area .short-bio p {
  text-align: left;
}
.advisors-team-slider .layout3 .single-team-area .social-icons {
  text-align: left;
}
.advisors-team-slider .layout3 .single-team-area .social-icons a {
  color: #ffffff;
  border: none !important;
  font-size: 20px;
  height: inherit;
  width: inherit;
  margin-right: 25px;
}
.advisors-team-slider .layout3 .single-team-area .social-icons a:hover {
  border: none;
}
.advisors-team-slider .layout3 .single-team-area .social-icons a:hover i {
  height: inherit;
  width: inherit;
}
.advisors-team-slider .layout3 .single-team-area:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 395px 0 0 50px;
  border-color: transparent transparent transparent #e2e4ed;
}
.advisors-team-slider .layout3 .item {
  background: #d70022;
  margin-right: 50px;
  overflow: hidden;
}
.container-fluid.tlp-team > .layout2 > div {
  padding: 0;
}
.tlp-team .tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team .tlp-team-detail .tlp-content {
  position: relative;
  padding-bottom: 15px;
}
.tlp-team .tlp-team-detail .tlp-content:after {
  position: absolute;
  content: "";
  background: #d70022;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
}
.tlp-team .tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.tlp-team .tlp-team-detail .short-bio {
  margin-top: 20px;
}
.tlp-team .tlp-team-detail .tlp-team-skill {
  margin-top: 20px;
  padding-bottom: 0;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog {
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  height: 14px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog .fill {
  background: #d70022;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tlp-team .tlp-team-detail .social-icons a {
  border: 1px solid #d7d7d7;
  color: #d70022;
  height: 40px;
  width: 40px;
}
.tlp-team .tlp-team-detail .social-icons a i {
  line-height: 38px;
  padding: 0;
}
.tlp-team .tlp-team-detail .social-icons a:hover {
  background: #d70022;
  border: 1px solid #d70022;
  color: #ffffff;
}
.tlp-team .tlp-team-detail .social-icons a:hover i {
  height: inherit;
  width: inherit;
}
/*=====  End of Team css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .layout9 .tlp-equal-height {
  margin-bottom: 1px;
  padding: 0 1px;
}
.tlp-portfolio .layout9 .tlp-portfolio-item figcaption {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .layout9 .tlp-portfolio-item figcaption:before {
  border: none;
}
.tlp-portfolio .layout9 .tlp-portfolio-item figcaption:after {
  border: none;
}
.tlp-portfolio .layout9 .tlp-portfolio-item figcaption:hover {
  background: rgba(3, 23, 35, 0.9);
}
.tlp-portfolio .layout9 .tlp-portfolio-item figcaption:hover .link-icon {
  bottom: 22px;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content {
  height: 100%;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content h3 {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  text-align: center;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content h3 a {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content .link-icon {
  position: absolute;
  right: 0;
  bottom: -45px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content .link-icon a {
  background: #d70022;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 8px 14px;
  height: inherit;
  width: inherit;
}
.tlp-portfolio .layout9 .tlp-portfolio-item .tlp-content .link-icon a i:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(3, 23, 35, 0.8);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
  background: #d70022;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  position: absolute;
  padding: 8px 14px;
  right: -45px;
  bottom: -45px;
  height: inherit;
  width: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a i:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  padding: 15px 0px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
}
.tlp-portfolio .layout1 .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a {
  color: #d70022;
}
.tlp-portfolio .layout1 .tlp-portfolio-item:hover .tlp-overlay .link-icon a {
  bottom: 0;
  right: 0;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .tlp-title {
  margin-bottom: 20px;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .link-icon a {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0px;
  height: inherit;
  width: inherit;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .link-icon a i:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
/*=====  End of Portfolio css  ======*/
/*============================================
=            frequently asked css            =
============================================*/
.frequently-questions .sppb-addon-text-block {
  position: relative;
}
.frequently-questions .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.frequently-questions .sppb-addon-text-block .sppb-addon-title:before {
  background: #ffffff;
}
.frequently-questions:before {
  background: url(../images/section3.jpg) left 0 no-repeat;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}
.frequently-questions:after {
  background: #d70022;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}
.frequently-questions .sppb-addon {
  color: #ffffff;
  padding-left: 30px;
}
.sppb-addon-accordion {
  margin-top: 20px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  background: transparent;
  border: none;
  border-bottom: none;
  /*margin-bottom: 5px;*/
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #222222;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-panel-title {
  color: #d70022;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  color: #d70022;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel:last-child {
  border-bottom: none;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-body {
  border: none;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  background: #d70022;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  color: #ffffff;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #ffffff;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active {
  background: #222222;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel:last-child {
  border-bottom: none;
}
.home-two-accordion .sppb-addon-accordion .sppb-panel-group .sppb-panel-body {
  border: none;
}
/*=====  End of frequently asked css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.tss-wrapper .tss-layout4 .slick-slide {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper {
  background: transparent;
  display: inherit;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper {
  background: url(../images/quote.png) no-repeat scroll left top;
  padding: 30px 0 25px 0;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper:before {
  color: #d70022;
  font-size: 24px;
  top: inherit;
  left: 15px;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper .item-content {
  font-size: 15px;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info h3.author-name {
  color: #d70022;
}
.tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  padding: 0 25px 0px 0;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}
.tss-wrapper .tss-layout6 .slick-slide {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper {
  background: transparent;
  padding-top: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  margin-bottom: 20px;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info h3.author-name {
  color: #d70022;
}
.tss-wrapper .tss-layout6 .single-item-wrapper:before {
  display: none;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 15px 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper .item-content {
  color: #e1e6eb;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 60%;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper:before {
  display: none;
}
.tss-wrapper .rt-carousel span.rt-slick-nav {
  background: transparent;
  border: 1px solid #d70022;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 15px;
  color: #d70022;
  top: -90px;
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  line-height: 34px;
  height: 36px;
  width: 32px;
}
.tss-wrapper .rt-carousel span.rt-slick-nav:hover {
  background: #d70022;
  color: #ffffff;
}
.tss-wrapper .rt-carousel span.rt-slick-nav .fa {
  font-size: 20px;
  font-weight: 700;
}
.tss-wrapper .rt-carousel span.rt-slick-nav.rt-prev {
  left: inherit;
  right: 55px;
}
.tss-wrapper .rt-carousel span.rt-slick-nav.rt-next {
  right: 15px;
}
.tss-wrapper .rt-carousel ul.slick-dots {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.tss-wrapper .rt-carousel ul.slick-dots li button {
  background: #d6d6d6;
  height: 12px;
  width: 12px;
}
.tss-wrapper .rt-carousel ul.slick-dots li.slick-active button {
  background: #d70022;
}
.testimonial-four h2 {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.testimonial-four h2:after {
  background: #d70022;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}
/*=====  End of Testimonial css  ======*/
/*===========================================
=            Our Latest Blog css            =
===========================================*/
.rt-latest-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-latest-news ul li {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33333%;
}
.rt-latest-news ul li .moduleItemIntroimg {
  position: relative;
  overflow: hidden;
}
.rt-latest-news ul li .moduleItemIntroimg img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
}
.rt-latest-news ul li .moduleItemIntroimg .moduleItemDateCreated {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
}
.rt-latest-news ul li .moduleItemIntroimg .moduleItemDateCreated span {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 600;
}
.rt-latest-news ul li .moduleItemIntroimg .moduleItemDateCreated .day {
  background: #d70022;
}
.rt-latest-news ul li .rt-catcontent {
  background: #ffffff;
  padding: 25px 20px 35px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.rt-latest-news ul li .rt-catcontent i {
  color: #8f8f8f;
  font-size: 18px;
  padding-right: 8px;
}
.rt-latest-news ul li .rt-catcontent h3 {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 20px;
}
.rt-latest-news ul li .rt-catcontent h3 a {
  color: #002e52;
}
.rt-latest-news ul li .rt-catcontent a {
  color: #8f8f8f;
}
.rt-latest-news ul li .rt-catcontent .moduleItemIntrotext {
  margin-bottom: 0px;
}
.rt-latest-news ul li .rt-catcontent .moduleItemAuthor {
  color: #8f8f8f;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
}
.rt-latest-news ul li .rt-catcontent a.moduleItemComments {
  font-size: 14px;
}
.rt-latest-news ul li:hover .rt-catcontent {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.rt-latest-news ul li:hover .rt-catcontent a {
  color: #d70022;
}
.rt-latest-news ul li:hover .moduleItemIntroimg img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
/*=====  End of Our Latest Blog css  ======*/
/*=============================================
=            Request call back css            =
=============================================*/
.rsform h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.rsform h2:after {
  background: #d70022;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 60px;
}
.rsform .formResponsive {
  margin-bottom: 0;
}
.rsform .formHorizontal .rsform-block {
  margin-bottom: 5px;
}
.rsform .formHorizontal .rsform-block .formDescription {
  margin-top: 5px;
}
.rsform .formHorizontal .rsform-block-submit {
  margin-bottom: 0;
}
.rsform .rsform-block .formControlLabel {
  padding: 0;
  width: 100%;
  text-align: left;
}
.rsform .rsform-block .formControls {
  margin-left: 0px;
}
.rsform .rsform-block .formControls .formBody input {
  border: 1px solid #d7d7d7;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  height: 30px;
  width: 96%;
}
.rsform .rsform-block .formControls .formBody textarea {
  border: 1px solid #d7d7d7;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  /*padding: 5px 10px;*/
  width: 98%;
}
.rsform .rsform-block .formControls .formBody button {
  background: #d70022;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 14px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rsform .rsform-block .formControls .formBody button:hover {
  background: #a51c2d;
}
.rsform .rsform-block .formControls .formBody .formValidation {
  display: block;
}
.call-back-one {
  position: relative;
  background: #d70022 url(../images/section4.png) left top no-repeat;
  background-size: cover;
  background-position: center;
}
.call-back-one .sppb-addon-title {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
.call-back-one .rsform {
  background: #ffffff;
  text-align: center;
  padding: 50px;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.call-back-one .rsform h2 {
  color: #222222;
}
.call-back-one .rsform h2:after {
  right: 0;
}
.call-back-one .rsform .formResponsive {
  margin-top: 60px;
}
.call-back-one .rsform:before {
  position: absolute;
  background: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 4px #a1a1a1;
  color: #ffffff;
  margin: 0 auto;
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 70px;
  left: 0;
  right: 0;
  top: -38px;
  height: 70px;
  width: 70px;
}
.call-back-two {
  position: relative;
  background: #d70022 url(../images/section4.png) left top no-repeat;
  background-size: cover;
  background-position: center;
}
.call-back-two .sppb-addon-text-block {
  color: #ffffff;
}
.call-back-two .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.call-back-two .sppb-addon-text-block .sppb-addon-title:before {
  background: #ffffff;
}
.call-back-two .rsform h2 {
  color: #ffffff;
  position: relative;
}
.call-back-two .rsform h2:after {
  background: #ffffff;
}
.call-back-two .rsform .formControlLabel {
  color: #ffffff;
  width: inherit;
  margin-bottom: 5px;
}
.call-back-two .rsform .rsform-block {
  margin-right: 15px;
  float: left;
  width: 47%;
}
.call-back-two .rsform .rsform-block .formControls {
  margin-left: 0;
}
.call-back-two .rsform .rsform-block .formControls .formBody input {
  background: #b70007;
  border: 1px solid #a51c2d;
  color: #ffffff;
}
.call-back-two .rsform .rsform-block .formControls .formBody input::-moz-placeholder {
  color: #ffffff;
}
.call-back-two .rsform .rsform-block .formControls .formBody input::-webkit-input-placeholder {
  color: #ffffff;
}
.call-back-two .rsform .rsform-block .formControls .formBody textarea {
  background: #b70007;
  border: 1px solid #a51c2d;
  color: #ffffff;
  max-height: 30px;
}
.call-back-two .rsform .rsform-block .formControls .formBody textarea::-moz-placeholder {
  color: #ffffff;
}
.call-back-two .rsform .rsform-block .formControls .formBody textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.call-back-two .rsform .rsform-block .formControls .formBody button {
  background: #ffffff;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.call-back-two .rsform .rsform-block .formControls .formBody button:hover {
  color: #d70022;
}
.call-back-two .rsform .rsform-block.rsform-block-submit .formControlLabel {
  margin-bottom: 0;
}
.call-back-three:before {
  background: url(../images/section10.jpg) no-repeat scroll right center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.call-back-three:after {
  background: #d70022;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.call-back-three .sppb-addon-module {
  margin-left: 60px;
}
.call-back-three .sppb-addon-module h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.call-back-three .sppb-addon-module h2:after {
  background: #ffffff;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 60px;
}
.call-back-three .rsform .formResponsive {
  margin-bottom: 0;
}
.call-back-three .rsform .formHorizontal .rsform-block {
  margin-bottom: 5px;
}
.call-back-three .rsform .formHorizontal .rsform-block .formDescription {
  margin-top: 5px;
}
.call-back-three .rsform .formHorizontal .rsform-block-submit {
  margin-bottom: 0;
}
.call-back-three .rsform .rsform-block .formControlLabel {
  color: #ffffff;
  margin-bottom: 5px;
  padding: 0;
  width: inherit;
}
.call-back-three .rsform .rsform-block .formControls {
  margin-left: 0;
}
.call-back-three .rsform .rsform-block .formControls .formBody input {
  background: #b70007;
  border: 1px solid #a51c2d;
  color: #ffffff;
}
.call-back-three .rsform .rsform-block .formControls .formBody input::-moz-placeholder {
  color: #ffffff;
}
.call-back-three .rsform .rsform-block .formControls .formBody input::-webkit-input-placeholder {
  color: #ffffff;
}
.call-back-three .rsform .rsform-block .formControls .formBody textarea {
  background: #b70007;
  border: 1px solid #a51c2d;
}
.call-back-three .rsform .rsform-block .formControls .formBody textarea::-moz-placeholder {
  color: #ffffff;
}
.call-back-three .rsform .rsform-block .formControls .formBody textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.call-back-three .rsform .rsform-block .formControls .formBody button {
  background: #ffffff;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.call-back-three .rsform .rsform-block .formControls .formBody button:hover {
  color: #d70022;
}
/*=====  End of Request call back css  ======*/
/*=======================================
=            Our Clients css            =
=======================================*/
.our-clients .rt-logo-showcase .rt-logo-item {
  background: #ffffff;
  margin-bottom: 0;
}
.our-clients .rt-logo-showcase button {
  background: transparent;
  border: 1px solid #d70022;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 34px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-clients .rt-logo-showcase button::before {
  color: #d70022;
  font-size: 14px;
  line-height: 36px;
  opacity: 1;
}
.our-clients .rt-logo-showcase button:hover {
  background: #d70022;
}
.our-clients .rt-logo-showcase button:hover::before {
  color: #ffffff;
}
.our-clients .rt-logo-showcase .slick-track {
  padding: 0;
}
.our-clients .rt-logo-showcase .slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f053";
}
.our-clients .rt-logo-showcase .slick-next::before {
  font-family: 'FontAwesome';
  content: "\f054";
}
/*=====  End of Our Clients css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  color: #dbdbdb;
  font-size: 16px;
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#sp-bottom .sp-module .latestnews > div {
  border-bottom: 1px solid #2f2f2f;
}
#sp-bottom .sp-module .latestnews > div:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module .latestnews a {
  color: #dbdbdb;
}
#sp-bottom .sp-module .latestnews a:hover {
  color: #d70022;
}
#sp-bottom .sp-module .footer-logo {
  margin-bottom: 25px;
}
#sp-bottom ul li {
  list-style: none;
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: 7px;
  padding-bottom: 8px;
}
#sp-bottom ul li a {
  color: #dbdbdb;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #d70022;
}
#sp-bottom ul li a::before {
  color: #d70022;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li i {
  color: #d70022;
  font-size: 18px;
  padding-right: 8px;
}
#sp-bottom .footer-address {
  margin-top: 20px;
}
#sp-bottom .footer-address ul li {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
#sp-bottom .footer-address ul li i {
  font-size: 24px;
}
#sp-bottom .footer-social {
  margin-top: 20px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  display: block;
  font-size: 20px;
  padding: 0 18px 0 0;
  text-align: center;
}
#sp-bottom .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social ul li a i {
  padding-right: 0;
  color: #d70022;
}
#sp-bottom .footer-social ul li a i:hover {
  color: #ffffff;
}
#sp-bottom .sp-tweet .sp-tweet-item {
  border-bottom: 1px solid #202b37;
}
#sp-bottom .sp-tweet .sp-tweet-even {
  background: transparent;
}
#sp-bottom .sp-tweet .sp-tweet-first {
  padding-top: 0;
}
#sp-bottom .footer-address ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sp-bottom .footer-address ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-footer .sp-copyright {
  color: #b1b1b1;
  font-size: 16px;
}
#sp-footer .sp-copyright a {
  color: #d70022;
}
/*=====  End of Bottom css  ======*/
/*===================================
=            Default css            =
===================================*/
.font-color {
  color: #d70022;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.item-page {
  margin-bottom: 0 !important;
}
.item-page .entry-header .article-info {
  margin-bottom: 15px;
}
.item-page .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.item-page .entry-header .article-info > dd .fa {
  color: #d70022;
}
.item-page .entry-header .article-info > dd a {
  color: #222222;
}
.item-page .entry-header h2 {
  font-size: 24px;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.item-page .entry-header h2:after {
  background: #d70022;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.blog .item .entry-header {
  margin-bottom: 20px;
}
.blog .item .entry-header .article-info {
  margin-bottom: 15px;
}
.blog .item .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.blog .item .entry-header .article-info > dd .fa {
  color: #d70022;
}
.blog .item .entry-header .article-info > dd a {
  color: #222222;
}
.blog .item .entry-header h2 a:hover {
  color: #d70022;
}
.blog .item .readmore {
  display: inline-block;
}
.blog .item .readmore a {
  background: #222222;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}
.blog .item .readmore a:hover {
  background: #d70022;
}
.blog-featured .item .entry-header {
  margin-bottom: 20px;
}
.blog-featured .item .entry-header .article-info {
  margin-bottom: 15px;
}
.blog-featured .item .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .item .entry-header .article-info > dd .fa {
  color: #d70022;
}
.blog-featured .item .entry-header .article-info > dd a {
  color: #222222;
}
.blog-featured .item .entry-header h2 a:hover {
  color: #d70022;
}
.blog-featured .item .readmore {
  display: inline-block;
}
.blog-featured .item .readmore a {
  background: #222222;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}
.blog-featured .item .readmore a:hover {
  background: #d70022;
}
.login .group-control input {
  background: #f5f5f5;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
}
.login .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px;
}
.registration .group-control input {
  background: #f5f5f5;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 40px;
}
.registration .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px;
}
#display-form .accordion-inner {
  padding: 0;
}
#display-form .contact-form form {
  background: transparent;
  border: none;
  box-shadow: none;
}
#display-form .contact-form form .control-group input,
#display-form .contact-form form .control-group textarea {
  border-radius: 0;
  box-shadow: none;
}
#display-form .contact-form form .control-group button {
  border-radius: 3px;
}
.search .btn-toolbar input {
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
.faq-page .sppb-addon-accordion {
  margin: 0;
}
.faq-page .sppb-addon-accordion .sppb-panel-default {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}
.faq-page .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.faq-page .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading.active {
  background: #d70022;
}
.faq-page .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading.active .sppb-panel-title {
  color: #ffffff;
}
.faq-page .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.error-page .error-page-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.error-page .error-page-inner::after {
  background: rgba(3, 23, 35, 0.5);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.error-page .error-page-inner > div {
  position: relative;
  z-index: 9;
}
.error-page .error-page-inner .error-code {
  font-size: 230px;
  letter-spacing: 15px;
  color: #ffffff;
}
.error-page .error-page-inner .error-code::first-letter {
  color: #d70022;
}
.error-page .error-page-inner .error-message {
  font-size: 30px;
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary {
  background: #d70022;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 35px;
  letter-spacing: 1px;
}
.error-page .error-page-inner a.btn-primary i::before {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-page .error-page-inner a.btn-primary:hover {
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary:hover i::before {
  padding-right: 7px;
}
body .scrollup {
  background: #d70022;
  border: 2px solid #d70022;
  border-radius: 3px;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #a51c2d;
}
/*=====  End of Default css  ======*/
/*===================================
=            Sidebar css            =
===================================*/
.custom-class .sp-module .sp-module-title,
.class2 .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #d70022;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.custom-class .sp-module ul li,
.class2 .sp-module ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  font-size: 15px;
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  color: #d70022;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom-class .sp-module ul li:last-child,
.class2 .sp-module ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .service-menu ul li,
.class2 .service-menu ul li {
  border: none;
  margin-bottom: 2px;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  background: #f5f5f5;
  padding: 8px 15px;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #d70022;
  color: #ffffff;
}
.custom-class .service-menu ul li a:hover::before,
.class2 .service-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .service-menu ul li.active a,
.class2 .service-menu ul li.active a {
  background: #d70022;
  color: #ffffff;
}
.custom-class .service-menu ul li.active a::before,
.class2 .service-menu ul li.active a::before {
  color: #ffffff;
}
.custom-class .sidebar-testimonial .item .test-content,
.class2 .sidebar-testimonial .item .test-content {
  margin-bottom: 30px;
}
.custom-class .sidebar-testimonial .item .img-area,
.class2 .sidebar-testimonial .item .img-area {
  float: left;
  margin-right: 20px;
}
.custom-class .sidebar-testimonial .item .img-area img,
.class2 .sidebar-testimonial .item .img-area img {
  width: inherit;
}
.custom-class .sidebar-testimonial .item .title-area h3,
.class2 .sidebar-testimonial .item .title-area h3 {
  margin-bottom: 5px;
}
.custom-class .contact-info ul li,
.class2 .contact-info ul li {
  border: none;
  font-size: 18px;
}
.custom-class .contact-info ul li i,
.class2 .contact-info ul li i {
  color: #d70022;
  padding-right: 12px;
}
.custom-class .contact-info ul li:first-child,
.class2 .contact-info ul li:first-child {
  font-weight: 600;
}
.custom-class .case-info p,
.class2 .case-info p {
  font-size: 16px;
}
.custom-class .download-brochures,
.class2 .download-brochures {
  background: #222222;
  padding: 20px;
}
.custom-class .download-brochures h3,
.class2 .download-brochures h3 {
  color: #ffffff;
  font-size: 24px;
}
.custom-class .download-brochures a,
.class2 .download-brochures a {
  background: #d70022;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.custom-class .download-brochures a:after,
.class2 .download-brochures a:after {
  font-family: 'FontAwesome';
  content: "\f1c1";
  padding-left: 10px;
}
.custom-class .download-brochures a:hover,
.class2 .download-brochures a:hover {
  background: #a51c2d;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 40px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: #d70022;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 10px 14px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
}
.custom-class .k2CategoriesListBlock li a,
.class2 .k2CategoriesListBlock li a {
  padding: 0;
}
.custom-class .k2CategoriesListBlock li a .catCounter,
.class2 .k2CategoriesListBlock li a .catCounter {
  float: right;
}
.custom-class .k2CategoriesListBlock li.activeCategory a,
.class2 .k2CategoriesListBlock li.activeCategory a {
  font-weight: 400;
  color: #d70022;
}
.custom-class .k2TagCloudBlock,
.class2 .k2TagCloudBlock {
  padding: 0;
}
.custom-class .k2TagCloudBlock a,
.class2 .k2TagCloudBlock a {
  border: 1px solid #d6d6d6;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px !important;
  margin: 2px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 31%;
}
.custom-class .k2TagCloudBlock a:hover,
.class2 .k2TagCloudBlock a:hover {
  background: #222222;
  color: #ffffff;
  padding: 5px 0;
}
.custom-class .recent-post ul li,
.class2 .recent-post ul li {
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.custom-class .recent-post ul li:last-child,
.class2 .recent-post ul li:last-child {
  margin: 0;
  padding: 0;
}
.custom-class .recent-post ul li .popular-content .moduleItemDateCreated,
.class2 .recent-post ul li .popular-content .moduleItemDateCreated {
  color: #7d7d7d;
  font-size: 14px;
  margin-top: 10px;
}
.custom-class .recent-post ul li .popular-content h3,
.class2 .recent-post ul li .popular-content h3 {
  line-height: 22px;
}
.custom-class .recent-post ul li .popular-content h3 .moduleItemTitle,
.class2 .recent-post ul li .popular-content h3 .moduleItemTitle {
  color: #222222;
}
.custom-class .recent-post ul li .popular-content h3 .moduleItemTitle:hover,
.class2 .recent-post ul li .popular-content h3 .moduleItemTitle:hover {
  color: #d70022;
}
.custom-class .k2ArchivesBlock ul li .archive-counter,
.class2 .k2ArchivesBlock ul li .archive-counter {
  float: right;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #d70022;
}
/*=====  End of Sidebar css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  background-position: center;
  padding: 100px 0 100px 0;
  position: relative;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 28px;
  position: relative;
  float:right;
  top:55px;
  text-transform: uppercase;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  float:left;
  top: 52px;
  z-index: 1;
 
}

@media all and (max-width:720px){
	#sp-title .sp-page-title .breadcrumb {
		float:none !important;
		clear: both;
	}
	
	
    .breadcrumb {
		float: none !important;	 
		clear:both;
	}
	
	#sp-title .sp-page-title h2 {
		float: none !important;	 
		clear:both;
	}

	.breadcrumb {
		margin-bottom: 30px !important;
	}
}
	
#sp-title .sp-page-title .breadcrumb li {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #d70022;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #d70022;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#sp-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner css  ======*/
/*======================================
=            Pagination css            =
======================================*/
.itemListView .k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
.itemListView .k2Pagination .pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 2px;
  height: 40px;
  width: 45px;
  padding: 0;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #d70022;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #d70022;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 2px;
  height: 40px;
  width: 45px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #d70022;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #d70022;
}
div.pagination {
  text-align: center;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 2px;
  height: 40px;
  width: 45px;
  padding: 0;
  text-align: center;
}
div.pagination ul.pagination li a:hover {
  background: #d70022;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #d70022;
}
/*=====  End of Pagination css  ======*/
/*======================================
=            About page css            =
======================================*/
.about-one {
  background: url(../images/about-bg.jpg) 10% center no-repeat;
}
.about-one .sppb-addon-text-block .sppb-addon-title {
  font-size: 36px;
}
.about-one .sppb-addon-text-block .sppb-addon-title span {
  font-size: 20px;
  display: block;
}
.about-service-one {
  background: #d70022;
}
.about-service-one .sppb-addon-feature {
  margin-bottom: 30px;
}
.about-service-one .sppb-addon-feature .sppb-icon {
  font-size: 36px;
  color: #ffffff;
}
.about-service-one .sppb-addon-feature .sppb-media-body {
  overflow: initial;
}
.about-service-one .sppb-addon-feature .sppb-media-body .sppb-addon-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.about-service-one .sppb-addon-feature .sppb-media-body .sppb-addon-title:after {
  background: #ffffff;
  content: "";
  height: 4px;
  position: absolute;
  left: 56px;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.about-service-one .sppb-addon-feature .sppb-media-body .sppb-addon-title a {
  color: #ffffff;
}
.about-service-one .sppb-addon-feature .sppb-media-body .sppb-addon-text {
  color: #ffffff;
  display: inline-block;
}
/*=====  End of About page css  ======*/
/*========================================
=            Service page css            =
========================================*/
.service-one .sppb-addon-feature {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.service-one .sppb-addon-feature .sppb-img-container {
  overflow: hidden;
  position: relative;
}
.service-one .sppb-addon-feature .sppb-img-container:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.service-one .sppb-addon-feature .sppb-addon-title {
  margin: 20px 0 15px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-one .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-one .sppb-addon-feature:hover .sppb-img-container:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-one .sppb-addon-feature:hover .sppb-addon-title a {
  color: #d70022;
}
.service-two .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-two .sppb-addon-feature .sppb-addon-title a {
  color: #222222;
}
.service-two .sppb-addon-feature .pull-left {
  margin-right: 30px;
}
.service-two .sppb-addon-feature .pull-left .sppb-img-container {
  overflow: hidden;
  position: relative;
}
.service-two .sppb-addon-feature .pull-left .sppb-img-container:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
}
.service-two .sppb-addon-feature:hover .sppb-img-container:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-two .sppb-addon-feature:hover .sppb-addon-title a {
  color: #d70022;
}
.service-two .sppb-addon-feature .sppb-media-body .sppb-addon-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-two .sppb-addon-feature .sppb-media-body .sppb-addon-title:after {
  background: #d70022;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.service-two .sppb-addon-feature .sppb-media-body .ghost-btn {
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 20px;
}
.service-three .sppb-addon-feature {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.service-three .sppb-addon-feature .sppb-addon-content {
  position: relative;
  z-index: 1;
}
.service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
  background: rgba(203, 1, 27, 0.9);
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 15px 0;
}
.service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-title a {
  color: #ffffff;
}
.service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
  background: rgba(203, 1, 27, 0.9);
  bottom: 60px;
  color: #ffffff;
  left: 0;
  opacity: 0;
  padding: 25px 20px;
  position: absolute;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 8px;
}
.service-three .sppb-addon-feature:hover .sppb-addon-text {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.monthly-servay {
  display: flex;
  margin-top: 40px;
}
.monthly-servay h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.monthly-servay h2:after {
  background: #d70022;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.monthly-servay .conent-left {
  flex: 1;
}
.monthly-servay .image-right {
  flex: 1;
  margin: 50px 0 0 30px;
}
.moduletabletab-solution {
  margin-top: 30px;
}
.moduletabletab-solution h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.moduletabletab-solution h3:after {
  background: #d70022;
  border-radius: 0px;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.moduletabletab-solution .sppb-addon-tab {
  border: 1px solid #ddd;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav {
  border: none;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li {
  width: 33.33333%;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li a {
  border: none;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li:hover a {
  border-bottom: 2px solid #d70022;
  color: #d70022;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li.active a {
  color: #d70022;
  border-bottom: 2px solid #d70022;
}
.moduletabletab-solution .sppb-addon-tab .sppb-nav-tabs-content {
  border: none;
  padding: 30px;
}
/*=====  End of Service page css  ======*/
/*=============================================
=            Case studies page css            =
=============================================*/
.blogcase-studies article.item {
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blogcase-studies article.item .entry-header {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
.blogcase-studies article.item .entry-header h2 {
  margin: 0;
}
.blogcase-studies article.item .entry-header h2 a {
  color: #222222;
}
.blogcase-studies article.item p {
  padding: 0 40px 40px;
  text-align: center;
}
.blogcase-studies article.item .intro-image {
  position: relative;
  overflow: hidden;
}
.blogcase-studies article.item .intro-image:after {
  background: rgba(3, 23, 35, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogcase-studies article.item:hover {
  -webkit-box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 10px 8px 0px rgba(111, 111, 111, 0.5);
}
.blogcase-studies article.item:hover .entry-header h2 a {
  color: #d70022;
}
.blogcase-studies article.item:hover .intro-image:after {
  opacity: 1;
}
/*=====  End of Case studies page css  ======*/
/*=========================================
=            Blog Category css            =
=========================================*/
#k2Container {
  padding-bottom: 0;
}
.rt-catlayout-one .catItemBody {
  margin-bottom: 50px;
  padding: 0;
}
.rt-catlayout-one .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.rt-catlayout-one .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rt-catlayout-one .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-catlayout-one .catItemBody .catItemImageBlock .catItemDateCreated .date {
  background: #d70022;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}
.rt-catlayout-one .catItemBody .catItemImageBlock:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rt-catlayout-one .catItemBody .catItemImageBlock:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.rt-catlayout-one .catItemBody .catItemTitle {
  margin-top: 30px;
  margin-bottom: 12px;
}
.rt-catlayout-one .catItemBody .catItemTitle a {
  color: #222222;
}
.rt-catlayout-one .catItemBody .catItemTitle a:hover {
  color: #d70022;
}
.rt-catlayout-one .catItemBody .catItemReadMore {
  display: inline-block;
  margin-top: 10px;
}
.rt-catlayout-one .catItemBody .catItemReadMore .k2ReadMore {
  background: #222222;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}
.rt-catlayout-one .catItemBody .catItemReadMore .k2ReadMore:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 8px;
}
.rt-catlayout-one .catItemBody .catItemReadMore .k2ReadMore:hover {
  background: #d70022;
}
.rt-catlayout-two .catItemBody {
  margin-bottom: 50px;
  padding: 0 15px;
}
.rt-catlayout-two .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.rt-catlayout-two .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rt-catlayout-two .catItemBody .catItemImageBlock:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rt-catlayout-two .catItemBody .catItemImageBlock:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.rt-catlayout-two .catItemBody .catItemTitle {
  margin-top: 30px;
  margin-bottom: 12px;
}
.rt-catlayout-two .catItemBody .catItemTitle a {
  color: #222222;
}
.rt-catlayout-two .catItemBody .catItemTitle a:hover {
  color: #d70022;
}
.rt-catlayout-two .catItemBody .catitem-info {
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 20px;
}
.rt-catlayout-two .catItemBody .catitem-info .catItemDateCreated {
  display: inline-block;
  margin-right: 15px;
}
.rt-catlayout-two .catItemBody .catitem-info .catItemCategory {
  display: inline-block;
  margin-right: 15px;
}
.rt-catlayout-two .catItemBody .catitem-info .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
.rt-catlayout-two .catItemBody .catitem-info a {
  color: #222222;
}
.rt-catlayout-two .catItemBody .catitem-info a:hover {
  color: #d70022;
}
.rt-catlayout-two .catItemBody .catitem-info i {
  color: #d70022;
  padding-right: 8px;
}
.rt-catlayout-three .catItemBody {
  margin-bottom: 30px;
  padding: 0px;
}
.rt-catlayout-three .catItemBody .catitem-image {
  padding-right: 30px;
}
.rt-catlayout-three .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.rt-catlayout-three .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rt-catlayout-three .catItemBody .catItemImageBlock:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rt-catlayout-three .catItemBody .catItemImageBlock:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.rt-catlayout-three .catItemBody .catItemTitle {
  margin-bottom: 12px;
}
.rt-catlayout-three .catItemBody .catItemTitle a {
  color: #222222;
}
.rt-catlayout-three .catItemBody .catItemTitle a:hover {
  color: #d70022;
}
.rt-catlayout-three .catItemBody .catitem-info {
  margin-bottom: 10px;
}
.rt-catlayout-three .catItemBody .catitem-info .catItemDateCreated {
  display: inline-block;
  margin-right: 15px;
}
.rt-catlayout-three .catItemBody .catitem-info .catItemAuthor {
  display: inline-block;
  margin-right: 15px;
}
.rt-catlayout-three .catItemBody .catitem-info .catItemTagsBlock {
  display: inline-block;
  margin-right: 15px;
}
.rt-catlayout-three .catItemBody .catitem-info .catItemTagsBlock ul li a:before {
  content: "";
}
.rt-catlayout-three .catItemBody .catitem-info .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
.rt-catlayout-three .catItemBody .catitem-info a {
  color: #222222;
}
.rt-catlayout-three .catItemBody .catitem-info a:hover {
  color: #d70022;
}
.rt-catlayout-three .catItemBody .catitem-info i {
  color: #d70022;
  padding-right: 8px;
}
.rt-catlayout-three .catItemBody .catItemReadMore {
  display: inline-block;
  margin-top: 5px;
}
.rt-catlayout-three .catItemBody .catItemReadMore .k2ReadMore {
  background: #222222;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 9px 15px;
  text-transform: uppercase;
}
.rt-catlayout-three .catItemBody .catItemReadMore .k2ReadMore:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 8px;
}
.rt-catlayout-three .catItemBody .catItemReadMore .k2ReadMore:hover {
  background: #d70022;
}
/*=====  End of Blog Category css  ======*/
/*============================================
=            Single Blog item css            =
=============================================*/
.rt-item .itemToolbar {
  background: transparent;
  margin: 0;
  padding: 0;
}
.rt-item .itemBody {
  margin: 0;
  padding: 0;
}
.rt-item .itemBody .itemImageBlock {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.rt-item .itemBody .itemImageBlock .itemImage {
  margin: 0;
}
.rt-item .itemBody .rt-item-info {
  border-bottom: 1px solid #d6d6d6;
  color: #222222;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rt-item .itemBody .rt-item-info .itemTitle {
  margin-bottom: 5px;
  font-size: 28px;
}
.rt-item .itemBody .rt-item-info .itemDateCreated {
  display: inline-block;
  margin-right: 15px;
}
.rt-item .itemBody .rt-item-info .itemAuthor {
  margin-right: 15px;
}
.rt-item .itemBody .rt-item-info .itemCategory {
  display: inline-block;
  margin-right: 15px;
}
.rt-item .itemBody .rt-item-info .itemCommentsLink {
  display: inline-block;
}
.rt-item .itemBody .rt-item-info i {
  color: #d70022;
  padding-right: 8px;
}
.rt-item .itemBody .rt-item-info a {
  color: #222222;
}
.rt-item .itemBody .rt-item-info a:hover {
  color: #d70022;
}
.rt-item .itemBody .itemHeader .itemTitle {
  margin-bottom: 20px;
  padding: 0;
}
.rt-item .itemBody .itemFullText blockquote {
  background: #f5f5f5;
  color: #8f8e8e;
  border: none;
  display: flex;
  font-size: 18px;
  font-style: italic;
  margin: 30px 0;
  padding: 30px 40px;
}
.rt-item .itemBody .itemFullText blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #d70022;
  padding-right: 12px;
}
.rt-item .itemLinks {
  border-top: 1px solid #d6d6d6;
  margin-top: 35px;
  padding-top: 30px;
}
.rt-item .itemLinks .itemTagsBlock {
  display: inline-block;
}
.rt-item .itemLinks .itemTagsBlock ul li a {
  font-size: 14px;
}
.rt-item .itemLinks .itemTagsBlock ul li a::before {
  content: "";
}
.rt-item .itemLinks .itemTagsBlock ul li a::after {
  content: " ,";
}
.rt-item .itemComments {
  background: transparent;
  border: none;
  margin-top: 40px;
  padding: 0;
}
.rt-item .itemComments h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.rt-item .itemComments h3:after {
  background: #d70022;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.rt-item .itemComments ul.itemCommentsList {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
}
.rt-item .itemComments ul.itemCommentsList li {
  border-bottom: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.rt-item .itemComments ul.itemCommentsList li .author-image img {
  background: #f8f8f8;
  margin-right: 20px;
  height: 80px;
  width: 80px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName {
  font-weight: 600;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #222222;
}
.rt-item .itemComments ul.itemCommentsList li .commentDate {
  color: #9d9d9d;
  font-weight: 400;
  border: none;
  margin: 0px;
  padding: 0;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a {
  background: #d70022;
  color: #ffffff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 12px;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a:hover {
  background: #a51c2d;
  color: #ffffff;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li.odd {
  margin-left: 30px;
}
.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate label {
  display: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 2px #a1a1a1;
  background: #f5f5f5;
  border: none;
  margin-top: 20px;
}
.rt-item .itemComments .itemCommentsForm .form-validate textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 2px #a1a1a1;
  background: #f5f5f5;
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  background: #d70022;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 25px;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  background: #a51c2d;
  color: #ffffff;
}
/*=====  End of Single Blog item css  ======*/
/*========================================
=            Contact page css            =
========================================*/
.sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control {
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #f5f5f5;
  color: #222222;
}
.sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-moz-placeholder {
  color: #222222;
}
.sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-webkit-input-placeholder {
  color: #222222;
}
.sppb-ajaxt-contact-form button {
  background: #222222;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 5px;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.sppb-ajaxt-contact-form button:hover {
  background: #d70022;
  color: #ffffff;
}
.contact-info ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.contact-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-info ul li i {
  color: #d70022;
  padding-right: 12px;
}
/*=====  End of Contact page css  ======*/
/*======================================
=            Responsive css            =
======================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
    content: "";
  }
  #sp-top-bar .top-social ul li {
    padding-left: 5px;
  }
  #home-four-page #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 7px;
    font-size: 14px;
  }
  #sp-header .menu-phone ul li {
    font-size: 14px;
  }
  #home-four-page #sp-top-bar > .container,
  #home-four-page #sp-header > .container {
    padding: 0 15px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 44px !important;
    line-height: 44px !important;
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.small_text {
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.largewhitebg {
    width: 100%;
    text-align: center;
  }
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
    padding: 12px 0;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .overley,
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    padding: 20px 10px;
    bottom: 55px;
    line-height: 18px;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #sp-bottom .footer-social ul li a {
    padding-right: 15px;
  }
  #sp-title .sp-page-title {
    padding: 80px 0;
  }
  .advisors-team-slider .layout3 .single-team-area::after {
    border-width: 339px 0 0 50px;
  }
  h1 {
    font-size: 40px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  #sp-top-bar .top-address ul li,
  #sp-top-bar .top-social ul li {
    padding-left: 2px;
  }
  #home-three-page #sp-top-bar .three-address ul li,
  #home-five-page #sp-top-bar .three-address ul li {
    margin-right: 10px;
  }
  #home-three-page #sp-top-bar .top-social ul li a,
  #home-five-page #sp-top-bar .top-social ul li a {
    font-size: 15px;
  }
  #home-three-page #sp-top-bar .three-address ul li span,
  #home-five-page #sp-top-bar .three-address ul li span {
    font-size: 16px;
  }
  #sp-header .menu-phone ul li {
    font-size: 12px;
  }
  #home-four-page #sp-top-bar > .container,
  #home-four-page #sp-header > .container {
    padding: 0 15px;
  }
  #home-four-page #sp-header #sp-phone {
    padding-left: 0;
  }
  .body-wrapper #sp-header,
  #sp-header #sp-logo .logo {
    height: 70px;
  }
  #sp-menu #offcanvas-toggler,
  #sp-header .menu-phone ul li {
    line-height: 70px;
  }
  #sp-header .menu-phone ul li i {
    padding-right: 6px;
  }
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 50px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 36px !important;
    line-height: 36px !important;
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.small_text {
    width: 100%;
    text-align: center;
    padding: 0 15% !important;
    font-size: 15px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    width: 100%;
    text-align: center;
  }
  .home-one-service .sppb-addon-feature .sppb-addon-text {
    padding: 0;
  }
  .home-one-about {
    padding-top: 0;
  }
  .home-one-about .font-italic {
    margin: 0 0 20px 0;
  }
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
    padding: 8px 0;
  }
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    padding: 5px;
    bottom: 47px;
    line-height: 17px;
  }
  .tlp-team .layout3 .single-team-area .social-icons a,
  .tlp-team .social-icons a {
    margin-right: 1px;
  }
  .tlp-team .layout2 .single-team-area > div {
    padding-left: 0;
  }
  .sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
  }
  .frequently-questions .sppb-addon {
    padding-left: 15px;
  }
  .frequently-questions .sppb-addon-title {
    font-size: 26px;
  }
  .frequently-questions {
    padding: 55px 0 !important;
  }
  .rt-logo-showcase .rt-logo-item .single-logo-container img {
    padding: 0;
  }
  .home-two-service .sppb-addon-feature .pull-left {
    margin-right: 10px;
  }
  .home-two-service .sppb-addon-feature,
  .featured-services-three .rt-image-slider .single-feature .service-content .service-title,
  .featured-services-three .rt-image-slider .single-feature .service-content .overley {
    padding-left: 15px;
    padding-right: 15px;
  }
  .professional-solution .sppb-addon-pie-progress .sppb-addon-title {
    font-size: 20px;
  }
  .call-back-two .sppb-ajaxt-contact-form .sppb-form-group {
    width: 100%;
  }
  .home-three-service .sppb-addon-title {
    font-size: 20px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    bottom: 44px;
    padding: 5px;
    line-height: 16px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text p {
    margin-bottom: 7px;
    line-height: 18px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
    padding: 8px 0;
  }
  .tlp-team .layout1 .single-team-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-services-three .rt-image-slider .single-feature .service-content .service-title h3 {
    font-size: 20px;
  }
  .testimonial-four .mod-tlp-testimonial .item .test-content {
    padding: 0 8%;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content {
    bottom: -95px;
    padding: 7px 5px 12px;
  }
  .featured-services-one .rt-image-slider .single-feature .feature-slide-content p {
    margin-bottom: 6px;
    line-height: 18px;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content h3 {
    padding: 3px 0;
  }
  .help-together .sppb-addon-raw-html h3 {
    font-size: 30px;
  }
  .help-together .sppb-addon-raw-html h3 span,
  .professional-solution .sppb-addon-raw-html h3,
  .people-choose-services .sppb-addon-raw-html h2 {
    font-size: 36px;
  }
  .featured-services-two .rt-image-slider .single-feature .service-content .image-part img {
    width: calc(123%);
  }
  .tlp-team .layout2 .tlp-equal-height .tlp-col-md-7 {
    padding-left: 0;
  }
  .call-back-two .rsform .rsform-block {
    float: inherit;
    width: inherit;
  }
  .title-style-two .sppb-addon-content {
    padding: 0 17%;
  }
  .people-choose-services .sppb-addon-raw-html {
    padding-right: 20px;
  }
  .advisors-team-slider .layout3 .single-team-area::after {
    border-width: 240px 0 0 50px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    position: initial;
    margin-top: 30px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
  }
  .custom-class .sidebar-testimonial .mod-tlp-testimonial .item .title-area h3,
  .class2 .sidebar-testimonial .mod-tlp-testimonial .item .title-area h3,
  .custom-class .sidebar-testimonial .mod-tlp-testimonial .item .title-area h4,
  .class2 .sidebar-testimonial .mod-tlp-testimonial .item .title-area h4,
  .custom-class .sidebar-testimonial .item .test-content,
  .class2 .sidebar-testimonial .item .test-content {
    text-align: center;
  }
  .custom-class .sidebar-testimonial .mod-tlp-testimonial .item .img-area,
  .class2 .sidebar-testimonial .mod-tlp-testimonial .item .img-area {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .custom-class .sidebar-testimonial .mod-tlp-testimonial .item .img-area img,
  .class2 .sidebar-testimonial .mod-tlp-testimonial .item .img-area img {
    display: inline-block;
  }
  .custom-class .download-brochures,
  .class2 .download-brochures,
  .custom-class .download-brochures a,
  .class2 .download-brochures a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-class .sp-module .sp-module-title,
  .class2 .sp-module .sp-module-title {
    font-size: 20px;
  }
  .custom-class .k2TagCloudBlock a,
  .class2 .k2TagCloudBlock a {
    width: 47%;
  }
  .contact-info {
    padding-bottom: 90px;
  }
  .tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper .item-content {
    width: 70%;
  }
  #sp-top-bar .top-address ul li {
    margin-right: 8px;
  }
  .call-back-three .sppb-addon-module {
    margin-left: 15px;
  }
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #sp-top-bar .top-address ul,
  #sp-top-bar .top-social ul,
  #home-three-page #sp-top-bar .three-address ul,
  #home-five-page #sp-top-bar .three-address ul {
    text-align: center;
  }
  #home-three-page #sp-top-bar .three-address ul li,
  #home-five-page #sp-top-bar .three-address ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #sp-top-bar {
    display: none;
  }
  #home-four-page #sp-top-bar > .container,
  #home-four-page #sp-header > .container {
    padding: 0 15px;
  }
  .body-wrapper #sp-header,
  #sp-header #sp-logo .logo {
    height: 70px;
  }
  #sp-menu #offcanvas-toggler,
  #sp-header .menu-phone ul li {
    line-height: 70px;
  }
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 50px;
  }
  .slider-default-style .tp-caption.large_text {
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.largewhitebg {
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.small_text,
  .slider-default-style .tp-caption.medium_text {
    display: none;
  }
  .home-two-accordion {
    padding-bottom: 120px;
  }
  #home-two-page #sp-slider {
    margin-top: 0;
  }
  .waste-time-quote .sppb-addon-raw-html,
  .waste-time-quote .sppb-text-left {
    text-align: center;
  }
  .waste-time-quote .sppb-btn-default {
    float: inherit;
    margin-top: 20px;
  }
  .home-one-service .sppb-addon-feature .sppb-img-container,
  .home-one-service .sppb-addon-feature .sppb-img-container img {
    width: 100%;
  }
  .home-one-about {
    padding-bottom: 90px;
  }
  .frequently-questions::before,
  .frequently-questions::after {
    width: 100%;
  }
  .frequently-questions .sppb-addon,
  .frequently-questions .sppb-addon {
    padding-left: 0;
  }
  .rt-logo-showcase .rt-logo-item .single-logo-container img {
    padding: 0;
  }
  .rt-latest-news ul li {
    width: 100%;
    padding: 0;
  }
  .call-back-one .sppb-addon-ajax-contact {
    width: 100%;
    padding: 50px 20px;
  }
  .help-together .sppb-addon-raw-html h3 {
    font-size: 30px;
  }
  .call-back-two .sppb-ajaxt-contact-form {
    margin-top: 30px;
  }
  .call-back-two .sppb-ajaxt-contact-form .sppb-form-group {
    margin: 5px 0;
    width: 100%;
  }
  .own-site .sppb-addon-title {
    font-size: 30px;
  }
  .testimonial-four .mod-tlp-testimonial .item .test-content {
    padding: 0;
  }
  .call-back-two .rsform .rsform-block {
    width: inherit;
    float: inherit;
  }
  .call-back-two .rsform {
    margin-top: 40px;
  }
  .rsform .rsform-block .formControls .formBody input,
  .rsform .rsform-block .formControls .formBody textarea {
    width: inherit;
    padding: 4px;
  }
  .rsform .rsform-block .formControls .formBody textarea {
    max-height: inherit;
  }
  .call-back-one .rsform {
    width: 90%;
  }
  .people-choose-services .sppb-addon-raw-html {
    padding-right: 0;
  }
  .people-choose-services {
    background: transparent;
  }
  .people-choose-services::before {
    width: 100%;
  }
  .people-choose-services::after,
  .people-choose-services .overlay {
    display: none;
  }
  .featured-services-five .sppb-addon-feature .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .featured-services-five .sppb-addon-feature .pull-left .sppb-icon {
    width: inherit;
    font-size: 36px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    position: initial;
    margin-top: 30px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #sp-title .sp-page-title {
    text-align: center;
  }
  .about-one .sppb-text-left {
    margin-bottom: 50px;
  }
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    right: 0;
  }
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-img-container,
  .service-three .sppb-addon-feature .sppb-addon-content .sppb-img-container img {
    width: 100%;
  }
  .custom-class {
    margin-bottom: 90px;
  }
  .class2 {
    margin-top: 90px;
  }
  .custom-class .sidebar-testimonial .mod-tlp-testimonial .item,
  .class2 .sidebar-testimonial .mod-tlp-testimonial .item {
    padding: 0 15px;
  }
  .monthly-servay {
    display: inline-block;
  }
  .blogcase-studies article.item .intro-image img {
    width: 100%;
  }
  .tlp-portfolio .layout4 .tlp-portfolio-item .image-container img {
    width: 100%;
  }
  .rt-catlayout-three .catItemBody .pull-left {
    float: inherit !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .rt-catlayout-three .catItemBody .catItemImageBlock .catItemImage img {
    width: 100% !important;
  }
  .contact-info {
    padding-bottom: 90px;
  }
  .help-together .sppb-addon-raw-html h3 span {
    font-size: 36px;
  }
  .advisors-team-slider .layout3 .single-team-area .single-team-item {
    display: inherit;
  }
  .advisors-team-slider .layout3 .item {
    margin-right: 0;
  }
  .advisors-team-slider .layout3 .single-team-area::after {
    border-width: 0;
  }
  .advisors-team-slider .layout3 .single-team-area .full-content {
    padding: 0 15px 30px;
  }
  .advisors-team-slider .layout3 .single-team-area figure {
    margin-right: 0;
    float: inherit;
  }
  .advisors-team-slider .layout3 .single-team-area figure img {
    width: 100%;
    display: inline-block;
  }
  .call-back-three::before {
    display: none;
  }
  .call-back-three::after {
    width: 100%;
  }
  .call-back-three .sppb-addon-module {
    margin-left: 0;
  }
  .rt-latest-news.row {
    margin: 0;
  }
  .people-choose-services .sppb-addon-raw-html h2 {
    font-size: 30px;
  }
  .advisors-team-slider .layout3 .single-team-area .tlp-content h3 a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content h3 {
    font-size: 20px;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .featured-services-one .rt-image-slider .single-feature .feature-slide-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .home-three-service .sppb-addon-raw-html {
    margin-bottom: 30px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    right: 0;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container,
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container img {
    width: 100%;
  }
  .tlp-team .layout2 .tlp-equal-height {
    overflow: hidden;
    clear: both;
  }
  .tlp-team .layout2 .paddingl0 {
    float: left;
    width: 50%;
  }
  .tlp-team .layout2 .paddingr0 {
    float: left;
    width: 50%;
  }
  .tlp-team .layout2 .single-team-area > div {
    width: 50%;
    float: left;
  }
  .tlp-team .layout12 .tlp-equal-height {
    width: 50%;
    float: left;
  }
  .tlp-team .layout12 .single-team-area h3 {
    margin-top: 46%;
  }
  .tlp-team .layout4 .tlp-equal-height {
    width: 50%;
    float: left;
  }
  .tlp-portfolio .layout9 .tlp-equal-height,
  .tlp-portfolio .layout1 .tlp-equal-height {
    float: left;
    width: 50%;
  }
  .title-style-two .sppb-addon-content {
    padding: 0 12%;
  }
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 32px;
  }
  .service-one .sppb-column-addons > div {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .service-two .sppb-addon-feature .pull-left {
    width: 40%;
  }
  .tlp-portfolio .layout4 .tlp-portfolio-item .tlp-overlay .tlp-title {
    margin-bottom: 40px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    position: initial;
    margin-top: 30px;
  }
  .arrow-left-right .owl-carousel.owl-theme > .owl-nav > div {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    top: 57% !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 10px 24px !important;
  }
  .slider-default-style.slider-three .tp-caption.large_text {
    top: 32% !important;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .service-title h3 {
    font-size: 18px;
    padding: 8px 0;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .overley {
    padding: 5px;
    bottom: 41px;
    line-height: 17px;
  }
  .sppb-addon-content .owl-carousel.owl-theme .owl-nav {
    position: relative;
    top: inherit;
  }
  .home-one-about,
  .title-style-one .sppb-addon-title,
  .sppb-text-left,
  .testimonial .mod-tlp-testimonial .item,
  .rt-latest-news ul li,
  .testimonial .mod-tlp-testimonial .item .title-area h3,
  .testimonial .mod-tlp-testimonial .item .title-area h4 {
    text-align: center;
  }
  .sppb-addon-text-block .sppb-addon-title::before,
  .title-style-one .sppb-addon-title::before,
  .rt-latest-news ul li .moduleItemIntroimg .moduleItemDateCreated,
  .service-two .sppb-addon-feature .sppb-media-body .sppb-addon-title::after {
    right: 0;
    left: 0;
  }
  .testimonial .mod-tlp-testimonial .item .img-area {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .testimonial .mod-tlp-testimonial .item .img-area img {
    display: inline-block;
  }
  .tlp-team .layout2 .single-team-area .tlp-content {
    margin-top: 15px;
  }
  .tlp-portfolio .layout9 .tlp-portfolio-item img,
  .tlp-portfolio .layout1 .tlp-portfolio-thum img {
    width: 100%;
  }
  .tlp-portfolio .layout1 .tlp-equal-height {
    padding: 0;
  }
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3,
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a,
  .tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content p {
    text-align: center;
  }
  .home-two-service .sppb-addon-feature .sppb-addon-content .pull-left {
    float: inherit !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home-two-service .sppb-addon-feature {
    padding: 70px 20px;
  }
  .home-three-service .sppb-addon-raw-html {
    text-align: center;
  }
  .featured-services-two .rt-image-slider .single-feature .service-content .service-title h3 {
    font-size: 18px;
    text-align: center;
  }
  .featured-services-two .rt-image-slider .single-feature .service-content .service-title,
  .featured-services-two .rt-image-slider .single-feature .service-content .overley {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .featured-services-three .rt-image-slider .single-feature .service-content .service-title h3 {
    font-size: 18px;
    text-align: center;
  }
  .featured-services-three .rt-image-slider .single-feature .service-content .service-title,
  .featured-services-three .rt-image-slider .single-feature .service-content .overley {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .title-style-two .sppb-addon-content {
    padding: 0 5%;
  }
  .tab-left .sppb-nav-tabs {
    margin-bottom: 30px;
    margin-right: 0;
    float: inherit;
  }
  #sp-title .sp-page-title {
    padding: 40px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  .about-service-one .sppb-addon-feature .pull-left {
    float: inherit !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about-service-one .sppb-addon-feature .sppb-media-body h3::after {
    left: 0;
    right: 0;
  }
  .about-one .sppb-addon-text-block .sppb-addon-title {
    font-size: 30px;
  }
  .service-one .sppb-addon-feature .sppb-addon-content .sppb-img-container,
  .service-one .sppb-addon-feature .sppb-addon-content .sppb-img-container img {
    width: 100%;
  }
  .service-two .sppb-addon-feature .pull-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-two .sppb-addon-feature .sppb-media-body {
    float: left;
  }
  .service-two .sppb-addon-feature {
    overflow: hidden;
  }
  .service-two .sppb-addon-feature .pull-left .sppb-img-container,
  .service-two .sppb-addon-feature .pull-left .sppb-img-container img {
    width: 100%;
  }
  .contact-info {
    text-align: center;
  }
  .professional-solution .sppb-addon-raw-html h3 {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 30px;
  }
  h2,
  #sp-bottom .sp-module h3.sp-module-title,
  .waste-time-quote .sppb-addon-raw-html h3,
  .own-site .sppb-addon-title,
  .professional-solution .sppb-addon-raw-html h3 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  .tss-wrapper .rt-carousel span.rt-slick-nav.rt-prev {
    left: 41%;
    bottom: -15px;
    top: inherit;
  }
  .tss-wrapper .rt-carousel span.rt-slick-nav.rt-next {
    right: 41%;
    top: inherit;
    bottom: -15px;
  }
  .tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper .item-content {
    width: 100%;
  }
  .rsform .rsform-block .formControls {
    margin-left: 0;
  }
  .tlp-team .social-icons a {
    margin-right: 2px;
  }
  .tss-wrapper .tss-layout4 .single-item-wrapper .tss-meta-info {
    margin-bottom: 35px;
  }
  .rt-image-slider .single-feature .service-content .feature-slide-content {
    text-align: center;
  }
  .tss-wrapper .tss-layout4 .slick-slide .single-item-wrapper .item-content-wrapper {
    text-align: center;
  }
  .contact-form .control-group .control-label {
    float: inherit;
    text-align: left;
  }
  .contact-form .control-group .controls {
    margin-left: 0;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    width: 100%;
  }
  .contact-form .control-group .controls input[type="checkbox"] {
    width: auto;
  }
  .finder .word input,
  .search .btn-toolbar input {
    margin-bottom: 15px;
    width: 100%;
  }
  .blog-featured form {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .home-three-service .sppb-addon-raw-html {
    margin-bottom: 30px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    right: 0;
    bottom: 58px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container,
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container img {
    width: 100%;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  #sp-top-bar {
    display: none;
  }
  .slider-default-style .tp-caption.large_text {
    top: 25% !important;
  }
  .featured-services-one .rt-image-slider .single-feature .service-content .feature-slide-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-three-service .sppb-addon-raw-html {
    margin-bottom: 30px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
    bottom: 48px;
    right: 0;
    padding: 20px;
    line-height: 18px;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container,
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-img-container img {
    width: 100%;
  }
  .home-three-service .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
    padding: 10px 0;
  }
  .help-together .sppb-addon-raw-html h3 span {
    font-size: 30px;
  }
  .help-together .sppb-addon-raw-html h3,
  .call-back-one .sppb-addon-title {
    font-size: 24px;
  }
  .call-back-one .rsform {
    padding: 50px 20px 50px 12px;
  }
  .featured-services-three .rt-image-slider .single-feature .service-content .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tss-wrapper .rt-carousel span.rt-slick-nav.rt-prev {
    left: 37%;
  }
  .tss-wrapper .rt-carousel span.rt-slick-nav.rt-next {
    right: 37%;
  }
}
/*=====  End of Responsive css  ======*/
