@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/*===========================================================================
Template Name: Koncrete 
Template URI: http://radiustheme.com
Description: This is Joomla template
Author: radiustheme
Author URI: http://radiustheme.com
Version: 1.0

CSS INDEX:
=========

01. Typography style
02. Default style
03. Header top style
04. Main menu style
05. Slider style
06. Home service style
 06.1 Home one service style
 06.2 Home two service style
 06.3 Home three service style
 06.4 Home four service style

07. About section style
 07.1 Professional tab style
 07.2 About two right style
 07.3 About three right style

08. Featured works style
09. Our team style
10. Latest news style
11. Testimonial style
12. Logo slider style
13. Bottom style
 13.1 Corportae office style
 13.2 Bottom social style

14. Scroll to top style
15. Constraction & call to action style
16. Choose us style
17. Skill set style
18. Inner banner style
19. About page style
20. Service page style
 20.1 Service 1 page style
 20.2 Service 2 page style
 20.3 Service 3 page style

21. Default content style
22. Sidebar style
 22.1 Recent news style
 22.2 K2tag cloud style

23. Project page style
24. K2 category item style
 24.1 K2 category one style
 24.2 K2 category two style

25. K2 detail item style
26. Pagination style
27. Contact page style
28. Responsive style

==============================================================================*/


/*=============================================================================
=                               01. Typography style                          =
==============================================================================*/

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    vertical-align: baseline;
    background: #ffffff;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p {
    line-height: 24px;
    margin: 0 0 20px 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*============================  End of Typography style  =====================*/


/*=============================================================================
=                                02. Default style                            =
==============================================================================*/

#sp-header .logo {
    display: table-cell !important;
    backface-visibility: visible;
    vertical-align: middle;
}

#sp-header .logo h1 {
    display: table-cell;
    margin-bottom: 0;
}

#sp-header .logo h1 img {
    width: 157px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#sp-page-builder .page-content .sppb-section {
    margin: 0;
    padding: 90px 0;
}

.btn-read-more {
    display: inline-block;
    margin-top: 30px;
}

.btn-read-more a {
    display: block;
    background: transparent;
    border: 2px solid #ffbe00;
    color: #222222;
    font-weight: 600;
    padding: 10px 24px;
    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;
}

.btn-read-more a::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 400;
    padding-left: 12px;
}

.btn-read-more a:hover {
    background: #ffbe00;
    color: #ffffff;
}

.btn-read-more-white {
    display: inline-block;
}

.btn-read-more-white a {
    display: block;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #222222;
    font-weight: 600;
    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;
}

.btn-read-more-white a::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 400;
    padding-left: 12px;
}

.btn-read-more-white a:hover {
    background: #eaaf04;
    color: #ffffff;
}

.btn-download {
    display: inline-block;
    margin-top: 20px;
}

.btn-download a {
    display: block;
    background: #ffffff;
    border: 2px solid #ffbe00;
    color: #222222;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: capitalize;
    -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;
}

.btn-download a::after {
    font-family: 'FontAwesome';
    content: "\f019";
    padding-left: 12px;
}

.btn-download a:hover {
    background: #ffbe00;
    color: #ffffff;
}

.text-upper {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #222222;
    font-weight: 600;
}

.color-white {
    margin-top: 0;
}

.color-white a {
    color: #ffffff;
}

.title-style-one {
    text-align: center;
    margin-bottom: 40px;
}

.title-style-one .sppb-addon-title {
    color: #222222;
    line-height: 1;
}

.title-style-one .sppb-addon-content {
    padding: 0 5%;
}

.title-style-one .sppb-addon-content .title-bottom-icon {
    position: relative;
    margin: 0 auto 37px;
    width: 235px;
}

.title-style-one .sppb-addon-content .title-bottom-icon .title-bottom-icon-left::before {
    background: #b0b0b0;
    bottom: 10px;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    width: 80px;
}

.title-style-one .sppb-addon-content .title-bottom-icon .title-bottom-icon-left::after {
    background: #b0b0b0;
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}

.title-style-one .sppb-addon-content .title-bottom-icon .title-bottom-icon-right::before {
    background: #b0b0b0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    right: 10px;
    width: 80px;
}

.title-style-one .sppb-addon-content .title-bottom-icon .title-bottom-icon-right::after {
    background: #b0b0b0;
    bottom: 10px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 80px;
}

.title-style-one .sppb-addon-content .title-bottom-icon i {
    color: #ffbe00;
}

.title-style-two h3 {
    position: relative;
    padding-bottom: 12px;
}

.title-style-two h3::after {
    background: #ffbe00;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 60px;
}

.title-color-white {
    color: #e1e1e1;
}

.title-color-white .sppb-addon-title {
    color: #ffffff;
}

.title-style-one.works-title-content .sppb-addon-content {
    padding: 0 20%;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
    background: #869791;
    opacity: 1;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background: #ffbe00;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #dedede;
    height: 12px;
    width: 12px;
}

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

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


/*=============================  End of Default style  =======================*/


/*=============================================================================
=                              03. Header top style                           =
==============================================================================*/

#sp-top-bar {
    background: #222222;
    padding: 4px 0 !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;
}

.top-address.sp-module ul li {
    display: inline-block;
    border: none;
    color: #dddddd;
    padding-right: 25px;
}

.top-address.sp-module ul li:first-child::before {
    font-family: 'FontAwesome';
    content: "\f095";
    color: #ffbe00;
    padding-right: 12px;
}

.top-address.sp-module ul li:last-child::before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    color: #ffbe00;
    padding-right: 12px;
}

.top-address.sp-module ul li a {
    color: #dddddd;
}

.top-address.sp-module ul li a::before {
    content: "";
    margin-right: 0;
}

.top-address.sp-module ul li i {
    color: #ffbe00;
    padding-right: 12px;
}

.social-link.sp-module ul {
    text-align: right;
}

.social-link.sp-module ul li {
    display: inline-block;
    border: none;
    padding-left: 10px;
}

.social-link.sp-module ul li a {
    color: #ffbe00;
    line-height: 24px;
}

.social-link.sp-module ul li a::before {
    content: "";
    margin-right: 0;
}

.social-link.sp-module ul li a:hover {
    color: #ffffff;
}

.social-link.sp-module ul li a i {
    font-size: 16px;
}

#sp-top-bar .sp-module {
    display: block !important;
}

#sp-top-bar,
#sp-header {
    position: relative;
    z-index: 9999 !important;
    box-shadow: none;
}

#home-two #sp-top-bar {
    background: transparent;
}

#home-two #sp-header {
    background: transparent;
    box-shadow: none;
}

#home-two #sp-header .container {
    background: #ffffff;
}

#home-two #sp-header .container .sp-dropdown-mega {
    background: transparent;
}

#home-three #sp-top-bar {
    background: transparent;
}

#home-three #sp-header {
    background: transparent;
    box-shadow: none;
}

#home-four #sp-header {
    background: #000000;
    box-shadow: none;
}


/*===============================  End of Header top style  ==================*/


/*=============================================================================
=                              04. Main menu style                            =
==============================================================================*/

#sp-header.menu-fixed {
    height: 80px !important;
}

#sp-header.menu-fixed .logo {
    height: 80px !important;
}

#sp-header.menu-fixed .logo h1 img {
    max-width: 120px;
}

.menu-fixed .sp-megamenu-parent > li > a,
.menu-fixed #offcanvas-toggler {
    line-height: 80px;
}

#sp-menu .sp-megamenu-parent > li > a {
    font-weight: 600;
    font-size: 14px;
}

#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
    content: "";
}

#sp-menu .sp-megamenu-parent {
    position: inherit;
}

#sp-menu .sp-megamenu-parent .sp-dropdown {
    z-index: 9999 !important;
}

#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffbe00;
    box-shadow: none;
    padding: 0;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #eaaf04;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
    background: #eaaf04;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    border-bottom: none;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.current-item.active a {
    background: #eaaf04;
}

#home-three #sp-menu .sp-megamenu-parent > li > a,
#home-four #sp-menu .sp-megamenu-parent > li > a {
    color: #ffffff;
}

#sp-header.menu-fixed {
    background: #ffffff;
    border-bottom: 2px solid #ffbe00;
}

#home-two #sp-header.menu-fixed {
    background: #ffffff;
}

#home-three #sp-header.menu-fixed,
#home-four #sp-header.menu-fixed {
    background: #000000;
}

#home-two #sp-header.menu-fixed .container,
#home-three #sp-header.menu-fixed .container {
    background: transparent;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    color: #ffffff;
}

body.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}

/*==============================  End of Main menu style  ====================*/


/*=============================================================================
=                                05. Slider style                             =
==============================================================================*/

.home-slider ul li {
    border: none !important;
}

.home-slider .slotholder {
  position: relative;
}
.home-slider .slotholder::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.home-slider .tp-caption.large_text {
    left: 0 !important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.home-slider .tp-caption.large_text span {
    color: #ffbe00;
}

.home-slider .tp-caption.medium_text {
    left: 0 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    width: 100%;
}

.home-slider .tp-caption.small_text {
    font-size: 18px !important;
    left: 0 !important;
    text-align: center;
    line-height: 24px !important;
    padding: 0 28%;
    white-space: normal !important;
    width: 100%;
}

.home-slider .tp-caption.largeblackbg {
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.home-slider .tp-caption.largeblackbg a {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 16px !important;
    display: inline-block;
    padding: 16px 30px !important;
    letter-spacing: 1px;
}

.home-slider .tp-caption.largeblackbg a::after {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-left: 10px;
}

.home-slider .tp-caption.largeblackbg a:hover {
    border: 1px solid #ffbe00;
    background: #ffbe00;
    color: #ffffff;
}

.home-slider .tp-caption.largewhitebg {
    background: transparent;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.home-slider .tp-caption.largewhitebg a {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 16px !important;
    display: inline-block;
    padding: 16px 30px !important;
    letter-spacing: 1px;
}

.home-slider .tp-caption.largewhitebg a::after {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-left: 10px;
}

.home-slider .tp-caption.largewhitebg a:hover {
    border: 1px solid #ffbe00;
    background: #ffbe00;
    color: #ffffff;
}

.home-slider .tp-leftarrow.default {
    background: transparent;
    left: 0 !important;
}

.home-slider .tp-leftarrow.default::after {
    background: rgba(223, 223, 223, 0.7);
    color: #ffffff;
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: block;
    transition: all 300ms ease-in 0s;
}

.home-slider .tp-leftarrow.default:hover::after {
    background: rgba(255, 190, 0, 0.7);
}

.home-slider .tp-rightarrow.default {
    background: transparent;
    right: 12px !important;
}

.home-slider .tp-rightarrow.default::after {
    background: rgba(223, 223, 223, 0.7);
    color: #ffffff;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: block;
    transition: all 300ms ease-in 0s;
}

.home-slider .tp-rightarrow.default:hover::after {
    background: rgba(255, 190, 0, 0.7);
}

.home-two-slider {
    margin-top: -129px !important;
    position: relative;
    z-index: 1;
}

.home-three-slider {
    margin-top: -129px !important;
    position: relative;
    z-index: 1;
}


/*============================  End of Slider style  =========================*/


/*=============================================================================
=                              06. Home service style                         =
==============================================================================*/


/*=======================  06.1 Home one service style  ======================*/

.home-one-service .rt-features > div {
    padding: 0;
}

.home-one-service .rt-features .single-feature {
    background: #ffbe00;
    padding: 100px 50px;
    box-shadow: 0px -3px 3px #eaaf04;
    position: relative;
    -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 .rt-features .single-feature .icon {
    float: left;
}

.home-one-service .rt-features .single-feature .icon i {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
    padding-right: 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 .rt-features .single-feature h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 24px;
}

.home-one-service .rt-features .single-feature h3 a {
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
}

.home-one-service .rt-features .single-feature h3 a::after {
    background: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    -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 .rt-features .single-feature p {
    color: #ffffff;
    transition: all 0.5s;
}

.home-one-service .rt-features .single-feature .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-one-service .rt-features .single-feature .read-more a {
    background: #d39e00;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    padding: 15px 25px;
    text-align: right;
}

.home-one-service .rt-features .single-feature:hover {
    background: #eaaf04;
}

.home-one-service .rt-features .single-feature:hover .icon i {
    color: #222222;
}

.home-one-service .rt-features .single-feature:hover h3 a {
    color: #222222;
}

.home-one-service .rt-features .single-feature:hover h3 a::after {
    background: #222222;
}

.home-one-service .rt-features .single-feature:hover p {
    color: #222222;
}

.home-one-service .rt-features .single-feature:hover .read-more a {
    background: #ffffff;
    color: #222222;
}


/*=======================  06.2 Home two service style  ======================*/

.home-two-service {
    position: relative;
    margin-top: -75px;
    z-index: 31;
}

.home-two-service h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}

.home-two-service h3 a {
    color: #222222;
}

.home-two-service h3 a:hover {
    color: #ffbe00;
}

.home-two-service h3::after {
    position: absolute;
    background: #ffbe00;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
}

.home-two-service .services-two-top {
    position: relative;
    margin-bottom: 30px;
}

.home-two-service .services-two-top .overlay {
    background: rgba(255, 190, 0, 0.9);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(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;
    width: 100%;
}

.home-two-service .services-two-top .overlay a {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

.home-two-service .services-two-top .overlay a::after {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 60px 60px 0 0;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 4px;
    z-index: -1;
}

.home-two-service .services-two-top .overlay a i {
    color: #222222;
    padding: 0 15px 15px;
}

.home-two-service .services-two-top:hover .overlay {
    opacity: 1;
    transform: scaleX(1);
}

.home-two-service .btn-read-more {
    margin-top: 20px;
}


/*=======================  06.3 Home three service style  ====================*/

.home-three-service .single-feature h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}

.home-three-service .single-feature h3 a {
    color: #222222;
}

.home-three-service .single-feature h3 a:hover {
    color: #ffbe00;
}

.home-three-service .single-feature h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}

.home-three-service .single-feature .service-image {
    padding-right: 15px;
}

.home-three-service .single-feature .service-image i {
    font-size: 36px;
}


/*=======================  06.4 Home four service style  =====================*/

.home-four-service {
    margin-top: 40px;
}

.home-four-service .rt-features > div {
    padding: 0;
}

.home-four-service .single-feature {
    border: 1px solid #e2e2e2;
    margin-right: 20px;
    padding: 30px 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 .single-feature .icon {
    margin-bottom: 10px;
}

.home-four-service .single-feature .icon i {
    color: #ffbe00;
    font-size: 32px;
}

.home-four-service .single-feature h3 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.home-four-service .single-feature h3 a {
    color: #222222;
}

.home-four-service .single-feature h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}

.home-four-service .single-feature .read-more {
    display: none;
}

.home-four-service .single-feature:hover {
    background: #ffbe00;
}

.home-four-service .single-feature:hover .icon i {
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
}

.home-four-service .single-feature:hover h3 {
    transition: all 0.3s;
}

.home-four-service .single-feature:hover h3 a {
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
}

.home-four-service .single-feature:hover h3::after {
    background: #ffffff;
    transition: all 0.5s ease-out 0s;
}

.home-four-service .single-feature:hover p {
    color: #ffffff;
    -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;
}


/*========================  End of Home service style  =======================*/


/*=============================================================================
=                              07. About section style                        =
==============================================================================*/

.sppb-addon-text-block .sppb-addon-title {
    font-size: 40px;
    line-height: 1;
}

.sppb-addon-text-block .sppb-addon-title span {
    color: #ffbe00;
}

.sppb-addon-text-block ul {
    margin: 20px 0 30px;
}

.sppb-addon-text-block ul li {
    margin-bottom: 6px;
}

.sppb-addon-text-block ul li::before {
    color: #ffbe00;
    font-family: 'FontAwesome';
    content: "\f05d";
    font-size: 22px;
    padding-right: 12px;
    vertical-align: middle;
}

.image-effect {
    position: relative;
}

.image-effect::after {
    background: #e8e8e8;
    bottom: -10px;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    width: 100%;
    z-index: -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;
}

.image-effect:hover::after {
    background: #ffbe00;
}


/*=======================  07.1 Professional tab style  ======================*/

.professional-tab-style .sppb-addon-title {
    font-size: 44px;
    line-height: 1;
}

.professional-tab-style .sppb-addon-title span {
    color: #ffbe00;
}

.professional-tab-style ul.sppb-nav-tabs {
    border: none;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.professional-tab-style ul.sppb-nav-tabs li {
    margin: 0;
    text-align: center;
    position: relative;
    width: 33.33333%;
}

.professional-tab-style ul.sppb-nav-tabs li a {
    border: 1px solid #b0b0b0;
    background: transparent;
    border-radius: 0;
    color: #222222;
    font-weight: 600;
    margin: 0;
    padding: 12px;
    position: relative;
}

.professional-tab-style ul.sppb-nav-tabs li a:hover {
    background: #ffbe00;
    border: 1px solid #ffbe00;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.7s ease-out;
}

.professional-tab-style ul.sppb-nav-tabs li a:hover::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffbe00;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.7s ease-out;
    width: 0;
    z-index: 3;
}

.professional-tab-style ul.sppb-nav-tabs li.active a {
    background: #ffbe00;
    border: 1px solid #ffbe00;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.7s ease-out;
}

.professional-tab-style ul.sppb-nav-tabs li.active a::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffbe00;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 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;
    width: 0;
    z-index: 3;
}

.professional-tab-style ul.sppb-nav-tabs li:first-child a {
    border-right: none;
}

.professional-tab-style ul.sppb-nav-tabs li:last-child a {
    border-left: none;
}

.professional-tab-style .sppb-tab-content {
    border: none;
    margin-top: 20px;
    padding: 0;
}


/*=======================  07.2 About two right style  =======================*/

.about-two-right {
    margin-left: 55px;
}

.about-two-right p {
    background: #000000;
    color: #ffffff;
    left: 20px;
    padding: 20px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 60px;
    width: 1px;
    word-wrap: break-word;
    -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;
}

.about-two-right a {
    position: relative;
    display: block;
}

.about-two-right a::after {
    border: 10px solid #ebebeb;
    content: "";
    height: 400px;
    position: absolute;
    top: 0;
    width: 355px;
    z-index: -1;
}

.about-two-right a img {
    padding: 55px 0 0 50px;
}

.about-two-right:hover p {
    background: #ffbe00;
}


/*=======================  07.3 About three right style  =====================*/

.about-three-right {
    margin-right: 20px;
    margin-top: 30px;
}

.about-three-right .sppb-addon-content img {
    box-shadow: 22px -22px 0 0 #f1f1f1;
    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;
}

.about-three-right .sppb-addon-content img:hover {
    box-shadow: 22px -22px 0 0 #ffbe00;
}

.about-three-right .sppb-addon-content::after {
    background: transparent;
    border: 10px solid rgba(223, 223, 223, 0.7);
    bottom: 15px;
    content: "";
    left: 30px;
    position: absolute;
    right: 50px;
    top: 45px;
    z-index: 1;
}

.home-four .sppb-addon-single-image {
    position: relative;
    top: 105px;
}


/*========================  End of About section style  ======================*/


/*=============================================================================
=                              08. Featured works style                       =
==============================================================================*/

.tlp-portfolio .pre-text {
    margin: 0;
}

.tlp-portfolio .isotope9 .button-group {
    margin: 0 0 45px 0;
}

.tlp-portfolio .isotope9 .button-group button {
    color: #dddddd;
    border: 2px solid #ffbe00;
    background: transparent;
    border-radius: 0;
    padding: 7px 20px;
}

.tlp-portfolio .isotope9 .button-group button:hover {
    background: #ffbe00;
}

.tlp-portfolio .isotope9 .button-group button.selected {
    background: #ffbe00;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item {
    padding: 0;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item img {
    width: 100%;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay {
    background: rgba(255, 190, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 0;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon a {
    background: #ffffff;
    border: none;
    color: #222222;
    padding: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon a:hover {
    color: #ffbe00;
}

.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .link-icon a i.fa-info::before {
    font-family: 'FontAwesome';
    content: "\f0c1";
    font-weight: 400;
}

.tlp-portfolio .slider3 .tlp-portfolio-item .tlp-portfolio-thum .link-icon {
    position: absolute;
    bottom: 29px;
    right: 0;
}

.tlp-portfolio .slider3 .tlp-portfolio-item .tlp-portfolio-thum .link-icon a {
    color: #222222;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

.tlp-portfolio .slider3 .tlp-portfolio-thum .link-icon a i.fa-info::before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 400;
    position: absolute;
    right: 13px;
    bottom: -15px;
}

.tlp-portfolio .slider3 .tlp-portfolio-thum .link-icon a::after {
    color: #222222;
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 65px 60px 0 0;
    content: "";
    position: absolute;
    right: 4px;
    z-index: -1;
}

.tlp-portfolio .slider3 .tlp-portfolio-thum:hover .tlp-overlay {
    background: rgba(255, 190, 0, 0.9);
}

.tlp-portfolio .slider3 .tlp-portfolio-thum .tlp-overlay {
    background: rgba(0, 0, 0, 0.7);
    -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 .slider3 .tlp-portfolio-thum h3 {
    margin-top: 25%;
}

.tlp-portfolio .owl-theme .owl-controls {
    margin: 0;
}

.tlp-portfolio .owl-theme .owl-controls .owl-buttons {
    position: relative;
}

.tlp-portfolio .owl-theme .owl-controls .owl-buttons > div {
    position: absolute;
    bottom: 90px;
    background: #ffbe00;
    border: 1px solid #ffbe00;
    border-radius: 0;
    margin: 0;
    padding: 5px 12px;
    opacity: 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-portfolio .owl-theme .owl-controls .owl-buttons > div:hover {
    border: 1px solid #ffffff;
    background: transparent;
}

.tlp-portfolio .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -25px;
}

.tlp-portfolio .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -25px;
}

.tlp-portfolio .pre-text {
    margin: 0;
}

.tlp-portfolio .isotope6 .button-group {
    margin: 0 0 45px 0;
}

.tlp-portfolio .isotope6 .button-group button {
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #222222;
    padding: 7px 20px;
}

.tlp-portfolio .isotope6 .button-group button:hover {
    background: #ffbe00;
    color: #ffffff;
}

.tlp-portfolio .isotope6 .button-group button.selected {
    background: #ffbe00;
    color: #ffffff;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item {
    padding: 0;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item img {
    width: 100%;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay h3 {
    margin-bottom: 8px;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay .link-icon {
    position: absolute;
    bottom: 29px;
    right: 0;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay .link-icon a {
    color: #222222;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay .link-icon a i.fa-info::before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 400;
    position: absolute;
    right: 13px;
    bottom: -15px;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-overlay .link-icon a::after {
    color: #222222;
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 65px 60px 0 0;
    content: "";
    position: absolute;
    right: 4px;
    z-index: -1;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .link-icon a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    padding: 0;
}

.tlp-portfolio .isotope6 .tlp-portfolio-item .tlp-portfolio-thum:hover .tlp-overlay {
    background: rgba(255, 190, 0, 0.9);
}

.tlp-portfolio .pre-text {
    margin: 0;
}

.tlp-portfolio .tlp-layout > div {
    margin: 0;
    padding: 0;
}

.tlp-portfolio .layout10 .tlp-portfolio-item img {
    width: 100%;
}

.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-title {
    background: rgba(255, 190, 0, 0.9);
    height: 70px;
    bottom: 70px;
}

.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
    background: #ffffff;
    border: none;
    color: #222222;
    padding: 0;
    height: 48px;
    width: 48px;
    line-height: 48px;
}

.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a:hover {
    color: #ffbe00;
}

.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i.fa-info::before {
    font-family: 'FontAwesome';
    content: "\f0c1";
    font-weight: 400;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .link-icon a {
    border: none;
}

.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content h3 {
    font-weight: 600;
}


/*=======================  End of Featured works style  ===================*/


/*==========================================================================
=                               09. Our team style                         =
===========================================================================*/

.tlp-team .layout1 .single-team-area .overlay {
    background: rgba(255, 190, 0, 0.9);
}

.tlp-team .layout1 .single-team-area .overlay .social-icons a {
    background: #ffffff;
    color: #222222;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
}

.tlp-team .layout1 .single-team-area .overlay .social-icons a:hover {
    opacity: 1;
    height: 40px;
    width: 40px;
}

.tlp-team .layout1 .single-team-area .overlay .social-icons a i {
    display: inline-block;
    padding: 0;
}

.tlp-team .layout1 .single-team-area .overlay .social-icons a:hover i {
    color: #ffbe00;
    background: transparent;
}

.tlp-team .layout1 .single-team-area .overlay .detail-link i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 16px;
    padding: 8px 10px;
}

.tlp-team .layout1 .single-team-area .overlay .detail-link:hover i {
    border: 2px solid #ffffff;
    color: #ffbe00;
}

.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
    background: transparent;
}

.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
    padding-top: 16px;
}

.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
    color: #222222;
}

.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
    color: #646464;
}

.tlp-team .layout1 .single-team-area:hover h3 a {
    color: #ffbe00;
}

.tlp-team .layout1 .single-team-area .single-team {
    background: #ffffff;
    text-align: center;
}

.tlp-team .layout1 .single-team-area .single-team img {
    display: inline;
    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-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 .layout10 .single-team-area .image-container .tlp-overlay .tlp-title {
    margin: 20px 0;
}

.tlp-team .layout10 .single-team-area .image-container .tlp-overlay .tlp-position {
    font-weight: 600;
    padding-bottom: 10px;
}

.tlp-team .layout10 .single-team-area .image-container .tlp-overlay .short-bio {
    margin-bottom: 15px;
}

.tlp-team .layout2 .single-team-area .tlp-img {
    border: 1px solid #e2e2e2;
}

.tlp-team .layout2 .single-team-area .social-icons a {
    border: 1px solid #e2e2e2;
    line-height: 34px;
    height: 36px;
    width: 36px;
}

.tlp-team .layout2 .single-team-area .social-icons a i {
    display: inline-block;
    padding: 0;
}

.tlp-team .layout2 .single-team-area .tlp-position {
    font-weight: 600;
    margin-bottom: 10px;
}

.tlp-team .layout2 .single-team-area .social-icons a:hover {
    height: 36px;
    width: 36px;
}

.tlp-team .layout12 .single-team-area {
    border: 1px solid #e2e2e2;
}

.tlp-team .tlp-team-detail figure {
    border: 1px solid #e2e2e2;
}

.tlp-team .tlp-team-detail .social-icons a {
    border: 1px solid #e2e2e2;
    line-height: 34px;
    height: 36px;
    width: 36px;
}

.tlp-team .tlp-team-detail {
    padding-bottom: 0;
}

.tlp-team .tlp-team-detail .social-icons a i {
    display: inline-block;
    padding: 0;
}

.tlp-team .tlp-team-detail .social-icons a:hover {
    height: 36px;
    width: 36px;
}

.tlp-team .tlp-team-detail .tlp-content {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.tlp-team .tlp-team-detail .tlp-content::after {
    position: absolute;
    background: #ffbe00;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
}

.tlp-team .tlp-team-detail .tlp-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.tlp-team .tlp-team-detail .tlp-content .tlp-position {
    font-weight: 600;
}


/*=======================  End of Our team style  =========================*/


/*==========================================================================
=                             10. Latest news style                        =
===========================================================================*/

.news-layout-one {
    display: block;
    overflow: hidden;
}

.news-layout-one ul li {
    float: left;
    padding: 0;
    width: 33.33333%;
}

.news-layout-one .full-section {
    background: #ffffff;
    margin: 0 15px 25px;
}

.news-layout-one .full-section .image-part {
    position: relative;
    overflow: hidden;
}

.news-layout-one .full-section .image-part .moduleItemImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.7s ease-in-out;
    -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;
}

.news-layout-one .full-section .image-part .moduleItemImage:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-layout-one .full-section .image-part .moduleItemDateCreated {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.news-layout-one .full-section .image-part .moduleItemDateCreated .daymon {
    background: #ffbe00;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 12px;
}

.news-layout-one .full-section .image-part .moduleItemDateCreated .year {
    background: #222222;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}

.news-layout-one .full-section .content-part {
    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.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;
}

.news-layout-one .full-section .content-part .moduleItemTitle {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.news-layout-one .full-section .content-part .btn-read-more {
    margin-top: 25px;
}

.news-layout-one .full-section .content-part:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.news-layout-one .full-section .content-part:hover .moduleItemTitle {
    color: #ffbe00;
}


/*=======================  End of Latest news style  ======================*/


/*==========================================================================
=                           11. Testimonial style                          =
===========================================================================*/

.tss-wrapper .tss-layout2 .single-item-wrapper {
    background: transparent;
    display: inherit;
}

.tss-wrapper .tss-layout2 .slick-slide {
    margin-bottom: 0;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .item-content-wrapper {
    background: transparent;
    padding: 0;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .item-content-wrapper .item-content {
    margin-bottom: 30px;
    text-align: center;
}

.tss-wrapper .tss-layout4 .single-item-wrapper {
    background: transparent;
    display: inherit;
}

.tss-wrapper .tss-layout4 .single-item-wrapper .item-content-wrapper {
    background: #f8f8f8;
    border-radius: 5px;
    flex: inherit;
    padding: 40px 30px;
    position: relative;
}

.tss-wrapper .tss-layout4 .item-content-wrapper::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f8f8f8;
    bottom: -15px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    width: 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;
}

.tss-wrapper .tss-layout4 .single-item-wrapper .tss-meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.tss-wrapper .tss-layout4 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
    padding: 0 30px 0 0;
    flex: inherit;
}

.tss-wrapper .tss-layout6 .single-item-wrapper {
    border-radius: 10px;
    padding: 40px 30px;
}

.tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper .item-content {
    text-align: center;
}

.tss-wrapper .tss-layout6 .single-item-wrapper .item-content-wrapper {
    margin-bottom: 30px;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .profile-img-wrapper {
    margin-bottom: 15px;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .item-content-wrapper::before,
.tss-wrapper .tss-layout4 .single-item-wrapper .item-content-wrapper::before,
.tss-wrapper .tss-layout6 .single-item-wrapper::before,
.tss-wrapper .tss-layout2 .item-content-wrapper::after {
    display: none;
}

.tss-wrapper .tss-layout4 .single-item-wrapper .tss-meta-info h3.author-name,
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info h3.author-name {
    color: #ffbe00;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .tss-meta-info h3.author-name {
    position: relative;
    padding-bottom: 12px;
}
.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio {
    margin-bottom: 18px;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .tss-meta-info h3.author-name::after {
    position: absolute;
    background: #ffbe00;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
}

.tss-wrapper ul.slick-dots {
    margin: 0;
    padding: 0;
}

.tss-wrapper ul.slick-dots li {
    margin: 0 5px;
}

.tss-wrapper ul.slick-dots li button {
    background: #dedede;
    height: 12px;
    width: 12px;
}

.tss-wrapper ul.slick-dots li.slick-active button {
    background: #ffbe00;
}

.testimonian-three .item h3 {
    color: #ffbe00;
    font-weight: 400;
}

.testimonian-three .item h4 {
    color: #eaeaea;
    font-weight: 400;
}

.testimonian-three .item .test-content {
    color: #eaeaea;
    border: 1px solid #777775;
    margin-top: 40px;
    position: relative;
    padding: 15px;
}

.testimonian-three .item .test-content::before {
    background: url(../images/arrow_angle.png) 0 0 no-repeat;
    top: -22px;
    content: "";
    height: 21px;
    left: 60px;
    margin: 0 auto;
    position: absolute;
    width: 18px;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -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;
}

.testimonian-three  .tss-layout6 .tlp-equal-height {
    margin-bottom: 10px;
}

/*=======================  End of Testimonial style  ======================*/


/*==========================================================================
=                             12. Logo slider style                        =
===========================================================================*/

#sp-logo-slider {
    background: #ffbe00;
    padding: 60px 0;
}

.logo-slider .rt-logo-showcase .rt-logo-item {
    margin-bottom: 0;
}

.logo-slider .rt-logo-showcase .rt-logo-item .single-logo-container img {
    padding: 0;
}

.logo-slider .rt-logo-showcase .slick-prev {
    border-radius: 0;
    background: #000000;
    border: 1px solid #000000;
    height: 38px;
    width: 30px;
    -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 .slick-prev::before {
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
    content: "\f104";
    font-family: "FontAwesome";
    line-height: 28px;
}

.logo-slider .rt-logo-showcase .slick-prev:hover,
.logo-slider .rt-logo-showcase .slick-prev:focus {
    border: 1px solid #ffffff;
}

.logo-slider .rt-logo-showcase .slick-next {
    border-radius: 0;
    background: #000000;
    border: 1px solid #000000;
    height: 38px;
    width: 30px;
    -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 .slick-next::before {
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 28px;
}

.logo-slider .rt-logo-showcase .slick-next:hover,
.logo-slider .rt-logo-showcase .slick-next:focus {
    border: 1px solid #ffffff;
}


/*=======================  End of Logo slider style  ======================*/


/*==========================================================================
=                                13. Bottom style                          =
===========================================================================*/

#sp-bottom .sp-module {
    color: #b0b0b0;
}

#sp-bottom .sp-module .sp-module-title {
    color: #ffffff;
    font-weight: 500 !important;
    margin-bottom: 30px;
}

#sp-bottom .sp-module .latestnews > div {
    border: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#sp-bottom .sp-module .latestnews > div a {
    color: #b0b0b0;
}

.sp-tweet .sp-tweet-item {
    padding: 0;
    border: none;
}

.sp-tweet .sp-tweet-even {
    background: transparent;
    margin-top: 15px;
}

#sp-bottom .sp-module ul.menu li {
    border-bottom: 0;
}

#sp-bottom .sp-module ul.menu li a {
    color: #b0b0b0;
}


/*======================  13.1 Corportae office style  ====================*/

.corporate-office .rt-socials ul li {
    border: none;
    margin-bottom: 20px;
}

.corporate-office .rt-socials ul li i {
    color: #ffbe00;
    padding-right: 12px;
}

.corporate-office .rt-socials ul li:last-child {
    margin-bottom: 0;
}

.sp-copyright a {
    color: #ffbe00;
}


/*=======================  13.2 Bottom social style  ======================*/

.botton-social-link.sp-module {
    margin-top: 30px;
}

.botton-social-link.sp-module ul li {
    display: inline-block;
    border: none;
}

.botton-social-link.sp-module ul li a {
    color: #ffbe00;
    border: 1px solid #292f33;
    line-height: 28px;
    text-align: center;
    padding: 0;
    height: 30px;
    width: 30px;
}

.botton-social-link.sp-module ul li a::before {
    content: "";
    margin-right: 0;
}

.botton-social-link.sp-module ul li a:hover {
    color: #ffffff;
}

.botton-social-link.sp-module ul li a i {
    font-size: 16px;
}


/*=======================  End of Bottom style  ===========================*/


/*==========================================================================
=                           14. Scroll to top style                        =
===========================================================================*/

.scrollToTop {
    background: #ffbe00;
    display: block;
    bottom: 12px;
    right: 12px;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    line-height: 36px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-animation: flash 3000ms infinite;
    -moz-animation: flash 3000ms infinite;
    -ms-animation: flash 3000ms infinite;
    -o-animation: flash 3000ms infinite;
    animation: flash 3000ms infinite;
    width: 40px;
    z-index: 9999;
}

.scrollToTop:after {
    color: #ffffff;
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 25px;
}

.scrollToTop:hover {
    -webkit-animation: flash 0s infinite;
    -moz-animation: flash 0s infinite;
    -ms-animation: flash 0s infinite;
    -o-animation: flash 0s infinite;
    animation: flash 0s infinite;
}


/*==========================  End of Footer css  ==========================*/


/*==========================================================================
=                    15. Constraction & call to action style               =
===========================================================================*/

.constraction .sppb-addon-content {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
}

.callto-action {
    padding: 30px 0;
    position: relative;
    margin-top: -55px;
    z-index: 21;
}

.callto-action h3 {
    color: #ffffff;
    float: left;
    margin-bottom: 0;
    padding: 11px 40px;
}


/*===============  End of Constraction & call to action style  ============*/


/*==========================================================================
=                             16. Choose us style                          =
===========================================================================*/

.choose-us {
    background: rgba(230, 230, 230, 0.9);
    padding: 80px 100px 70px;
}

.rt-accordion {
    margin-top: 30px;
}

.rt-accordion h3.sp-module-title {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.rt-accordion h3.sp-module-title::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.rt-accordion .sppb-panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0 0 4px 4px;
    margin-bottom: 5px;
}

.rt-accordion .sppb-panel-group {
    margin-bottom: 0;
}

.rt-accordion .sppb-panel-heading {
    background: #222222;
    border-radius: 0;
    padding: 0;
    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;
}

.rt-accordion .sppb-panel-heading.active,
.rt-accordion .sppb-panel-heading:hover {
    background: #ffbe00;
}

.rt-accordion .sppb-panel-heading.active h3 a,
.rt-accordion .sppb-panel-heading:hover h3 a {
    color: #ffffff;
}

.rt-accordion .sppb-panel-heading h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.rt-accordion .accordion-toggle > span {
    float: left;
    padding-right: 3px;
}

.rt-accordion .sppb-panel-heading .sppb-panel-title {
    display: inline-block;
    outline: none;
    text-transform: capitalize;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.rt-accordion .sppb-panel-heading .sppb-panel-title:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    font-size: 18px;
    float: right;
    margin-right: 0;
}

.rt-accordion .sppb-panel-heading.active .sppb-panel-title:before {
    content: "\f0ab";
    font-family: 'FontAwesome';
    font-size: 18px;
    float: right;
    margin-right: 0;
}

.rt-accordion .sppb-panel-collapse .sppb-panel-body {
    border: none !important;
}

.rt-accordion .sppb-panel-heading .sppb-toggle-direction {
    display: none;
}


/*==========================  End of Choose us style  =====================*/


/*==========================================================================
=                               17. Skill set style                        =
===========================================================================*/

.sppb-addon-pie-progress .sppb-addon-content .sppb-addon-title {
    position: relative;
    padding-bottom: 18px;
}

.sppb-addon-pie-progress .sppb-addon-content .sppb-addon-title::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 3px;
    width: 80px;
}

.sppb-addon-pie-progress .sppb-chart-percent span {
    font-size: 36px;
    color: #222222;
}

.sppb-addon-pie-progress h3 {
    font-size: 18px;
    margin-top: 30px;
    font-style: italic;
}

.service-skill .sppb-addon-pie-progress .sppb-chart-percent span {
    color: #ffffff;
}

.service-skill .sppb-addon-pie-progress h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.service-skill .sppb-addon-pie-progress .sppb-addon-text {
    color: #ffffff;
    margin-top: 20px;
}

.sppb-progress-label {
    font-weight: 400;
    color: #ffffff;
}

.sppb-progress-label span {
    font-weight: 400;
}

.sppb-progress {
    margin-bottom: 20px;
}


/*=======================  End of Skill set style  ========================*/


/*==========================================================================
=                             18. Inner banner style                       =
===========================================================================*/

#sp-title .sp-page-title {
    background-size: 100% 100%;
    background-attachment: scroll;
    position: relative;
    padding: 90px 0;
}

#sp-title .sp-page-title::after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#sp-title .sp-page-title h2 {
    position: relative;
    z-index: 1;
    float: left;
    font-size: 48px;
}

#sp-title .sp-page-title .breadcrumb {
    position: relative;
    z-index: 1;
    float: right;
    margin: 12px 0 0 0;
}

#sp-title .sp-page-title .breadcrumb li a {
    color: #ffbe00;
}


/*=======================  End of Inner banner style  =====================*/


/*==========================================================================
=                            19. About page style                          =
===========================================================================*/

.about-page-right {
    margin-top: 20px;
}

.about-services .single-feature {
    margin-top: 35px;
    text-align: center;
}

.about-services .single-feature .icon {
    margin-bottom: 25px;
}

.about-services .single-feature .icon i {
    font-size: 20px;
    color: #ffffff;
    background: #ffbe00;
    border-radius: 50%;
    line-height: 88px;
    padding: 5px;
    height: 90px;
    width: 90px;
    position: relative;
    -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;
}

.about-services .single-feature .icon i::after {
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    content: "";
    height: 106px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 106px;
}

.about-services .single-feature h3 {
    position: relative;
    padding-bottom: 12px;
}

.about-services .single-feature h3 a {
    color: #222222;
}

.about-services .single-feature h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 3px;
    width: 50px;
}

.about-services .single-feature .read-more {
    display: none;
}

.about-services .single-feature:hover .icon i {
    background: #ffffff;
    color: #ffbe00;
}

.about-services .single-feature:hover h3 a {
    color: #ffbe00;
}


/*========================  End of About page style  ======================*/


/*==========================================================================
=                              20. Service page style                      =
===========================================================================*/


/*=======================  20.1 Service 1 page style  =====================*/

.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 {
    border-radius: 0;
    border: 1px solid #cbcbcb;
    font-weight: 400;
    margin-right: 0;
    color: #222222;
    padding: 15px;
}

.services-tab-style ul.sppb-nav-tabs li a i {
    color: #ffbe00;
    font-size: 24px;
    -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:hover {
    border: 1px solid #ffbe00;
    background: #ffbe00;
    color: #ffffff;
}

.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 {
    position: relative;
    padding-bottom: 12px;
}

.services-tab-style .sppb-tab-content .sppb-tab-pane h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}


/*=======================  20.2 Service 2 page style  =====================*/

.service-two-page-style .single-feature {
    margin-bottom: 20px;
}

.service-two-page-style .single-feature .service-image {
    margin-bottom: 25px;
    padding-right: 30px;
}

.service-two-page-style .single-feature .service-image i {
    font-size: 28px;
    color: #ffbe00;
    background: transparent;
    border-radius: 50%;
    line-height: 58px;
    padding: 5px;
    text-align: center;
    height: 70px;
    width: 70px;
    position: relative;
    -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-two-page-style .single-feature .service-image i:hover {
    background: #ffbe00;
    color: #ffffff;
}

.service-two-page-style .single-feature .service-image i::after {
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    content: "";
    height: 86px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 86px;
}

.service-two-page-style .single-feature .service-content h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}

.service-two-page-style .single-feature .service-content h3 a {
    color: #222222;
}

.service-two-page-style .single-feature .service-content h3 a:hover {
    color: #ffbe00;
}

.service-two-page-style .single-feature .service-content h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}


/*=======================  20.3 Service 3 page style  =====================*/

.service-three-page-style .nopadding {
    padding: 0;
}

.service-three-page-style .single-feature {
    margin-bottom: 30px;
}

.service-three-page-style .single-feature .service-image {
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.service-three-page-style .single-feature .service-image .overlay {
    background-color: rgba(255, 190, 0, 0.9);
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(190%);
    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;
}

.service-three-page-style .single-feature .service-image .overlay a {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.service-three-page-style .single-feature .service-image .overlay a::after {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 60px 60px 0 0;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 4px;
    z-index: -1;
}

.service-three-page-style .single-feature .service-image .overlay a i {
    color: #222222;
    padding: 15px;
}

.service-three-page-style .single-feature .service-image:hover .overlay {
    opacity: 1;
    transform: translateX(0%);
}

.service-three-page-style .single-feature .service-content {
    padding-left: 15px;
    padding-right: 15px;
}

.service-three-page-style .single-feature .service-content h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}

.service-three-page-style .single-feature .service-content h3 a {
    color: #222222;
}

.service-three-page-style .single-feature .service-content h3 a:hover {
    color: #ffbe00;
}

.service-three-page-style .single-feature .service-content h3::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}


/*=======================  End of Service page style  =====================*/


/*==========================================================================
=                             21. Default content style                    =
===========================================================================*/

.entry-header .article-info {
    margin-bottom: 15px;
}

.entry-header .article-info > dd {
    text-transform: capitalize;
    font-size: 13px;
}

.item-page .entry-header h2 {
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
}

.item-page .entry-header h2 a {
    color: #222222;
}

.item-page .entry-header h2 a:hover {
    color: #ffbe00;
}

.item-page .entry-header h2::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
}

.tlp-portfolio .button-group {
    margin: 0 0 45px 0;
}

.tlp-portfolio .button-group button {
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #ffbe00;
    color: #222222;
    padding: 7px 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;
}

.tlp-portfolio .button-group button:hover {
    background: #ffbe00;
    color: #ffffff;
}

.tlp-portfolio .button-group button.selected {
    background: #ffbe00;
    color: #ffffff;
}

.blog .entry-header {
    margin-bottom: 25px;
}

.blog .entry-header .article-info {
    margin-bottom: 15px;
}

.blog .entry-header h2 {
    font-size: 24px;
}

.blog .entry-header h2 a:hover {
    color: #ffbe00;
}

.readmore {
    display: inline-block;
}

.readmore a {
    background: transparent;
    border: 2px solid #ffbe00;
    border-radius: 0;
    color: #222222;
    display: block;
    font-weight: 400;
    padding: 8px 10px;
    text-transform: capitalize;
    -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;
}

.readmore a::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 12px;
    font-weight: 400;
    padding-left: 12px;
}

.readmore a:hover {
    background: #ffbe00;
    border: 2px solid #ffbe00;
    color: #ffffff;
}

.login .group-control input {
  box-shadow: none;
  border-radius: 0px;
  height: 40px;
}
.login .btn {
  border-radius: 0px;
  padding: 10px 20px;
}
.registration .group-control input {
  box-shadow: none;
  border-radius: 0px;
  height: 40px;
}
.registration .btn {
  border-radius: 0px;
  padding: 10px 20px;
}

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

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

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-circle {
    border: 3px solid #ffbe00;
}

body .sp-pre-loader .sp-loader-circle:after {
    background: #ffbe00;
}

.error-page .error-page-inner {
  background-size: cover;
  background-position: center;
  position: relative;
}
.error-page .error-page-inner::after {
  background: rgba(0, 0, 0, 0.7);
  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-message {
  font-size: 30px;
  color: #ffffff;
}
.error-page .error-page-inner a.btn-primary {
  background: #ffbe00;
  color: #ffffff;
  border: none;
  font-size: 18px;
  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;
}


/*=======================  End of Default content style  ==================*/


/*===========================================================================
=                               22. Sidebar style                           =
============================================================================*/

.class2 .sp-module .sp-module-title,
.custom-class .sp-module .sp-module-title {
    font-size: 24px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.class2 .sp-module .sp-module-title::after,
.custom-class .sp-module .sp-module-title::after {
    background: #ffbe00;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 60px;
}

.class2 .sp-module ul li,
.custom-class .sp-module ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.class2 .sp-module ul li a,
.custom-class .sp-module ul li a {
    padding: 0;
    line-height: 24px;
}

.class2 .sp-module ul li a::before,
.custom-class .sp-module ul li a::before {
    font-family: 'FontAwesome';
    content: "\f0a9";
}

.class2 .sp-module .search,
.custom-class .sp-module .search {
    position: relative;
    overflow: hidden;
}

.class2 .sp-module .search form input,
.custom-class .sp-module .search form input {
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    float: left;
    padding: 0 8px;
    width: 100%;
}

.class2 .sp-module .search form button,
.custom-class .sp-module .search form button {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    position: absolute;
    right: 1px;
    padding: 7px 10px;
}

.class2 .sp-module .search form button::after,
.custom-class .sp-module .search form button::after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ffbe00;
}

.class2 .sp-module .search form button:hover,
.custom-class .sp-module .search form button:hover {
    background: transparent;
}

.class2 .sp-module .latestnews > div,
.custom-class .sp-module .latestnews > div {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/*========================  22.1 Recent news style  =======================*/

.rt-recent-news ul li {
    margin-bottom: 20px !important;
    padding: 0 0 20px 0 !important;
}

.rt-recent-news ul li a::before {
    content: "" !important;
}

.rt-recent-news ul li.lastItem {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

.rt-recent-news ul li .image-part {
    float: left;
    padding-right: 12px;
}

.rt-recent-news ul li .image-part .moduleItemIntrotext {
    overflow: hidden;
}

.rt-recent-news ul li .image-part .moduleItemImage {
    position: relative;
}

.rt-recent-news ul li .image-part .moduleItemImage img {
    -webkit-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;
}

.rt-recent-news ul li .image-part .moduleItemImage:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rt-recent-news ul li .content-part {
    line-height: 16px;
}

.rt-recent-news ul li .moduleItemDateCreated {
    color: #222222;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}

.rt-recent-news ul li .moduleItemTitle {
    color: #646464;
}

.rt-recent-news ul li .moduleItemTitle:hover {
    color: #ffbe00;
}


/*========================  22.2 K2tag cloud style  =======================*/

.k2TagCloudBlock a {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    color: #646464;
    font-size: 14px !important;
    margin: 2px;
    text-align: center;
    padding: 5px 2px !important;
    width: 31.7%;
}

.k2TagCloudBlock a:hover {
    border: 1px solid #ffbe00;
    background: #ffbe00 !important;
    color: #ffffff;
}

.k2CategoriesListBlock ul li.activeCategory a {
    color: #ffbe00;
    font-weight: 600 !important;
}


/*========================  End of Sidebar style  =========================*/


/*==========================================================================
=                             23. Project page style                       =
===========================================================================*/

.tlp-portfolio .isotope8 .tlp-portfolio-item {
    padding: 0;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay {
    background: rgba(255, 190, 0, 0.9);
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .link-icon a {
    background: #ffffff;
    color: #222222;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .link-icon a:hover {
    color: #ffbe00;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .link-icon a i.fa-info::before {
    font-family: 'FontAwesome';
    content: "\f0c1";
    font-weight: 400;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
    background: #ffffff;
    bottom: 45px;
    height: 45px;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a {
    color: #222222;
}

.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a:hover {
    color: #ffbe00;
}

.tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay {
    background: rgba(255, 190, 0, 0.9);
}

.tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay:hover .line {
    width: 30%;
    margin: 6px auto;
}


/*=====================  End of Project page style  =======================*/


/*==========================================================================
=                           24. K2 category item style                     =
===========================================================================*/


/*======================  24.1 K2 category one style  =====================*/

.rt-catlayout-one {
    margin-bottom: 30px;
    padding: 0 15px;
}

.rt-catlayout-one .catItemBody {
    padding: 0;
}

.rt-catlayout-one .catItemBody .catItemImageBlock {
    margin: 0;
    padding: 0;
    position: relative;
}

.rt-catlayout-one .catItemBody .catItemImageBlock .catItemImage {
    margin: 0;
    display: inline;
}

.rt-catlayout-one .catItemBody .catItemImageBlock .catItemImage::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    -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-catlayout-one .catItemBody .catItemDateCreated {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.rt-catlayout-one .catItemBody .catItemDateCreated .daymon {
    background: #ffbe00;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 12px;
}

.rt-catlayout-one .catItemBody .catItemDateCreated .year {
    background: #222222;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}

.rt-catlayout-one .catItemBody .content-part {
    background: #f9f9f9;
    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.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-catlayout-one .catItemBody .catItemTitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0;
}

.rt-catlayout-one .catItemBody .catItemTitle a {
    color: #222222;
}

.rt-catlayout-one .catItemBody .catItemReadMore {
    display: inline-block;
    margin-top: 15px;
}

.rt-catlayout-one .catItemBody .catItemReadMore .k2ReadMore {
    background: transparent;
    border: 2px solid #ffbe00;
    color: #222222;
    display: block;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: capitalize;
    -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-catlayout-one .catItemBody .catItemReadMore .k2ReadMore::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 12px;
    font-weight: 400;
    padding-left: 12px;
}

.rt-catlayout-one .catItemBody .catItemReadMore .k2ReadMore:hover {
    background: #ffbe00;
    color: #ffffff;
}

.rt-catlayout-one .catItemBody:hover .content-part {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.rt-catlayout-one .catItemBody:hover .catItemTitle a {
    color: #ffbe00;
}

.rt-catlayout-one .catItemBody:hover .catItemImage::after {
    opacity: 1;
}


/*======================  24.2 K2 category two style  =====================*/

.rt-catlayout-two {
    margin-bottom: 30px;
    padding: 0 15px;
}

.rt-catlayout-two .catItemBody {
    padding: 0;
}

.rt-catlayout-two .catItemBody .catItemImageBlock {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 35%;
}

.rt-catlayout-two .catItemBody .catItemImageBlock .catItemImage {
    margin: 0;
    display: inline;
}

.rt-catlayout-two .catItemBody .catItemImageBlock .catItemImage::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    -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-catlayout-two .catItemBody .catItemDateCreated {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.rt-catlayout-two .catItemBody .catItemDateCreated .daymon {
    background: #ffbe00;
    color: #ffffff;
    display: block;
    font-weight: 600;
    padding: 6px 12px;
}

.rt-catlayout-two .catItemBody .catItemDateCreated .year {
    background: #222222;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}

.rt-catlayout-two .catItemBody .content-part {
    background: #f9f9f9;
    float: left;
    width: 65%;
    padding: 21px 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.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-catlayout-two .catItemBody .catItemTitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0;
}

.rt-catlayout-two .catItemBody .catItemTitle a {
    color: #222222;
}

.rt-catlayout-two .catItemBody .catItemReadMore {
    display: inline-block;
    margin-top: 8px;
}

.rt-catlayout-two .catItemBody .catItemReadMore .k2ReadMore {
    background: transparent;
    border: 2px solid #ffbe00;
    color: #222222;
    display: block;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: capitalize;
    -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-catlayout-two .catItemBody .catItemReadMore .k2ReadMore::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 12px;
    font-weight: 400;
    padding-left: 12px;
}

.rt-catlayout-two .catItemBody .catItemReadMore .k2ReadMore:hover {
    background: #ffbe00;
    color: #ffffff;
}

.rt-catlayout-two .catItemBody:hover .content-part {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.rt-catlayout-two .catItemBody:hover .catItemTitle a {
    color: #ffbe00;
}

.rt-catlayout-two .catItemBody:hover .catItemImage::after {
    opacity: 1;
}


/*======================  End of K2 category item style  ==================*/


/*==========================================================================
=                           25. K2 detail item style                       =
===========================================================================*/

.rt-item {
    margin-bottom: 0 !important;
}

.rt-item .itemToolbar {
    margin: 0;
    padding: 0;
    background: transparent;
}

.rt-item .itemBody {
    padding: 0;
}

.rt-item .itemBody .itemImageBlock {
    margin: 0 0 30px 0;
    padding: 0;
}

.rt-item .itemBody .itemImageBlock .itemImage {
    margin: 0;
}

.rt-item .itemBody .itemHeader {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.rt-item .itemBody .itemHeader h3.itemTitle {
    font-size: 26px;
    margin-bottom: 24px;
}

.rt-item .itemBody .itemHeader ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-item .itemBody .itemHeader ul li {
    display: inline-block;
    margin-right: 15px;
}

.rt-item .itemBody .itemHeader ul li i {
    color: #ffbe00;
    padding-right: 10px;
}

.rt-item .itemBody .itemHeader ul li a {
    color: #646464;
}

.rt-item .itemBody .itemHeader ul li a:hover {
    color: #ffbe00;
}

.rt-item .itemLinks {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 60px 0;
    padding: 30px 0;
}

.rt-item .itemLinks .itemTagsBlock span {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.rt-item .itemLinks .itemTagsBlock ul li a {
    color: #646464;
    font-size: 14px;
}

.rt-item .itemLinks .itemTagsBlock ul li a:hover {
    color: #ffbe00;
}

.rt-item .itemComments {
    background: transparent;
    border: none;
    padding: 0;
}

.rt-item .itemComments .itemCommentsCounter {
    font-size: 26px;
    padding-bottom: 12px;
    text-transform: capitalize;
    position: relative;
}

.rt-item .itemComments ul.itemCommentsList li {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.rt-item .itemComments ul.itemCommentsList li .comment-author {
    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: top;
}

.rt-item .itemComments ul.itemCommentsList li .comment-author img {
    width: 80px;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentAuthorName h3 {
    font-size: 16px;
    margin: 0 0 6px 0;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentAuthorName h3 a {
    color: #000000;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentDate {
    margin-bottom: 10px;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentLink {
    float: left;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentLink .fa {
    color: #ffbe00;
    padding-right: 6px;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentLink a {
    color: #646464;
    font-size: 14px;
    text-decoration: none;
}

.rt-item .itemComments ul.itemCommentsList li .comment-content .commentLink a:hover {
    font-size: 14px;
    color: #ffbe00;
    text-decoration: none;
}

.rt-item .itemComments .itemCommentsForm h3 {
    font-size: 26px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
    border: none;
}

.rt-item .itemComments .itemCommentsForm .form-validate input {
    border-radius: 0;
    box-shadow: none;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.rt-item .itemComments .itemCommentsForm .form-validate textarea {
    border-radius: 0;
    box-shadow: none;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}

.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
    background: transparent;
    border: 2px solid #ffbe00;
    border-radius: 0;
    box-shadow: none;
    color: #ffbe00;
    font-size: 14px;
    margin-top: 25px;
    padding: 10px 15px;
    font-weight: 600;
    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;
}

.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
    background: #ffbe00;
    color: #ffffff;
}


/*======================  End of K2 detail item style  ====================*/


/*==========================================================================
=                            26. Pagination style                          =
===========================================================================*/

.itemListView {
    padding-bottom: 0 !important;
}

.itemListView .k2Pagination {
    margin: 0;
}

.itemListView .k2Pagination .pagination li a {
    background: #f9f9f9;
    border: none;
    border-radius: 0;
    line-height: 40px;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    padding: 0;
}

.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: #f9f9f9;
    border: none;
    border-radius: 0;
    line-height: 40px;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    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: #f9f9f9;
    border: none;
    border-radius: 0;
    line-height: 40px;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    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 style  ========================*/


/*==========================================================================
=                          27. Contact page style                          =
===========================================================================*/

.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: 90px;
    text-align: left;
}

.rsform .rsform-block .formControls {
    margin-left: 100px;
}

.rsform .rsform-block.rsform-block-header {
    margin-bottom: 30px;
}

.rsform .rsform-block .formControls .formBody input {
    background: #f9f9f9;
    border: none;
    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: 34px;
    width: 95%;
}

.rsform .rsform-block .formControls .formBody textarea {
    background: #f9f9f9;
    border: none;
    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: 95%;
}

.rsform .rsform-block .formControls .formBody button {
    background: transparent;
    border: 2px solid #ffbe00;
    border-radius: 0;
    box-shadow: none;
    color: #ffbe00;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding: 14px 25px;
    text-shadow: none;
    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: #ffbe00;
    border: 2px solid #ffbe00;
    color: #ffffff;
}

.rsform .rsform-block .formControls .formBody .formValidation {
    display: block;
}

#sp-bottom4 .corporate-office {
    margin-bottom: 0;
}

.sppb-ajaxt-contact-form .sppb-form-group input,
.sppb-ajaxt-contact-form .sppb-form-group textarea {
    border-radius: 0;
    border: none;
    background: #f9f9f9;
    box-shadow: none;
}

.sppb-ajaxt-contact-form button {
    background: transparent;
    border: 2px solid #ffbe00;
    border-radius: 0;
    box-shadow: none;
    color: #ffbe00;
    font-size: 14px;
    margin-top: 25px;
    padding: 10px 15px;
    font-weight: 600;
    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;
}

.sppb-ajaxt-contact-form button:hover {
    background: #ffbe00;
    border: 2px solid #ffbe00;
    color: #ffffff;
}


/*========================  End of Contact page style  ====================*/


/*==========================================================================
=                              28. Responsive style                        =
===========================================================================*/


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
     h1 {
        font-size: 48px;
    }
    #sp-menu .sp-megamenu-parent > li > a {
        padding: 0 10px;
    }
    .home-slider .tp-caption.medium_text {
        font-size: 20px !important;
    }
    .home-slider .tp-caption.small_text {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .logo-slider .rt-logo-showcase .slick-next {
        right: -20px;
    }
    .logo-slider .rt-logo-showcase .slick-prev {
        left: -20px;
    }
    .tlp-portfolio .slider3 .tlp-portfolio-thum:hover h3 {
        margin-top: 7%;
        margin-bottom: 8px;
    }
    .constraction .sppb-addon-content {
        font-size: 32px;
    }
    .callto-action h3 {
        padding: 10px 15px;
    }
    .callto-action .btn-read-more-white a {
        padding: 8px 15px;
    }
    .choose-us {
        padding: 90px 30px 90px 100px;
    }
    .tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-content {
        top: 15%;
    }
    .title-style-one.works-title-content .sppb-addon-content {
        padding: 0 15%;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title {
        padding: 80px 0;
    }
    .sp-page-title h2 {
        font-size: 44px !important;
    }
    .service-three-page-style .single-feature .service-image {
        margin-right: 0;
        width: 40%;
    }
    .tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
        bottom: 24%;
    }
    .k2TagCloudBlock a {
        width: 48%;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
     h1 {
        font-size: 40px;
    }
    h2,
    .sppb-addon-text-block .sppb-addon-title {
        font-size: 36px;
    }
    .top-address.sp-module ul li {
        padding-right: 5px;
    }
    #sp-menu .sp-megamenu-parent {
        text-align: center;
    }
    .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
        text-align: left;
    }
    #sp-menu .sp-megamenu-parent > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
    #sp-header.menu-fixed {
        box-shadow: none;
        height: auto;
    }
    #offcanvas-toggler > i {
        margin-bottom: 0px !important;
    }
    #sp-header .logo h1 img {
        padding-top: 5px;
    }
    #sp-bottom2 .sp-module {
        margin-bottom: 45px;
    }
    #sp-bottom .sp-module .sp-module-title {
        margin-bottom: 20px;
    }
    .logo-slider .rt-logo-showcase .slick-next {
        right: -17px;
    }
    .logo-slider .rt-logo-showcase .slick-prev {
        left: -17px;
    }
    .home-slider.home-two-slider .tp-caption.medium_text {
        display: none;
    }
    .home-slider .tp-caption.medium_text {
        font-size: 17px !important;
    }
    .home-slider .tp-caption.small_text {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 0 20px;
    }
    .home-slider .tp-caption.largeblackbg a,
    .home-slider .tp-caption.largewhitebg a {
        margin-top: 10px !important;
        padding: 14px 20px !important;
        font-size: 12px !important;
        border: 1px solid #ffffff !important;
    }
    .home-one-service .rt-features > div,
    .home-three-service .rt-features > div,
    .home-four-service .rt-features > div {
        width: 33.333333%;
    }
    .home-one-service .rt-features .single-feature {
        padding: 80px 30px;
    }
    .home-four-service .single-feature {
        padding: 30px 10px 0px;
    }
    .news-layout-one .full-section .content-part {
        padding: 30px 20px;
    }
    .news-layout-one .full-section .content-part .btn-read-more a,
    .home-two-service .btn-read-more a {
        padding: 6px 12px;
        font-size: 12px;
    }
    .home-two-service {
        margin-top: -40px;
    }
    .about-two-right {
        margin-left: 0;
    }
    .about-two-right p {
        left: 15px;
    }
    .about-two-right a img {
        padding: 90px 10px 0 55px;
    }
    .tlp-portfolio .slider3 .tlp-equal-height {
        width: 100%;
    }
    .callto-action {
        text-align: center;
    }
    .choose-us {
        padding: 90px 15px;
    }
    .constraction {
        margin-top: 6px;
    }
    .constraction .sppb-addon-content {
        font-size: 24px;
    }
    .title-style-one.works-title-content .sppb-addon-content {
        padding: 0 5%;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title {
        padding: 70px 0;
    }
    .sp-page-title h2 {
        font-size: 40px !important;
    }
    .about-services .rt-features > div {
        width: 33.333333%;
    }
    .services-tab-style ul.sppb-nav-tabs li a {
        padding: 15px 4px;
    }
    .service-three-page-style .single-feature .service-image {
        float: none !important;
    }
    .service-three-page-style .single-feature .service-image img {
        width: 100%;
    }
    .service-three-page-style .single-feature .service-content {
        padding-left: 0;
        padding-top: 15px;
    }
    .tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
        bottom: 27%;
    }
    .rt-catlayout-one .catItemBody .content-part {
        padding: 25px 15px;
    }
    .rt-recent-news ul li .image-part {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .rt-recent-news ul li .image-part .moduleItemImage img {
        width: 100%;
    }
    .k2TagCloudBlock a {
        width: 98%;
    }
    .error-page .error-page-inner .error-code {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2,
    .sppb-addon-text-block .sppb-addon-title {
        font-size: 32px;
    }
    #sp-header {
        height: 70px !important;
    }
    #sp-header .logo {
        height: 70px !important;
    }
    #sp-header .logo h1 img {
        max-width: 110px;
    }
    #offcanvas-toggler {
        line-height: 70px !important;
    }
    .menu-fixed #offcanvas-toggler {
        line-height: 64px !important;
    }
    #sp-header.menu-fixed {
        height: 60px !important;
    }
    #sp-header.menu-fixed .logo {
        height: 60px !important;
    }
    #sp-header.menu-fixed .logo h1 img {
        max-width: 100px;
    }
    #home-two #sp-top-bar,
    #home-three #sp-top-bar {
        background: #222222;
    }
    #sp-top-bar .sp-module ul,
    .social-link.sp-module ul {
        text-align: center;
    }
    .social-link.sp-module ul li {
        padding: 0 6px;
    }
    .home-two-slider,
    .home-three-slider {
        margin-top: 0 !important;
    }
    .home-slider .tp-caption.small_text,
    .home-slider .tp-caption.medium_text {
        display: none;
    }
    #home-one .home-slider .tp-caption.largewhitebg a {
        margin-top: 12px !important;
    }
    .home-slider .tp-caption.largeblackbg a,
    .home-slider .tp-caption.largewhitebg a {
        padding: 14px 15px!important;
        font-size: 12px !important;
        border: 1px solid #ffffff !important;
    }
    #sp-bottom2 .sp-module,
    #sp-bottom3 .sp-module,
    #sp-bottom4 .sp-module {
        margin-top: 30px;
    }
    #sp-bottom .sp-module .sp-module-title {
        margin-bottom: 20px;
    }
    .logo-slider .rt-logo-showcase .slick-next {
        right: -17px;
    }
    .logo-slider .rt-logo-showcase .slick-prev {
        left: -17px;
    }
    .image-effect {
        margin-top: 30px;
    }
    .image-effect img {
        width: 100%;
    }
    .tlp-portfolio .button-group button {
        margin-bottom: 4px;
    }
    .news-layout-one ul li {
        width: 100%;
    }
    .home-two-service {
        margin-top: 30px;
    }
    .home-two-service img {
        width: 100%;
    }
    .about-two-right {
        margin-bottom: 100px;
    }
    .constraction {
        margin-bottom: 25px;
    }
    .constraction .sppb-addon-content {
        font-size: 32px;
        text-align: center;
    }
    .btn-read-more.color-white {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .btn-read-more.color-white > a {
        display: inline-block;
    }
    .callto-action {
        margin-top: 90px;
        text-align: center;
    }
    .about-three-right {
        margin-top: 50px;
    }
    .about-three-right img {
        width: 100%;
    }
    .choose-us {
        padding: 90px 15px;
    }
    .home-four-service .single-feature {
        margin: 0 0 15px 0;
    }
    .home-four .sppb-addon-single-image {
        top: 0;
    }
    .image-effect .sppb-addon-single-image-container {
        width: 100%;
    }
    .title-style-one.works-title-content .sppb-addon-content {
        padding: 0 3%;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title h2,
    #sp-title .sp-page-title .breadcrumb {
        float: none;
        text-align: center;
    }
    .class2,
    .custom-class {
        margin-top: 60px;
    }
    .tlp-portfolio .tlp-layout > div img {
        width: 100%;
    }
    .services-tab-style ul.sppb-nav-tabs {
        float: none;
        width: inherit;
        margin-bottom: 30px;
    }
    .services-tab-style .sppb-tab-content {
        float: none;
        width: inherit;
        padding-left: 0;
    }
    .sppb-addon-pie-progress .sppb-pie-chart {
        margin-top: 20px;
    }
    .news-layout-one .full-section {
        margin: 0;
    }
    .corporate-office {
        margin-bottom: 40px;
    }
    .rsform .rsform-block .formControls {
        margin-left: 0;
    }
    .rsform .rsform-block .formControlLabel {
        margin-bottom: 5px;
    }
    .rsform .rsform-block .formControls .formBody input,
    .rsform .rsform-block .formControls .formBody textarea {
        width: 94% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .sppb-addon-text-block .sppb-addon-title,
    .professional-tab-style .sppb-addon-title,
    .title-style-one .sppb-addon-title {
        font-size: 32px;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item,
    .tlp-portfolio .isotope6 .tlp-portfolio-item {
        width: 50%;
    }
    .tlp-portfolio .layout10 > div {
        width: 50%;
        float: left;
    }
    .tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-content {
        top: 10%;
    }
    .home-one-service .rt-features .single-feature {
        padding: 60px 50px;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info {
        padding-top: 7%;
    }
    .home-slider .tp-caption.large_text {
        top: 90px !important;
    }
    .tlp-team .layout1 .overlay-element .detail-link i.fa {
        margin-top: 20%;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title {
        padding: 50px 0;
    }
    .sp-page-title h2 {
        font-size: 36px !important;
    }
    .tlp-portfolio .isotope8 .tlp-portfolio-item {
        width: 50%;
    }
    .services-tab-style ul.sppb-nav-tabs li {
        float: left;
        width: 48%;
        margin: 0 3px 3px 0;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    .home-one-service .rt-features .single-feature {
        padding: 50px 20px;
        text-align: center;
    }
    .home-one-service .rt-features .single-feature .icon {
        float: none;
        margin-bottom: 8px;
    }
    .home-one-service .rt-features .single-feature .icon i {
        padding-right: 0;
    }
    .home-one-service .rt-features .single-feature h3 a::after,
    .home-two-service h3::after,
    .home-three-service .single-feature h3::after,
    .home-four-service .single-feature h3::after {
        right: 0;
        margin: 0 auto;
    }
    .home-two-service,
    .news-layout-one .full-section .content-part {
        text-align: center;
    }
    .home-two-service .btn-read-more {
        margin-top: 0;
    }
    .home-two-service .btn-read-more a {
        padding: 6px 12px;
        font-size: 12px;
    }
    .home-three-service .rt-features .single-feature,
    .home-four-service .single-feature {
        text-align: center;
    }
    .home-three-service .single-feature .service-image {
        float: none !important;
        padding-right: 0;
        padding-bottom: 6px;
    }
    .logo-slider .rt-logo-showcase .rt-carousel .rt-logo-item {
        margin-bottom: 30px;
    }
    .tlp-team .layout1 .overlay-element .detail-link i.fa {
        margin-top: 30%;
    }
    .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;
    }
    .blog-featured form,
    .content-category form {
        overflow-x: scroll;
    }
    table.category tr td {
        white-space: nowrap;
    }
    .finder .word input,
    .search .btn-toolbar input {
        margin-bottom: 15px;
        width: 100%;
    }
    .rt-item .itemBody .itemHeader h3.itemTitle {
        font-size: 24px;
    }
    .error-page .error-page-inner .error-code {
        font-size: 120px;
    }
    .error-page .error-page-inner .error-message {
        font-size: 24px;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .sppb-addon-text-block .sppb-addon-title,
    .professional-tab-style .sppb-addon-title,
    .title-style-one .sppb-addon-title {
        font-size: 30px;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item,
    .tlp-portfolio .isotope6 .tlp-portfolio-item,
    .tlp-portfolio .layout10 > div {
        width: 100%;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item img,
    .tlp-portfolio .isotope6 .tlp-portfolio-item img,
    .tlp-portfolio .layout10 .tlp-portfolio-item img {
        width: 100%;
    }
    .news-layout-one .full-section .content-part .btn-read-more a,
    .home-two-service .btn-read-more a {
        padding: 6px 12px;
        font-size: 12px;
    }
    .news-layout-one .full-section .content-part {
        padding: 30px 15px;
    }
    .home-one-service .rt-features .single-feature {
        padding: 60px 30px;
    }
    .home-slider .tp-caption.large_text {
        top: 85px !important;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title {
        padding: 40px 0;
    }
    .sp-page-title h2 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .services-tab-style ul.sppb-nav-tabs li {
        float: left;
        width: 49%;
        margin: 0 3px 3px 0;
    }
    .services-tab-style ul.sppb-nav-tabs li a {
        padding: 10px 5px;
    }
    .service-three-page-style .single-feature .service-image {
        float: none !important;
        margin-right: 0;
    }
    .service-three-page-style .single-feature .service-image img {
        width: 100%;
    }
    .service-three-page-style .single-feature .service-content {
        padding: 0;
    }
    .service-three-page-style .single-feature .service-content h3 {
        margin-top: 20px;
    }
    .tlp-portfolio .isotope8 .tlp-portfolio-item,
    .tlp-portfolio .isotope8 .tlp-portfolio-item img {
        width: 100%;
    }
    .rt-catlayout-two .catItemBody .catItemImageBlock,
    .rt-catlayout-two .catItemBody .content-part {
        float: none;
        width: inherit;
    }
    .rt-catlayout-two .catItemBody .catItemImageBlock .catItemImage img {
        width: 100% !important;
    }
    .tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
        bottom: 35%;
    }
}


/* small mobile :320px. */

@media (max-width: 320px) {
    .home-slider .tp-caption.large_text {
        top: 60px !important;
    }
    .top-address.sp-module ul li {
        padding-right: 0;
    }
    .sppb-addon-text-block .sppb-addon-title,
    .professional-tab-style .sppb-addon-title,
    .title-style-one .sppb-addon-title {
        font-size: 28px;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item,
    .tlp-portfolio .isotope6 .tlp-portfolio-item,
    .tlp-portfolio .layout10 > div {
        width: 100%;
    }
    .tlp-portfolio .isotope9 .tlp-portfolio-item img,
    .tlp-portfolio .isotope6 .tlp-portfolio-item img,
    .tlp-portfolio .layout10 .tlp-portfolio-item img {
        width: 100%;
    }
    .tlp-portfolio .slider3 .tlp-portfolio-thum h3 {
        margin-top: 20%;
    }
    .tlp-portfolio .slider3 .tlp-portfolio-thum:hover h3 {
        margin-top: 5%;
        margin-bottom: 10px;
    }
    .tlp-portfolio .slider3 .owl-theme .owl-controls .owl-buttons > div {
        bottom: 60px;
    }
    .tlp-portfolio .button-group button {
        width: 45%;
    }
    .constraction .sppb-addon-content {
        font-size: 24px;
    }
    .callto-action h3 {
        font-size: 16px;
    }
    .news-layout-one .full-section .content-part .btn-read-more a {
        padding: 6px 12px;
        font-size: 12px;
    }
    .news-layout-one .full-section .content-part {
        padding: 30px 15px;
    }
    .about-two-right {
        margin: 0 0 100px 0;
    }
    .about-two-right p {
        top: 30px;
        left: 15px;
    }
    .about-two-right a::after {
        height: 340px;
        width: 290px;
    }
    .about-two-right a img {
        padding: 95px 25px 0 55px;
    }
    /*------------- Inner page style --------------*/
    #sp-title .sp-page-title {
        padding: 30px 0;
    }
    .sp-page-title h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    .services-tab-style ul.sppb-nav-tabs li a {
        padding: 10px;
    }
    .service-two-page-style .single-feature,
    .service-three-page-style .single-feature {
        text-align: center;
    }
    .service-two-page-style .single-feature .service-image {
        float: none !important;
        padding-right: 0;
    }
    .service-two-page-style .single-feature .service-content h3::after,
    .service-three-page-style .single-feature .service-content h3::after {
        right: 0;
        margin: 0 auto;
    }
    .service-three-page-style .single-feature .service-image {
        float: none !important;
        margin-right: 0;
    }
    .service-three-page-style .single-feature .service-image img {
        width: 100%;
    }
    .service-three-page-style .single-feature .service-content {
        padding: 0;
    }
    .service-three-page-style .single-feature .service-content h3 {
        margin-top: 20px;
    }
    .tlp-portfolio .layout12 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
        bottom: 18%;
    }
    .rt-catlayout-two .catItemBody .catItemImageBlock,
    .rt-catlayout-two .catItemBody .content-part {
        float: none;
        width: inherit;
    }
    .rt-catlayout-two .catItemBody .catItemImageBlock .catItemImage img {
        width: 100% !important;
    }
}


/*========================  End of Responsive style   =====================*/
