@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*=========================================
=            Theme Default CSS            =
=========================================*/
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 20px 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;
}
.ghost-btn {
  background: #ffbe00;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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: #d49f05;
  color: #ffffff;
}
.ghost-btn-border {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 12px 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-border:hover {
  background: #d49f05;
  color: #ffffff;
}
.title-style-one {
  text-align: center;
  margin-bottom: 60px;
}
.title-style-one .sppb-addon-content {
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.title-style-border .sppb-addon-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.3;
}
.title-style-border .sppb-addon-title::after {
  background: #ffbe00;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
  line-height: 1.3;
}
.sppb-addon-text-block .sppb-addon-title span {
  display: block;
  font-weight: 400;
  color: #ffbe00;
}
.sppb-addon-text-block p span {
  font-size: 16px;
  font-weight: 600;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
}
.sppb-addon-text-block ul li {
  font-size: 17px;
  color: #808080;
  padding-bottom: 8px;
}
.sppb-addon-text-block ul li::before {
  color: #ffbe00;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 15px;
}
.sppb-addon-text-block .ghost-btn {
  color: #ffffff;
  font-weight: 600;
  margin-top: 25px;
  padding: 14px 40px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
  margin-bottom: 30px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  max-width: 60% ;
}
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
  background: #ffbe00;
  border: 2px solid #ffbe00;
  border-radius: 50%;
  height: 44px;
  line-height: 40px;
  margin: 0px;
  padding: 2px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
  width: 44px;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: transparent;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffbe00;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #d5d5d5;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #ffbe00;
}
.btn-download {
  display: inline-block;
  margin-top: 20px;
}
.btn-download a {
  display: block;
  background: #ffffff;
  border: 2px solid #ffbe00;
  border-radius: 3px;
  color: #111111;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
}
.btn-download a::after {
  font-family: 'FontAwesome';
  content: "\f019";
  padding-left: 12px;
}
.btn-download a:hover {
  background: #ffbe00;
  color: #ffffff;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
#sp-top-bar {
  background: #111111;
  padding: 7px 0;
}
#sp-top-bar > .container > .row > div {
  min-height: 0;
}
#sp-top-bar .sp-module {
  display: block !important;
  margin-left: 0 !important;
}
#sp-top-bar .sp-module ul li {
  display: inline-block;
  border: none;
}
#sp-top-bar .sp-module ul li a {
  line-height: 1;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-top-bar .sp-module ul li:last-child {
  margin-right: 0;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  color: #c3c3c3;
  margin-right: 15px;
}
.top-address ul li i {
  color: #ffbe00;
  font-size: 18px;
  padding-right: 5px;
}
.top-social .rt-socials ul {
  list-style: none;
  text-align: right;
}
.top-social .rt-socials ul li {
  display: inline-block;
  border: none;
}
.top-social .rt-socials ul li a {
  color: #c3c3c3;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
.top-social .rt-socials ul li a:hover {
  color: #ffbe00;
}
/*=====  End of Topbar css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
  padding: 0 12px;
  line-height: 89px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-menu .sp-megamenu-parent > li.active a {
  color: #ffbe00;
}
#sp-menu .sp-megamenu-parent > li:hover a {
  color: #ffbe00;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffbe00;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #d49f05;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #d49f05;
}
#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: #ffbe00;
  padding: 0 !important;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown-mega .sp-dropdown-inner {
  background: #d49f05;
}
#sp-menu #offcanvas-toggler {
  line-height: 90px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-header {
  box-shadow: none;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #ffbe00;
}
#header-two-style #sp-header {
  background: transparent;
  box-shadow: none;
}
#header-two-style #sp-header.menu-fixed {
  background: rgba(17, 17, 17, 0.7);
}
#header-two-style .slider-two {
  margin-top: -91px;
}
#header-two-style #sp-menu .sp-megamenu-parent {
  position: inherit;
}
#header-two-style #sp-menu .sp-megamenu-parent > li > a {
  color: #ffffff;
}
#header-two-style #sp-menu .sp-megamenu-parent > li.active > a {
  color: #ffbe00;
}
#header-two-style #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #ffbe00;
}
#header-two-style #offcanvas-toggler i {
  color: #ffffff;
}
.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;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .slotholder {
  position: relative;
}
.slider-default-style .slotholder::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 58px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 58px;
  text-transform: uppercase;
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 40px !important;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px !important;
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style .tp-caption.small_text {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: capitalize;
  width: 50%;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
  margin: 0 auto !important;
}
.slider-default-style .tp-caption.largewhitebg {
  background: transparent;
  width: 100%;
  left: 0 !important;
  text-align: center;
  display: block;
}
.slider-default-style .tp-caption.largewhitebg a {
  background: #ffbe00;
  border-radius: 3px;
  font-size: 14px !important;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px !important;
  line-height: 24px;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #d49f05;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  content: "\f105";
  font-family: "FontAwesome";
}
.slider-default-style .tparrows.default::after {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ffbe00;
  color: #faca3d;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  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 .tparrows.default:hover::after {
  background: #ffbe00;
  color: #ffffff;
}
/*=====  End of Main Slider css  ======*/
/*======================================
=            Consulting css            =
======================================*/
.consulting {
  background: #ffbe00;
}
.consulting .sppb-addon-raw-html h1 {
  font-size: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.consulting a.sppb-btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #111111;
  border-radius: 3px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 600;
}
.consulting a.sppb-btn:hover {
  background: transparent;
  color: #ffffff;
}
/*=====  End of Consulting css  ======*/
/*===================================
=            Service css            =
===================================*/
.proper_rule .sppb-addon-header h2 {
  font-size: 34px;
}
.proper_rule .sppb-addon-text-block {
  font-size: 16px;
  line-height: 26px;
}
.service-style1 .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-style1 .sppb-addon-feature .pull-left {
  margin-right: 25px;
}
.service-style1 .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  height: 70px;
  width: 70px;
  line-height: 66px;
  -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-style1 .sppb-addon-feature .sppb-icon .sppb-icon-container i:hover {
  background: transparent;
  color: #ffbe00;
}
.service-style1 .sppb-addon-feature .sppb-media-body a h3 {
  margin-bottom: 12px;
  -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-style1 .sppb-addon-feature .sppb-media-body a:hover h3 {
  color: #ffbe00;
}
.service-style2 .sppb-addon-feature {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -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;
}
.service-style2 .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.service-style2 .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.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;
}
.service-style2 .sppb-addon-feature .sppb-img-container:hover 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);
}
.service-style2 .sppb-addon-feature a h3 {
  margin-bottom: 15px;
  padding: 20px 30px 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;
}
.service-style2 .sppb-addon-feature .sppb-addon-text {
  padding: 0 30px 30px;
}
.service-style2 .sppb-addon-feature:hover {
  -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);
}
.service-style2 .sppb-addon-feature:hover a h3 {
  color: #ffbe00;
}
.service-style3 .sppb-addon-feature {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -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;
}
.service-style3 .sppb-addon-feature .sppb-icon {
  margin-bottom: 20px;
}
.service-style3 .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  height: 80px;
  width: 80px;
  line-height: 76px;
  -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-style3 .sppb-addon-feature .sppb-icon .sppb-icon-container i:hover {
  background: transparent;
  color: #ffbe00;
}
.service-style3 .sppb-addon-feature a h3 {
  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;
}
.service-style3 .sppb-addon-feature:hover {
  -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);
}
.service-style3 .sppb-addon-feature:hover a h3 {
  color: #ffbe00;
}
.service-style4 .sppb-addon-feature {
  background: #f8f8f8;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -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;
}
.service-style4 .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.service-style4 .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.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;
}
.service-style4 .sppb-addon-feature .sppb-img-container:hover 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);
}
.service-style4 .sppb-addon-feature a h3 {
  margin-bottom: 15px;
  padding: 20px 30px 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-style4 .sppb-addon-feature .sppb-addon-text {
  padding: 0 30px 30px;
}
.service-style4 .sppb-addon-feature:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);
}
.service-style4 .sppb-addon-feature:hover a h3 {
  color: #ffbe00;
}
.service-style5 .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-style5 .sppb-addon-feature .pull-left {
  margin-right: 25px;
}
.service-style5 .sppb-addon-feature .sppb-icon .sppb-icon-container i {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  height: 80px;
  width: 80px;
  line-height: 76px;
  -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-style5 .sppb-addon-feature .sppb-icon .sppb-icon-container i:hover {
  background: transparent;
  color: #ffbe00;
}
.service-style5 .sppb-addon-feature .sppb-media-body a h3 {
  margin-bottom: 12px;
  -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-style5 .sppb-addon-feature .sppb-media-body a:hover h3 {
  color: #ffbe00;
}
.services-tab-style ul.sppb-nav-tabs {
  float: left;
  width: 25%;
  border: none;
}
.services-tab-style ul.sppb-nav-tabs li {
  margin: 0 0 5px 0;
  float: none;
}
.services-tab-style ul.sppb-nav-tabs li a {
  background: transparent;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  font-weight: 400;
  font-size: 15px;
  margin-right: 0;
  color: #111111;
  padding: 20px 15px;
  -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;
}
.services-tab-style ul.sppb-nav-tabs li a i {
  color: #ffbe00;
  font-size: 24px;
}
.services-tab-style ul.sppb-nav-tabs li a:hover {
  border: 1px solid #ffbe00;
  background: #ffbe00;
  color: #ffffff;
  padding-left: 23px;
}
.services-tab-style ul.sppb-nav-tabs li a:hover i {
  color: #ffffff;
}
.services-tab-style ul.sppb-nav-tabs li.active a {
  border: 1px solid #ffbe00;
  background: #ffbe00;
  color: #ffffff;
}
.services-tab-style ul.sppb-nav-tabs li.active a i {
  color: #ffffff;
}
.services-tab-style .sppb-tab-content {
  border: none;
  float: left;
  width: 75%;
  padding: 0 0 0 30px;
}
.services-tab-style .sppb-tab-content .sppb-tab-pane {
  padding: 0;
}
.services-tab-style .sppb-tab-content .sppb-tab-pane h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.services-tab-style .sppb-tab-content .sppb-tab-pane h3::after {
  background: #ffbe00;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
/*=====  End of Service css  ======*/
/*==========================================
=            Dedicated Team css            =
==========================================*/
.dedicated-team {
  text-align: center;
}
.dedicated-team .sppb-addon-title {
  color: #ffffff;
}
.dedicated-team p {
  color: #e3e3e3;
  font-size: 17px;
  margin: 0 auto 50px;
  line-height: 26px;
  width: 70%;
}
/*=====  End of Dedicated Team css  ======*/
/*=======================================
=            Team layout css            =
=======================================*/
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link a i {
  color: #ffffff;
  margin-top: 0;
  padding: 8px 10px;
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link:hover a i {
  color: #ffbe00;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  border: 2px solid #ffbe00;
  border-radius: 50%;
  color: #ffbe00;
  text-align: center;
  line-height: 36px;
  height: 40px;
  width: 40px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover {
  opacity: 1;
  background: #ffbe00;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover i {
  background: transparent;
}
.tlp-team .layout1 .single-team-area .overlay-element .detail-link a i {
  color: #111111;
  margin-top: 0;
}
.tlp-team .layout1 .single-team-area .single-team img {
  -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;
}
.tlp-team .layout1 .single-team-area .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f1f1;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -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;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  width: 100%;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons {
  margin-top: 12px;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons a {
  color: #111111;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: #ffbe00;
}
.tlp-team .layout1 .single-team-area:hover .single-team img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tlp-team .layout1 .single-team-area:hover .overlay .overlay-element {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.tlp-team .layout2 .single-team-area .tlp-content {
  margin-bottom: 8px;
}
.tlp-team .layout2 .single-team-area .tlp-content h3 a {
  color: #111111;
}
.tlp-team .layout2 .single-team-area .tlp-content h3 a:hover {
  color: #ffbe00;
}
.tlp-team .layout2 .single-team-area .tlp-content .tlp-position {
  font-weight: 600;
  color: #ffbe00;
}
.tlp-team .layout4 .single-team-area .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.8);
}
.tlp-team .layout4 .single-team-area .overlay .overlay-element .tlp-content {
  padding: 0 20px;
}
.tlp-team .layout4 .single-team-area .overlay .overlay-element .tlp-content h3 {
  margin: 0 0 5px 0;
}
.tlp-team .layout4 .single-team-area .overlay .overlay-element .tlp-content .tlp-position a {
  color: #ffbe00;
}
.tlp-team .layout4 .single-team-area .overlay .overlay-element .tlp-content .short-bio {
  padding-top: 15px;
}
.tlp-team .layout4 .single-team-area .overlay .overlay-element .tlp-content a {
  color: #ffffff;
}
.tlp-team .layout5 table tr td {
  text-align: center;
}
.tlp-team .layout5 table tr td h3 {
  margin-bottom: 0;
  text-align: left;
}
.tlp-team .layout5 table tr td .tlp-position {
  font-weight: 600;
}
.tlp-team .layout5 table tr td i {
  color: #ffbe00;
}
.tlp-team .layout5 table tr td .social-icons a i {
  color: #444444;
}
.tlp-team .layout5 table tr td .social-icons a:hover i {
  color: #ffbe00;
}
.tlp-team .layout12 .single-team-area figure img {
  -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;
}
.tlp-team .layout12 .single-team-area .tlp-overlay h3 span {
  background: #ffbe00;
}
.tlp-team .layout12 .single-team-area .tlp-overlay a {
  color: #ffffff;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons {
  text-align: center;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons a {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #111111;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -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;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons a i {
  display: inline-block;
  padding: 0;
  line-height: 34px;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons a:hover {
  background: transparent;
  color: #ffffff;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons a:hover i {
  opacity: 1;
}
.tlp-team .layout12 .single-team-area:hover figure img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tlp-team .layout12 .single-team-area:hover .tlp-overlay {
  background: rgba(255, 190, 0, 0.8);
}
.tlp-team .layout12 .single-team-area:hover .tlp-position {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.tlp-team .layout12 .single-team-area:hover .tlp-position::after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 3px;
  width: 50px;
}
.tlp-team .tlp-team-skill .skill_name {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
}
.tlp-team .tlp-team-skill .skill-prog {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  height: 10px;
  margin-bottom: 15px;
}
.tlp-team .tlp-team-skill .skill-prog .fill {
  background: #ffbe00;
  border-radius: 0;
}
.tlp-team .owl-carousel .owl-nav {
  position: initial;
  margin-top: 0px;
  top: inherit;
  left: 0;
  right: 0;
}
.tlp-team .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.tlp-team .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team-detail .tlp-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.tlp-team-detail .tlp-content .tlp-position {
  font-weight: 600;
}
.tlp-team-detail .tlp-content::after {
  background: #ffbe00;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team-detail .social-icons a {
  background: transparent;
  border: 2px solid #ffbe00;
  border-radius: 3px;
  color: #444444;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -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-detail .social-icons a i.fa {
  display: inline;
  padding: 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;
}
.tlp-team-detail .social-icons a:hover {
  background: #ffbe00;
}
.tlp-team-detail .social-icons a:hover i.fa {
  opacity: 1;
}
/*=====  End of Team layout css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li {
  margin-right: 0;
  border: none;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li a {
  background: #ffffff;
  border-radius: 50%;
  color: #ffbe00;
  height: 44px;
  width: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li a i.fa-info:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border-radius: 50%;
  border: none !important;
  color: #ffbe00;
  height: 44px;
  width: 44px;
  line-height: 44px;
  padding: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a i.fa-info:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
}
.tlp-portfolio .button-group {
  margin-bottom: 50px;
  margin-left: 0;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #444444;
  margin-bottom: 5px;
  padding: 10px 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;
}
.tlp-portfolio .button-group button.selected {
  background: #ffbe00;
  border: 1px solid #ffbe00;
  color: #ffffff;
}
.tlp-portfolio .button-group button:hover {
  background: #ffbe00;
  border: 1px solid #ffbe00;
  color: #ffffff;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(255, 190, 0, 0.8);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  background: #f8f8f8;
  padding: 15px 20px 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content h3 a {
  color: #111111;
  font-weight: 500;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content h3 a:hover {
  color: #ffbe00;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 {
  font-weight: 500;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 a {
  color: #111111;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 a:hover {
  color: #ffbe00;
}
.tlp-portfolio .layout4 .tlp-portfolio-item {
  border: none;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay {
  background: rgba(255, 190, 0, 0.8);
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-overlay .tlp-title {
  margin-bottom: 12px;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-overlay .link-icon {
  margin: 10px 0 0;
  padding: 0;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-info h3 {
  margin: 0;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-info h3 a {
  display: inline-block;
  color: #111111;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-info h3 a:hover {
  color: #ffbe00;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay {
  background: rgba(255, 190, 0, 0.8);
  transform: inherit;
  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;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: transparent;
  bottom: inherit;
  top: -100%;
  padding: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -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;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title h3 {
  display: block;
  text-align: center;
  float: none;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a {
  float: none;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -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;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  transform: initial;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #ffbe00;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .layout5 .tlp-portfolio-item:hover .tlp-overlay {
  opacity: 1;
}
.tlp-portfolio .layout5 .tlp-portfolio-item:hover .tlp-overlay .tlp-title {
  top: 40%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}
.tlp-portfolio .layout5 .tlp-portfolio-item:hover .tlp-overlay .tlp-content {
  bottom: 45%;
  -webkit-transform: translateY(55%);
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  -o-transform: translateY(55%);
  transform: translateY(55%);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item figure img {
  width: 100%;
  -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;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay {
  padding: 0;
  transform: inherit;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: #ffbe00;
  bottom: 0;
  height: inherit;
  opacity: 1;
  padding: 10px 30px;
  transition: all 0.7s ease-out 0s;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 {
  padding: 3px 0;
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content {
  bottom: 0;
  opacity: 0;
  top: inherit;
  -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;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #ffbe00;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover figure img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay {
  background: rgba(17, 17, 17, 0.8);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-title {
  bottom: 85px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-content {
  bottom: 50%;
  opacity: 1;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay {
  background: rgba(255, 190, 0, 0.8);
}
/*=====  End of Portfolio css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.tss-wrapper .tss-layout1 .rt-tss-item-container .tss-single-item {
  margin-bottom: 0;
  padding: 0;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper {
  display: inherit;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  text-align: left;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-name {
  font-weight: 400;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-bio {
  margin-bottom: 25px;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content {
  font-style: inherit;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper::after {
  display: none;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container ul.slick-dots {
  text-align: left;
  margin-top: 0;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0 30px;
  flex: 3;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content {
  color: #c3c3c3;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content h3.author-name {
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content h4.author-bio {
  position: relative;
  color: #ffbe00;
  padding-bottom: 15px;
}
.tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content h4.author-bio::after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper {
  background: transparent;
  display: inherit;
  margin-top: 20px;
  width: 67%;
  margin: 10px auto 0;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info {
  margin-top: 35px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-name {
  color: #111111;
  font-weight: 400;
  font-size: 22px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-bio {
  color: #444444;
  font-size: 16px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  padding: 0 0 20px;
  text-align: center;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .profile-img-wrapper img {
  border: 4px solid #ffbe00;
  display: inline-block;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
  padding: 0;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .slick-dots {
  margin-top: 0;
}
.tss-wrapper .rt-carousel .rt-slick-nav {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 40px;
  -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;
}
.tss-wrapper .rt-carousel .rt-slick-nav:hover {
  background: transparent;
  color: #ffbe00;
}
.tss-wrapper .rt-carousel ul.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.tss-wrapper .rt-carousel ul.slick-dots li button {
  background: transparent;
  border: 2px solid #ffbe00;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.tss-wrapper .rt-carousel ul.slick-dots li.slick-active button {
  background: #ffbe00;
}
/*=====  End of Testimonial css  ======*/
/*========================================
=            Progress bar css            =
========================================*/
.progress-bar-style {
  margin-top: 10px;
}
.progress-bar-style .sppb-progress-label {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}
.sppb-addon-pie-progress .sppb-chart-percent {
  color: #ffffff;
  font-size: 32px;
}
.sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*=====  End of Progress bar css  ======*/
/*====================================
=            Our Blog css            =
====================================*/
.latest-blog ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.latest-blog ul li {
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
  width: 33.33333%;
}
.latest-blog ul li .moduleItemIntroimg {
  position: relative;
  overflow: hidden;
}
.latest-blog ul li .moduleItemIntroimg img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-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;
}
.latest-blog ul li .moduleItemIntroimg::after {
  background: rgba(17, 17, 17, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.latest-blog ul li .moduleItemIntroimg:hover::after {
  background: transparent;
}
.latest-blog ul li .moduleItemIntroimg .moduleItemInfo {
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20%;
  padding: 8px 25px;
  z-index: 1;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -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;
}
.latest-blog ul li .moduleItemIntroimg .moduleItemInfo .moduleItemDateCreated {
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;
  color: #ffffff;
}
.latest-blog ul li .moduleItemIntroimg .moduleItemInfo a {
  color: #ffffff;
}
.latest-blog ul li .moduleItemIntroimg .moduleItemInfo a:hover {
  color: #ffbe00;
}
.latest-blog ul li .moduleItemIntroimg .moduleItemInfo i {
  color: #ffbe00;
  padding-right: 8px;
}
.latest-blog ul li .moduleItemIntrotext {
  background: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -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;
}
.latest-blog ul li .moduleItemIntrotext h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.latest-blog ul li .moduleItemIntrotext h3 a {
  color: #111111;
}
.latest-blog ul li .moduleItemIntrotext h3 a:hover {
  color: #ffbe00;
}
.latest-blog ul li .moduleItemIntrotext .moduleItemAuthor {
  display: inline-block;
  margin-top: 15px;
}
.latest-blog ul li .moduleItemIntrotext .moduleItemAuthor a {
  margin-right: 15px;
}
.latest-blog ul li .moduleItemIntrotext .moduleItemReadMore {
  display: inline-block;
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
.latest-blog ul li .moduleItemIntrotext .moduleItemReadMore::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 16px;
  padding-left: 8px;
  color: #ffbe00;
}
.latest-blog ul li .moduleItemIntrotext .moduleItemReadMore:hover {
  color: #ffbe00;
}
.latest-blog ul li:hover .moduleItemIntroimg 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);
}
.latest-blog ul li:hover .moduleItemIntroimg .moduleItemInfo {
  bottom: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.latest-blog ul li:hover .moduleItemIntrotext {
  -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);
}
/*=====  End of Our Blog css  ======*/
/*=======================================
=            Logo Slider css            =
=======================================*/
.logo-slider .rt-logo-showcase .rt-logo-item {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  -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;
}
.logo-slider .rt-logo-showcase .rt-logo-item .single-logo-container {
  padding: 0;
}
.logo-slider .rt-logo-showcase button {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  -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;
}
.logo-slider .rt-logo-showcase button::before {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  opacity: 1;
}
.logo-slider .rt-logo-showcase button:hover {
  background: transparent;
}
.logo-slider .rt-logo-showcase button:hover::before {
  color: #ffbe00;
}
.logo-slider .rt-logo-showcase .slick-track {
  padding: 0;
}
.logo-slider .rt-logo-showcase .slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f053";
}
.logo-slider .rt-logo-showcase .slick-next::before {
  font-family: 'FontAwesome';
  content: "\f054";
}
/*=====  End of Logo Slider css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  color: #b3b3b3;
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  background: #ffbe00;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
#sp-bottom .sp-module .sp-module-content img {
  margin-bottom: 25px;
}
#sp-bottom .sp-module .latestnews > div {
  border-bottom: 1px solid #373737;
}
#sp-bottom .sp-module .latestnews > div:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module .latestnews a {
  color: #b3b3b3;
}
#sp-bottom .sp-module .latestnews a:hover {
  color: #ffbe00;
}
#sp-bottom ul li {
  list-style: none;
  border-bottom: 1px solid #373737;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sp-bottom ul li a {
  color: #b3b3b3;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #ffbe00;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li.lastItem {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #ffbe00;
}
#sp-bottom .footer-social {
  margin-top: 35px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  background: transparent;
  border: 1px solid #ffbe00;
  display: block;
  margin-right: 3px;
  text-align: center;
  line-height: 38px;
  height: 40px;
  width: 40px;
}
#sp-bottom .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social ul li a i {
  color: #b3b3b3;
  padding-right: 0;
}
#sp-bottom .footer-social ul li a:hover {
  background: #ffbe00;
}
#sp-bottom .footer-social ul li a:hover i {
  color: #ffffff;
}
#sp-footer .sp-copyright {
  color: #8f8f8f;
  font-size: 16px;
}
#sp-footer .sp-copyright a {
  color: #ffffff;
}
#sp-footer .sp-copyright a:hover {
  color: #ffbe00;
}
/*=====  End of Bottom css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  float: left;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  float: right;
  z-index: 1;
}
#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: #ffbe00;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #ffbe00;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.7);
  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  ======*/
/*===================================
=            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;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #ffbe00;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  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: #ffbe00;
  -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: 4px;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  background: #f8f8f8;
  padding: 8px 15px;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #ffbe00;
  color: #ffffff;
  padding-left: 20px;
}
.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: #ffbe00;
  color: #ffffff;
}
.custom-class .service-menu ul li.active a::before,
.class2 .service-menu ul li.active a::before {
  color: #ffffff;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 46px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #ffbe00;
}
.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: #ffbe00;
}
.custom-class .rt-recent-news ul li,
.class2 .rt-recent-news ul li {
  border-bottom: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.custom-class .rt-recent-news ul li .moduleItemIntrotext,
.class2 .rt-recent-news ul li .moduleItemIntrotext {
  float: left;
  width: 110px;
  margin-right: 15px;
}
.custom-class .rt-recent-news ul li .recent-info,
.class2 .rt-recent-news ul li .recent-info {
  display: table-cell;
}
.custom-class .rt-recent-news ul li .recent-info a,
.class2 .rt-recent-news ul li .recent-info a {
  color: #111111;
}
.custom-class .rt-recent-news ul li .recent-info a:hover,
.class2 .rt-recent-news ul li .recent-info a:hover {
  color: #ffbe00;
}
.custom-class .rt-recent-news ul li .moduleItemDateCreated,
.class2 .rt-recent-news ul li .moduleItemDateCreated {
  color: #ffbe00;
  margin-bottom: 5px;
}
.custom-class .rt-recent-news ul li:last-child,
.class2 .rt-recent-news ul li:last-child {
  margin: 0;
  padding: 0;
}
.custom-class .rt-recent-news ul li a::before,
.class2 .rt-recent-news ul li a::before {
  content: "";
  margin-right: 0;
}
.custom-class .k2TagCloudBlock,
.class2 .k2TagCloudBlock {
  padding: 0;
}
.custom-class .k2TagCloudBlock a,
.class2 .k2TagCloudBlock a {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #111111;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  font-size: 13px !important;
  margin: 2px;
  padding: 8px 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;
  width: 31%;
}
.custom-class .k2TagCloudBlock a:hover,
.class2 .k2TagCloudBlock a:hover {
  background: #ffbe00;
  border: 1px solid #ffbe00;
  color: #ffffff;
  padding: 8px 0;
}
.custom-class .k2ArchivesBlock ul li span,
.class2 .k2ArchivesBlock ul li span {
  float: right;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #ffbe00;
  font-size: 13px;
  font-weight: 600;
}
/*=====  End of Sidebar css  ======*/
/*============================================
=            Blog Category Layout            =
============================================*/
.catitem-layout .catItemBody {
  margin-bottom: 30px;
  padding: 0 15px;
}
.catitem-layout .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.catitem-layout .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
  -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;
}
.catitem-layout .catItemBody .catItemImageBlock .catItemImage::after {
  background: rgba(17, 17, 17, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 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;
}
.catitem-layout .catItemBody .catItemImageBlock:hover .catItemImage {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.catitem-layout .catItemBody .catItemImageBlock:hover .catItemImage::after {
  background: transparent;
}
.catitem-layout .catItemBody .catItemImageBlock .catiteminfo {
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 30px;
}
.catitem-layout .catItemBody .catItemImageBlock .catiteminfo i {
  color: #ffbe00;
  padding-right: 5px;
}
.catitem-layout .catItemBody .catItemImageBlock .catiteminfo a {
  color: #ffffff;
}
.catitem-layout .catItemBody .catItemImageBlock .catiteminfo a:hover {
  color: #ffbe00;
}
.catitem-layout .catItemBody .catItemImageBlock .catItemDateCreated {
  display: inline-block;
  margin-right: 20px;
}
.catitem-layout .catItemBody .catItemImageBlock .catItemDateCreated span {
  display: block;
  color: #ffffff;
  text-align: left;
}
.catitem-layout .catItemBody .catItemImageBlock .catItemCategory {
  display: inline-block;
}
.catitem-layout .catItemBody .catItemcontentBlock {
  background: #f8f8f8;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -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;
}
.catitem-layout .catItemBody .catItemcontentBlock:hover {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
}
.catitem-layout .catItemBody .catItemHeader {
  margin-bottom: 15px;
}
.catitem-layout .catItemBody .catItemHeader h3 {
  margin-bottom: 8px;
  padding: 0;
}
.catitem-layout .catItemBody .catItemHeader h3 a {
  color: #111111;
}
.catitem-layout .catItemBody .catItemHeader h3 a:hover {
  color: #ffbe00;
}
.catitem-layout .catItemBody .catItemHeader .catItemAuthor {
  display: inline-block;
  margin-right: 15px;
}
.catitem-layout .catItemBody .catItemReadMore a {
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
}
.catitem-layout .catItemBody .catItemReadMore a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 16px;
  padding-left: 8px;
}
.catitem-layout .catItemBody .catItemReadMore a:hover {
  color: #ffbe00;
}
/*=====  End of Blog Category Layout  ======*/
/*============================================
=            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;
  padding: 0;
  position: relative;
}
.rt-item .itemBody .itemImageBlock .itemImage {
  margin: 0;
}
.rt-item .itemBody .itemImageBlock .itemImage::after {
  background: rgba(17, 17, 17, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 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;
}
.rt-item .itemBody .itemImageBlock .itemImage:hover::after {
  background: transparent;
}
.rt-item .itemBody .itemImageBlock .itemImage img {
  width: 100% !important;
}
.rt-item .itemBody .itemImageBlock .iteminfo {
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
}
.rt-item .itemBody .itemImageBlock .iteminfo i {
  color: #ffbe00;
  padding-right: 8px;
}
.rt-item .itemBody .itemImageBlock .iteminfo a {
  color: #ffffff;
}
.rt-item .itemBody .itemImageBlock .iteminfo a:hover {
  color: #ffbe00;
}
.rt-item .itemBody .itemImageBlock .itemDateCreated {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}
.rt-item .itemBody .itemImageBlock .itemCategory {
  display: inline-block;
}
.rt-item .itemBody .itemHeader {
  border-bottom: 1px solid #d5d5d5;
  color: #111111;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.rt-item .itemBody .itemHeader .itemTitle {
  margin-bottom: 12px;
  padding: 0;
  font-size: 24px;
}
.rt-item .itemBody .itemHeader .itemAuthor {
  display: inline-block;
  margin-right: 12px;
  border-right: 1px solid #808080;
  line-height: 16px;
  padding-right: 15px;
}
.rt-item .itemBody .itemHeader .itemCommentsLink {
  display: inline-block;
}
.rt-item .itemBody .itemHeader i {
  color: #ffbe00;
  padding-right: 8px;
}
.rt-item .itemBody .itemFullText blockquote {
  background: #f8f8f8;
  color: #8f8e8e;
  border: none;
  display: flex;
  font-size: 16px;
  font-style: italic;
  margin: 30px 0;
  padding: 30px 40px;
  line-height: 26px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
}
.rt-item .itemBody .itemFullText blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #ffbe00;
  padding-right: 12px;
}
.rt-item .itemLinks {
  border-top: 1px solid #d5d5d5;
  margin-top: 60px;
  padding-top: 60px;
}
.rt-item .itemLinks .itemTagsBlock {
  display: inline-block;
}
.rt-item .itemLinks .itemTagsBlock span {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
}
.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: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.rt-item .itemComments h3:after {
  background: #ffbe00;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.rt-item .itemComments ul.itemCommentsList {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.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;
  margin-right: 8px;
  font-size: 16px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #ffbe00;
}
.rt-item .itemComments ul.itemCommentsList li .commentDate {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  border: none;
  margin: 0px;
  padding: 0;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a {
  background: #ffbe00;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 12px;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a:hover {
  background: #d49f05;
  color: #ffffff;
  text-decoration: none;
}
.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate label {
  display: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input {
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  background: #f8f8f8;
  border: none;
  margin-top: 20px;
}
.rt-item .itemComments .itemCommentsForm .form-validate textarea {
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);
  background: #f8f8f8;
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  background: #ffbe00;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
  padding: 13px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  background: #d49f05;
  color: #ffffff;
}
/*=====  End of Single Blog item css  ======*/
/*======================================
=            Pagination css            =
======================================*/
.itemListView .k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
.itemListView .k2Pagination .pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #ffbe00;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #ffbe00;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #ffbe00;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #ffbe00;
}
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: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
div.pagination ul.pagination li a:hover {
  background: #ffbe00;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #ffbe00;
}
/*=====  End of Pagination css  ======*/
/*===========================================
=            Content default css            =
===========================================*/
.item-page {
  margin-bottom: 0 !important;
}
.item-page .entry-header .article-info {
  margin-bottom: 15px;
}
.item-page .entry-header .article-info > dd {
  color: #111111;
  font-size: 14px;
  text-transform: capitalize;
}
.item-page .entry-header .article-info > dd .fa {
  color: #ffbe00;
}
.item-page .entry-header .article-info > dd a {
  color: #111111;
}
.item-page .entry-header h2 {
  font-size: 30px;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
}
.item-page .entry-header h2:after {
  background: #ffbe00;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  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: #111111;
  font-size: 14px;
  text-transform: capitalize;
}
.blog .item .entry-header .article-info > dd .fa {
  color: #ffbe00;
}
.blog .item .entry-header .article-info > dd a {
  color: #111111;
}
.blog .item .entry-header h2 a:hover {
  color: #ffbe00;
}
.blog .item .readmore {
  display: inline-block;
}
.blog .item .readmore a {
  background: transparent;
  border: 2px solid #ffbe00;
  border-radius: 3px;
  color: #ffbe00;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
}
.blog .item .readmore a:hover {
  background: #ffbe00;
  color: #ffffff;
}
.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: #111111;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .item .entry-header .article-info > dd .fa {
  color: #ffbe00;
}
.blog-featured .item .entry-header .article-info > dd a {
  color: #111111;
}
.blog-featured .item .entry-header h2 a:hover {
  color: #ffbe00;
}
.blog-featured .item .readmore {
  display: inline-block;
}
.blog-featured .item .readmore a {
  background: transparent;
  border: 2px solid #ffbe00;
  border-radius: 3px;
  color: #ffbe00;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
}
.blog-featured .item .readmore a:hover {
  background: #ffbe00;
  color: #ffffff;
}
.login .group-control input {
  background: #f8f8f8;
  box-shadow: none;
  border-radius: 3px;
  height: 40px;
}
.login .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.registration .group-control input {
  background: #f8f8f8;
  box-shadow: none;
  border-radius: 3px;
  height: 40px;
}
.registration .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.moduletabletab-solution {
  margin-top: 30px;
}
.moduletabletab-solution h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.moduletabletab-solution h3:after {
  background: #ffbe00;
  border-radius: 6px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.moduletabletab-solution .sppb-addon-tab {
  border: 1px solid #d5d5d5;
}
.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 #d5d5d5;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li:hover a {
  border-bottom: 2px solid #ffbe00;
  color: #ffbe00;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li.active a {
  color: #ffbe00;
  border-bottom: 2px solid #ffbe00;
}
.moduletabletab-solution .sppb-addon-tab .sppb-nav-tabs-content {
  border: none;
  padding: 30px;
}
.contact-info ul {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.contact-info ul li {
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-info ul li i {
  color: #ffbe00;
  padding-right: 12px;
}
.sppb-addon-ajax-contact .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group {
  width: 50%;
  float: left;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: none;
  height: 40px !important;
  width: 98%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: none;
  width: 99%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group:nth-child(5) {
  width: 100%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
  background: #ffbe00;
  border-radius: 3px;
  padding: 16px 25px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover {
  background: #d49f05;
}
body .scrollup {
  background: #ffbe00;
  border: 2px solid #ffbe00;
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #d49f05;
}
body .sp-pre-loader .sp-loader-bubble-loop {
  background: #ffbe00;
}
body .sp-pre-loader .sp-loader-bubble-loop::before {
  background: rgba(255, 190, 0, 0.8);
}
body .sp-pre-loader .sp-loader-bubble-loop::after {
  background: rgba(255, 190, 0, 0.8);
}
.search .btn-toolbar input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
.newsfeed-category .filters label {
  background: transparent !important;
  color: #444444 !important;
}
.newsfeed-category .filters .label {
  background: #ffbe00;
  border-radius: 0;
  margin-right: 10px;
}
.newsfeed-category .filters input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
/*=====  End of Content default css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media only screen and (max-width: 1199px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 42px !important;
    line-height: 48px;
  }
  .slider-default-style .tp-caption.small_text {
    font-size: 15px !important;
    line-height: 22px !important;
    width: 75%;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 8px;
  }
  .tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper {
    width: 75%;
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
  }
  .custom-class .rt-recent-news ul li .moduleItemIntrotext,
  .class2 .rt-recent-news ul li .moduleItemIntrotext {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .custom-class .rt-recent-news ul li .moduleItemIntrotext img,
  .class2 .rt-recent-news ul li .moduleItemIntrotext img {
    width: 100%;
  }
  .custom-class .k2CategoriesListBlock li a .catCounter,
  .class2 .k2CategoriesListBlock li a .catCounter {
    float: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #sp-bottom .footer-social ul li a {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-class .k2TagCloudBlock a,
  .class2 .k2TagCloudBlock a {
    width: 47%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 36px !important;
    line-height: 40px;
  }
  .slider-default-style .tp-caption.small_text {
    font-size: 13px !important;
    line-height: 20px !important;
    width: 75%;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    line-height: 18px !important;
  }
  h1 {
    font-size: 38px;
  }
  h2,
  .proper_rule .sppb-addon-header h2,
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
    font-size: 30px;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 85%;
  }
  .dedicated-team p {
    width: 90%;
  }
  .service-style1 .sppb-addon-feature .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 40px;
  }
  #sp-title .sp-page-title {
    padding: 60px 0;
    text-align: center;
  }
  #sp-title .sp-page-title h2 {
    float: none;
    font-size: 36px;
  }
  #sp-title .sp-page-title .breadcrumb {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .top-address ul li {
    font-size: 13px;
    margin-right: 10px;
  }
  .top-social .rt-socials ul li a {
    font-size: 13px;
    padding: 0 6px;
  }
  .consulting a.sppb-btn {
    padding: 14px 20px;
  }
  .consulting .sppb-addon-raw-html h1 {
    font-size: 25px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .top-address ul,
  .top-social .rt-socials ul {
    text-align: center;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 30px !important;
    line-height: 36px;
  }
  .slider-default-style .tp-caption.small_text {
    display: none;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 12px 24px !important;
  }
  #header-two-style .slider-two {
    margin-top: 0;
  }
  .consulting .sppb-addon-raw-html h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .proper_rule .sppb-addon-header h2 {
    margin-bottom: 30px !important;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 95%;
  }
  .latest-blog ul li {
    width: 100%;
  }
  #sp-bottom3 {
    margin-bottom: 40px;
  }
  .sppb-addon-video,
  .sppb-addon-single-image {
    margin-top: 30px;
  }
  .progress-bar-style {
    margin-top: 40px;
  }
  h1 {
    font-size: 36px;
  }
  .latest-blog ul li .moduleItemIntroimg img,
  .tlp-portfolio .layout5 .tlp-portfolio-item img {
    width: 100%;
  }
  .services-tab-style ul.sppb-nav-tabs {
    float: none;
    width: 100%;
  }
  .services-tab-style ul.sppb-nav-tabs li {
    float: left;
    width: 49%;
  }
  .services-tab-style .sppb-tab-content {
    width: 100%;
    padding: 30px 0 0;
  }
  .item-page .entry-header h2 {
    font-size: 26px;
  }
  .class2 {
    margin-top: 60px;
  }
  .custom-class {
    margin-bottom: 60px;
  }
  .contact-info {
    margin-bottom: 40px;
  }
  .tlp-team .tlp-team-detail .social-icons {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
  h2,
  .proper_rule .sppb-addon-header h2,
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
    font-size: 28px;
  }
  .item-page .entry-header h2 {
    font-size: 24px;
  }
  .service-style1 .sppb-addon-feature {
    text-align: center;
  }
  .tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper {
    width: 95%;
  }
  #sp-title .sp-page-title h2 {
    font-size: 32px;
  }
  .services-tab-style ul.sppb-nav-tabs li {
    float: left;
    width: 100%;
  }
  .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;
  }
  .logo-slider .rt-logo-showcase .slick-prev,
  .tss-wrapper span.rt-slick-nav.rt-prev,
  .tlp-team .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .logo-slider .rt-logo-showcase .slick-next,
  .tss-wrapper span.rt-slick-nav.rt-next,
  .tlp-team .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper {
    display: inherit;
  }
  .tss-wrapper .tss-layout3 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
    padding: 15px 0 0;
  }
  .tlp-team .layout5 {
    overflow-x: scroll;
  }
  .tlp-team .layout5 figure {
    width: 50px;
  }
  .tlp-team .layout5 .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .tlp-team .layout5 table tr td h3,
  .tlp-team .layout5 table tr td .tlp-position {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 320px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 24px !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 10px 24px !important;
  }
  h1 {
    font-size: 24px;
  }
  h2,
  .proper_rule .sppb-addon-header h2,
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
    font-size: 24px;
  }
}
/*=====  End of Responsive css  ======*/
