/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One
5. Main Slider
6. Highlits
7. Services Section
8. Services Single
9. What We Do Section
10. About Us
11. About Section Two
12. Story Section
13. Accordion Style
14. Project Section
15. Projects Section Two
16. Projects Section Three
17. Projects Section Four
18. Project Single Section
19. Industry Section
20. Call To Action
21. Team Section
22. Testimonial Section
23. Testimonial Page Section
24. Pricing Section
25. Clients Section
26. News Section
27. Comments Area
28. Contact Section / Two
29. Contact Map Section
30. Contact Form Section
31. Main Footer
32. Sidebar Page Container
33. Products Section
34. Shop Single
35. Product Tabs Style
36. Cart Section style
37. CheckOut Sectioon
38. Request Qoute Section

**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@700;800;900&display=swap');


/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('slick.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('../plugins/machinery-icons/style.css');
@import url('bootstrap-select.min.css');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
     font-family: 'Unbounded', sans-serif;
    font-weight: 800;
   
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #f7c02d;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
   
}

input,
button,
select,
textarea {
   
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    margin: 0;
}

.text-center {
    text-align: center !important;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
   
}

.grey-bg {
    background-color: #f6f6f6;
}

/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #777777;
}

.list-style-one li:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: #f7c02d;
    font-size: 16px;
    
}

/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 40px;
    color: #777777;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    color: #f7c02d;
    font-size: 42px;
    line-height: 1em;
    text-align: center;
}

.list-style-two li strong {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #e87722;
    padding: 15px 50px;
    border: 1px solid #e87722;
    font-weight: 700;
    background: transparent;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-one:hover {
    color: white;
    background-color: #f7c02d;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-two:hover {
    color: #ffffff;
    background: #303030;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 6px 21px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    background: #f7c02d;
    border-radius: 5px;
    border: 2px solid #f7c02d;
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: #f7c02d;
    border-radius: 4px;
}

.btn-style-four:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.theme_color {
    color: #f7c02d;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #303030;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #f7c02d;
    overflow: hidden;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #f7c02d;
    background: #1A225E;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*=== Header Top ===*/

.main-header .header-top {
    position: relative;
    background-color: #f2f2f2;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding-left: 300px;
}

.main-header .header-top .top-left ul li,
.main-header .header-top .top-right ul.right-info li {
    position: relative;
    font-size: 15px;
    color: #808080;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
}

.main-header .header-top .top-left ul li:before,
.main-header .header-top .top-right ul.right-info li:before {
    position: absolute;
    right: -2px;
    top: 18px;
    height: 20px;
    border-right: 1px solid #d8d8d8;
    content: "";
}

.main-header .header-top .top-left ul li:last-child:before,
.main-header .header-top .top-right ul.right-info li:last-child:before {
    display: none;
}

.main-header .header-top .top-left ul li:last-child,
.main-header .header-top .top-right ul.right-info li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.main-header .header-top .top-left ul li a,
.main-header .header-top .top-right ul.right-info li a {
    display: inline-block;
    color: #808080;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-left ul li .icon,
.main-header .header-top .top-right ul.right-info li .icon {
    margin-right: 5px;
    color: #D86844;
}

.main-header .header-top .top-left ul li a:hover,
.main-header .header-top .top-right ul.right-info li a:hover {
    color: #f7c02d;
}

.main-header .header-top .social-links {
    position: relative;
}

.main-header .header-top .social-links a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    z-index: 11;
}

.main-header .header-top .top-right:before {
    position: absolute;
    left: 100%;
    top: 9px;
    height: 47px;
    width: 1000%;
    margin-left: -145px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.main-header .header-top .top-right .buy-now {
    position: relative;
    float: left;
    padding: 14px 0;
}

.main-header .header-top .top-right .buy-now a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    border: 1px solid #dedede;
    padding: 0 8px;
}

.main-header .header-top .top-right .language {
    float: left;
    margin-left: 65px;
    margin-top: 8px;
}

.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #f7c02d;
}

.main-header .language>a {
    width: auto !important;
    height: auto !important;
    color: #848484 !important;
    padding: 13px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.main-header .language>a i {
    margin-left: 10px;
}

.main-header .language>a>.icon {
    font-size: 16px;
    margin-right: 5px;
    color: #f7c02d;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.main-header .language a:hover {
    background: none;
}

.main-header .language .dropdown-menu>li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
    padding: 10px 15px;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #f7c02d;
}

/*=== header top updated ===*/
.main-header.style-two .header-top {
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
}

.main-header.style-two .header-top .top-right:before {
    display: none;
}

.main-header.style-two .header-top .right-info {
    float: left;
}

.main-header.style-two .header-top .top-menu li a {
    color: #808080;
    font-size: 15px;
}

.main-header.style-two .header-top .top-menu li:before {
    display: none;
}

.main-header.style-two .header-top .top-right .language {
    margin-top: 5px;
}

.main-header.style-two .header-top .top-left ul li {
    margin-right: 10px;
}

/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.main-header .logo {
    position: relative;
    padding: 55px 15px;
    text-align: center;
}

.main-header .header-upper .logo:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    content: '';
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 30px;
}

.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 100px;
    margin-left: 30px;
    min-height: 50px;
    border-left: 1px solid #f2f2f2;
}

.main-header .info-box:first-child {
    border-left: 0;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 30px;
    top: 0px;
    color: #D86844;
    font-size: 46px;
    line-height: 50px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #848484;
    font-weight: 400;
    text-transform: capitalize;
}

.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: #848484;
}

.main-header .info-box .order-btn {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    background: #f7c02d;
    border-radius: 3px;
}

.main-header .info-box .order-btn:hover {
    opacity: 0.70;
}

.main-header.style-two .info-box:last-child {
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .info-box .social-icons a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
    color: #808080;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.main-header.style-two .info-box .social-icons a:hover {
    color: #D86844;
}

.main-header.style-two .info-box .social-icons a+a {
    margin-left: 12px;
}

.main-header.style-two .logo-outer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #F3F3F3;
    border-top: 0;
    border-bottom: 0;
}


/*=== Header Upper ===*/

.main-header .header-lower {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: transparent;
}

.main-header .nav-outer {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
   
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 40px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    padding: 25px 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #f7c02d;
    z-index: 1;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #f7c02d;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 260px;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li:first-child {
    border-top: 0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500;
    color: #303030;
    text-align: left;
    background-color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 30px;
    background: #f7c02d;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    
    content: "\f178";
    z-index: 6;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 260px;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li>ul>li:first-child {
    border-top: 0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500;
    color: #303030;
    text-align: left;
    background-color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 30px;
    background: #f7c02d;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    z-index: 12;
    float: right;
}

.main-header .outer-box .link-box {
    position: relative;
    padding: 20px 0;
}

.main-header .outer-box .link-box .theme-btn {
    padding: 10px 30px;
    font-size: 16px;
   
}

/*Search Box*/

.main-header .nav-outer .search-box {
    position: relative;
    float: left;
}

.main-header .nav-outer .dropdown-outer {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    padding: 27px 0px 32px;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: none;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer .dropdown-outer .search-box-btn:hover {
    color: #f7c02d;
}


.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 83px;
    padding: 0px;
    width: 270px;
    border-radius: 0px;
    border-top: 2px solid #f7c02d;
}

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 44px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #f7c02d;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #2b2b2b;
    font-size: 14px;
    background: none;
    cursor: pointer;
    line-height: 44px;
}


.main-header.style-two .nav-outer .dropdown-outer {
    padding: 22px 0;
}

.main-header.style-two .main-menu .navigation>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
}

.main-header.style-two .nav-outer {
    border-bottom: 0;
}

.main-header.style-two .header-lower {
    background: #1A225E;
}

.main-header.style-two .outer-box .link-box {
    padding: 14.5px 0;
}

.main-header.style-two .main-menu .navigation>li>a:before {
    height: 6px;
}

.main-header.style-two .nav-outer .dropdown-outer .search-box-btn {
    font-size: 18px;
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 34px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn .count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #F7C02D;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    display: inline-block;
}

.main-header.style-three .header-top {
    background: #1A225E;
}

.main-header.style-three .header-top {
    padding: 10px 0 12px 0;
}

.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {}

.main-header.style-three .header-top p {
    margin-right: 2px;
}

.main-header.style-three .header-top .state {
    display: none;
}

.main-header.style-three .header-top #value1 {
    display: block;
}

.main-header.style-three .header-top .select_state p,
.main-header.style-three .header-top .select_state select,
.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {
    display: inline-block;
}

.main-header.style-three .header-top ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.main-header.style-three .header-top ul li {
    margin-right: 37px;
    margin-top: 5px;
}

.main-header.style-three .header-top ul li:last-child {
    margin-right: 0;
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 30px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger {
    top: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger:before {
    content: '\f107';
    
    position: absolute;
    color: #fff;
    top: -2px;
    right: -32px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
   
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.main-header.style-three .logo-outer {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-header.style-three .logo {
    padding: 0;
}

.main-header.style-three .header-upper .upper-right {
    padding: 0;
}

.main-header.style-three .header-lower {
    position: relative;
}

.main-header.style-three .nav-outer {
    background: #1A225E;
    border-bottom: 0;
    padding-left: 40px;
}

.main-header.style-three .main-menu .navigation>li>a {
    padding: 15.5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.main-header.style-three .nav-outer .dropdown-outer {
    padding: 17px 0;
}


.main-header.style-three .search-box .qoute-link {}

.main-header.style-three .search-box .qoute-link {
    color: #F7C02D;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
    border-left: 1px solid #423d3d;
    line-height: 20px;
    padding-left: 20px;
}

.main-header.style-three .search-box .qoute-link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.main-header.style-three .search-box .qoute-link:hover {
    color: #fff;
}

.main-header.style-three .outer-box .search-box-btn {
    display: inline-block;
    width: 60px;
    height: 61px;
    background: #F7C02D;
    color: #1A225E;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    transition: all .4s ease;
}

.main-header.style-three .outer-box .search-box-btn:hover {
    background: #fff;
}

.main-header.style-three .outer-box .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 44px;
}

.main-header.style-three .outer-box .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-three .outer-box .cart-btn .count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #F7C02D;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    display: inline-block;
}

.main-header.style-three .info-box+.info-box {
    margin-left: 40px;
}

.main-header.style-three .info-box {
    border: none;
    margin-left: 0;
    padding-left: 90px;
}

.main-header.style-three .info-box li {
    font-size: 16px;
    font-weight: 600;
}

.main-header.style-three .info-box li strong {
    color: #303030;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
}

.main-header.style-three .info-box .icon-box {
    font-size: 45px;
    left: 0;
    border-right: 1px solid #E3E3E3;
    line-height: 65px;
    padding-right: 20px;
}

.main-header.style-three .header-upper {
    padding: 34px 0;
}

.main-header.style-three .header-top .select_state {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .header-top .info-value {
    display: inline-block;
}

.main-header.style-three .header-top .select_state ul li {
    margin: 0;
    display: block;
}

.main-header.style-three .social,
.main-header.style-three #polyglotLanguageSwitcher {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social span,
.main-header.style-three .social a {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social {
    border-right: 1px solid #353535;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.main-header.style-three .social span {
    color: #fff;
    font-size: 16px;
}

.main-header.style-three .social a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    transition: all .4s ease;
}

.main-header.style-three .social a:hover {
    color: #F7C02D;
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 0;
    margin-right: 15px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown {
    background: #F7C02D;
    top: 25px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown li {
    padding-left: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header.style-three .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 170px;
}

.main-header.style-three .bootstrap-select>.dropdown-toggle {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    background-color: #F7C02D;
    border-radius: 0;
    border: 0;
    color: #303030;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 16px;
    padding-left: 25px;
    padding-right: 50px;
    outline: none !important;
}

.main-header.style-three .header-top {
    padding: 0;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    margin-top: 0px;
    vertical-align: middle;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    right: 20px;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    
    content: '\f107';
    font-size: 20px;
    color: #303030;
}

.main-header.style-three .bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li.selected>a {
    background: #F7C02D;
    color: #fff;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    padding: 9px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.main-header.style-three .bootstrap-select .dropdown-menu>li>a:hover {
    background: #F7C02D;
    color: #fff;
    cursor: pointer;
}

.main-header.style-three .header-top .info-value {
    margin-left: 50px;
}

.main-header.style-three .header-top .info-value ul li {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.main-header.style-three .header-top .info-value ul li i {
    font-size: 15px;
    color: #F7C02D;
}

.main-header.style-three .header-top .right-info {
    padding: 14px 0;
}

/*================================
        Sticky Header
==================================*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
}

.sticky-header .logo {
    padding: 5px 0px 2px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -ms-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -o-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.sticky-header .main-menu .navigation>li.dropdown>ul {
    margin-top: 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 5px;
    margin-right: 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #1A225E;
    padding: 15px 15px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    background: #f7c02d;
    color: #ffffff;
    opacity: 1;
}

/*** 

====================================================================
    Main Slider One
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .line {
    position: relative;
    display: inline-block;
    height: 320px;
    width: 2px;
    background-color: #f7c02d;
}

.main-slider .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
}

.main-slider h1 {
    font-size: 120px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 1px;
}

.main-slider .text {
    font-size: 18px;
    line-height: 30px;
    color: #f7c02d;
    font-weight: 600;
}

.main-slider .theme-btn {
    margin-right: 20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 56px;
    color: #F7C02D;
    background: transparent;
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -20px;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    background: #F7C02D;
    border-color: #F7C02D;
    color: #fff;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 25px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    opacity: 1;
    border-color: #F7C02D;
    background: #F7C02D;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 730px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #1A225E;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 750px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #1A225E;
}

.main-banner-content {
    animation-delay: .8s;
    border-left: 2px solid #D86844;
    padding-left: 30px;
}

.main-banner-content .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1A225E;
    font-weight: 400;
    margin: 0;
}

.main-banner-content h1 {
    font-size: 120px;
    color: #1A225E;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.main-banner-content .text {
    font-size: 18px;
    line-height: 30px;
    color: #1A225E;
    font-weight: 600;
    margin: 0;
    margin-bottom: 36px;
}

.main-banner-content .theme-btn {
    margin-right: 20px;
}

.main-banner-content.light .title {
    color: #fff;
}

.main-banner-content.light h1 {
    color: #fff;
}

.main-banner-content.light .text {
    color: #D86844;
}

.main-banner-content-two h3 {
    animation-delay: .5s;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.main-banner-content-two h3:before {
    content: '';
    background: #F7C02D;
    width: 70px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.text-center .main-banner-content-two h3:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.main-banner-content-two h1 {
    animation-delay: 1s;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 25px;
}

.main-banner-content-two p {
    animation-delay: 1.5s;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 45px;
}

.main-banner-content-two .theme-btn {
    animation-delay: 2s;
}

.main-banner-content-two .link {
    animation-delay: 2s;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    transition: all .4s ease;
}

.main-banner-content-two .link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main-banner-content-two .link:hover {
    color: #F7C02D;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 215px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4a4a4a;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(24, 24, 24, 1), rgba(24, 24, 24, .80), rgba(24, 24, 24, .50));
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
    padding: 15px 0;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #f7c02d;
    margin-right: 8px;
    padding-right: 13px;
    font-weight: 400;
}

.page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -3px;
    top: 1px;
    color: #ffffff;
    
}

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

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #f7c02d;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 600;
}

.sec-title h4 {
    font-size: 23px;
    color: #303030;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
}

.sec-title h4:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #D86844;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-title h4+h2 {
    margin-top: 11px;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-size: 16px;
}

.sec-title h2+.text {
    margin-top: 22px;
}

.sec-title.light h2,
.sec-title.light h4 {
    color: #ffffff;
}

/*** 

====================================================================
                Highlits
====================================================================

***/

.highlights {
    position: relative;
    z-index: 99;
}

.highlights .auto-container {
    position: relative;
}

.highlights .highlight-carousel {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 40px;
    padding-right: 150px;
    background-color: #1A225E;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.highlights .highlight-block {
    position: relative;
    padding: 15.5px 0;
}

.highlights .highlight-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
}

.highlights .highlight-block .inner-box:before {
    position: absolute;
    left: 90px;
    top: -16px;
    height: 120px;
    width: 1px;
    background-color: #423d3d;
    content: "";
}

.highlights .highlight-block .icon-box {
    position: absolute;
    left: 0;
    top: 10px;
    height: 70px;
    line-height: 70px;
    font-size: 55px;
    color: #D86844;
}

.highlights .highlight-block .text {
    display: block;
    padding: 30px 0;
    font-size: 18px;
    line-height: 30px;
    color: #E8E3E3;
    font-weight: 500;
}

.highlights .highlight-block .text span {
    color: #ffffff;
    background-color: #D86844;
}

.highlight-carousel .owl-nav {
    display: none;
}

.highlight-carousel .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
}

.highlight-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.highlight-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

/*** 

====================================================================
                Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 135px 0 80px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
}

.services-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.services-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.services-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(24, 24, 24, .90);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box {
    height: 100%;
}

.services-block .overlay-box .btn-box {
    position: absolute;
    left: 30px;
    top: -25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box .btn-box {
    top: 25px;
    transition-delay: 200ms;
}

.services-block .overlay-box .btn-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #f7c02d;
    font-weight: 600;
}

.services-block .overlay-box .btn-box a:hover {
    text-decoration: underline;
}

.services-block .overlay-box .btn-box .icon {
    position: relative;
    display: inline-block;
    top: 3px;
    height: 14px;
    width: 14px;
    background-image: url(../images/icons/arrow-top-right.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.services-block .image-box .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
    padding: 10px 30px;
    padding-right: 60px;
    background-color: #ffffff;
}

.services-block .image-box .title h3 {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #303030;
    font-weight: 500;
}

.services-block .image-box .title h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .image-box .title h3 a:hover {
    color: #f7c02d;
}

.services-block .image-box .title i {
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #303030;
    font-size: 26px;
    font-weight: 600;
    background-color: #D86844;
    text-align: center;
}

.services-block .lower-content {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 22px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}

.services-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.services-carousel .services-block {
    margin-bottom: 0;
}

.services-carousel {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.services-section .info-box {
    position: relative;
    text-align: center;
}

.services-section .info-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}

.services-section .info-box a {
    display: inline-block;
    font-size: 18px;
    color: #1A225E;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section .info-box a i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.services-section .info-box a:hover {
    color: #303030;
}

.services-page-section {
    position: relative;
    padding: 80px 0 40px;
}

.services-style-one {
    padding-top: 100px;
}

.single-service-style-one {
    border: 2px solid #F3F3F3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
    padding-bottom: 50px;
    margin-bottom: -100px;
    background: #fff;
}

.single-service-style-one .icon-box {
    position: relative;
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 15px;
}

.single-service-style-one .icon-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.single-service-style-one:hover .icon-box .normal-icon,
.single-service-style-one .icon-box .hover-icon {
    opacity: 0;
}

.single-service-style-one:hover .icon-box .hover-icon {
    opacity: 1;
}

.single-service-style-one h3,
.single-service-style-one p {
    margin: 0;
}

.single-service-style-one h3 {
    font-size: 24px;
    font-weight: 500;
}

.single-service-style-one h3 a {
    color: #303030;
}

.single-service-style-one h3 a:hover {
    color: #F5BE2D;
}

.single-service-style-one p {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}

.single-service-style-one .image-box {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-service-style-one .image-box img {
    width: 100%;
}

.single-service-style-one .image-box .box {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 24, 24, .9);
    opacity: 0;
    transition: all .4s ease;
}

.single-service-style-one .image-box .box a {
    color: #F5BE2D;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
}

.single-service-style-one .image-box .box a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-service-style-one .image-box:hover .box {
    top: 0;
    opacity: 1;
}

.more-service-link-box {
    padding-top: 150px;
    padding-bottom: 100px;
    background: #1A225E url(../images/resource/service-bg-1.png) center center no-repeat fixed;
}

.more-service-link-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}

.more-service-link-box h3 a {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    transition: all .4s ease;
    color: #F5BE2D;
    font-size: 16px;
    border-bottom: 2px dashed #515151;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 1em;
    margin-left: 15px;
}

.more-service-link-box h3 a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.more-service-link-box h3 a:hover {
    color: #F7C02D;
    padding-left: 0;
}

.more-service-link-box h3 a:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


/*** 

====================================================================
            Services Single
====================================================================

***/

.services-single {
    position: relative;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .sec-title {
    margin-bottom: 25px;
}

.services-single .inner-box .sec-title:before {
    top: -10px;
}

.services-single .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 30px;
}

.services-single .title:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.services-single .inner-box .text {
    position: relative;
    margin-bottom: 35px;
}

.services-single .inner-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.two-column {
    position: relative;
    margin-bottom: 40px;
}

.two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.two-column .image-column .image-box {
    position: relative;
    padding-right: 35px;
}

.two-column .image-column img {
    max-width: 100%;
    height: auto;
    display: block;
}

.two-column .info-column {
    position: relative;
}

.two-column .info-column .inner-column {
    position: relative;
    margin-left: -30px;
}

.service-block-two {
    position: relative;
    margin-bottom: 38px;
}

.service-block-two .inner-box {
    position: relative;
}

.service-block-two .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: #f7c02d;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 12px;
}

.service-block-two h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 a:hover {
    color: #f7c02d;
}

.service-block-two p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.why-us-tabs {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.why-us-tabs .tab-buttons {
    position: relative;
    text-align: right;
    border-top: 1px solid #f2f2f2;
}

.why-us-tabs .tabs-content .tab {
    display: none;
}

.why-us-tabs .tabs-content .tab.active-tab {
    display: block;
}

.why-us-tabs .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 0;
    color: #303030;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
   
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.why-us-tabs .tab-btn:before {
    position: absolute;
    right: 30px;
    top: 0px;
    line-height: 23px;
    padding: 10px 0;
    content: "\f178";
    font-size: 14px;
    color: #f7c02d;
    
    opacity: 0;
    visibility: hidden;
}

.why-us-tabs .tab-btn.active-btn {
    color: #f7c02d;
    padding-right: 55px;
}

.why-us-tabs .tab-btn.active-btn:before {
    visibility: visible;
    opacity: 1;
}

.why-us-tabs .tabs-content {
    position: relative;
}

.why-us-tabs .tabs-content:before {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 1px solid #f2f2f2;
    content: "";
}

.why-us-tabs .tabs-content strong {
    position: relative;
    display: block;
    top: -6px;
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 13px;
}

.why-us-tabs .tabs-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 18px;
}

.why-us-tabs .tabs-content ul {
    position: relative;
}

.why-us-tabs .tabs-content ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 10px;
}

.why-us-tabs .tabs-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #f7c02d;
    
    content: "\f05d";
}

.feature-info-block {
    position: relative;
    padding: 60px 0 0px;
    margin-bottom: 40px;
    border-top: 1px solid #f2f2f2;
}

.feature-info-block .image-column,
.feature-info-block .info-column {
    position: relative;
    margin-bottom: 20px;
}

.feature-info-block .image-column .image {
    text-align: right;
}

.feature-info-block .info-column .inner-column {
    position: relative;
    margin-right: -40px;
}

.feature-info-block p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 18px;
}

.feature-info-block ul {
    display: block;
}

.feature-info-block ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-left: 24px;
    margin-bottom: 18px;
}

.feature-info-block ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 7px;
    background-color: #f7c02d;
    content: "";
}

/*Blog Category*/

.services-cat {
    position: relative;
}

.services-cat li {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #f2f2f2;
}

.services-cat li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #303030;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services-cat li:first-child a {
    padding-top: 0;
}

.services-cat li a:before {
    position: absolute;
    left: -27px;
    bottom: 20px;
    height: 13px;
    width: 13px;
    line-height: 11px;
    font-size: 6px;
    content: "\f111";
    background: padding-box content-box;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    font-family: "FontAwesome";
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-cat li.active a,
.services-cat li a:hover {
    color: #f7c02d;
}

.services-cat li.active a:before,
.services-cat li a:hover:before {
    border: 1px solid #f7c02d;
    color: #f7c02d;
}

/* Department Sidebar */

.brochure-widget {
    position: relative;
    margin-bottom: 40px;
}

.brochure-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 23px;
}

.brochure-widget .link-box {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box:last-child {
    margin-bottom: 0;
}

.brochure-widget .link-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    width: 30px;
    border-right: 1px solid #f2f2f2;
    font-size: 16px;
    color: #f7c02d;
    line-height: 37px;
}

.brochure-widget .link-box h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    font-weight: 400;
}

.brochure-widget .link-box a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box a:hover {
    color: #f7c02d;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .info {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 20px;
}

.testimonial-block-three .info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-three .info .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block-three .info .name {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.testimonial-block-three .info .city {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #f7c02d;
    font-weight: 300;
}

.testimonial-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    font-style: italic;
}

/*** 

====================================================================
            What We Do Section
====================================================================

***/

.what-we-do {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/bg.jpg);
    padding: 100px 0;
}

.what-we-do .sec-title {
    margin-bottom: 30px;
}

.what-we-do .sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
    margin-top: 15px;
}

.what-we-do .info-box {
    position: relative;
    margin-bottom: 20px;
}

.what-we-do .info-box .icon {
    float: left;
    font-size: 64px;
    line-height: 80px;
    color: #f7c02d;
    margin-right: 20px;
}

.what-we-do .info-box .count {
    float: left;
    font-size: 60px;
    line-height: 80px;
    color: #f7c02d;
    font-weight: 700;
    margin-right: 45px;
   
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.what-we-do .info-box .count .plus {
    font-size: 32px;
    line-height: 1em;
    position: absolute;
    top: 13px;
    left: 100%;
}

.what-we-do .info-box .title {
    float: left;
    position: relative;
    padding: 17.5px 0;
}

.what-we-do .info-box .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 10px 15px;
    font-weight: 500;
   
    background-color: #222222;
    border: 1px solid #2D2F31;
}

.what-we-do .content-column .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #ADADAD;
    font-weight: 400;
   
}

.what-we-do .content-column .more-btn {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    margin-top: 15px;
    font-family: 'Roboto';
}

.what-we-do .content-column .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.what-we-do .content-column .more-btn:hover {
    color: #F7C02D;
    padding-left: 0;
}

.what-we-do .content-column .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.what-we-do .video-column {
    position: relative;
}

.what-we-do .video-column .inner-column {
    position: relative;
}

.what-we-do .video-column .image {
    position: relative;
}

.what-we-do .video-column .image img {
    display: block;
    width: 100%;
}

.what-we-do .video-column .image .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-we-do .video-column .image:hover .link {
    background: rgba(0, 0, 0, 0.30);
}

.what-we-do .video-column .image .link span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 76px;
    line-height: 66px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

/*** 

====================================================================
            About Us
====================================================================

***/

.about-us {
    position: relative;
    padding: 80px 0 40px;
}

.about-us .sec-title {
    margin-bottom: 0;
}

.about-us .info-column {
    margin-bottom: 40px;
}

.about-us .about-company {
    position: relative;
}

.about-us .about-company h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 13px;
}

.about-us .about-company .link-box {
    position: relative;
}

.about-us .about-company .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 700;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    vertical-align: middle;
    margin-top: 10px;
}

.about-us .about-company .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.about-us .about-company .link-box a:hover {
    color: #222222;
}

.info-tabs {
    position: relative;
}

.info-tabs .tabs-content .tab {
    display: none;
}

.info-tabs .tabs-content .tab.active-tab {
    display: block;
}

.info-tabs .tab-buttons {
    position: relative;
}

.info-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 24px;
}

.info-tabs .tab-buttons li.active-btn {
    background: #F5BE2D;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.info-tabs .tabs-content {
    position: relative;
    padding-top: 35px;
    margin-bottom: 18px;
}

.info-tabs .tabs-content h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 18px;
}

.info-tabs .tabs-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-us .list-column .inner-column {
    position: relative;
}

.about-block {
    position: relative;
    margin-bottom: 50px;
}

.about-block:last-child {
    margin-bottom: 0;
}

.about-block .inner-box {
    position: relative;
    padding-left: 115px;
    min-height: 85px;
}

.about-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    border: 1px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.about-block .icon:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #f2f2f2;
}

.about-block:last-child .icon:before {
    display: none;
}

.icon-gear {
    background-image: url(../images/icons/gear.png);
}

.icon-clock {
    background-image: url(../images/icons/clock.png);
}

.icon-worker {
    background-image: url(../images/icons/worker.png);
}

.about-block h4 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.about-block h4:before {
    content: '';
    background: #F5BE2D;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-block h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block h4 a:hover {
    color: #f7c02d;
}

/*** 

====================================================================
            About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    display: block;
    padding: 80px 0 50px;
}

.about-section-two .outer-box {
    position: relative;
    display: block;
    padding: 100px 50px 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section-two .highlight-box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 430px;
    background-color: #ffffff;
}

.about-section-two .highlight-box .info-carousel {
    position: relative;
}

.about-block-two {
    position: relative;
    padding: 40px 40px 40px;
    margin-bottom: 40px;
}

.about-section-two .about-block-two:before {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 130px;
    line-height: 130px;
    color: #f2f2f2;
    content: "\f13d";
    font-family: "Flaticon";
}

.about-block-two .icon-box {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    max-width: 110px;
    border-bottom: 1px solid #dedede;
}

.about-block-two .icon-box .icon {
    display: inline-block;
    color: #f7c02d;
    font-size: 60px;
    line-height: 60px;
}

.about-block-two h3 {
    font-size: 20px;
    line-height: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-block-two .text {
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin: 0;
}

.about-block-two .carousel-column {
    position: relative;
}

.info-carousel .owl-nav {
    display: none;
}

.info-carousel .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: center;
}

.info-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.about-style-one {
    padding: 100px 0;
}

.about-style-one .image-box {
    position: relative;
    display: inline-block;
}

.about-style-one .image-box:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: #F7C02D url(../images/resource/about-bg.png) repeat center center;
}

.about-style-one .image-box img {
    position: relative;
    z-index: 9;
}

.about-style-one .sec-title {
    margin-bottom: 30px;
}

.about-style-one .sec-title h2 {
    margin: 0;
    margin-top: 10px;
}

.about-style-one .content-box {
    padding-right: 40px;
}

.about-style-one .content-box h3 {
    margin: 0;
    color: #303030;
    font-size: 22px;
    font-weight: 700;
}

.about-style-one .content-box p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.about-style-one .content-box ul.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li {
    color: #303030;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 18px;
    position: relative;
    padding-left: 43px;
}

.about-style-one .content-box ul.list-items li+li {
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li i {
    font-size: 24px;
    color: #F7C02D;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-style-one .content-box .more-btn {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Roboto';
    margin-top: 40px;
}

.about-style-one .content-box .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.about-style-one .content-box .more-btn:hover {
    color: #F7C02D;
    padding-left: 0;
}

.about-style-one .content-box .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}




/*** 

====================================================================
            Story Section
====================================================================

***/

.story-section {
    position: relative;
}

.story-section .sec-title {
    margin-bottom: 35px;
}

.story-section .content-column .inner-column {
    position: relative;
}

.story-section .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}

.story-section .content-column .text {
    display: block;
    margin-bottom: 25px;
}

.story-section .content-column .text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 16px;
}

.story-section .content-column .text p:last-child {
    margin-bottom: 0;
}

.story-section .content-column .info {
    position: relative;
    display: block;
}

.story-section .content-column .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.story-section .content-column .info .designation {
    font-size: 16px;
    line-height: 24px;
    color: #f7c02d;
    font-weight: 400;
}

.story-block {
    position: relative;
    padding-left: 5px;
    padding-bottom: 50px;
}

.story-block .inner-box {
    position: relative;
    padding-left: 120px;
    margin-left: 120px;
    min-height: 120px;
}

.story-block .inner-box .date {
    position: absolute;
    left: -125px;
    top: 0;
    font-size: 16px;
    line-height: 1em;
    color: #848484;
    font-weight: 400;
    padding-bottom: 12px;
    padding-left: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.story-block .inner-box .date:before {
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 11px;
    width: 11px;
    background-color: #f7c02d;
    content: "";
    z-index: 99;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.story-block:hover .inner-box .date:before {
    border-color: #fceab9;
}

.story-block .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 85px;
}

.story-block .image-box img {
    width: 100%;
    height: auto;
}

.story-block h3 {
    display: block;
    font-size: 20px;
    color: #303030;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 15px;
    top: -3px;
}

.story-block h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.story-block h3 a:hover {
    color: #f7c02d;
}

.story-block .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.story-section .verticle-slider-one {
    position: relative;
    padding-top: 30px;
}

.story-section .verticle-slider-one:before {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.verticle-slider-one .verticle-carousel:before,
.verticle-slider-one .verticle-carousel:after {
    position: absolute;
    left: 3px;
    top: -30px;
    height: 7px;
    width: 7px;
    background-color: #f2f2f2;
    content: "";
    border-radius: 50%;
}

.verticle-slider-one .verticle-carousel:after {
    top: auto;
    bottom: 0;
}

.verticle-slider-one .verticle-carousel .slick-next,
.verticle-slider-one .verticle-carousel .slick-prev {
    position: absolute;
    left: 25px;
    bottom: 0;
    font-size: 20px;
    line-height: 20px;
    color: #d9d9d9;
    background: none;
    z-index: 9;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.verticle-slider-one .verticle-carousel .slick-prev {
    left: 60px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.verticle-slider-one .verticle-carousel .slick-dots {
    display: none !important;
}

.verticle-slider-one .verticle-carousel .slick-next:hover,
.verticle-slider-one .verticle-carousel .slick-prev:hover {
    color: #f7c02d;
}

/*** 

====================================================================
            Accordion Style
====================================================================

***/

.faq-section {
    position: relative;
    padding: 80px 0 40px;
}

.accordion-box {
    position: relative;
    border: 1px solid #f2f2f2;
}

.faq-section .accordion-box {
    margin-bottom: 40px;
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block:last-child .acc-btn {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    color: #303030;
    font-weight: 500;
    padding: 13px 60px 13px 30px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f7f7f7;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
    border-left: 1px solid #f7c02d;
    color: #f7c02d;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 0px;
    color: #929292;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before {
    content: "\f129";
    display: inline-block;
    color: #f7c02d;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #f7c02d;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 25px 30px 15px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0px;
}

.faq-section .form-column .inner-column {
    position: relative;
    padding: 40px 30px 20px;
    border: 1px solid #f2f2f2;
}

.faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form .ui-selectmenu-button.ui-button,
.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.faq-form .form-group textarea {
    height: 120px;
    resize: none;
}

.faq-form .form-group input[type="submit"],
.faq-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #f7c02d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input[type="submit"]:hover,
.faq-form button:hover {
    background-color: #303030;
    color: #f7c02d;
}

/*** 

====================================================================
            Project Section
====================================================================

***/

.project-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.project-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #1A225E;
    opacity: .90;
}

.project-section .carousel-box {
    position: relative;
}

.project-section .sec-title {
    position: relative;
    margin-bottom: 50px;
}

.project-block {
    position: relative;
}

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

.project-block .image-box figure {
    position: relative;
}

.project-block .image-box figure a {
    position: relative;
    display: block;
}

.project-block .image-box figure>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #1A225E;
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.80), transparent);
    content: "";
    z-index: 1;
}

.project-block .image-box figure a img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-left: 30px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    content: "";
    background-color: #f7c02d;
}

.project-block .image-box:hover .title-box {
    margin-bottom: 40px;
}

.project-block .image-box:hover .title-box:before {
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
}

.project-block .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box a:hover {
    color: #f7c02d;
}

.project-block .image-box .title-box .tag {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

.project-carousel .owl-dots {
    display: none !important;
}

.project-carousel .owl-nav {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    position: absolute;
    left: -110px;
    bottom: 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #737474;
    text-align: center;
    border: 1px solid #737474;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-nav .owl-next {
    left: auto;
    right: -110px;
}

@media (max-width: 1400px) {

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        left: -75px;
    }

    .project-carousel .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    color: #f7c02d;
    border-color: #f7c02d;
}

.project-carousel .owl-item .project-block {
    position: relative;
    -webkit-transform: scale(1, .83);
    -ms-transform: scale(1, .83);
    -o-transform: scale(1, .83);
    transform: scale(1, .83);
    transition: all .4s ease;
}

.project-carousel .owl-item.center .project-block {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*** 

====================================================================
                Projects Section Two
====================================================================

***/

.projects-section-two {
    position: relative;
    padding: 80px 0 80px;
}

.projects-section-two .mixitup-gallery .filters {
    margin-bottom: 50px;
    text-align: center;
}

.projects-section-two .mixitup-gallery .filter-tabs {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
}

.projects-section-two .mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848484;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 20px 15px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.projects-section-two .mixitup-gallery .filters li:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    content: "/";
}

.projects-section-two .mixitup-gallery .filters li:before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    top: auto;
    height: 1px;
    width: 0;
    content: "";
    z-index: 1;
    background-color: #f7c02d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .mixitup-gallery .filters li.active {
    color: #f7c02d;
}

.projects-section-two .mixitup-gallery .filters li.active:before {
    width: 100%;
    left: 0;
}

.project-block-two.mix {
    display: none;
}

.project-block-two {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-two .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-two:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.project-block-two .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #f7c02d;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .overlay-box a:hover {
    color: #ffffff;
}

.project-block-two:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box {
    bottom: 100px;
    left: 45px;
    padding-bottom: 20px;
}

.project-block-two .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #f7c02d;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.project-block-two .content-box h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box h4 a {
    color: #ffffff;
}

.project-block-two .content-box h4 a:hover {
    color: #f7c02d;
}

.project-block-two .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

.projects-section-two .styled-pagination {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

/*** 

====================================================================
            Projects  Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
    padding: 80px 0;
}

.project-block-three {
    position: relative;
    margin-bottom: 40px;
}

.project-block-three .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-three .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover:before {
    opacity: .90;
    visibility: visible;
}

.project-block-three .image-box figure {
    position: relative;
}

.project-block-three .image-box figure a {
    position: relative;
    display: block;
}

.project-block-three .image-box figure>a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1A225E;
    background: -moz-linear-gradient(top, #1A225E, transparent);
    background: -webkit-linear-gradient(top, #1A225E, transparent);
    background: linear-gradient(to top, #1A225E, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A225E', endColorstr='transparent', GradientType=0);
    content: "";
    z-index: 1;
}

.project-block-three .image-box figure a img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-three .image-box figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #f7c02d;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover figure a span {
    opacity: 1;
    visibility: visible;
}

.project-block-three .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-left: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    background-color: #f7c02d;
    content: "";
}

.project-block-three .image-box:hover .title-box {
    margin-bottom: 30px;
}

.project-block-three .image-box:hover .title-box:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 60px;
    transition-delay: 300ms;
}

.project-block-three .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
}

.project-block-three .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box .title-box a:hover {
    color: #f7c02d;
}

.project-block-three .image-box .title-box .tag {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

/*** 

====================================================================
                Project Section Four
====================================================================

***/

.projects-section-four {
    position: relative;
    padding: 80px 0;
}

.project-block-four {
    position: relative;
    margin-bottom: 30px;
}

.project-block-four .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-four .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-four .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-four .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 95px;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-four:hover .image-box .overlay-box:before {
    opacity: .90;
    bottom: 95px;
    top: auto;
    visibility: visible;
}

.project-block-four .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #f7c02d;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .overlay-box a:hover {
    color: #ffffff;
}

.project-block-four:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    padding-bottom: 20px;
    padding-top: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box {
    opacity: 1;
    visibility: visible;
}

.project-block-four .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #f7c02d;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.project-block-four .content-box h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box h4 a {
    color: #303030;
}

.project-block-four .content-box h4 a:hover {
    color: #f7c02d;
}

.project-block-four .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 400;
}

/*** 

====================================================================
            Project Single Section
====================================================================

***/

.project-single-section {
    position: relative;
    padding: 90px 0px 80px;
}

.project-single-section .upper-box {
    position: relative;
}

.project-single-section .single-item-carousel {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .upper-box .image {
    position: relative;
}

.project-single-section .upper-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-single-section .single-item-carousel .owl-nav {
    display: none;
}

.project-single-section .single-item-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border: 4px solid #ffffff;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot.active {
    border-color: #f7c02d;
}

.project-single-section .content-column {
    margin-bottom: 40px;
}

.project-single-section .content-column .inner-column {
    position: relative;
}

.project-single-section .content-column .inner-column:before {
    position: absolute;
    right: -30px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.project-single-section .title {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 40px;
    padding-top: 20px;
}

.project-single-section .title:before {
    position: absolute;
    top: 0px;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.project-single-section .content-column .text {
    position: relative;
    margin-bottom: 30px;
}

.project-single-section .content-column .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.project-single-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.project-single-section .content-column .social-icon-one li {
    margin-left: 0px;
    margin-right: 20px;
}

.project-single-section .info-column .inner-column {
    padding-left: 30px;
}

.project-single-section .info-column ul {
    position: relative;
}

.project-single-section .info-column ul li {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

.project-single-section .info-column ul li a {
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-single-section .info-column ul li a:hover {
    color: #f7c02d;
}

.project-single-section .info-column ul li span {
    position: relative;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    margin-right: 14px;
}

.project-single-section .info-column ul li span:after {
    position: absolute;
    content: ':';
    right: 10px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.project-single-section .info-column ul li span.fa {
    display: inline-block;
    width: auto;
    color: #f7c02d;
    font-size: 14px;
    margin-right: 2px;
    
}

.project-single-section .info-column ul li span.fa:after {
    display: none;
}

.load-more-option {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.load-more-option li {
    position: relative;
    display: inline-block;
}

.load-more-option li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li a {
    color: #333333;
}

.load-more-option li:hover a {
    color: #f7c02d;
}

.load-more-option .load-more a {
    color: #303030;
    font-size: 24px;
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
}

.load-more-option .load-more a:hover {
    color: #a0d405;
    background: none;
}

.load-more-option li.next a span {
    margin-left: 5px
}

.load-more-option li.prev a span {
    margin-right: 5px;
}

/*** 

====================================================================
            Industry Section
====================================================================

***/


.project-style-two {
    background: #F7F7F7;
    position: relative;
    margin-bottom: -15px;
    padding-top: 100px;
}

.project-style-two:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background: #fff;
}

@media (max-width: 1570px) {
    .project-style-two:before {
        height: 290px;
    }
}

.project-style-two .sec-title .text {
    color: #848484;
    font-size: 18px;
    line-height: 28px;
}

.project-style-two .auto-container.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.single-project-box-two {
    position: relative;
}

.single-project-box-two .image-box {
    width: 100%;
}

.single-project-box-two .image-box img {
    /*width: calc(100% - 200px);*/
    width: 100%;
    transition: all .4s ease;
    float: right;
    -webkit-transform: scale(.82);
    -ms-transform: scale(.82);
    -o-transform: scale(.82);
    transform: scale(.82);
    transform-origin: top center;
}

.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
    width: calc(100% - 200px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1570px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 150px);
    }
}

@media (max-width: 1366px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.82);
        -ms-transform: scale(.82);
        -o-transform: scale(.82);
        transform: scale(.82);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 200px);
    }
}

.single-project-box-two .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50px);
    -ms-transform: translateY(-50%) translateX(-50px);
    -o-transform: translateY(-50%) translateX(-50px);
    transform: translateY(-50%) translateX(-50px);
    max-width: 370px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.11);
    transition: all .4s ease;
    opacity: 0;
    padding: 45px 50px;
}

.single-project-box-two .content-box:before {
    content: '';
    width: 3px;
    height: 48px;
    background: #F5BE2D;
    position: absolute;
    top: 80px;
    left: 0;
}

.single-project-box-two .content-box h3 {
    margin: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}

.single-project-box-two .content-box span {
    color: #F5BE2D;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 18px;
}

.single-project-box-two .content-box p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 40px;
}

.single-project-box-two .content-box .more {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Roboto';
}

.single-project-box-two .content-box .more i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.single-project-box-two .content-box .more:hover {
    color: #F7C02D;
    padding-left: 0;
}

.single-project-box-two .content-box .more:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


.project-two-carousel .owl-item.active .single-project-box-two .content-box {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}

@media (max-width: 1370px) {
    .project-two-carousel .owl-item.active .single-project-box-two .image-box img {
        width: calc(100% - 180px);
    }
}

.project-style-two .top-box [class*=col-]:last-child {
    padding-top: 22px;
}

.project-style-two .top-box .text {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    margin-right: 77px;
}

.project-style-two-carousel-nav {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    color: #303030;
    font-size: 14px;
    line-height: 53px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: all .4s ease;
}

.project-style-two-carousel-nav:hover {
    border-color: #F5BE2D;
    color: #F5BE2D;
}

.project-style-two-carousel-nav+.project-style-two-carousel-nav {
    margin-left: 11px;
}




/*** 

====================================================================
            Industry Section
====================================================================

***/

.industry-section {
    position: relative;
    padding-top: 70px;
}

.industry-block {
    position: relative;
    display: block;
    background-color: #ffffff
}

.industry-block .image {
    position: relative;
}

.industry-block .image:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.industry-block:hover .image:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.industry-block .image-box {
    position: relative;
}

.industry-block .lower-content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block.bg-gray .lower-content {
    background-color: #f7f7f7;
}

.industry-block .lower-content .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    color: #303030;
    margin-bottom: 30px;
}

.industry-block .lower-content h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 20px;
}

.industry-block .lower-content h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content h3 a:hover {
    color: #f7c02d;
}

.industry-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.industry-block .lower-content .link-box {
    position: relative;
}

.industry-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #f7c02d;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content .link-box a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.industry-block .lower-content .link-box a:hover {
    color: #333333;
    padding-left: 30px;
}

.industry-block .lower-content .link-box a:hover i {
    visibility: visible;
    opacity: 1;
}

.industry-carousel {
    position: relative;
}

/*** 

====================================================================
            Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    opacity: .90;
    content: "";
}

.call-to-action .inner-container {
    position: relative;
}

.call-to-action .text-box {
    position: relative;
    float: left;
    padding: 15px 0;
}

.call-to-action .text-box p {
    font-size: 20px;
    line-height: 30px;
    color: #f7c02d;
}


.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 3px;
}

.call-to-action .btn-box a {
    padding: 15px 30px;
    line-height: 25px;
}


/*** 

====================================================================
            Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 80px 0 40px;
}

.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .image-box {
    position: relative;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.team-block .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.team-block .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.team-block .overlay-box .social-links {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: block;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #848484;
    color: #848484;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li:hover a {
    background-color: #f7c02d;
    border-color: #f7c02d;
    color: #303030;
}

.team-block .inner-box:hover .overlay-box .social-links {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.team-block .lower-content {
    position: relative;
    padding: 30px 50px 0 0;
}

.team-block .lower-content .email {
    position: absolute;
    right: 0;
    top: 30px;
}

.team-block .lower-content .email a {
    display: block;
    height: 60px;
    width: 50px;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    color: #c5c5c5;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .email a {
    background-color: #f7c02d;
    color: #303030;
}

.team-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    top: -3px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #303030;
}

.team-block .lower-content .name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #f2f2f2;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .name:before {
    background-color: #f7c02d;
}

.team-block .lower-content .designation {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    padding-top: 10px;
}

/*** 

====================================================================
            Testimonial Section
====================================================================

***/

.testimonial-section {
    padding: 100px 0 120px;
}

.testimonial-section .auto-container {
    max-width: 1230px;
}

.signle-testimonial-style-one {
    padding-top: 35px;
    padding-bottom: 35px;
}

.signle-testimonial-style-one img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-one .inner-box {
    padding-left: 50px;
    padding-right: 48px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-one .client-image {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.signle-testimonial-style-one h3,
.signle-testimonial-style-one p {
    margin: 0;
}

.signle-testimonial-style-one h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-one p {
    font-size: 18px;
    color: #848484;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 20px;
}

.signle-testimonial-style-one p:before {
    content: '';
    position: absolute;
    top: 8px;
    right: calc(100% + 50px);
    width: 2px;
    height: 35px;
    background: #F7C02D;
}

.signle-testimonial-style-one span {
    color: #F7C02D;
    font-size: 16px;
}

[class*=testimonials-carousel] .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
}

[class*=testimonials-carousel] .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class*=testimonials-carousel] .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.testimonial-section-home-two {
    padding: 0px 0 120px;
}

.testimonial-section-home-two .sec-title {
    margin-bottom: 25px;
}

.signle-testimonial-style-two {
    padding-top: 35px;
    padding-bottom: 35px;
}

.signle-testimonial-style-two img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-two .inner-box {
    position: relative;
    border: 1px solid #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    transition: all .4s ease;
}

.signle-testimonial-style-two:hover .inner-box {
    -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-two h3,
.signle-testimonial-style-two p {
    margin: 0;
}

.signle-testimonial-style-two p {
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    margin-top: -30px;
}

.signle-testimonial-style-two h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-two .review-text {
    background: transparent url(../images/testimonials/testi-text-bg.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    max-width: 290px;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 23px;
    margin-top: 30px;
}

.signle-testimonial-style-two span {
    color: #F7C02D;
    font-size: 16px;
}

.signle-testimonial-style-two .name-box {
    margin-top: 10px;
}

.signle-testimonial-style-two .name-box .img-box,
.signle-testimonial-style-two .name-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.signle-testimonial-style-two .name-box .img-box {
    width: 70px;
}

.signle-testimonial-style-two .name-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.signle-testimonial-style-two .name-box .text-box {
    padding-left: 20px;
    text-align: left;
}



/*** 

====================================================================
                Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
    position: relative;
    padding: 80px 0 30px;
}

.testimonial-page-section .testimonial-block-two {
    position: relative;
    margin-bottom: 50px;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 30px 17px;
    border: 1px solid #f2f2f2;
}

.testimonial-block-two .thumb {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testimonial-block-two .thumb img {
    width: 100%;
    height: auto;
}

.testimonial-block-two h3 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-block-two h3 a {
    color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two h3 a:hover {
    color: #f7c02d;
}

.testimonial-block-two .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-block-two .name {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    color: #303030;
    font-weight: 400;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 10px;
   
}

/*Video Box*/

.video-box {
    position: relative;
}

.video-box .title {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    color: #f7c02d;
    left: 30px;
    bottom: 25px;
    z-index: 1;
    cursor: default;
    margin-bottom: 0;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: rgba(24, 24, 24, 0.85);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background: rgba(24, 24, 24, 0.35);
}

.video-box .overlay-box span {
    position: relative;
    top: 47%;
    z-index: 99;
    color: #f7c02d;
    font-weight: 400;
    font-size: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1em;
    padding-left: 4px;
    display: inline-block;
}

/*** 

====================================================================
            Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 80px 0 40px;
}

.pricing-section .pricing-table {
    position: relative;
    margin-bottom: 40px;
}

.pricing-table.active .inner-box,
.pricing-table .inner-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pricing-table .inner-box {
    position: relative;
    padding: 40px 50px;
    border: 1px solid #f2f2f2;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table .table-header {
    position: relative;
}

.pricing-table .table-header .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    color: #f7c02d;
    font-size: 60px;
    line-height: 98px;
    text-align: center;
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-table.active .icon,
.pricing-table .inner-box:hover .icon {
    background-color: #f7c02d;
    border-color: #f7c02d;
    color: #303030 !important;
}

.pricing-table .table-header .title {
    margin-bottom: 18px;
}

.pricing-table .table-header .title h3 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.pricing-table .table-body {
    position: relative;
}

.pricing-table .table-body ul {
    display: block;
    margin-bottom: 28px;
}

.pricing-table .table-body ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
}

.pricing-table .table-body .price {
    display: block;
    font-size: 20px;
    color: #303030;
    margin-bottom: 30px;
}

.pricing-table .table-body .price span {
    display: inline-block;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
    color: #303030;
}

.pricing-table .table-body .price sub {
    display: inline-block;
    font-size: 24px;
    color: #303030;
}

.pricing-table .table-footer {
    position: relative;
}

.pricing-table .table-footer .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    font-weight: 700;
    padding: 15px 50px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table.active .theme-btn,
.pricing-table .inner-box:hover .theme-btn {
    background-color: #f7c02d;
    color: #303030;
}

/*** 

====================================================================
                Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 50px 0;
    background-color: #f7c02d;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .slide-item {
    position: relative;
    display: block;
    text-align: center;
    border-right: 1px solid #ffda76;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    opacity: .3;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .slide-item:hover .image-box img {
    opacity: 1;
}

/*** 

====================================================================
                News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 100px 0 60px;
}

.news-carousel {
    position: relative;
    padding-bottom: 40px;
}

.news-carousel .news-block {
    padding: 15px;
    margin: 0;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-box {
    position: relative;
    overflow: hidden;
}

.news-block .image-box a {
    position: relative;
    display: block;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.news-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.news-block .lower-content {
    position: relative;
    padding: 30px 0px;

}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-block .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
    color: #f7c02d;
}

.news-block .lower-content .info {
    position: relative;
    margin-bottom: 10px;
   
}

.news-block .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.news-block .lower-content .info ul {
    display: block;
}

.news-block .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.news-block .lower-content .info ul li:first-child a {
    color: #F5BE2D;
    font-weight: 500;
}

.news-block .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.news-block .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.news-block .lower-content .more-box {
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-top: 30px;
}

.news-block .lower-content .author-box {
    float: left;
    margin: 0;
}

.news-block .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
}

.news-block .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
}

.news-block .lower-content .link-box {
    position: relative;
    float: right;
}

.news-block .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.news-block .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-carousel .owl-nav {
    display: none;
}

.news-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

.news-section .sec-title .text {
    padding: 13px 0;
}

.news-section .sec-title .btn-style-one {
    margin-top: 13px;
}

/*=========================
    News Block Two
==========================*/

.news-block-two {
    position: relative;
    margin-bottom: 50px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .image-box {
    position: relative;
    overflow: hidden;
}

.news-block-two .image-box a {
    position: relative;
    display: block;
}

.news-block-two .image-box a>img {
    width: 100%;
}

.news-block-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}


.news-block-two .lower-content {
    position: relative;
    padding: 60px;
    padding-top: 2px;
    padding-bottom: 40px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.news-block-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-content:before {
    content: '';
    width: calc(100% - 60px);
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.news-block-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 27px);
    left: 60px;
    width: 50px;
    z-index: 11;
    background: #F5BE2D;
}

.news-block-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

@media(max-width: 1024px) {
    .news-block-two .lower-content h3 {
        font-size: 24px;
    }
}

.news-block-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content h3 a:hover {
    color: #f7c02d;
}

.news-block-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
   
}

.news-block-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.news-block-two .lower-content .info ul {
    display: block;
}

.news-block-two .lower-content .info ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.news-block-two .lower-content .info ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .info ul li:first-child:before {
    display: none;
}

.news-block-two .lower-content .info ul li:first-child a {
    color: #848484;
    font-weight: 500;
}

.news-block-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .info ul li i {
    color: #F7C02D;
    font-size: 15px;
    margin-right: 10px;
}

.news-block-two .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.news-block-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.news-block-two .lower-content .more-box {
    margin-top: 6px;
}

.news-block-two .lower-content .more-box .left-info {
    float: left;
}

.news-block-two .lower-content .author-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.news-block-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.news-block-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.news-block-two .lower-content .more-box .comment-box {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .more-box .comment-box:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .more-box .comment-box a {
    color: #848484;
}

.news-block-two .lower-content .more-box .comment-box i {
    color: #F7C02D;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    margin-right: 10px;
}

.news-block-two .lower-content .link-box {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .link-box a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-block-two .lower-content .link-box span {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    color: #303030;
    margin-left: 10px;
    position: relative;
    top: 5px;
}


.blog-style-two {
    padding: 100px 0;
}

.single-blog-style-two {}

.single-blog-style-two {
    position: relative;
    margin-bottom: 40px;
}

.single-blog-style-two .inner-box {
    position: relative;
}

.single-blog-style-two .image-box {
    position: relative;
    overflow: hidden;
}

.single-blog-style-two .image-box a {
    position: relative;
    display: block;
}

.single-blog-style-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.single-blog-style-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1A225E;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.single-blog-style-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.single-blog-style-two .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.single-blog-style-two .lower-content {
    position: relative;
    padding: 40px;
    padding-top: 15px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.single-blog-style-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-style-two .lower-content:before {
    content: '';
    width: calc(100% - 40px);
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.single-blog-style-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 17px);
    left: 40px;
    width: 50px;
    z-index: 11;
    background: #F5BE2D;
}

.single-blog-style-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content h3 a:hover {
    color: #f7c02d;
}

.single-blog-style-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
   
}

.single-blog-style-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.single-blog-style-two .lower-content .info ul {
    display: block;
}

.single-blog-style-two .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-blog-style-two .lower-content .info ul li:first-child a {
    color: #F5BE2D;
    font-weight: 500;
}

.single-blog-style-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.single-blog-style-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content .more-box {}

.single-blog-style-two .lower-content .author-box {
    float: left;
    margin: 0;
}

.single-blog-style-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.single-blog-style-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.single-blog-style-two .lower-content .link-box {
    position: relative;
    float: right;
}

.single-blog-style-two .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.single-blog-style-two .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.blog-style-two .more-btn-box {
    margin-top: 10px;
}

.blog-style-two .more-btn-box .prev-btn,
.blog-style-two .more-btn-box .next-btn {
    border: 1px solid #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    color: #303030;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    border-radius: 50%;
}

.blog-style-two .more-btn-box .prev-btn:hover,
.blog-style-two .more-btn-box .next-btn:hover {
    border-color: #F5BE2D;
    color: #F5BE2D;
}

.blog-style-two .more-btn-box .prev-btn {
    margin-right: 44px;
}

.blog-style-two .more-btn-box .next-btn {
    margin-left: 44px;
}

.blog-style-two .more-btn-box .btn-style-one {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F7F7F7;
    transition: all .4s ease;
}

.blog-style-two .more-btn-box .btn-style-one:hover {
    background: #303030;
    color: #fff;
}



/*Blog Single*/

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.blog-single .inner-box .image {
    position: relative;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .lower-content {
    position: relative;
}

.blog-single .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .lower-content h3 a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content h3 a:hover {
    color: #f7c02d;
}

.blog-single .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.blog-single .lower-content .info {
    position: relative;
    margin-bottom: 15px;
   
}

.blog-single .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.blog-single .lower-content .info ul {
    display: block;
}

.blog-single .lower-content .info ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 5px;
}

.blog-single .lower-content .info ul li:before {
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 12px;
    background-color: #c9c9c9;
    content: "";
}

.blog-single .lower-content .info ul li:last-child:before {
    display: none;
}

.blog-single .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content .info ul li a:hover {
    color: #f7c02d;
}

.blog-single .lower-content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
}

.blog-single .inner-box .lower-content blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 20px;
    line-height: 1em;
    color: #ffffff;
    font-size: 120px;
    text-align: center;
    margin-left: -45px;
}

.blog-single .inner-box .lower-content blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 15px 70px 0px;
    border-top: 1px solid #e8e8e8;
}

.blog-single .inner-box .lower-content blockquote .quote-info h4 {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
}

.blog-single .inner-box .lower-content blockquote .quote-info .quote-designation {
    position: relative;
    color: #f7c02d;
    font-size: 16px;
}

.blog-single .inner-box .text-column p {
    top: -5px;
}

/*post share options*/

.blog-single .post-share-options {
    position: relative;
}

.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}

.blog-single .post-share-options .info-links {
    position: relative;
}

.blog-single .post-share-options .info-links li {
    position: relative;
    color: #848484;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}

.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #848484;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: #f2f2f2;
}

.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: #020e28;
    font-weight: 500;
    margin-right: 8px;
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: #f7c02d;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-single .post-share-options .tags {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
    color: #222222;
}

/*Group Title*/

.blog-single .group-title {
    position: relative;
    margin-bottom: 35px;
}

.blog-single .group-title:before {
    position: relative;
    top: -5px;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.blog-single .group-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.blog-single .top-box {
    margin-bottom: 40px;
}

.blog-single .top-box .image-box,
.blog-single .top-box .text-box {
    float: left;
}

.blog-single .top-box .image-box {
    width: 180px;
}

.blog-single .top-box .image-box img {
    width: 60px;
}

.blog-single .top-box .image-box h4 {
    margin: 0;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blog-single .top-box .image-box p {
    margin: 0;
    color: #848484;
    font-family: 'Roboto';
    font-size: 14px;
}

.blog-single .top-box .text-box {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.blog-single .top-box .text-box ul.info-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #848484;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box ul.info-list li {
        font-size: 14px;
    }
}

.blog-single .top-box .text-box ul.info-list li+li {
    margin-left: 10px;
}

.blog-single .top-box .text-box ul.info-list li i,
.blog-single .top-box .text-box ul.info-list li a {
    display: inline-block;
    vertical-align: middle;
}

.blog-single .top-box .text-box ul.info-list li i {
    font-size: 16px;
    color: #F7C02D;
    margin-right: 7px;
}

.blog-single .top-box .text-box ul.info-list li a {
    color: #848484;
}

.blog-single .top-box .text-box h2 {
    font-size: 36px;
    line-height: 42px;
    color: #303030;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

/*Author Box*/

.author-box {
    position: relative;
    margin-bottom: 60px;
}

.author-box .author-comment {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.author-box .author-comment .inner {
    position: relative;
    padding-left: 110px;
}

.author-box .author-comment .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
    position: relative;
    top: -3px;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.author-box .author-comment .inner .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.social-icon-one li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #f7c02d;
}

/*** 

====================================================================
        Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 80px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #f7c02d;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #303030;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #848484;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0px;
}

/*Comment Form*/

.comment-form {
    position: relative;
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 5px;
    margin-top: -5px;
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.comment-form .rating-box .rating:last-child {
    border: 0px;
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block;
}

.comment-form .rating-box .rating a:hover {
    color: #d5ac63;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #d6d6d6;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 11px 34px;
    border-radius: 0px;
    font-weight: 700;
}

/*** 

====================================================================
            Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    z-index: 9;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 15px 10px;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.next:hover a,
.styled-pagination li.prev:hover a,
.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background-color: #f7c02d;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    font-size: 14px;
    color: #848484;
}

/*** 

====================================================================
                Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0;
    z-index: 9;
}

.contact-section .title-column .inner-column {
    position: relative;
}

.contact-section .title-column .sec-title {
    margin-bottom: 25px;
}

.contact-section .title-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact-section .title-column .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #f7c02d;
    font-weight: 700;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .title-column .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
}

.contact-section .title-column .link-box a:hover {
    color: #222222;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 770px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px 50px 30px;
}

.contact-section .form-column .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #f7c02d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form button:hover {
    background-color: #303030;
    color: #f7c02d;
}

.contact-form .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 0px;
    text-indent: 0;
    height: 22px;
}

.contact-form .ui-button .ui-icon:before {
    
    content: "\f107";
    position: absolute;
    font-weight: 400;
    right: 0px;
    top: 0px;
    width: 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #efefef;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #efefef;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.contact-section.style-two {
    position: relative;
}

.contact-section.style-two .form-column .inner-column {
    top: -160px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/***

==================================================================
                Contact Section Two
==================================================================

***/

.contact-section-two {
    position: relative;
    padding: 80px 0
}

.contact-section-two .carousel-column .inner-column {
    margin-right: 100px;
}

.branches-carousel {
    position: relative;
    padding-top: 55px;
}

.branch-info-box {
    position: relative;
    margin-bottom: 50px;
}

.branch-info-box .image {
    position: relative;
}

.branch-info-box .image img {
    width: 100%;
    height: auto;
}

.branch-info-box .lower-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}


.branch-info-box .lucation {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 30px;
}

.branch-info-box .lucation:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.branch-info-box ul {
    position: relative;
}

.branch-info-box ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li:last-child {
    margin-bottom: 0;
}

.branch-info-box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 45px;
    color: #f7c02d;
}

.branch-info-box ul li h5 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.branch-info-box ul li p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #848484;
}

.branch-info-box ul li p a {
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li p a:hover {
    color: #f7c02d;
}

.branches-carousel .owl-nav {
    display: none;
}

.branches-carousel .owl-dots {
    position: absolute;
    left: 0px;
    top: 0;
}

.branches-carousel .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.branches-carousel .owl-dots .owl-dot.active {
    height: 11px;
    width: 11px;
    border: 3px solid #f7c02d;
}

.branches-carousel .owl-dots .owl-dot.active:before {
    position: absolute;
    left: -9px;
    top: -9px;
    height: 23px;
    width: 23px;
    content: "";
    border-radius: 50%;
    border: 5px solid #fdefca;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.branches-carousel .owl-dots .owl-dot.active:before {
    visibility: visible;
    opacity: 1;
}

.contact-section-two .map-column .map-outer {
    padding-top: 55px;
}

/***

==================================================================
                Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
}

.contact-map-section .map-canvas {
    height: 500px;
}

.map-outer {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 570px;
}

/***

==================================================================
                Contact Form Section
==================================================================

***/

.contact-form-section {
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0 0;
    z-index: 9;
}

.contact-form-section .image-column {
    text-align: center;
    position: relative;
}

.contact-form-section .image-column .inner-column {
    margin-top: -40px;
}

.contact-form-section .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-form-section .form-column .text {
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="url"],
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    height: 55px;
    line-height: 25px;
}

.contact-form.style-two .form-group textarea {
    height: 205px;
    resize: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000;
}

.contact-form label.error,
.contact-form.style-three .form-group label.error {
    padding-top: 10px;
    display: block;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 0px;
   
}

/***

==================================================================
                Contact Section Three
==================================================================

***/

.contact-section-three {
    position: relative;
    padding: 80px 0;
}

.contact-section-three .info-column {
    position: relative;
}

.contact-section-three .form-column .inner-column {
    position: relative;
    padding: 40px 40px 10px;
    border: 1px solid #f2f2f2;
}

.contact-section-three .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-section-three .form-column .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-three .form-group {
    margin-bottom: 30px;
}

.contact-form.style-three .form-group label {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #dedede;
    font-weight: 600;
    margin-bottom: 7px;
   
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="url"],
.contact-form.style-three .form-group textarea,
.contact-form.style-three .form-group select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    height: 35px;
    font-size: 16px;
    color: #848484;
    padding: 5px 0;
    line-height: 24px;
}

.contact-form.style-three .form-group textarea {
    height: 205px;
    resize: none;
    border-bottom: 0;
}

.contact-form.style-three .form-group button {
    margin-top: 10px;
}

.contact-form.style-three .form-group.border-left {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #f2f2f2;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #f7c02d;
    background: #f7c02d;
}

/***

==================================================================
                Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: white;
    color: #888888;
}

.main-footer .widgets-section {
    padding: 80px 0px 40px;
}

.main-footer.padding-top .widgets-section {
    position: relative;
    padding: 120px 0px 40px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-column .widget-title:before {
    position: relative;
    top: -6px;
    height: 2px;
    width: 55px;
    background-color: #D86844;
    display: inline-block;
    content: "";
}

.main-footer .footer-column .widget-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: black;
    font-weight: 700;
}

.main-footer .subscribe-widget h4,
.main-footer .subscribe-widget p {
    margin: 0;
}

.main-footer .subscribe-widget h4 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.main-footer .subscribe-widget p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
}

.main-footer .subscribe-widget .subscribe-form {
    margin-top: 20px;
}

.main-footer .subscribe-widget .subscribe-form input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #4C4C4C;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.main-footer .subscribe-widget .subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover {
    color: #F7C02D;
    padding-left: 0;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .text {
    position: relative;
}

.main-footer .about-widget .text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
    margin-bottom: 0;
}

.main-footer .about-widget .text p a {
    display: inline-block;
    font-weight: 700;
   
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .about-widget .text p a:hover {
    color: #ffffff;
}

.footer-column .logo {
    margin-bottom: 30px;
}

/*=== links Widget ===*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.main-footer .links-widget .list li:nth-child(even) {
    padding-left: 15px;
}

.main-footer .links-widget .list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #454545;
    font-weight: 400;
    line-height: 22px;
    content: "\f175";
    font-family: "Fontawesome";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li:hover a {
    color: #f7c02d;
    padding-left: 30px;
}

.main-footer .links-widget .list li:hover a:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #f7c02d;
}

.main-footer .contact-widget {
    border-top: 2px solid #D86844;
    position: relative;
    padding: 25px 40px;
    background-color: #1A225E;
}

.contact-info-box {
    position: relative;
}

.contact-info-box .branch-name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-info-box .contact-links {
    position: relative;
}

.contact-info-box .contact-links li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
}

.contact-info-box .contact-links li a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .contact-links li a:hover {
    color: #f7c02d;
}

.contact-info-box .social-links {
    display: block;
}

.contact-info-box .social-links li {
    display: inline-block;
    margin-right: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}

.contact-info-box .social-links li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .social-links li a:hover {
    color: #f7c02d;
}

.contact-carousel .owl-nav {
    display: none;
}

.contact-carousel .owl-dots {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -5px;
    background-color: #232323;
}

.contact-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #4d4d4d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-carousel .owl-dots .owl-dot.active {
    width: 10px;
    border-color: #f7c02d;
}

.contact-widget .single-contact-widget+.single-contact-widget {
    border-top: 1px solid #313131;
    padding-top: 14px;
    margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box {
    width: 30px;
}

.contact-widget .single-contact-widget .icon-box i {
    color: #D86844;
    font-size: 30px;
    display: block;
    line-height: 1em;
    position: relative;
    top: 7px;
}

.contact-widget .single-contact-widget .text-box {
    padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3,
.contact-widget .single-contact-widget .text-box p {
    margin: 0;
}

.contact-widget .single-contact-widget .text-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-widget .single-contact-widget .text-box p {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.contact-widget .single-contact-widget .text-box span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: 'Roboto';
}

.contact-widget .single-contact-widget .text-box h3+span {
    margin-top: 9px;
}

.main-footer .project-widget ul.project-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.main-footer .project-widget ul.project-list li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.main-footer .project-widget ul.project-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-footer .project-widget ul.project-list li img {
    width: 100%;
}

.main-footer .project-widget ul.project-list li .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .77);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.main-footer .project-widget ul.project-list li:hover .box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 23.25px 0;
    background-color: #1A225E;
}

.main-footer .footer-bottom .logo {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .footer-bottom .logo a {
    display: inline-block;
}

.main-footer .footer-bottom .logo img {
    max-width: 100%;
    height: auto;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    display: inline-block;
    color: #D86844;
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .expert-link {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.main-footer .footer-bottom .expert-link i {
    color: #F5BE2D;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.main-footer .footer-bottom .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.main-footer .footer-bottom .footer-menu li a {
    color: #848484;
    font-size: 16px;
}

.main-footer .footer-bottom .footer-menu li+li a:before {
    content: '~';
    margin-left: 15px;
    margin-right: 11px;
}

/*** 

====================================================================
        Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 80px 0px 40px;
    overflow: hidden;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .default-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: #F7F7F7;
}

/*.default-sidebar:before {
    position: absolute;
    left: 0;
    top: -200px;
    height: 1000%;
    width: 1px;
    content: "";
    background-color: #f2f2f2;
}*/

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 23px;
}

.sidebar-title h2 {
    font-size: 24px;
    color: #303030;
    font-weight: 500;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #E3E3E3;
    background: none;
    background: #FFFFFF;
    color: #808080;
    width: 100%;
    height: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 20px;
    height: 24px;
    width: 44px;
    border-left: 0px solid #f2f2f2;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #303030;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right {
    padding-right: 15px;
}

/*Blog Category*/

.cat-list {
    position: relative;
    outline: 9px;
    border: 1px solid #f2f2f2;
}

.cat-list li {
    position: relative;
}


.cat-list li a {
    position: relative;
    font-size: 18px;
    color: #848484;
    font-weight: 400;
    padding: 12px 0 12px;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    font-family: 'Roboto';
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    .cat-list li a {
        font-size: 15px;
    }
}

.cat-list li a:hover {
    color: #303030;
    background-color: transparent;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .4);
}

.cat-list li a span {
    float: right;
    font-size: 14px;
    color: #303030;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

.cat-list li a:hover span {
    background: #F5BE2D;
    border-color: #F5BE2D;
}

.testimonials-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 23px;
}

.testimonials-widget {
    position: relative;
    padding-bottom: 27px;
    border-bottom: 1px solid #f2f2f2;
}

.testimonials-widget .owl-nav {
    display: none;
}

.testimonials-widget .owl-dots {
    position: absolute;
    right: 85px;
    left: auto;
    top: -48px;
}

.testimonials-widget .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-widget .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}

/*Recent Comments*/

.sidebar .recent-comments {
    position: relative;
}

.recent-comments .comment-box {
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.recent-comments .comment-box:last-child {
    margin-bottom: 0;
}

.recent-comments .comment-box .inner-box {
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
    min-height: 50px;
}

.recent-comments .comment-box .date {
    position: absolute;
    left: 20px;
    top: -11px;
    font-size: 14px;
    line-height: 25px;
    padding: 0 9px;
    color: #848484;
    font-weight: 400;
    background-color: #f7f7f7;
}

.recent-comments .comment-box .thumb {
    position: absolute;
    left: 0px;
    top: 2px;
    height: 50px;
    width: 50px;
}

.recent-comments .comment-box .name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    font-weight: 400;
}

.recent-comments .comment-box .text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
}

.recent-comments .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 15px;
    background-image: url(../images/icons/reply.png);
    background-repeat: no-repeat;
    background-position: center;
}

.recent-comments .comment-box .reply-btn:hover {
    background-image: url(../images/icons/reply-hover.png);
}

/*Popular Posts*/

.sidebar .popular-posts .post {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}


.sidebar .popular-posts .post .text {
    position: relative;
    top: -5px;
    font-size: 16px;
    color: #303030;
    line-height: 26px;
    font-weight: 700;
   
    margin-top: 10px;
}

.sidebar .popular-posts .post .text a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    color: #f7c02d;
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar .popular-posts .post-info i {
    font-size: 13px;
    line-height: 24px;
    color: #f7c02d;
    margin-right: 3px;
}


.sidebar .flicker-posts ul.flicker-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.sidebar .flicker-posts ul.flicker-list li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.sidebar .flicker-posts ul.flicker-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sidebar .flicker-posts ul.flicker-list li img {
    width: 100%;
}

.sidebar .flicker-posts ul.flicker-list li .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .77);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar .flicker-posts ul.flicker-list li:hover .box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
    padding: 7.5px 16px;
    border-radius: 21px;
    margin: 0px 8px 10px 0px;
    text-align: center;
    background: none;
    font-weight: 400;
    border: 1px solid #E3E3E3;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .popular-tags a:hover {
    border-color: #f7c02d;
    background-color: #f7c02d;
    color: #303030;
}

.sidebar .subscribe-widget {
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 30px;
    text-align: center;
}

.sidebar .subscribe-widget input {
    width: 100%;
    display: block;
    color: #848484;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    text-align: left;
}

.sidebar .subscribe-widget button[type=submit] {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

/*** 

====================================================================
        Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding-bottom: 60px;
}

.products-section .title-box {
    position: relative;
    text-align: center;
    padding: 70px 0px 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-section .title-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
}

.products-section .title-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.products-section .title-box .text {
    position: relative;
    color: #aaaaaa;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 1.4em;
}

.products-section .lower-section {
    position: relative;
    margin-top: -200px;
}

.products-section .lower-section .owl-dots {
    display: none;
}

.products-section .lower-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.products-section .lower-section .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    width: 50px;
    height: 50px;
    color: #252525;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #252525;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-prev,
.products-section .lower-section .owl-nav .owl-next {
    color: #d5ac63;
}

/*Shop Item*/

.shop-item {
    position: relative;
    margin-bottom: 10px;
}

.shop-item .inner-box {
    position: relative;
    padding-top: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(244, 244, 244, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
    box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .image-box {
    position: relative;
    z-index: 11;
    padding: 0px 0px;
    text-align: center;
}

.shop-item .inner-box .image-box .image {
    position: relative;
}

.shop-item .inner-box .image-box .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(24, 24, 24, .90);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -14px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li {
    position: relative;
    margin: 0px 3px;
    display: inline-block;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip {
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 130px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    padding: 5px 10px;
    visibility: hidden;
    margin-left: -60px;
    margin-bottom: 0px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li:hover .tool-tip {
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #f7c02d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a:hover {
    background-color: #f7c02d;
    color: #1A225E;
}

.shop-item .inner-box .image-box img {
    width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding-right: 65px;
}

.shop-item .inner-box .lower-content .price-box {
    position: relative;
    padding: 15px 0;
}

.shop-item .inner-box .lower-content .price-box h3 {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 2px;
}

.shop-item .inner-box .lower-content .price-box h3 a {
    color: #303030;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: #f7c02d;
}

.shop-item .inner-box .lower-content .price-box .price {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.shop-item .inner-box .lower-content .rating {
    position: absolute;
    right: 0;
    top: 15px;
}

.shop-item .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    color: #f7c02d;
}

/*Item Sorting*/

.shop-section .items-sorting {
    position: relative;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 10px;
}

.shop-section .items-sorting .results-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    line-height: 20px;
    padding: 10px 0px;
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0px;
}

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 15px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: #303030;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.shop-section .items-sorting select option {
    text-indent: 15px;
}

.shop-section .styled-pagination {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.shop-sidebar .search-box .form-group button {
    height: 50px;
    width: 50px;
    background-color: #f7f7f7;
    right: 0;
    top: 0;
}

.shop-sidebar .search-box .form-group input[type="text"],
.shop-sidebar .search-box .form-group input[type="search"] {
    border-color: #f7f7f7;
}

.shop-sidebar .sidebar-title h2 {
    font-size: 20px;
    color: #303030;
}

/*Blog Cat*/

.blog-cat {
    position: relative;
    border: 1px solid #f2f2f2;
    border-left: 2px solid #f7c02d;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.blog-cat li {
    position: relative;
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #848484;
    padding: 10px 0;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-cat li a:before {
    position: absolute;
    content: "\f178";
    left: 0px;
    top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #f7c02d;
    
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-cat li:last-child a {
    border-bottom: 0;
}

.blog-cat li.active a,
.blog-cat li:hover a {
    padding-left: 25px;
    color: #f7c02d;
}

.blog-cat li.active a:before,
.blog-cat li:hover a:before {
    opacity: 1;
    visibility: visible;
}

/*Sidebar Range slider */

.range-slider-one {
    position: relative;
    min-height: 48px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 4px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 2px;
    border: none;
    margin-bottom: 35px;
    background: #e6e6e6;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 2px;
    background: #303030;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -4px;
    width: 10px;
    height: 10px;
    border: 1px solid #303030;
    background: #f7c02d;
    border-radius: 50%;
    cursor: pointer;
}

.range-slider-one .theme-btn {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 25px;
    line-height: 25px;
    letter-spacing: 0px;
    border-radius: 3px;
    border-color: #f7c02d;
    background-color: #f7c02d;
}

.range-slider-one .theme-btn:hover {
    color: #ffffff;
    border-color: #303030;
    background-color: #303030;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 98px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border: 1px solid #f2f2f2;
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    top: -4px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #393939;
    text-transform: capitalize;
   
}

.sidebar .related-posts .post h4 a {
    color: #393939;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: #f7c02d;
}

.sidebar .related-posts .post .price {
    font-size: 16px;
    color: #848484;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 26px;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
    line-height: 26px;
    color: #f7c02d;
}

/*** 

====================================================================
        Shop Single
====================================================================

***/

.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    margin: -5px 0px 15px;
    color: #303030;
   
}

.product-details .basic-details .details-header h4 a {
    color: #303030;
}

.product-details .basic-details .details-header .rating {
    font-size: 14px;
    line-height: 20px;
    color: #f7c02d;
    margin-bottom: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}

.product-details .basic-details .details-header .item-price {
    font-size: 24px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}

.product-details .basic-details .text {
    position: relative;
    margin-bottom: 25px;
}

.product-details .basic-details .text p {
    color: #848484;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.product-details .basic-details .location {
    position: relative;
    font-size: 16px;
    color: #303030;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 12px !important;
    height: 50px !important;
    box-shadow: none !important;
    text-align: center;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}

.product-details .basic-details .add-to-cart {
    line-height: 20px;
    padding: 15px 45px;
}

.product-details .basic-details .expired {
    position: relative;
    color: #f7c02d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

/*Pincode Form*/

.pincode-form {
    position: relative;
    margin-bottom: 15px;
}

.pincode-form .form-group {
    margin-bottom: 10px;
}

.pincode-form .form-group input[type="text"] {
    position: relative;
    line-height: 14px;
    padding: 4px 10px 4px 15px;
    border: 1px solid #f7f7f7;
    background: none;
    font-size: 16px;
    width: 170px;
    height: 40px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pincode-form .form-group button {
    position: relative;
    height: 40px;
    width: 100px;
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    line-height: 100%;
    background: #f7f7f7;
    margin-left: 8px;
    display: inline-block;
    text-transform: uppercase;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
    position: relative;
    margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #f4f4f4;
    color: #303030;
    border: 1px solid #f4f4f4;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 18px 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
   
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #f7c02d;
    background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
    padding: 30px 30px 40px;
    border: 1px solid #f0f0f0;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .content p {
    position: relative;
    font-size: 16px;
}

.shop-single .product-details .prod-tabs .tabs-content .content p:last-child {
    margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

/*Comment Form*/

.shop-comment-form {
    position: relative;
}

.shop-comment-form h2 {
    position: relative;
    color: #303030;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 30px;
}

.shop-comment-form h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 8px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: #f7c02d;
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: #f7c02d;
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 115px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    padding: 11px 33px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #f7c02d;
}

.related-products {
    position: relative;
}

.related-products h2 {
    position: relative;
    color: #303030;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 25px;
}

.related-products h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 85px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

/*** 

====================================================================
        Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 80px 0px;
}

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: #f7f7f7;
    color: #1f1f1f;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 16px 30px;
    min-width: 120px;
    font-weight: 500;
    color: #252525;
    font-size: 16px;
    text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 30px;
}

.cart-table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 30px 35px;
    min-width: 100px;
}

.cart-table tbody tr .qty {
    width: 136px;
    padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5;
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
    padding-top: 30px;
    text-align: left;
    min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 80px;
    left: 0px;
    top: 0px;
    border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #f7c02d;
    font-size: 20px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #d0d0d0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #d0d0d0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: #f7c02d;
    border-color: #f7c02d;
}

.cart-table tbody tr .f7c02d-btn:hover .fa {
    text-indent: 0px;
    background: #fa9928;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td.price {
    font-size: 20px;
    font-weight: 400;
    color: #848484;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #848484;
    font-size: 18px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #f7c02d;
    border-radius: 50%;
}

.cart-section .coupon-outer {
    position: relative;
    margin: 30px 30px 50px;
}

.cart-section .coupon-outer .cart-btn {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover {
    color: #ffffff;
    background-color: #f7c02d;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 15px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 15px 35px;
    line-height: 20px;
    font-size: 16px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 20px;
    border: 2px solid #f7f7f7;
    height: 50px;
    width: 230px;
    background: none;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section .sec-title {}

.cart-section .sec-title h2 {
    font-size: 24px;
    color: #303030;
    font-weight: 400;
    padding-bottom: 0px;
   
}

.cart-section .sec-title:before {
    top: -5px;
    width: 55px;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 30px;
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 15px 15px;
    line-height: 20px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

.cart-section .totals-table .col-title {
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    border-right: 1px solid #f0f0f0;
   
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 24px;
    background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}

/*Shipping Form*/

.shipping-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
    background-color: #ffffff;
    height: 45px;
    font-size: 16px;
    line-height: 25px;
    z-index: 10;
    color: #848484;
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #efefef;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-right.jpg);
}

.shipping-form .form-group .ui-button .ui-icon {
    opacity: 0;
}

.shipping-form .form-group input,
.shipping-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #848484;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    height: 120px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    background: #f7f7f7;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus {
    border-color: #d5ac63;
}

.shipping-form .form-group .total-btn {
    color: #252525;
    font-size: 16px;
    padding: 11px 33px;
    font-weight: 700;
    background-color: #f6f6f6;
   
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group .total-btn:hover {
    background-color: #f7c02d;
    color: #ffffff;
}

.cart-section .cart-outer .checkout-btn {
    padding: 12px 45px;
    border-radius: 0px;
   
}

/*** 

====================================================================
    CheckOut Sectioon
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 80px 0px 0px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 50px;
}

.checkout-page .default-links li {
    font-size: 18px;
    color: #303030;
    line-height: 30px;
    padding: 15px 30px;
    background: #f7f7f7;
    font-weight: 400;
    border-left: 2px solid #f7c02d;
    margin-bottom: 20px;
}

.checkout-page .default-links li a {
    color: #f7c02d;
}

.checkout-page .default-links li a:hover {
    text-decoration: underline;
}

.checkout-form {
    position: relative;
}

.checkout-title {
    position: relative;
    margin-bottom: 20px;
}

.checkout-title h2 {
    position: relative;
    font-size: 24px;
    color: #303030;
    font-weight: 400;
   
}

.checkout-title:before {
    position: relative;
    top: -5px;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #020e28;
    font-size: 16px;
    font-weight: 400;
   
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 20px;
    padding: 14px 15px;
    height: 48px;
    border: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-form textarea {
    resize: none;
    height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #f7c02d;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    color: #f7c02d;
}

.checkout-page .lower-content {
    position: relative;
    margin-top: 30px;
    padding: 0px 0px 90px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .checkout-title {
    margin-bottom: 30px;
}

/*cart outer*/

.cart-outer {
    position: relative;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-outer {
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-table {
    width: 100%;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    background: #f7f7f7;
    color: #222222;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 30px;
    font-weight: 500;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 0px 20px 30px;
}

.cart-table tbody tr .qty input {
    width: 45px;
    height: 50px;
    color: #222222;
    font-size: 18px;
    line-height: 50px;
    background: #f7f7f7;
    text-align: center;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 70px;
    padding-left: 90px;
    padding-top: 22px;
    text-align: left;
    min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 68px;
    left: 0px;
    top: 0px;
    border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .price {
    font-weight: 400;
    font-size: 20px;
    color: #f7c02d;
    font-family: "Open Sans", sans-serif;
}

/*Total Table*/

.checkout-page .lower-content .totals-table {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col {
    padding: 12px 20px;
}

.checkout-page .lower-content .totals-table li {
    line-height: 24px;
    border-bottom: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col.title {
    font-weight: 400;
    color: #303030;
    font-size: 16px;
    border-right: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.checkout-page .lower-content .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #848484;
    font-weight: 400;
    font-size: 16px;
}

/*Payment Option*/

.checkout-page .payment-options {
    position: relative;
    padding: 30px 20px 40px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 400;
    color: #020e28;
    font-size: 16px;
   
}

.checkout-page .payment-options li .radio-option label strong a {
    font-size: 16px;
    color: #f7c02d;
    margin-left: 15px;
    text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    display: block;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
    line-height: 1.7em;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options .theme-btn {
    margin-top: 10px;
    margin-left: 32px;
    border-radius: 0px;
    font-weight: 700;
    padding: 12px 45px;
    line-height: 25px;
   
}

/*** 

====================================================================
    Login / Register Section
====================================================================

***/

.register-section {
    position: relative;
    padding: 80px 0px 40px;
}

.register-section .form-column {
    margin-bottom: 40px;
}

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.register-section .form-column .sec-title:before {
    position: relative;
    top: -7px;
    height: 2px;
    width: 55px;
    background-color: #f7c02d;
    display: inline-block;
    content: "";
}

.register-section .form-column .sec-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
}

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    margin-top: 15px;
    line-height: 20px;
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    color: #303030;
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727;
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #303030;
}

.styled-form .form-group label.remember-me {
    color: #252525;
    font-weight: 500;
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #d4d4d4;
    z-index: 2;
}

.styled-form .form-group .theme-btn {
    padding: 12px 45px;
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 28px;
    padding: 8px 20px;
    height: 50px;
    font-size: 16px;
    color: #848484;
    border: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #f7c02d;
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    background: #fc721e;
    margin: 0px 0px 0px 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-links-two a:hover {
    opacity: 0.80;
}

.social-links-two .facebook {
    background: #3b5998;
}

.social-links-two .twitter {
    background: #33ccfe;
}

.social-links-two .google-plus {
    background: #dd4b39;
}


/*** 

====================================================================
    Request Qoute Section
====================================================================

***/


.request-qoute-title-block.bg-gray {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 50px;
}

.request-qoute-title-block .sec-title {
    margin-bottom: 0;
}

.request-qoute-content-block {
    background: #fff;
    padding: 0;
    position: relative;
}

.request-qoute-content-block:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
}

.request-qoute-content-block .auto-container {
    position: relative;
}

.request-qoute-content-block .no-gutters {
    margin-left: 0;
    margin-right: 0px
}

.request-qoute-content-block .no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}


.request-qoute-content-block .image-column .inner-column {
    position: relative;
}

.request-qoute-content-block .image-column .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .request-qoute-content-block .image-column .overlay-box {
        width: calc(100% + 0px);
    }
}

.request-qoute-content-block .image-column .inner-box {
    display: table;
    width: 100%;
    height: 100%;
}

.request-qoute-content-block .image-column .content {
    display: table-cell;
    vertical-align: bottom;
}

.request-qoute-content-block .image-column .content h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    width: 55%;
    margin-bottom: 20px;
}

.request-qoute-content-block .image-column img {
    max-width: none;
}

.request-qoute-content-block .form-column .inner-column {
    position: relative;
    box-shadow: 0px 10px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.request-qoute-content-block .contact-form .form-group button[type="submit"] {
    background: #F7F7F7;
}

.request-qoute-content-block .contact-form .form-group button[type="submit"]:hover {
    background: #303030;
}

.request-qoute-content-block.home-two {
    margin-top: -45px;
}

.request-qoute-content-block.home-two:before {
    display: none;
}

.request-qoute-content-block .image-column.with-contact-info .overlay-box {
    padding-left: 50px;
    padding-bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.request-qoute-content-block .image-column.with-contact-info .content {
    vertical-align: middle;
}

.request-qoute-content-block .image-column.with-contact-info .title-box {
    margin-bottom: 35px;
}

.request-qoute-content-block .image-column.with-contact-info .title-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 5px;
}

.request-qoute-content-block .image-column.with-contact-info .title-box h3:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #F7C02D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.request-qoute-content-block .image-column.with-contact-info .single-info+.single-info {
    margin-top: 20px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box,
.request-qoute-content-block .image-column.with-contact-info .single-info .text-box {
    display: table-cell;
    vertical-align: middle;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box {
    width: 26px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box i {
    font-size: 26px;
    color: #CDA026;
    display: block;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box {
    padding-left: 20px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box p span {
    font-weight: bold;
}



/*** 

====================================================================
    Client Carousel Section
====================================================================

***/

.client-carousel-wrapper {
    background: #1A225E;
    padding: 41px 0;
}

.client-carousel-wrapper .item {
    text-align: center;
    position: relative;
}

.client-carousel-wrapper .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.client-carousel-wrapper .item:before {
    content: '';
    width: 1px;
    height: 55px;
    background: #d9a928;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client-carousel-wrapper-two {
    padding: 100px 0 150px;
}

.client-carousel-wrapper-two .item {
    text-align: center;
    position: relative;
}

.client-carousel-wrapper-two .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.client-carousel-wrapper-two .item:before {
    content: '';
    width: 1px;
    height: 85px;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.client-carousel-two .owl-nav {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
}

.client-carousel-two .owl-nav .owl-prev,
.client-carousel-two .owl-nav .owl-next {
    position: absolute;
    left: -110px;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    text-align: center;
    border: 1px solid #F4F4F4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.client-carousel-two .owl-nav .owl-next {
    left: auto;
    right: -110px;
}

@media (max-width: 1400px) {

    .client-carousel-two .owl-nav .owl-prev,
    .client-carousel-two .owl-nav .owl-next {
        left: -75px;
    }

    .client-carousel-two .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

}

.client-carousel-two .owl-nav .owl-prev:hover,
.client-carousel-two .owl-nav .owl-next:hover {
    color: #f7c02d;
    border-color: #f7c02d;
}


.client-carousel-two .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 50px);
    text-align: center;
}

.client-carousel-two .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #f7c02d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-carousel-two .owl-dots .owl-dot.active {
    width: 10px;
    background-color: #f7c02d;
}


/*** 

====================================================================
    subscribe block two Section
====================================================================

***/



.subscribe-block-two {
    background: #F7F7F7;
    border-top: 3px dashed #F5BE2D;
    text-align: center;
    padding: 65px 40px;
    padding-bottom: 60px;
}

.subscribe-block-two i {
    color: #000000;
    font-size: 75px;
    line-height: 1em;
}

.subscribe-block-two h3 {
    margin: 0;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 25px;
}

.subscribe-block-two p {
    margin: 0;
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 37px;
    margin-top: 5px;
}

.subscribe-block-two input {
    width: 100%;
    display: block;
    color: #848484;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
}

.subscribe-block-two input+input {
    margin-top: 20px;
}

.subscribe-block-two button[type=submit] {
    width: 100%;
    margin-top: 20px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
}

/*** 

====================================================================
    fun fact Section
====================================================================

***/

.fun-fact-style-one {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center center;
    padding: 99.75px 0;
}

.fun-fact-style-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

.fun-fact-style-one .sec-title {
    margin-bottom: 40px;
}

.fun-fact-style-one .sec-title .text {
    font-size: 18px;
    color: #B7B7B7;
    padding: 13px 0;
}

.single-fun-fact-style-one {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 34px 40px;
}

.single-fun-fact-style-one .count {
    font-size: 48px;
    line-height: 1em;
    color: #D86844;
    font-weight: 700;
   
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.single-fun-fact-style-one .count .plus {
    font-size: 26px;
    line-height: 1em;
    vertical-align: super;
}

.fun-fact-style-one h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 10px;
    padding-bottom: 26px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.fun-fact-style-one .more-btn {
    font-size: 16px;
    color: #CDCDCD;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
    transition: all .4s ease;
    font-family: 'Roboto';
}

.fun-fact-style-one .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0px;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.fun-fact-style-one .more-btn:hover {
    color: #F7C02D;
    padding-left: 10px;
}

.fun-fact-style-one .more-btn:hover i {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*** 

====================================================================
    search popup style
====================================================================

***/

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: transparent;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
   
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.search_area .search_box_inner .input-group {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-group input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
   
    font-size: 18px;
    font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.business-process-section { padding: 80px 0; background: #fff; }
.header-content { margin-bottom: 60px; text-align: left; }

.process-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-point { width: 150px; background: #fff; padding: 20px; border-radius: 50%; box-shadow: 0 0 20px rgba(0,0,0,0.1); }

.step {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #2c599d; /* Match the Blue from your image */
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.step span { font-size: 24px; font-weight: 800; display: block; }

/* Positioning items around the circle using trigonometry logic */
.step-1 { top: 30px; }
.step-2 { right: 30px; top: 150px; }
.step-3 { right: 80px; bottom: 50px; }
.step-4 { left: 80px; bottom: 50px; }
.step-5 { left: 30px; top: 150px; }
.step-6 { top: 30px; left: 230px; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .process-wrapper { width: 100%; height: auto; border: none; flex-direction: column; }
    .step { position: relative; margin: 10px; width: 100%; border-radius: 10px; }
}

.process-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* Aap yahan apni background factory image ka URL daal sakti hain */
  background: url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
}

/* Light white overlay exactly like the image */
.process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85); 
  z-index: 1;
}

.process-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  z-index: 2;
}

/* Top Right Logo Card */
.brand-logo {
  position: absolute;
  top: -20px;
  right: 0;
  background: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e3c72;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Left Text Area */
.content-side {
  padding-right: 40px;
}

.content-side .title {
  font-size: 56px;
  font-weight: 800;
  color: #1e3c72;
  line-height: 1.1;
  margin-bottom: 25px;
}

.content-side .title span {
  border-bottom: 4px solid #1e3c72;
  padding-bottom: 5px;
}

.content-side .subtitle {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}

/* Right Side Circle Positioning */
.circle-container {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

/* Circular Dotted Ring Line */
.ring-bg {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 400px;
  height: 400px;
  border: 2px dashed rgba(30, 60, 114, 0.3);
  border-radius: 50%;
}

/* Common style for all 6 nodes */
.step-node {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #2b6cb0; /* Vibrant blue tone */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-shadow: 0 6px 20px rgba(43, 108, 176, 0.3);
  transform: translate(-50%, -50%);
}

.step-node .step-num {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  opacity: 0.9;
}

.step-node h3 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.step-node p {
  font-size: 9px;
  opacity: 0.85;
  line-height: 1.2;
}

/* Absolute Positioning using Trigonometry Circle Math */
.node-1 { top: 50px;  left: 250px; background: #1a365d; } /* Darkest Top Node */
.node-2 { top: 130px; left: 410px; background: #2a4365; }
.node-3 { top: 310px; left: 410px; background: #2b6cb0; }
.node-4 { top: 410px; left: 250px; background: #3182ce; }
.node-5 { top: 310px; left: 90px;  background: #4299e1; }
.node-6 { top: 130px; left: 90px;  background: #63b3ed; }

/* Responsive adjustments */
/* ==========================================================================
   FULLY RESPONSIVE MEDIA QUERIES (Mobile & Tablet Friendly)
   ========================================================================== */

@media (max-width: 968px) {
  .process-container {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 40px;
    padding: 20px;
  }

  .content-side {
    text-align: center;
    padding-right: 0;
  }

  .content-side .title {
    font-size: 42px;
  }

  .brand-logo {
    position: relative;
    top: 0;
    margin: 0 auto 20px auto;
    width: max-content;
  }

  /* Main circle box ki dynamic height-width set karein */
  .circle-container {
    width: 100%;
    max-width: 400px; /* Mobile layout wrapper */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }

  /* Mobile par dotted ring background ko chhupa dein */
  .ring-bg {
    display: none;
  }

  /* Saare nodes ko vertical layout me align karein aur math position reset karein */
  .step-node {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important; /* Circle se soft rectangle card me convert */
    flex-direction: row !important; /* Icon aur text side-by-side */
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 16px 20px !important;
    gap: 15px;
  }

  .step-node .step-num {
    font-size: 22px;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .step-node .node-text-wrapper {
    display: flex;
    flex-direction: column;
  }

  .step-node h3 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .step-node p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .content-side .title {
    font-size: 32px;
  }
  .process-section {
    padding: 20px 10px;
  }
}

/* ==========================================================================
   CSS KEYFRAMES FOR CONTINUOUS LOOPS
   ========================================================================== */

/* 1. Background Ring Rotating Continuously */
@keyframes spinRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 2. Floating Effect (Up and Down Smooth Wave) */
@keyframes floatAnimation {
  0% {
    transform: translate(-50%, -50%) translateY(0px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-8px); /* Halki si height gain */
  }
  100% {
    transform: translate(-50%, -50%) translateY(0px);
  }
}

/* 3. Glowing Pulse Wave Background Effect */
@keyframes pulseWave {
  0% {
    box-shadow: 0 0 0 0 rgba(43, 108, 176, 0.4), 0 6px 20px rgba(43, 108, 176, 0.2);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(43, 108, 176, 0), 0 6px 20px rgba(43, 108, 176, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(43, 108, 176, 0), 0 6px 20px rgba(43, 108, 176, 0.2);
  }
}

/* 4. Mobile Floating Override (No absolute translation math) */
@keyframes floatMobile {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}


/* ==========================================================================
   APPLYING THE CONTINUOUS LIFETIME ANIMATIONS
   ========================================================================== */

/* Background Ring continuous rotation */
.ring-bg {
  animation: spinRing 50s linear infinite !important;
}

/* Active Floating & Pulsing on Nodes */
.step-node {
  /* floatAnimation: 4 se 6 second me smooth wave create karega, pulseWave: radar pulse sound effect dega */
  animation: floatAnimation 5s ease-in-out infinite, pulseWave 3s infinite;
}

/* Staggered Timing Delays: Saare circles ek sath upar-niche na hon, alag-alag wave me chalein */
.node-1 { animation-delay: 0s, 0.2s; }
.node-2 { animation-delay: 0.8s, 0.6s; }
.node-3 { animation-delay: 1.6s, 1.0s; }
.node-4 { animation-delay: 2.4s, 1.4s; }
.node-5 { animation-delay: 3.2s, 1.8s; }
.node-6 { animation-delay: 4.0s, 2.2s; }


/* ==========================================================================
   RESPONSIVE OVERRIDES FOR MOBILE
   ========================================================================== */
@media (max-width: 968px) {
  .step-node {
    /* Mobile layouts block coordinate systems, so normal custom flow apply kiya */
    animation: floatMobile 4s ease-in-out infinite, pulseWave 3s infinite;
    transform: none !important;
  }
  
  .node-1 { animation-delay: 0s; }
  .node-2 { animation-delay: 0.4s; }
  .node-3 { animation-delay: 0.8s; }
  .node-4 { animation-delay: 1.2s; }
  .node-5 { animation-delay: 1.6s; }
  .node-6 { animation-delay: 2.0s; }
}

 

    /*Right Side Social Buttons*/
    .sticky-left-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -158px;
        top: 40%;
        width: 200px;
        z-index: 2;
    }

    .sticky-left li {
        list-style-type: none;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
    }

    .sticky-left li:hover {
        margin-right: 0px;
        margin-left: -150px;
        background: #333;
        border-radius: 25px 0 25px 25px;
    }

    .sticky-left li img {
        float: left;
        border-radius: 50%;
        margin: 5px 5px;
        margin-right: 10px;
    }

    .sticky-left li p {
        padding: 0px;
        float: left;
        margin: 0px;
        text-transform: uppercase;
        line-height: 43px;
    }

    .text-udyog {
        color: #e87722;
    }
    /*==============================
 Premium About Section
==============================*/

.premium-about{
    padding:90px 0;
    background:#fff;
}

.premium-about .sec-title h4{
    color:#e87722;
    font-size: 29px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.premium-about .sec-title h2{
    font-size:42px;
    font-weight:800;
    color:#1a3a5c;
    margin-top:10px;
}

.premium-about .sec-title span{
    color: #f26522;
}

.about-heading{
    font-size:26px;
    color:#1a3a5c;
    margin:25px 0;
    font-weight:700;
}

.about-text{
    font-size:16px;
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    background: #f26522;
    color:#fff;
    padding:14px 30px;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#1a3a5c;
    color:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.about-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.4s ease,
                background 0.4s ease;
    
}

.about-card:hover{
    transform:translateY(-10px);
    border-color:#e87722;
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 45px rgba(15, 42, 84, 0.15);
}

.about-card i{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    border-radius:50%;
    background: #f26522;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                color 0.4s ease;
}

.about-card:hover i {
    transform: scale(1.2) rotate(-8deg);
}

.about-card h4{
    font-size:20px;
    color:#1a3a5c;
    margin-bottom:12px;
    font-weight:700;
     transition: color 0.3s ease;
}

.about-card:hover h4 {
    color: #1E90FF;
}

.about-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

.about-grid{
grid-template-columns:1fr;
margin-top:40px;
}

.premium-about .sec-title h2{
font-size:34px;
}

}

@media(max-width:767px){

.about-heading{
font-size:22px;
}

.premium-about .sec-title h2{
font-size:28px;
}

.about-card{
padding:25px;
}

}

/*==========================================
 Premium Highlight Strip
==========================================*/

.premium-highlights{
    margin-top:-70px;
    position:relative;
    z-index:20;
}

.feature-item{

    background:#ffffff;

    border-radius:18px;

    padding:24px;

    display:flex;

    align-items:center;

    gap:18px;

    margin:12px;

    border:1px solid #edf2f7;

    box-shadow:0 15px 40px rgba(13,38,59,.08);

    transition:.35s;

}

.feature-item:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(13,38,59,.18);

    border-color:#0ea5e9;

}

.feature-item .icon{

    width:65px;

    height:65px;

    border-radius:16px;

    background:linear-gradient(135deg,#0ea5e9,#2563eb);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:24px;

    flex-shrink:0;

}

.feature-item h4{

    margin:0;

    font-size:20px;

    color:#0f172a;

    font-weight:700;

}

.feature-item p{

    margin:6px 0 0;

    color:#64748b;

    font-size:15px;

    line-height:1.6;

}

/* Owl */

.premium-highlights .owl-stage{

    display:flex;

}

.premium-highlights .owl-item{

    display:flex;

}

.premium-highlights .owl-dots{

    margin-top:18px;

}

.premium-highlights .owl-dot span{

    width:10px;

    height:10px;

    background:#cbd5e1 !important;

}

.premium-highlights .owl-dot.active span{

    background:#0ea5e9 !important;

}

/*=========================
Achievement Section
==========================*/

.achievement-section{

padding:100px 0;

background:linear-gradient(135deg,#071726,#0d2d47);

position:relative;

overflow:hidden;

}

.achievement-section::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:rgba(14,165,233,.08);

border-radius:50%;

top:-180px;

right:-180px;

}

.achievement-heading{

text-align:center;

margin-bottom:70px;

position:relative;

z-index:2;

}

.achievement-heading span{

color:#38bdf8;

text-transform:uppercase;

letter-spacing:3px;

font-weight:700;

}

.achievement-heading h2{

color:#fff;

font-size:46px;

font-weight:800;

margin:15px 0;

}

.achievement-heading p{

max-width:760px;

margin:auto;

color:#cbd5e1;

font-size:17px;

line-height:1.8;

}

.achievement-card{

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

padding:40px 30px;

border-radius:20px;

text-align:center;

transition:.35s;

height:100%;

}

.achievement-card:hover{

transform:translateY(-10px);

border-color:#38bdf8;

box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.achievement-card h3{

font-size:52px;

font-weight:800;

color:#38bdf8;

margin-bottom:10px;

}

.achievement-card h4{

font-size:22px;

color:#fff;

margin-bottom:12px;

}

.achievement-card p{

color:#cbd5e1;

line-height:1.7;

font-size:15px;

}

  .video-banner-section {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 790px;
        max-height: 900px;
        overflow: hidden;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .video-banner-media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .video-banner-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .video-banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.25) 100%); */
    }

    .video-banner-section .container {
        z-index: 2;
    }

    .video-banner-content .title {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #e87722;
    }

    .video-banner-content h1 {
        font-size: 64px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 20px;
        color: #fff;
    }

    .video-banner-content .text {
        font-size: 21px;
        line-height: 1.7;
        max-width: 560px;
        margin-bottom: 14px;
    }

    @media (max-width: 991px) {
        .video-banner-content h1 { font-size: 46px; }
        .video-banner-content .text { font-size: 16px; }
    }

    @media (max-width: 767px) {
        .video-banner-section { height: 85vh; min-height: 420px; }
        .video-banner-content .title { font-size: 16px; }
        .video-banner-content h1 { font-size: 34px; }
        .video-banner-content .text { font-size: 15px; }
        .video-banner-overlay { background: rgba(0, 0, 0, 0.55); }
    }

    @media (max-width: 575px) {
        .video-banner-content h1 { font-size: 28px; }
        .video-banner-content .d-flex a { flex: 1 1 auto; text-align: center; }
    }
    
    /*==============================
 Engineering Solutions Section
==============================*/

.engineering-section{
    padding:90px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.engineering-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(232,119,34,.06);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.engineering-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(30,144,255,.05);
    border-radius:50%;
    bottom:-120px;
    left:-120px;
}

.engineering-content{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.engineering-title{
    text-align:center;
    margin-bottom:20px;
}

.engineering-title span{
    color: #f26522;
    font-size: 28px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.engineering-title h2{
    font-size:46px;
    color:#1a3a5c;
    font-weight:800;
    margin-top:10px;
    line-height:1.2;
}

.engineering-desc{
    /* max-width:900px; */
    margin:25px auto 60px;
    text-align:center;
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.edge-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 48px;
}

.edge-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    border:1px solid #eee;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.edge-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    border-color:#e87722;
}

.edge-card i{
    width:65px;
    height:65px;
    border-radius:50%;
    background: #f26522;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.edge-card h4{
    font-size:20px;
    color:#1a3a5c;
    margin-bottom:12px;
    font-weight:700;
}

.edge-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.bottom-tags{
    margin-top:60px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

.bottom-tags span{
    background:#f5f7fb;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    color:#1a3a5c;
    transition:.3s;
}

.bottom-tags span:hover{
    background: #f26522;
    color:#fff;
}

@media(max-width:991px){
.edge-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:767px){

.engineering-title h2{
font-size:32px;
}

.edge-grid{
grid-template-columns:1fr;
}

.engineering-desc{
font-size:15px;
}

}
/* ===== INDUSTRY / BUSINESS PROCESS ===== */
.premium-process {
    padding: 90px 0 80px;
    background: #f8fafc;
}
.premium-process .sec-title {
    text-align: center;
    margin-bottom: 56px;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(26,58,92,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}
.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(26,58,92,0.15);
}
.process-card .pc-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.process-card .pc-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.process-card:hover .pc-image img {
    transform: scale(1.07);
}
.process-card .pc-image .img-placeholder {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 68px;
}
.process-card .step-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #f26522;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
}
.process-card .pc-body {
    padding: 24px 22px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.process-card .pc-icon {
    font-size: 32px;
    line-height: 1;
}
.process-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
}
.process-card .pc-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.process-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f26522;
    border-radius: 0 0 14px 14px;
    transition: width 0.4s ease;
}
.process-card:hover::after { width: 100%; }

@media (max-width: 991px) {
    .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .process-grid { grid-template-columns: 1fr; gap: 18px; }
    .premium-process { padding: 60px 0; }
}

.potential-section.business-potential {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4f9 100%);
    font-family: Arial, sans-serif;
}

.business-potential .section-header {
    max-width: 1100px;
    margin: 0 auto 40px;
    text-align: center;
}

.business-potential .section-header h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.business-potential .section-header .divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #f97316, #2563eb);
    margin: 0 auto 16px;
    border-radius: 999px;
}

.business-potential .section-header p {
    color: #475569;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.9;
    max-width: 1050px;
    margin: 0 auto;
}

.content-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.business-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.card-title {
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.card-body {
    color: #334155;
}

.card-list {
    padding-left: 18px;
    margin: 0;
}

.card-list li {
    margin-bottom: 14px;
    line-height: 1.8;
    
}

.card-list strong {
    color: #0f172a;
}

.steel-card .icon-box {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.mineral-card .icon-box {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.cement-card .icon-box {
    background: linear-gradient(135deg, #f97316, #dc2626);
}
.why-choose-section{
    padding:90px 0;
    background:#f8f9fb;
}


.feature-card{
    background:#fff;
    border-radius:15px;
    padding:45px 30px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    border-top:4px solid transparent;
}

.feature-card:hover,
.feature-card.active{
    transform:translateY(-10px);
    border-color:#f39c12;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.feature-card .icon-box{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#fff4e6;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

.feature-card:hover .icon-box,
.feature-card.active .icon-box{
    background:#f39c12;
}

.feature-card .icon-box i{
    font-size:36px;
    color:#f39c12;
    transition:.4s;
}

.feature-card:hover .icon-box i,
.feature-card.active .icon-box i{
    color:#fff;
}

.feature-card h3{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.feature-card p{
    color:#666;
    font-size:16px;
    line-height:30px;
    margin:0;
}

.energy-card .icon-box {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.featured-card {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #e2e8f0;
    border: none;
}

.featured-card .card-title,
.featured-card .card-list strong {
    color: #ffffff;
}

.featured-card .card-list li {
    color: #cbd5e1;
}

.featured-card .icon-box {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

@media (max-width: 768px) {
    .business-potential .section-header h2 {
        font-size: 1.7rem;
    }

    .business-card {
        padding: 20px;
    }

    .featured-card {
        grid-column: auto;
    }
}

.story-section{
    padding:80px 0;
}

.story-section .sec-title .title{
    color:#d59b1d;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.story-section .separator{
    width:80px;
    height:4px;
    background:#d59b1d;
    
    border-radius:10px;
}

.story-section h3{
    font-size:30px;
    font-weight:700;
    color:#222;
    line-height:1.5;
    margin-bottom:25px;
}

.story-section p{
    font-size:17px;
    color:#555;
    line-height:32px;
}

.legacy-box{
    background:#fff;
    border-radius:12px;
    padding:35px;
    margin-top:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-left:5px solid #d59b1d;
}

.legacy-box h4{
    font-size:28px;
    font-weight:700;
    color:orange;
    margin-bottom:25px;
}

.legacy-list{
    list-style:none;
    padding:0;
    margin:0;
}

.legacy-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
    font-size:16px;
    line-height:28px;
    color:#555;
}

.legacy-list li i{
    position:absolute;
    left:0;
    top:5px;
    color:orange;
    font-size:18px;
}
.vision-mission-section{
    padding:90px 0;
    background:#f8f9fb;
}

.vm-card{
    background:#fff;
    border-radius:15px;
    padding:40px;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #d59b1d;
}

.vm-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.vm-card .icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#d59b1d;
    color:#fff;
    font-size:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.vm-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
}

.vm-card p{
    color:#666;
    line-height:30px;
    font-size:16px;
}

.vm-list{
    list-style:none;
    margin:25px 0 0;
    padding:0;
}

.vm-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:16px;
    color:#555;
    line-height:28px;
}

.vm-list li{
    position:relative;
    padding-left:35px;
}

.vm-list li::before{
    font-family:"FontAwesome"; /* FA 4 */
    content:"\f058";
    position:absolute;
    left:0;
    top:2px;
    color:#f39c12;   /* Orange */
    font-size:18px;
}
.director-section{
    padding:90px 0;
    background:#fff;
}



.director-image-box{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.director-image-box img{
    width:100%;
    display:block;
}

.director-info{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,.80);
    color:#fff;
    text-align:center;
    padding:18px;
}

.director-info h4{
    color:#fff;
    margin-bottom:5px;
    font-weight:700;
}

.director-info span{
    color:#f39c12;
    font-size:15px;
}

.director-content{
    background:#fff;
    padding: 0px 15px 20px 40px;
    position:relative;
}

.quote-icon{
    font-size:55px;
    color:#f39c12;
    opacity:.25;
    margin-bottom:15px;
}

.director-content h3{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
}

.director-content p{
    color:#666;
    font-size:16px;
    line-height:32px;
    margin-bottom:20px;
}

.director-sign{
    margin-top:35px;
    border-top:2px solid #f39c12;
    padding-top:20px;
}

.director-sign h4{
    margin:0;
    color:#222;
    font-weight:700;
}

.director-sign span{
    color:#f39c12;
    font-weight:600;
}

.feature-image{
    width:100%;
    height:220px;
    overflow:hidden;
    border-radius:15px 15px 0 0;
}

.feature-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.feature-card:hover .feature-image img{
    transform:scale(1.08);
}

.feature-card{
    overflow:hidden;
}

.feature-card .icon-box{
    width:80px;
    height:80px;
    margin:-40px auto 20px;
    border-radius:50%;
    background:#f39c12;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    position:relative;
    z-index:2;
    box-shadow:0 8px 20px rgba(243,156,18,.35);
}

.industry-section{
    padding:90px 0;
    background:#f8f9fb;
}

.industry-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.industry-card:hover{
    transform:translateY(-8px);
}

.industry-card .icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:#fff4e6;
    color:#f39c12;
    border-radius:50%;
    line-height:80px;
    font-size:34px;
}

.clients-box{
    margin-top:70px;
}

.client-category{
    background:#fff;
    padding:30px;
    border-left:5px solid #f39c12;
    border-radius:10px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.client-category h3{
    margin-bottom:20px;
    color:#222;
}

.client-category h3 i{
    color:#f39c12;
}

.client-category p{
    line-height:30px;
    color:#666;
}

.why-box{
    margin-top:60px;
    background:#1f2937;
    color:#fff;
    padding:45px;
    border-radius:15px;
}

.why-box h3{
    color:#fff;
    margin-bottom:20px;
}

.why-box p{
    color:#ddd;
    line-height:30px;
}

.clients-section{
    padding:70px 0;
    background:#f7f7f7;
}

.client-box{
    background:#ffffff;
    padding:25px 20px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    height:100%;
    transition:0.4s;
    border-top:4px solid #b7863b;
}

.client-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}


.client-box ul{
    padding:0;
    margin:0;
    list-style:none;
}


.client-box ul li{
    position:relative;
    padding:13px 5px 13px 28px;
    border-bottom:1px solid #eee;
    font-size:15px;
    font-weight:600;
    color:#333;
}


.client-box ul li:last-child{
    border-bottom:none;
}


.client-box ul li{
    position: relative;
    padding-left: 25px;
    list-style: none;
}

.client-box ul li::before{
    content: "\f00c";   /* fa-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;   /* Solid icons */
    position: absolute;
    left: 0;
   
    color: #b7863b;
    font-size: 16px;
}


@media(max-width:767px){

.client-box{
    margin-bottom:25px;
}

}

 .edge-card{
    position: relative;
    overflow: visible;
    border:1px solid #e5e5e5;
    border-radius:15px;
    animation:pulseCard 6s infinite;
    z-index: 0;
}

/* Orange Corner Border - simple fade in/out, NO rotate */
.edge-card::after{
    content:"";
    position:absolute;
    width:70px;
    height:70px;
    top:-4px;
    left:-4px;
    border-top: 4px solid #f26522;
    border-left: 4px solid #f26522;
    border-top-left-radius:15px;
    opacity:0;
    animation:cornerFade 6s infinite;
    z-index: 2;
}

.edge-card:nth-child(1),
.edge-card:nth-child(1)::after{ animation-delay:0s; }

.edge-card:nth-child(2),
.edge-card:nth-child(2)::after{ animation-delay:1s; }

.edge-card:nth-child(3),
.edge-card:nth-child(3)::after{ animation-delay:2s; }

.edge-card:nth-child(4),
.edge-card:nth-child(4)::after{ animation-delay:3s; }

.edge-card:nth-child(5),
.edge-card:nth-child(5)::after{ animation-delay:4s; }

.edge-card:nth-child(6),
.edge-card:nth-child(6)::after{ animation-delay:5s; }

@keyframes pulseCard{
    0%,80%,100%{
        transform:scale(1);
        box-shadow:none;
    }
    40%{
        transform:scale(1.05);
        box-shadow:0 20px 40px rgba(0,0,0,.18);
    }
}

/* Simple fade in-out, no rotate, no scribble */
@keyframes cornerFade{
    0%,40%{
        opacity:1;
    }
    60%,100%{
        opacity:0;
    }
}

.scroll-from-top {
    opacity: 0;
    transform: translateY(-55px);
    transition: opacity 2s cubic-bezier(0.16, 0.84, 0.24, 1),
                transform 2s cubic-bezier(0.16, 0.84, 0.24, 1);
    will-change: transform, opacity;
}
.scroll-from-top.visible {
    opacity: 1;
    transform: translateY(0);
}


.hero, .hero * {
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #f3f5f7;
}
 
.display {
  font-family: "Barlow Condensed", "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.95;
}
 
/* ---------- Section shell ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #0b0d10;
}
 
/* ---------- Background ---------- */
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/hero-plant.jpg") center/cover no-repeat, linear-gradient(135deg,#181c22,#0b0d10);
  animation: slow-zoom 24s ease-in-out infinite alternate;
  z-index: -3;
}
 
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11,13,16,.96) 0%, rgba(11,13,16,.8) 45%, rgba(11,13,16,.35) 100%),
    linear-gradient(0deg, #0b0d10 2%, transparent 45%);
}
 
/* Blueprint grid */
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 30% 50%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 30% 50%, #000 0%, transparent 70%);
  opacity: .5;
}
 
/* Floating embers */
.embers { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.ember {
  position: absolute;
  bottom: -10px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #ff6b1a;
  box-shadow: 0 0 12px 2px rgba(255, 107, 26, .7);
  opacity: 0;
  animation: ember-drift linear infinite;
}
.ember:nth-child(1)  { left: 6%;  animation-duration: 11s; animation-delay: 0s;   }
.ember:nth-child(2)  { left: 14%; animation-duration: 14s; animation-delay: 1.5s; }
.ember:nth-child(3)  { left: 23%; animation-duration: 9s;  animation-delay: 3s;   }
.ember:nth-child(4)  { left: 31%; animation-duration: 16s; animation-delay: .8s;  }
.ember:nth-child(5)  { left: 44%; animation-duration: 12s; animation-delay: 4s;   }
.ember:nth-child(6)  { left: 57%; animation-duration: 15s; animation-delay: 2.2s; }
.ember:nth-child(7)  { left: 68%; animation-duration: 10s; animation-delay: 5s;   }
.ember:nth-child(8)  { left: 76%; animation-duration: 13s; animation-delay: 1s;   }
.ember:nth-child(9)  { left: 86%; animation-duration: 17s; animation-delay: 3.6s; }
.ember:nth-child(10) { left: 94%; animation-duration: 12s; animation-delay: 6s;   }
 
/* ---------- Layout ---------- */
.hero-inner {
  width: min(1240px, 92%);
  margin: 0 auto;
  padding: 120px 0 90px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
 
/* ---------- Copy ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #ffa049;
  border: 1px solid rgba(255,107,26,.35);
  background: rgba(255,107,26,.08);
  padding: 8px 14px;
  border-radius: 999px;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff6b1a;
  box-shadow: 0 0 0 0 rgba(255,107,26,.6);
  animation: pulse-ring 2s ease-out infinite;
}
 
h1.hero-title {
  font-size: clamp(46px, 6.4vw, 96px);
  margin: 22px 0 18px;
  font-weight: 700;
}
h1.hero-title .accent {
  background: linear-gradient(100deg, #ff6b1a, #ffa049);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
 
.hero-text {
  color: #a3adb8;
  font-size: 17px;
  line-height: 1.7;
  max-width: 54ch;
}
 
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill {
  font-size: 13px;
  color: #f3f5f7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255,255,255,.04);
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
 
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #14100c;
  background: linear-gradient(100deg, #ff6b1a, #ffa049);
  box-shadow: 0 12px 34px -12px rgba(255,107,26,.8);
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  animation: sweep 3.2s ease-in-out infinite;
}
.btn-ghost {
  color: #f3f5f7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255,255,255,.03);
}
.btn-ghost:hover { border-color: rgba(255,107,26,.6); }
 
.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 560px;
}
.stat-num { font-size: 34px; font-weight: 700; color: #ffa049; }
.stat-lbl { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #a3adb8; margin-top: 4px; }
 
/* ---------- Image collage ---------- */
.collage { position: relative; }
.shot {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.9);
  background: linear-gradient(135deg,#1c2129,#12151a);
}
.shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.shot-main { aspect-ratio: 4/3; }
.shot-main::after {
  content: "";
  position: absolute;
  left: 0; right: 0; height: 30%;
  background: linear-gradient(180deg, transparent, rgba(255,107,26,.28), transparent);
  animation: scan-line 5s linear infinite;
}
.shot-float {
  position: absolute;
  right: -26px;
  bottom: -46px;
  width: 46%;
  aspect-ratio: 3/4;
  animation: float 6s ease-in-out infinite;
}
.shot-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3adb8;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.badge {
  position: absolute;
  left: -22px;
  top: 26px;
  background: rgba(22,26,32,.85);
  border: 1px solid rgba(255,107,26,.35);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 12px 16px;
  animation: float 7s ease-in-out infinite reverse;
}
.badge b { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.badge span { font-size: 11px; color: #a3adb8; }
 
/* ---------- Client ticker ---------- */
.ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11,13,16,.7);
  backdrop-filter: blur(8px);
  overflow: hidden;
  padding: 14px 0;
}
.ticker-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.ticker-track span {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 15px;
  color: #a3adb8;
  white-space: nowrap;
}
 
/* ---------- Entrance animation ---------- */
.rise { opacity: 0; transform: translateY(28px); animation: rise-in .9s cubic-bezier(.22,.9,.3,1) forwards; }
.d1 { animation-delay: .1s; } .d2 { animation-delay: .25s; } .d3 { animation-delay: .4s; }
.d4 { animation-delay: .55s; } .d5 { animation-delay: .7s; } .d6 { animation-delay: .85s; }
 
/* ---------- Keyframes ---------- */
@keyframes rise-in { to { opacity: 1; transform: translateY(0); } }
@keyframes slow-zoom { from { transform: scale(1) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }
@keyframes ember-drift {
  0%   { opacity: 0; transform: translateY(0) translateX(0) scale(.6); }
  10%  { opacity: 1; }
  80%  { opacity: .8; }
  100% { opacity: 0; transform: translateY(-95vh) translateX(40px) scale(1.3); }
}
@keyframes sweep { 0% { left: -120%; } 55%, 100% { left: 140%; } }
@keyframes scan-line { 0% { top: -30%; } 100% { top: 110%; } }
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(255,107,26,.6); }
  70%  { box-shadow: 0 0 0 10px rgba(255,107,26,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,26,0); }
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
 
/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding: 100px 0 110px; gap: 70px; }
  .collage { margin-bottom: 40px; }
  .shot-float { right: -10px; bottom: -34px; }
  .badge { left: -10px; }
}
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .hero-grid { background-size: 42px 42px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .rise { opacity: 1; transform: none; }
}
:root{
  --plate-1:#22303f;
  --plate-2:#0f1720;
}
 
/* ===== Outer card shell ===== */
.flip-card{
  position:relative;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
 
/* ===== Inner wrapper - ab plain container hai, no 3D ===== */
.flip-card-inner{
  position:relative;
  width:100%;
  height:100%;
}
 
/* ===== Front face (tumhara existing .about-card look bilkul same rahega) ===== */
.flip-card-front{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  transition:opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1);
}
 
.flip-card-front i{
  transition:transform .6s cubic-bezier(.34,1.56,.64,1), color .3s ease;
}
 
.flip-card:hover .flip-card-front{
  opacity:0;
  transform:translateY(-8px) scale(.96);
}
 
.flip-card:hover .flip-card-front i{
  transform:scale(1.15) rotate(140deg);
}
 
/* ===== Diagonal wipe panel (the "Know More" back face) ===== */
.flip-card-back{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  z-index:2;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 14px),
    linear-gradient(150deg, var(--plate-1) 0%, var(--plate-2) 100%);
  clip-path: polygon(0% 100%, 0% 100%, 0% 100%);
  transition: clip-path .55s cubic-bezier(.65,0,.35,1);
}
 
.flip-card:hover .flip-card-back{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
 
/* Shine sweep across the panel, purely decorative */
.flip-card-back::before{
  content:"";
  position:absolute;
  top:-10%;
  left:-30%;
  width:45%;
  height:130%;
  background:linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.16) 48%, transparent 66%);
  transform:translateX(-40%);
  transition:transform .9s ease;
}
.flip-card:hover .flip-card-back::before{
  transform:translateX(220%);
  transition-delay:.15s;
}
 
.flip-btn{
  position:relative;
  display:inline-block;
  color:#fff;
  font-weight:600;
  font-size:12.5px;
  letter-spacing:.4em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(10px);
  background:none;
  border:none;
  padding:0;
  border-radius:0;
  transition:opacity .35s ease, transform .35s ease, letter-spacing .5s ease;
}
 
.flip-card:hover .flip-btn{
  opacity:1;
  transform:translateY(0);
  letter-spacing:.12em;
  transition-delay:.28s;
}
 
.flip-btn::after{
  content:"";
  display:block;
  width:0;
  height:1px;
  background:#e87722;
  margin:8px auto 0;
  transition:width .4s ease;
  transition-delay:.4s;
}
.flip-card:hover .flip-btn::after{
  width:100%;
}
 
.flip-card-back:focus-visible{
  outline:2px solid #fff;
  outline-offset:-6px;
}
.flip-card:focus-within .flip-card-back{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.flip-card:focus-within .flip-card-front{
  opacity:0;
}
 
@media (prefers-reduced-motion:reduce){
  .flip-card-back, .flip-card-front, .flip-card-front i, .flip-btn, .flip-card-back::before{
    transition:none !important;
  }
}
.clients-section {
    padding: 50px 0;
    background: #f9f9f9;
}
 
.client-box {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #2c3e50;
    margin-bottom: 20px;
}
 
.client-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
 
.client-box h3 {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecf0f1;
}
 
/* Client List with Logos */
.client-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.client-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #34495e;
    font-size: 13px;
    padding: 12px 0;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    transition: all 0.2s ease;
    font-weight: 500;
}
 
.client-box li:last-child {
    border-bottom: none;
}
 
.client-box li:hover {
    color: #2c3e50;
    padding-left: 8px;
    background: #f8f9fa;
    padding: 12px 8px;
    margin: 0 -8px;
    border-radius: 4px;
}
 
/* Logo Placeholder for each item */
.client-logo-icon {
       width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
    border-radius: 4px;
    flex-shrink: 0;
}
 
.client-logo-icon img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
 
.client-name {
    flex: 1;
}
 
/* Color variations */
.client-box.steel {
    border-top-color: #c0392b;
}
 
.client-box.steel h3 {
    color: #c0392b;
}
 
.client-box.steel .client-logo-icon {
    background: rgba(192, 57, 43, 0.1);
}
 
.client-box.mining {
    border-top-color: #16a085;
}
 
.client-box.mining h3 {
    color: #16a085;
}
 
.client-box.mining .client-logo-icon {
    background: rgba(22, 160, 133, 0.1);
}
 
.client-box.cement {
    border-top-color: #2980b9;
}
 
.client-box.cement h3 {
    color: #2980b9;
}
 
.client-box.cement .client-logo-icon {
    background: rgba(41, 128, 185, 0.1);
}
 
.client-box.power {
    border-top-color: #8e44ad;
}
 
.client-box.power h3 {
    color: #8e44ad;
}
 
.client-box.power .client-logo-icon {
    background: rgba(142, 68, 173, 0.1);
}
 
/* Check mark for items without logo */
.no-logo::before {
    content: "âœ“";
    color: #27ae60;
    font-weight: bold;
    font-size: 12px;
}
 
@media (max-width: 768px) {
    .client-box {
        padding: 20px;
    }
 
    .client-box h3 {
        font-size: 12px;
    }
 
    .client-box li {
        font-size: 12px;
        padding: 10px 0;
    }
 
    .client-logo-icon {
        width: 30px;
        height: 30px;
    }
}
 
@media (max-width: 480px) {
    .client-box {
        padding: 15px;
    }
 
    .client-box h3 {
        font-size: 11px;
        margin-bottom: 15px;
    }
 
    .client-box li {
        font-size: 11px;
        gap: 8px;
        padding: 10px 0;
    }
 
    .client-logo-icon {
        width: 28px;
        height: 28px;
    }
}

   body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
            color: #2c3e50;
            line-height: 1.6;
            overflow-x: hidden;
        }
 
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #1a2332 0%, #0f3460 50%, #16213e 100%);
            color: white;
            padding: 80px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
 
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 400px;
            height: 400px;
            background: rgba(233, 69, 96, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }
 
        .hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 300px;
            height: 300px;
            background: rgba(52, 152, 219, 0.1);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite reverse;
        }
 
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(20px); }
        }
 
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            margin: 0 auto;
        }
 
        .hero-tag {
            display: inline-block;
            background: rgba(233, 69, 96, 0.2);
            border: 1px solid #f26522;
            color: #f26522;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
 
        .hero h1 {
            font-size: 56px;
            font-weight: 700;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #ffffff 0%, #e9ecef 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
 
        .hero p {
            font-size: 18px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 10px;
        }
 
        /* Stats Section */
        .stats-bar {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 50px;
            padding-top: 50px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
 
        .stat-item {
            text-align: center;
        }
 
        .stat-number {
            font-size: 36px;
            font-weight: 700;
            color: #ff6b9d;
            margin-bottom: 5px;
        }
 
        .stat-label {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
 
        /* Main Content */
        .container {
            max-width: 1200px;
            margin: -80px auto 0;
            padding: 40px;
            position: relative;
            z-index: 3;
        }
 
        /* Sector Grid */
        .sectors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(382px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
 
        .sector-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }
 
        .sector-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }
 
        .card-accent {
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #ff6b9d 0%, #ff8c42 100%);
        }
 
        .sector-card:nth-child(2) .card-accent {
            background: linear-gradient(90deg, #3498db 0%, #2980b9 100%);
        }
 
        .sector-card:nth-child(3) .card-accent {
            background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
        }
 
        .sector-card:nth-child(4) .card-accent {
            background: linear-gradient(90deg, #27ae60 0%, #229954 100%);
        }
 
        .card-header-section {
            padding: 30px;
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }
 
        .card-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            flex-shrink: 0;
            color: #2c3e50;
        }
 
        .sector-card:nth-child(1) .card-icon { color: #ff6b9d; }
        .sector-card:nth-child(2) .card-icon { color: #3498db; }
        .sector-card:nth-child(3) .card-icon { color: #e74c3c; }
        .sector-card:nth-child(4) .card-icon { color: #27ae60; }
 
        .card-title-section h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #1a2332;
        }
 
        .card-title-section p {
            font-size: 14px;
            color: #7f8c8d;
        }
 
        .card-body-section {
            padding: 0 30px 30px;
        }
 
        .card-list {
            list-style: none;
        }
 
        .card-list li {
            margin-bottom: 18px;
            font-size: 14px;
            line-height: 1.7;
            color: #555;
            padding-left: 24px;
            position: relative;
            list-style: none !important;
        }
 
        .card-list li:before {
             content: "\2192";
            position: absolute;
            left: 0;
            color: #ff6b9d;
            font-weight: bold;
        }
 
        .sector-card:nth-child(2) .card-list li:before { color: #3498db; }
        .sector-card:nth-child(3) .card-list li:before { color: #e74c3c; }
        .sector-card:nth-child(4) .card-list li:before { color: #27ae60; }
 
        .card-list li strong {
            color: #1a2332;
            font-weight: 600;
        }
 
        /* Featured Section */
        .featured-section {
            background: linear-gradient(135deg, #1a2332 0%, #0f3460 100%);
            color: white;
            border-radius: 20px;
            padding: 60px 40px;
            position: relative;
            overflow: hidden;
            margin-top: 60px;
        }
 
        .featured-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 107, 157, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }
 
        .featured-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
        }
 
        .featured-badge {
            display: inline-block;
            background: rgba(233, 69, 96, 0.2);
            border: 1px solid rgba(233, 69, 96, 0.5);
            color: #f26522;
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
 
        .featured-section h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }
 
        .featured-section .featured-list {
            list-style: none;
            margin-top: 30px;
        }
 
        .featured-list li {
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.8;
            padding-left: 40px;
            position: relative;
        }
 
   .featured-list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #ff6b9d;
    font-weight: bold;
    font-size: 20px;
}
 
        .featured-list li strong {
            color: #ffffff;
            font-weight: 600;
        }
 
        /* Responsive */
        @media (max-width: 768px) {
            .hero {
                padding: 50px 20px;
            }
 
            .hero h1 {
                font-size: 36px;
            }
 
            .hero p {
                font-size: 16px;
            }
 
            .container {
                padding: 20px;
                margin-top: -50px;
            }
 
            .sectors-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
 
            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
 
            .stat-number {
                font-size: 28px;
            }
 
            .featured-section {
                padding: 40px 20px;
            }
 
            .featured-section h2 {
                font-size: 28px;
            }
 
            .featured-section .featured-list li {
                padding-left: 35px;
            }
        }
 
        /* Animation */
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .sector-card {
            animation: slideUp 0.6s ease-out forwards;
            opacity: 0;
        }
 
        .sector-card:nth-child(1) { animation-delay: 0.1s; }
        .sector-card:nth-child(2) { animation-delay: 0.2s; }
        .sector-card:nth-child(3) { animation-delay: 0.3s; }
        .sector-card:nth-child(4) { animation-delay: 0.4s; }
 
        .featured-section {
            animation: slideUp 0.6s ease-out 0.5s forwards;
            opacity: 0;
        }

.bu-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

/* Page-load curtain sweep */
.bu-hero-curtain {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: linear-gradient(135deg, #f26522 0%, #ff9a44 100%);
  transform-origin: right;
  animation: curtain-sweep 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s forwards;
  pointer-events: none;
}

/* Animated background grid */
.bu-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(242, 101, 34, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(242, 101, 34, 0.06) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: radial-gradient(ellipse at 30% 50%, black 0%, transparent 70%);
  opacity: 0;
  animation: grid-fade 1.4s ease 0.8s forwards;
}

.bu-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f1 50%, #ffe7d6 100%);
  opacity: 0.6;
}

/* Floating blobs */
.bu-hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  background: #f26522;
  opacity: 0;
  animation: blob-float 10s ease-in-out infinite alternate, blob-appear 1.2s ease 0.6s forwards;
}

.bu-hero-blob--top {
  top: -8rem;
  right: -8rem;
  width: 24rem;
  height: 24rem;
}

.bu-hero-blob--bottom {
  bottom: -10rem;
  left: -10rem;
  width: 28rem;
  height: 28rem;
  animation-delay: -4s, 0.8s;
}

/* Decorative rings */
.bu-hero-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(242, 101, 34, 0.15);
  opacity: 0;
  animation: ring-appear 1.4s ease 0.9s forwards, ring-pulse 6s ease-in-out infinite alternate;
}

.bu-hero-ring--left {
  bottom: 10%;
  left: -6rem;
  width: 16rem;
  height: 16rem;
}

.bu-hero-ring--right {
  top: 8%;
  right: -4rem;
  width: 10rem;
  height: 10rem;
  animation-delay: 1s, 0.5s;
}

/* Floating particles */
.bu-hero-particle {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f26522;
  opacity: 0;
  pointer-events: none;
  animation: particle-float 8s ease-in-out infinite, particle-appear 1s ease 1.2s forwards;
}

.bu-hero-particle--1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s, 1.2s;
}

.bu-hero-particle--2 {
  top: 60%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  animation-delay: -3s, 1.4s;
}

.bu-hero-particle--3 {
  bottom: 25%;
  left: 40%;
  width: 0.375rem;
  height: 0.375rem;
  animation-delay: -5s, 1.6s;
}

/* Layout */
.bu-hero-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  max-width: 130rem;
  margin: 0 auto;
  padding: 11rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .bu-hero-container {
    flex-direction: row;
    gap: 4rem;
    padding: 16rem 1.5rem;
  }
}

/* Content */
.bu-hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .bu-hero-content {
    width: 50%;
  }
}

/* Eyebrow */
.bu-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
  opacity: 0;
  transform: translateX(-30px);
  animation: eyebrow-reveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}

.bu-hero-eyebrow-line {
  width: 0;
  height: 2px;
  background: #f26522;
  animation: line-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
}

.bu-hero-eyebrow-text {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f26522;
}

/* Title with word-by-word reveal */
.bu-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1f2430;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.35em;
  row-gap: 0.15em;
}

@media (min-width: 640px) {
  .bu-hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .bu-hero-title {
    font-size: 3.75rem;
  }
}

.bu-hero-title-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(-20deg);
  transform-origin: bottom;
  animation: word-reveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bu-hero-title-word--accent {
  color: #f26522;
}

.bu-hero-title-word:nth-child(1) { animation-delay: 1.1s; }
.bu-hero-title-word:nth-child(2) { animation-delay: 1.18s; }
.bu-hero-title-word:nth-child(3) { animation-delay: 1.26s; }
.bu-hero-title-word:nth-child(4) { animation-delay: 1.34s; }
.bu-hero-title-word:nth-child(5) { animation-delay: 1.42s; }
.bu-hero-title-word:nth-child(6) { animation-delay: 1.5s; }
.bu-hero-title-word:nth-child(7) { animation-delay: 1.58s; }

/* Description */
.bu-hero-description {
  /* max-width: 32rem; */
  font-size: 20px;
  text-align: justify;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(6px);
  animation: description-reveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.7s forwards;
}

/* Services */
.bu-hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bu-hero-service-tag {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(242, 101, 34, 0.20);
  background: rgba(255, 231, 214, 0.60);
  font-size: 11px;
  font-weight: 500;
  color: #1f2430;
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  animation: tag-reveal 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: default;
}

.bu-hero-service-tag:nth-child(1) { animation-delay: 1.9s; }
.bu-hero-service-tag:nth-child(2) { animation-delay: 1.98s; }
.bu-hero-service-tag:nth-child(3) { animation-delay: 2.06s; }
.bu-hero-service-tag:nth-child(4) { animation-delay: 2.14s; }
.bu-hero-service-tag:nth-child(5) { animation-delay: 2.22s; }

.bu-hero-service-tag:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 30px -6px rgba(242, 101, 34, 0.22);
  background: #fedac4;
}

/* Slider */
.bu-hero-slider {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  opacity: 0;
  transform: perspective(1000px) rotateY(-8deg) translateX(60px);
  animation: slider-reveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}

@media (min-width: 1024px) {
  .bu-hero-slider {
    width: 50%;
    margin-top: 0;
  }
}

.bu-hero-slider-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(242, 101, 34, 0.10);
  background: #fff8f1;
  box-shadow:
    0 25px 50px -12px rgba(242, 101, 34, 0.12),
    0 0 0 1px rgba(242, 101, 34, 0.05);
}

.bu-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(100%) scale(1.05);
  transition: none;
}

.bu-hero-slide--active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 10;
  animation: slide-in-right 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bu-hero-slide--active img {
  animation: image-ken-burns 6s ease-out forwards;
}

.bu-hero-slide--leaving {
  opacity: 0;
  z-index: 0;
  animation: slide-out-left 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bu-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bu-hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(242, 101, 34, 0.28), transparent 60%);
}

.bu-hero-slide-label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  font-weight: 700;
  color: #f26522;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(4px);
  animation: label-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
}

.bu-hero-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.bu-hero-dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  border: none;
  background: rgba(242, 101, 34, 0.30);
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  animation: dot-reveal 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transition: width 0.4s ease, background 0.3s ease, transform 0.2s ease;
}

.bu-hero-dot:nth-child(1) { animation-delay: 2.2s; }
.bu-hero-dot:nth-child(2) { animation-delay: 2.28s; }
.bu-hero-dot:nth-child(3) { animation-delay: 2.36s; }

.bu-hero-dot:hover {
  background: rgba(242, 101, 34, 0.60);
  transform: scale(1.15);
}

.bu-hero-dot--active {
  width: 2rem;
  background: #f26522;
}

/* Animations */
@keyframes curtain-sweep {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes grid-fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blob-appear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 0.08;
    transform: scale(1);
  }
}

@keyframes blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-30px, 30px) scale(1.1);
  }
}

@keyframes ring-appear {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }
  to {
    opacity: 0.25;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes ring-pulse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.08) rotate(8deg);
    opacity: 0.12;
  }
}

@keyframes particle-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}

@keyframes particle-float {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15px, -20px);
  }
  50% {
    transform: translate(-10px, -35px);
  }
  75% {
    transform: translate(20px, -10px);
  }
}

@keyframes eyebrow-reveal {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes line-grow {
  from {
    width: 0;
  }
  to {
    width: 2.5rem;
  }
}

@keyframes word-reveal {
  from {
    opacity: 0;
    transform: translateY(40px) rotateX(-20deg);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
    filter: blur(0);
  }
}

@keyframes description-reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes tag-reveal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slider-reveal {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) translateX(60px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg) translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(100%) scale(1.05);
    clip-path: inset(0 0 0 100%);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-out-left {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%) scale(0.95);
    clip-path: inset(0 100% 0 0);
  }
}

@keyframes image-ken-burns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes label-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dot-reveal {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


