/* Ingenious | Smart Home Automation HTML Template

Template Name: Ingenious
Author: Ingenious
Version: 1.0.0


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header
6. Search Popup
7. Sticky Header
8. Mobile Header
9. Mobile Menu
10. Header Color Scheme
11. Page Title
12. Background Layers
13. Section Title
14. Main Slider
15. About Section / Two / Three
16. Our Standards
17. Our Misiion 
18. Our Passion
19. Security Features
20. Security Package
21. Real Time Response
22. Top Features
23. Features Section (One to Six)
24. Quality Equipment
25. Installation Service
26. About Process
27. Step Section / Two
28. Why Choose Us
29. Skills Section
30. Fun Fact Section / Two
31. App Download
32. Portfolio Section / Two
33. Portfolio Masonry
34. Portfolio Three Column
35. Portfolio Four Col Gallery
36. Portfolio Four Col Wide
37. Projects Section
38. Portfolio Single
39. Related Projectsn
40. Services Section / Two / Three
41. Fluid Section One
42. How to Use
43. Callback Section
44. Accordion Section
45. Process Section
46. Process Section Two
47. Products Section
48. Product Features Section
49. Product Supports
50. Easy Setup
51. Night Vision
52. Testimonial Section
53. Team Section
54. Our Shop
55. Call To Action / Two / Three
56. Pricing Section
57. Subscribe Section
58. Clients Section
59. Contact Map Section
60. Contact Form Section
61. Blog Section
62. Blog Single
63. Comment Area
64. Pagination
65. Main Footer
66. Sidebar Page Container
67. Cart Section
68. CheckOut Page
69. Login Section
**********************************************/


/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700,800,900|Open+Sans:400,600,700,800|Roboto:200,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.min.css');
@import url('jquery.modal.min.css');
@import url('select2.min.css');
@import url('odometer.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Catamaran', sans-serif;
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p,
.text {
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #ffffff;
}


/******************
** \reset select 2
******************/

.select2-container--open,
.select2-dropdown--below,
.select2-drop {
    z-index: 99;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-container .select2-choice {
    position: relative;
    z-index: 2;
}

.select2-container {
    max-width: 100%;
    z-index: 99;
}

.select2-container li:before {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 10px;
    border: 0;
}

.select2-dropdown,
.select2-search--dropdown {
    border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
    position: relative;
    color: #4b4342;
    font-weight: 500;
    font-size: 17px;
    padding: 13px 10px;
    line-height: 20px;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #59ab66;
}

.select2-container--default .select2-selection--single {
    border-color: #e0e6ea;
    position: relative;
    color: #4b4342;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0px;
    line-height: 28px;
    border-top: 1px solid #f1f1f1;
    height: 48px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 100%;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    left: 0;
    top: -1px;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent !important;
    background: none;
    background-color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f107";
    opacity: .25;
    font-family: 'Font Awesome 5 Free';
    line-height: 20px;
    font-size: 17px;
    color: inherit;
    font-weight: 900;
}


/*** 

====================================================================
	List Styles
====================================================================

***/


/* List Style One */

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 10px;
}

.list-style-one li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Flaticon';
    content: "\f107";
    color: #59ab66;
    font-weight: 400;
    font-size: 20px;
}

.list-style-one.light li:before,
.list-style-one.light li a,
.list-style-one.light li {
    color: #ffffff;
}


/* List Style Two */

.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-style-two li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: #59ab66;
    font-weight: 900;
    font-size: 14px;
}


/* List Style Three */

.list-style-three {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-three li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-style-three li:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #59ab66;
    border-radius: 50%;
    content: '';
}

.list-style-three.light li {
    font-weight: 300;
}


/* List Style Four */

.list-style-four {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-four li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #363636;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-style-four li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #59ab66;
    content: "\f058";
    font-size: 28px;
    line-height: 28px;
    font-family: "Font Awesome 5 Free";
}


/*** 

====================================================================
	Social Icons
====================================================================

***/

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
    margin-bottom: 5px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li svg {
    position: absolute;
    left: 0;
    top: 0;
    stroke-width: 35px;
    fill: #ffffff;
    stroke: #ffffff;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
}

.social-icon-one li a:hover svg {
    fill: #4b4342;
    stroke: #4b4342;
}


/* Social Icon Two */

.social-icon-two {
    position: relative;
    display: block;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    z-index: 2;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 56px;
    width: 60px;
    height: 60px;
    color: #d0cece;
    border: 2px solid #d0cece;
    text-align: center;
    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;
}

.social-icon-two li a:hover {
    color: #493e3c;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}


/* Social Icon Three */

.social-icon-three {
    position: relative;
    display: block;
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
}

.social-icon-three li:last-child {
    margin-right: 0;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    background-color: #82d5af;
    text-align: center;
    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;
}

.social-icon-three li a:hover {
    background-color: #ffffff;
}


/*** 

====================================================================
	Content Elements
====================================================================

***/

#page {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 40px;
}

.content-elements {
    position: relative;
}

.content-elements .row.content {
    margin-top: 30px;
}

.content-img {
    position: relative;
    margin-bottom: 30px;
}

.buttons-showcase {
    position: relative;
}

.buttons-showcase .column {
    position: relative;
    text-align: center;
}

.buttons-showcase .theme-btn {
    margin-bottom: 30px;
}

hr.thin-center {
    background-color: #dddfdc;
    height: 1px;
}

hr.thin-center:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    height: 1px;
    width: 20%;
    max-width: 200px;
    transform: translateX(-50%);
    background-color: #59ab66;
}

hr.thick {
    height: 3px;
}

.ifram-video-box {
    position: relative;
    height: 0;
    padding-bottom: 56.316%;
}

.ifram-video-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}


/*==========================
	Owl Carousel Dots
===========================*/

.default-dots .owl-dots {
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.default-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 3px 6px;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
    vertical-align: middle;
    transition: all 200ms ease;
}

.default-dots .owl-dot.active {
    border-width: 3px;
    width: 18px;
    height: 18px;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: transparent;
}

.default-dots.sky-dots .owl-dot {
    background: #d0d2cc;
    border-color: #d0d2cc;
}

.default-dots.sky-dots .owl-dot.active {
    background-color: #009de6;
    border-color: #009de6;
}


/*==========================
	Owl Carousel Arrows
===========================*/

.owlcarousel.no-arrows .owl-nav {
    display: none;
}

.default-arrows .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -70px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows:hover .owl-nav {
    opacity: .7;
}

.default-arrows .owl-next,
.default-arrows .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    border: 3px solid #ffffff;
    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;
}

.default-arrows .owl-next {
    left: auto;
    right: -50px;
}

.default-arrows:hover .owl-next {
    right: 10px;
}

.default-arrows:hover .owl-prev {
    left: 10px;
}


/*==========================
	Message Box
===========================*/

.message-box {
    position: relative;
    padding: 20px 10px;
    min-height: 85px;
    margin-bottom: 30px;
}

.message-box p {
    color: #ffffff;
    line-height: 1.2em;
}

.message-box h4 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.message-box h4 a {
    text-decoration: underline;
}

.message-box a {
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 65px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn .icon {
    color: #ffffff;
    font-size: 18px;
    opacity: .7;
}

.message-box .close-btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.message-box.with-icon {
    padding-left: 80px;
    padding-right: 65px;
}

.message-box .icon-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12.5px;
    width: 55px;
    height: 55px;
    color: #24bb79;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -27.5px;
}

.message-box .icon-box .icon {
    font-size: 24px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #24bb79;
}


/* Message Info */

.message-box.info {
    border-color: #2f94ce;
    background-color: #2f94ce;
}

.message-box.info h4,
.message-box.info a {
    color: #ffffff;
}

.message-box.info .icon-box .icon {
    color: #2f94ce;
}


/* Message success */

.message-box.success {
    border-color: #59ab66;
    background-color: #59ab66;
}

.message-box.success h4,
.message-box.success a {
    color: #ffffff;
}

.message-box.success .icon-box .icon {
    color: #59ab66;
}


/* Message warning */

.message-box.warning {
    border-color: #fad10f;
    background-color: #fad10f;
}

.message-box.warning h4,
.message-box.warning a {
    color: #ffffff;
}

.message-box.warning .icon-box .icon {
    color: #fad10f;
}


/* Message Error */

.message-box.error {
    border-color: #f3413f;
    background-color: #f3413f;
}

.message-box.error h4,
.message-box.error a {
    color: #ffffff;
}

.message-box.error .icon-box .icon {
    color: #f3413f;
}


/*==========================
		Default Tabs
===========================*/

.default-tabs {
    position: relative;
    overflow: hidden;
}

.default-tabs .tab-buttons {
    position: relative;
}

.default-tabs .tab-buttons li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 40px;
    color: #abb0a6;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
    background-color: #59ab66;
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    font-weight: 300;
    background: #f6f7f6;
}

.default-tabs .tabs-content p {
    margin-bottom: 18px;
    font-weight: 300;
}


/*==========================
	Accordian Box
===========================*/

.accordion-box {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    padding: 15px 20px;
    padding-left: 60px;
    line-height: 1em;
    color: #363636;
    font-weight: 700;
    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;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .icon-outer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block.active-block .icon-outer .icon:before {
    content: "\f068";
    font-weight: 900;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
    height: 47px;
    width: 47px;
    line-height: 41px;
    color: #59ab66;
    border: 3px solid #59ab66;
    border-radius: 50px;
}

.accordion-box .block .acc-btn.active .icon-outer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-left: 60px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .acc-btn,
.accordion-box .block.active-block .text {}


/*** 

====================================================================
	Buttons Styles
====================================================================

***/

.theme-btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 160px;
}

.theme-btn i {
    margin-right: 3px;
}


/* Btn Style One */

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #ff6c3a;
    font-weight: 500;
    padding: 9px 13px 5px;
    border: 3px solid #ff6c3a;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #ff6c3a;
    background-color: #ffffff;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #59ab66;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 30px;
    background-color: transparent;
    font-weight: 500;
    padding: 7px 15px 5px;
    border: 3px solid #59ab66;
    min-width: 150px;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-style-two:hover {
    color: #ffffff;
    background-color: #59ab66;
}


/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #59ab66;
    font-weight: 500;
    padding: 7px 15px 5px;
    border: 3px solid #59ab66;
    min-width: 150px;
    line-height: 20px;
}

.btn-style-three:hover {
    color: #59ab66;
    background-color: #ffffff;
}


/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #ff6c3a;
    font-weight: 500;
    padding: 7px 15px 5px;
    border: 3px solid #ff6c3a;
    min-width: 150px;
    line-height: 20px;
}

.btn-style-four:hover {
    color: #ffffff;
    background-color: #59ab66;
    border: 3px solid #59ab66;
}


/* Btn Style five */

.btn-style-five {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #ff6c3a;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 30px;
    background-color: transparent;
    font-weight: 500;
    padding: 9px 13px 5px;
    border: 3px solid #ff6c3a;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #ff6c3a;
}

.theme-btn.large {
    padding: 12px 70px 10px;
    min-width: 215px;
    font-size: 16px;
    line-height: 23px;
}

.theme-btn.small {
    padding: 7px 30px 5px;
    min-width: 120px;
    font-size: 13px;
    line-height: 1em;
}


/* Backgrund Purple */

.theme-btn.bg-purple {
    color: #ffffff;
    background-color: #6770b9;
    border-color: #6770b9;
}

.theme-btn.bg-purple:hover {
    color: #6770b9;
    background-color: #ffffff;
    border-color: #6770b9;
}


/* Backgrund sky */

.theme-btn.bg-sky {
    color: #ffffff;
    background-color: #009de6;
    border-color: #009de6;
}

.theme-btn.bg-sky:hover {
    color: #009de6;
    background-color: #ffffff;
    border-color: #009de6;
}


/* Backgrund Orange */

.theme-btn.bg-orange {
    color: #ffffff;
    background-color: #f87208;
    border-color: #f87208;
}

.theme-btn.bg-orange:hover {
    color: #f87208;
    background-color: #ffffff;
    border-color: #f87208;
}


/* Backgrund Pink */

.theme-btn.bg-pink {
    color: #ffffff;
    background-color: #fa3138;
    border-color: #fa3138;
}

.theme-btn.bg-pink:hover {
    color: #fa3138;
    background-color: #ffffff;
    border-color: #fa3138;
}


/* Backgrund Caribbean */

.theme-btn.bg-caribbean {
    color: #ffffff;
    background-color: #03c8ad;
    border-color: #03c8ad;
}

.theme-btn.bg-caribbean:hover {
    color: #03c8ad;
    background-color: #ffffff;
    border-color: #03c8ad;
}


/* Backgrund Dark */

.theme-btn.dark {
    color: #ffffff;
    background-color: #464646;
    border-color: #464646;
}

.theme-btn.dark:hover {
    color: #464646;
    background-color: #ffffff;
    border-color: #464646;
}


/* Backgrund Dark alt*/

.theme-btn.dark-alt {
    color: #464646;
    background-color: #ffffff;
    border-color: #464646;
}

.theme-btn.dark-alt:hover {
    color: #ffffff;
    background-color: #464646;
    border-color: #464646;
}


/*==========================
	Progress Bars
============================*/

.bar-item {
    position: relative;
    margin-bottom: 25px;
}

.bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 6px;
}

.bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
    background: #e3e3e3;
}

.bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0px;
    border-bottom: 5px solid #59ab66;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.bar-item .skill-header {
    position: relative;
    line-height: 29px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #4b4342;
    margin-bottom: 10px;
}

.bar-item .skill-header .skill-title {
    position: relative;
    float: left;
}

.bar-item .skill-percentage {
    position: absolute;
    right: 15px;
    top: -37px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #4b4342;
}

.bar-item.style-two .skill-bar .bar-inner .bar:after {
    border-color: #59ab66;
}

.bar-item.style-two .skill-bar .bar-inner .bar {
    border-color: #59ab66;
    background-color: #59ab66;
}


/*==========================
	Pie Graph
===========================*/

.pie-graph {
    position: relative;
    margin-bottom: 40px;
}

.pie-graph .graph-outer {
    position: relative;
    text-align: center;
}

.pie-graph .graph-outer .dial {
    position: relative;
    display: block;
}

.pie-graph .inner-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    color: #363636;
}

.pie-graph h4 {
    position: relative;
    font-size: 20px;
    color: #363636;
    margin-top: 10px;
    text-align: center;
}

.pie-graph.light h4,
.pie-graph.light .inner-text {
    color: #ffffff;
}


/*==========================
	Banner Box One
===========================*/

.banner-box-one {
    position: relative;
    margin-bottom: 30px;
}

.banner-box-one .cws-image-bg {
    -webkit-clip-path: polygon( 0% 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
    clip-path: polygon( 0% 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
}

.banner-box-one .cws-image-bg .cws-overlay-bg {
    width: 50%;
    background-color: #529b6b;
}

.banner-box-one .cws-triangle-overlay {
    opacity: 0.3;
    -webkit-clip-path: polygon( 0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    clip-path: polygon( 0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    background-color: #529b6b;
}

.banner-box-one .inner-container {
    position: relative;
    display: flex;
    width: 100%;
    padding: 21px;
    justify-content: left;
    align-items: center;
    min-height: 245px;
    z-index: 1;
}

.banner-box-one .content {
    width: 50%;
    text-align: center;
}

.banner-box-one .banner-offer {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner-box-one .banner-desc {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    opacity: 0.7;
    color: #ffffff;
}

.banner-box-one.orange .cws-triangle-overlay {
    background: #ed6436;
}

.banner-box-one.orange .cws-overlay-bg {
    background-color: #ed6436;
}

.banner-box-one.orange .cws-image-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(237, 100, 54, 0.65);
    content: "";
    z-index: 1;
}

.banner-box-one.orange .theme-btn {
    border-color: #ffffff;
}


/*==========================
	Banner Box Two
===========================*/

.banner-box-two {
    position: relative;
    margin-bottom: 30px;
}

.banner-box-two .cws-image-bg {
    -webkit-clip-path: none;
    clip-path: none;
}

.banner-box-two .cws-image-bg .cws-overlay-bg {
    background-color: rgba(75, 180, 105, 0.9);
}

.banner-box-two .inner-container {
    position: relative;
    display: flex;
    width: 100%;
    padding: 21px;
    justify-content: left;
    align-items: center;
    min-height: 245px;
    z-index: 1;
}

.banner-box-two .content {
    width: 100%;
    text-align: center;
}

.banner-box-two .banner-title {
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.banner-box-two .banner-desc {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    opacity: 0.7;
    color: #ffffff;
}

.banner-box-two.dark .cws-overlay-bg {
    background-color: rgba(0, 0, 0, 0.85);
}

.banner-box-two.dark .theme-btn {
    border-color: #ffffff;
}


/*==========================
	Banner Box Three
===========================*/

.banner-box-three {
    position: relative;
    margin-bottom: 30px;
}

.banner-box-three .cws-image-bg {
    -webkit-clip-path: polygon( 0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
    clip-path: polygon( 0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
}

.banner-box-three .cws-image-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(81, 158, 107, 0.6);
    content: "";
}

.banner-box-three .cws-image-bg .cws-overlay-bg {
    width: 50%;
    background-color: #59ab66;
}

.banner-box-three .cws-triangle-overlay {
    opacity: 0.3;
    -webkit-clip-path: polygon( 0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    clip-path: polygon( 0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
    background-color: #529b6b;
}

.banner-box-three .inner-container {
    position: relative;
    display: flex;
    width: 100%;
    padding: 21px;
    justify-content: left;
    align-items: center;
    min-height: 245px;
    z-index: 1;
}

.banner-box-three .content {
    width: 50%;
}

.banner-box-three .banner-title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
}

.banner-box-three .banner-desc {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    opacity: 0.7;
    color: #ffffff;
}

.banner-box-three .banner-offer {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner-box-three.orange .cws-triangle-overlay {
    background: #ed6436;
}

.banner-box-three.orange .cws-overlay-bg {
    background-color: #ff6c3a;
    z-index: 1;
}

.banner-box-three.orange .cws-image-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(237, 100, 54, 0.65);
    content: "";
    z-index: 1;
}

.banner-box-three.orange .theme-btn {
    border-color: #ffffff;
}


/*==========================
	Callout One
===========================*/

.callout-one {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    overflow: hidden;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    text-align: center;
    margin-bottom: 30px;
}

.callout-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(89, 171, 102, 0.9);
    content: "";
}

.callout-one .sub-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff;
    margin-bottom: 20px;
}

.callout-one h2 {
    position: relative;
    text-align: center;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: "Roboto";
    margin-bottom: 30px;
}

.callout-one .theme-btn {
    border-color: #ffffff;
    color: #ffffff;
}


/*==========================
	Callout Two
===========================*/

.callout-two {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    overflow: hidden;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.callout-two:before {
    position: absolute;
    left: -10%;
    top: 0;
    height: 100%;
    width: 60%;
    background-color: rgba(89, 171, 102, 1);
    content: "";
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.callout-two .content {
    position: relative;
    width: 50%;
}

.callout-two h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto";
}

.callout-two h3 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
}

.callout-two .abs-btn {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -70px;
    margin-top: -70px;
    height: 140px;
    width: 140px;
    background-color: #ffffff;
    line-height: 140px;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    min-width: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}


/*==========================
	Callout Three
===========================*/

.callout-three {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    overflow: hidden;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.callout-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(89, 171, 102, 0.6);
    content: "";
}

.callout-three .content {
    position: relative;
    text-align: left;
}

.callout-three h2 {
    position: relative;
    font-size: 42px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto";
}

.callout-three h3 {
    position: relative;
    font-size: 32px;
    line-height: 1.4em;
    margin-top: 0px;
    font-family: "Roboto";
    color: #ffffff;
    margin-bottom: 30px;
}

.callout-three .right-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    padding: 45px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.callout-three .right-box:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120%;
    right: -15%;
    left: initial;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #f36737;
    content: "";
}

.callout-three .banner-offer {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 10px;
}

.callout-three .banner-desc {
    position: relative;
    font-size: 23px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.callout-three .theme-btn {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/*==========================
		Preloader
===========================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
}

.cws_loader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    animation: fadeIn 2s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cws_loader span {
    color: black;
    display: block;
    top: 100%;
    position: absolute;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    margin: 8px;
    letter-spacing: 0.3em;
}

.hex:nth-child(1) {
    top: 10px;
    left: 17px;
    -webkit-animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
    -ms-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.hex:nth-child(2) {
    top: 10px;
    left: 51px;
    -webkit-animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
    -ms-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.hex:nth-child(3) {
    top: 40px;
    left: 70px;
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -ms-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.hex:nth-child(4) {
    top: 70px;
    left: 51px;
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -ms-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.hex:nth-child(5) {
    top: 70px;
    left: 17px;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.hex:nth-child(6) {
    top: 40px;
    left: 0;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.hex:nth-child(7) {
    top: 40px;
    left: 35px;
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.hex:nth-child(8) {
    top: 10px;
    left: 17px;
    -webkit-animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
    -ms-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.hex {
    position: absolute;
    width: 30px;
    height: 20px;
    background: #38cfae;
    opacity: 0.2;
    animation: fade 1.5s infinite ease;
    box-shadow: 0 0 20px #38cfae, 0 0 20px #38cfae;
    opacity: 0.1;
}

.hex:before,
.hex:after {
    position: absolute;
    content: "";
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.hex:before {
    border-bottom: 8px solid #38cfae;
    bottom: 100%;
}

.hex:after {
    width: 0;
    top: 100%;
    border-top: 8px solid #38cfae;
}

@keyframes fade {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    7% {
        opacity: 0;
        transform: scale(0.2);
    }
    42% {
        opacity: 0;
        transform: scale(0.2);
    }
    49% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Hex Default Color ( Green )*/

.hex {
    background: #59ab66;
    box-shadow: 0 0 20px #59ab66, 0 0 20px #59ab66;
}

.hex:before {
    border-bottom: 8px solid #59ab66;
}

.hex:after {
    border-top: 8px solid #59ab66;
}

.color-scheme-purple .hex {
    background: #6770b9;
    box-shadow: 0 0 20px #6770b9, 0 0 20px #6770b9;
}

.color-scheme-purple .hex:before {
    border-bottom: 8px solid #6770b9;
}

.color-scheme-purple .hex:after {
    border-top: 8px solid #6770b9;
}

.color-scheme-sky .hex {
    background: #009de6;
    box-shadow: 0 0 20px #009de6, 0 0 20px #009de6;
}

.color-scheme-sky .hex:before {
    border-bottom: 8px solid #009de6;
}

.color-scheme-sky .hex:after {
    border-top: 8px solid #009de6;
}

.color-scheme-orange .hex {
    background: #f87208;
    box-shadow: 0 0 20px #f87208, 0 0 20px #f87208;
}

.color-scheme-orange .hex:before {
    border-bottom: 8px solid #f87208;
}

.color-scheme-orange .hex:after {
    border-top: 8px solid #f87208;
}

.color-scheme-pink .hex {
    background: #fa3138;
    box-shadow: 0 0 20px #fa3138, 0 0 20px #fa3138;
}

.color-scheme-pink .hex:before {
    border-bottom: 8px solid #fa3138;
}

.color-scheme-pink .hex:after {
    border-top: 8px solid #fa3138;
}

.color-scheme-caribbean .hex {
    background: #02d2b5;
    box-shadow: 0 0 20px #02d2b5, 0 0 20px #02d2b5;
}

.color-scheme-caribbean .hex:before {
    border-bottom: 8px solid #02d2b5;
}

.color-scheme-caribbean .hex:after {
    border-top: 8px solid #02d2b5;
}


/*=== End Preloader ===*/

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    -webkit-appearance: none;
    position: relative;
    height: 1px;
    margin: 30px auto;
    background: #dddfdc;
    border-style: none;
    outline-style: none;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.mb-0 {
    margin-bottom: 0;
}


/*=== Default Form ===*/

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.default-form .form-group:last-child {
    margin-bottom: 0;
}

.default-form label {
    margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #e0e6ea;
    border-radius: 2px;
    height: 42px;
    background-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;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: #59ab66;
}

.default-form .form-group textarea {
    height: 250px;
    resize: none;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
    position: relative;
    display: inline-block;
    width: 160px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
    border-color: #ff0000;
}

.default-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

#email-form .response {
    position: relative;
    text-align: center;
}

#email-form .response .success {
    background: #59ab66;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 10px;
}

#email-form .response .failed {
    background-color: #f74848;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 10px;
}

#email-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
    padding: 0 10px;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    width: 60px;
    height: 60px;
    line-height: 54px;
    font-size: 32px;
    color: #6a6a6a;
    text-align: center;
    border: 2px solid #6a6a6a;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    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;
}

.scroll-to-top:hover {
    color: #ffffff;
    background-color: #6a6a6a;
}


/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}

.main-header .main-box {
    position: relative;
    display: block;
    width: calc(100% - 80px);
    margin: 0 40px;
    min-height: 100px;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .logo {
    position: relative;
    z-index: 9;
    padding: 22px 20px;
    max-width: 184px;
}

.main-header .menu-box {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {
    position: static;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: static;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    font-family: 'Catamaran';
    -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-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 19px;
    text-transform: uppercase;
    -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-menu .navigation>li.dropdown>a:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    z-index: 5;
}

.main-menu .navigation>li>a>span {
    position: relative;
    display: block;
    padding: 0 5px;
}

.main-menu .navigation>li>a>span:before,
.main-menu .navigation>li>a>span:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 10%;
    opacity: 0;
    left: 1px;
    width: 0%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-menu .navigation>li>a>span:after {
    background-color: #ffffff;
}

.main-menu .navigation>li:hover>a>span:before,
.main-menu .navigation>li.current>a>span:before {
    width: 100%;
    opacity: 1;
}

.main-menu .navigation>li:hover>a>span:after,
.main-menu .navigation>li.current>a>span:after {
    width: 16px;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul .from-right {
    left: auto;
    right: 100%;
    margin-right: 2px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: inline;
    padding: 2px 15px;
    margin: 0 20px;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li.current>a {
    color: #59ab66;
}

.main-menu .navigation>li>ul>li>a:after {
    background-color: #59ab66;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.main-menu .navigation>li>ul>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: -40px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: inline;
    padding: 2px 15px;
    margin: 0 20px;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:after {
    background-color: #59ab66;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

.main-menu .navigation>li>ul>li.dropdown>a:before {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -10px;
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #59ab66;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}

.main-menu .navigation 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;
}


/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
    position: static;
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    border-radius: 8px;
    padding: 20px 20px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateX(-50%) translateY(50px);
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative;
    margin: 0;
}

.main-menu .navigation>li .mega-menu-bar h3 {
    position: relative;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 36px;
    line-height: 40px;
}

.main-menu .navigation>li .mega-menu-bar>ul {
    position: relative;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    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 .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: none;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: inline;
    padding: 2px 15px;
    margin: 0 20px;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a {
    color: #59ab66;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before {
    position: absolute;
    top: 6px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 14px;
    line-height: 16px;
    color: #59ab66;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after {
    background-color: #59ab66;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: calc(100% - 30px);
    margin: 0 15px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

.main-menu .navigation>li>.mega-menu.full-width {
    width: 100% !important;
    transform: translateX(0) translateY(50px) !important;
    left: 0 !important;
}

.main-menu .navigation>li:hover>.mega-menu.full-width {
    transform: translateX(0) translateY(0) !important;
}


/*================= End Mega Menu =========================*/

.main-header .outer-box {
    position: relative;
}

.main-header .search-box {
    position: relative;
    float: left;
    margin-left: 20px;
}

.main-header .search-box .search-btn {
    position: relative;
    background-color: transparent;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    line-height: 40px;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    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;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.96);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #e0e6ea;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 50%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #e0e6ea;
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #59ab66;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #e0e6ea;
    padding: 0;
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #e0e6ea;
}


/*search box btn*/

.main-header .cart-btn {
    position: relative;
    float: left;
    margin-left: 20px;
}

.main-header .cart-btn>a {
    position: relative;
    display: block;
    z-index: 1;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
}

.main-header .cart-btn .count {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    background-color: #59ab66;
    border-radius: 50%;
}


/*=== Shopping Cart ===*/

.main-header .shopping-cart {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    margin-right: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 0;
    margin-top: 23px;
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-end;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.main-header .cart-btn:hover .shopping-cart {
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-start;
    visibility: visible;
    opacity: 1;
}

.shopping-cart .shopping-cart-items {
    position: relative;
}

.main-header .shopping-cart .cart-item {
    width: 270px;
}

.shopping-cart .cart-item {
    position: relative;
    width: 100%;
    padding-left: 95px;
    padding-right: 20px;
    min-height: 75px;
    border-bottom: 1px solid #e6e7e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.shopping-cart .cart-item:last-child {
    border-bottom: 0;
}

.shopping-cart .cart-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}

.shopping-cart .item-name {
    display: block;
    color: #333333;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name {
    color: #333333;
}

.shopping-cart .item-quantity {
    position: relative;
    display: block;
    font-weight: 500;
    color: #59ab66;
}

.shopping-cart .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove-item {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    z-index: 2;
    color: #ff6c3a;
    transform: translateY(-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;
}

.shopping-cart .cart-item .remove-item:hover {
    color: #59ab66;
}

.shopping-cart .cart-footer {
    position: relative;
    margin-top: 16px;
}

.shopping-cart .cart-footer:after {
    clear: both;
    content: "";
    display: table;
}

.shopping-cart .shopping-cart-total {
    margin-bottom: 10px;
    font-size: 17px;
    color: #4b4342;
}

.shopping-cart .theme-btn {
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #59ab66;
    text-transform: capitalize;
    border: 3px solid #59ab66;
    text-align: center;
}

.shopping-cart .theme-btn:hover {
    background-color: #ffffff;
    color: #59ab66;
}

.shopping-cart .cart-footer .theme-btn {
    position: relative;
    width: calc(50% - 8px);
    float: left;
    margin-right: 15px;
    min-width: auto;
    margin-top: 10px;
}

.shopping-cart .cart-footer .theme-btn:last-child {
    margin-right: 0;
}


/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 0.952941);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .outer-box {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li>a {
    color: #363636;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 0 15px;
}

.sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.sticky-header .main-menu .navigation>li.current>a {
    color: #59ab66;
}


/*** 

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
    position: relative;
    margin: 0 20px;
    padding: 20px 0;
    display: none;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #ffffff;
    order: 3;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 144px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 300ms ease;
}

.mobile-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #59ab66;
    content: "";
    opacity: .9;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    border: 2px solid #fff;
    cursor: pointer;
    line-height: 46px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
}

.mobile-menu .navigation li>a:before,
.mobile-menu .navigation li>a:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: 10%;
    opacity: 0;
    left: 1px;
    width: 0%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mobile-menu .navigation li>a:after {
    background-color: #ffffff;
}

.mobile-menu .navigation li>a:after {
    width: 16px;
    opacity: 1;
}

.mobile-menu .navigation li>a:before {
    width: 100%;
    opacity: 1;
}

.mobile-menu .navigation>li.current>a {
    background-color: #deebe1;
    color: #363636;
}

.mobile-menu .navigation>li li {
    margin-left: 20px;
    margin-right: 20px;
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    text-transform: uppercase;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    padding: 10px 20px;
}

.mobile-menu .navigation li li>a {
    padding: 10px 0px;
    font-size: 14px;
}

.mobile-menu .navigation>li.dropdown:after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: #fafafa;
    content: "";
    opacity: .50;
}

.mobile-menu .navigation>li.dropdown.active:after {
    display: none;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn {
    color: #363636;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -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;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
}

.mobile-menu .navigation>li>a:after,
.mobile-menu .navigation>li>a:before {
    display: none;
}

.mobile-menu .mega-menu-bar h3 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 20px;
    top: 20px;
    font-weight: 600;
}

.mobile-menu-visible .mobile-menu .menu-box {
    position: relative;
    display: block;
}

.mobile-menu .mega-menu-bar .column {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mobile-menu .navigation>li>.mega-menu {
    width: 100% !important;
    display: none;
}

.mobile-menu .navigation>li.has-mega-menu ul {
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 10px;
    padding-top: 40px;
}


/*** 

====================================================================
	Header Color Scheme
====================================================================

***/


/*=== Color Scheme Purple ===*/

.color-scheme-purple .main-footer .contact-list .social-icon a:hover,
.color-scheme-purple .main-footer .contact-list li a:hover,
.color-scheme-purple .recent-posts .post h5 a:hover,
.color-scheme-purple .recent-posts .post .cat,
.color-scheme-purple .shopping-cart .item-quantity,
.color-scheme-purple .shopping-cart .theme-btn:hover,
.color-scheme-purple .shopping-cart .cart-item .remove-item:hover,
.color-scheme-purple .main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a,
.color-scheme-purple .sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.color-scheme-purple .sticky-header .main-menu .navigation>li.current>a,
.color-scheme-purple .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before,
.color-scheme-purple .main-menu .navigation>li>ul>li.current>a {
    color: #6770b9;
}

.color-scheme-purple .widget-title:after,
.color-scheme-purple .shopping-cart .theme-btn,
.color-scheme-purple .main-header .cart-btn .count,
.color-scheme-purple .mobile-menu:before,
.color-scheme-purple .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after,
.color-scheme-purple .main-menu .navigation>li>ul>li>a:after {
    background-color: #6770b9;
}

.color-scheme-purple .shopping-cart .theme-btn,
.color-scheme-purple .search-popup .form-group input[type="text"],
.color-scheme-purple .search-popup .form-group input[type="search"] {
    border-color: #6770b9;
}

.color-scheme-purple .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
}


/*=== Color Scheme Sky ===*/

.color-scheme-sky .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-sky .main-footer .contact-list .social-icon a:hover,
.color-scheme-sky .main-footer .contact-list li a:hover,
.color-scheme-sky .recent-posts .post h5 a:hover,
.color-scheme-sky .recent-posts .post .cat,
.color-scheme-sky .shopping-cart .item-quantity,
.color-scheme-sky .shopping-cart .theme-btn:hover,
.color-scheme-sky .shopping-cart .cart-item .remove-item:hover,
.color-scheme-sky .main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a,
.color-scheme-sky .sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.color-scheme-sky .sticky-header .main-menu .navigation>li.current>a,
.color-scheme-sky .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before,
.color-scheme-sky .main-menu .navigation>li>ul>li.current>a {
    color: #009de6;
}

.color-scheme-sky .widget-title:after,
.color-scheme-sky .shopping-cart .theme-btn,
.color-scheme-sky .main-header .cart-btn .count,
.color-scheme-sky .mobile-menu:before,
.color-scheme-sky .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after,
.color-scheme-sky .main-menu .navigation>li>ul>li>a:after {
    background-color: #009de6;
}

.color-scheme-sky .shopping-cart .theme-btn,
.color-scheme-sky .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-sky .search-popup .form-group input[type="text"],
.color-scheme-sky .search-popup .form-group input[type="search"] {
    border-color: #009de6;
}

.color-scheme-sky .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
}


/*=== Color Scheme Orange ===*/

.color-scheme-orange .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-orange .main-footer .contact-list .social-icon a:hover,
.color-scheme-orange .main-footer .contact-list li a:hover,
.color-scheme-orange .recent-posts .post h5 a:hover,
.color-scheme-orange .recent-posts .post .cat,
.color-scheme-orange .shopping-cart .item-quantity,
.color-scheme-orange .shopping-cart .theme-btn:hover,
.color-scheme-orange .shopping-cart .cart-item .remove-item:hover .color-scheme-orange .main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a,
.color-scheme-orange .sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.color-scheme-orange .sticky-header .main-menu .navigation>li.current>a,
.color-scheme-orange .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before,
.color-scheme-orange .main-menu .navigation>li>ul>li.current>a {
    color: #f87208;
}

.color-scheme-orange .widget-title:after,
.color-scheme-orange .shopping-cart .theme-btn,
.color-scheme-orange .main-header .cart-btn .count,
.color-scheme-orange .mobile-menu:before,
.color-scheme-orange .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after,
.color-scheme-orange .main-menu .navigation>li>ul>li>a:after {
    background-color: #f87208;
}

.color-scheme-orange .shopping-cart .theme-btn,
.color-scheme-orange .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-orange .search-popup .form-group input[type="text"],
.color-scheme-orange .search-popup .form-group input[type="search"] {
    border-color: #f87208;
}

.color-scheme-orange .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
}


/*=== Color Scheme Pink ===*/

.color-scheme-pink .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-pink .main-footer .contact-list .social-icon a:hover,
.color-scheme-pink .main-footer .contact-list li a:hover,
.color-scheme-pink .recent-posts .post h5 a:hover,
.color-scheme-pink .recent-posts .post .cat,
.color-scheme-pink .shopping-cart .item-quantity,
.color-scheme-pink .shopping-cart .theme-btn:hover,
.color-scheme-pink .shopping-cart .cart-item .remove-item:hover .color-scheme-pink .main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a,
.color-scheme-pink .sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.color-scheme-pink .sticky-header .main-menu .navigation>li.current>a,
.color-scheme-pink .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before,
.color-scheme-pink .main-menu .navigation>li>ul>li.current>a {
    color: #fa3138;
}

.color-scheme-pink .widget-title:after,
.color-scheme-pink .shopping-cart .theme-btn,
.color-scheme-pink .main-header .cart-btn .count,
.color-scheme-pink .mobile-menu:before,
.color-scheme-pink .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after,
.color-scheme-pink .main-menu .navigation>li>ul>li>a:after {
    background-color: #fa3138;
}

.color-scheme-pink .shopping-cart .theme-btn,
.color-scheme-pink .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-pink .search-popup .form-group input[type="text"],
.color-scheme-pink .search-popup .form-group input[type="search"] {
    border-color: #fa3138;
}

.color-scheme-pink .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
}


/*=== Color Scheme caribbean ===*/

.color-scheme-caribbean .testimonial-block .name,
.color-scheme-caribbean .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-caribbean .main-footer .contact-list .social-icon a:hover,
.color-scheme-caribbean .main-footer .contact-list li a:hover,
.color-scheme-caribbean .recent-posts .post h5 a:hover,
.color-scheme-caribbean .recent-posts .post .cat,
.color-scheme-caribbean .shopping-cart .item-quantity,
.color-scheme-caribbean .shopping-cart .theme-btn:hover,
.color-scheme-caribbean .main-menu .navigation>li .mega-menu-bar .column>ul>li.current>a,
.color-scheme-caribbean .sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.color-scheme-caribbean .sticky-header .main-menu .navigation>li.current>a,
.color-scheme-caribbean .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:before,
.color-scheme-caribbean .main-menu .navigation>li>ul>li.current>a {
    color: #02d2b5;
}

.color-scheme-caribbean .widget-title:after,
.color-scheme-caribbean .shopping-cart .theme-btn,
.color-scheme-caribbean .main-header .cart-btn .count,
.color-scheme-caribbean .mobile-menu:before,
.color-scheme-caribbean .testimonial-block .name:before,
.color-scheme-caribbean .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:after,
.color-scheme-caribbean .main-menu .navigation>li>ul>li>a:after {
    background-color: #02d2b5;
}

.color-scheme-caribbean .shopping-cart .theme-btn,
.color-scheme-caribbean .accordion-box .block .acc-btn .icon-outer .icon,
.color-scheme-caribbean .search-popup .form-group input[type="text"],
.color-scheme-caribbean .search-popup .form-group input[type="search"] {
    border-color: #02d2b5;
}

.color-scheme-caribbean .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
}


/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 170px 0px 190px;
    text-align: center;
    z-index: 2;
}

.page-title .cws-image-bg {
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px));
    background-position: center top;
}

.page-title .cws-image-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(88, 110, 111);
    background: -moz-linear-gradient(left, rgba(88, 110, 111, 1) 0%, rgba(54, 162, 104, 1) 50%, rgba(15, 120, 96, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 110, 111, 1) 0%, rgba(54, 162, 104, 1) 50%, rgba(15, 120, 96, 1) 100%);
    background: linear-gradient(to right, rgba(88, 110, 111, 1) 0%, rgba(54, 162, 104, 1) 50%, rgba(15, 120, 96, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=&#039;
    #586e6f&#039;
    ,
    endColorstr=&#039;
    #0f7860&#039;
    ,
    GradientType=1);
    opacity: 0.9;
}

.page-title .cws-image-bg:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/icons/pattern.png);
    background-size: initial;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center center;
}

.page-title .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background-color: rgba(89, 171, 102, 0.3);
}

.page-title .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background-color: rgba(89, 171, 102, 0.3);
}

.page-title h1 {
    position: relative;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    right: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.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: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    opacity: .9;
}


/*** 

====================================================================
	Background Layers
====================================================================

***/

.background-layers {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.cws-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 120px, 60% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 60% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
}

.cws-image-bg.style-two {
    clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-three {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.cws-image-bg.style-four {
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.cws-image-bg.style-five {
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-six {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.cws-image-bg.style-seven {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.cws-image-bg.style-eight {
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% calc(100% - 120px), 54% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% calc(100% - 120px), 54% calc(100% - 60px), 0% 100%);
}

.cws-triangle-overlay,
.cws-overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.cws-triangle-overlay.bottom-right,
.cws-triangle-overlay.bottom-left {
    height: 120px;
    left: 0;
    bottom: 0;
    top: auto;
}

.cws-background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cws-overlay-bg.bg-green {
    background-color: rgba(83, 151, 96, 0.9);
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #363636;
    font-weight: 800;
}

.sec-title h3 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 10px;
}

.sec-title h4 {
    position: relative;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
}

.sec-title .text {
    position: relative;
    margin-top: 24px;
}

.sec-title .divider {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-title.light .text,
.sec-title.light .icon,
.sec-title.light h3,
.sec-title.light h2 {
    color: #ffffff;
}


/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
    display: block;
    z-index: 1;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    margin-top: -170px;
    padding: 250px 0 150px;
    z-index: 2;
}

.about-section .cws-triangle-overlay {
    clip-path: polygon(60% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(60% 60px, 100% 0%, 100% 120px);
    background: rgba(255, 255, 255, 0.3);
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    text-align: center;
}

.feature-block .icon-box {
    position: relative;
    height: 130px;
    width: 130px;
    line-height: 130px;
    margin: 0 auto 30px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: linear-gradient(135deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f8f8', GradientType=1);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .icon {
    height: 64px;
    width: 64px;
}

.feature-block .inner-box:hover .icon-box {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
}

.feature-block h5 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
}

.about-section .btn-box {
    margin-top: 30px;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 120px 0;
}

.about-section-two .content-column {
    position: relative;
}

.progress-grap {
    position: relative;
}

.progress-grap .inner-text {
    color: #363636;
    font-size: 32px;
}

.progress-grap .pie-graph .graph-outer>div {
    display: block !important;
    margin: 0 auto;
}

.progress-grap .pie-graph h4 {
    color: #363636;
}

.about-section-two .image-column .inner-column {
    position: relative;
    padding-right: 35px;
    padding-top: 10px;
}


/*** 

====================================================================
	About Section Three
====================================================================

***/

.about-section-three {
    position: relative;
    padding: 185px 0;
    margin-top: -130px;
    z-index: 1;
}

.about-section-three .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.about-section-three .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.5);
}

.about-section-three .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(115, 181, 134, 0.5);
}

.about-section-three .content-column {
    position: relative;
}

.about-section-three .content-column .sec-title {
    margin-bottom: 25px;
}

.about-section-three .content-column h4 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.about-section-three .content-column p {
    margin-bottom: 1em;
}

.about-section-three .content-column .inner-column {
    margin-bottom: 35px;
}


/*** 

====================================================================
	Our Standards 
====================================================================

***/

.our-standards {
    position: relative;
    padding: 120px 0;
    margin-top: -120px;
}

.our-standards .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.our-standards .cws-image-bg .cws-overlay-bg {
    background-color: rgba(83, 151, 96, 0.6);
}

.our-standards .cws-image-bg .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: linear-gradient(45deg, #53986b, #4ab669);
}

.our-standards .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.2);
}

.our-standards .content-column .inner-column {
    padding: 70px 0 40px;
    padding-left: 8%;
}

.our-standards .icon-list-two {
    justify-content: unset;
}

.our-standards .icon-list-two li {
    margin-right: 30px;
    font-size: 70px;
}


/*** 

====================================================================
	Our Misiion 
====================================================================

***/

.our-mission {
    position: relative;
    padding: 100px 0;
}

.mission-block {
    position: relative;
    margin-bottom: 40px;
}

.mission-block .inner-box {
    position: relative;
    text-align: center;
}

.mission-block .icon {
    position: relative;
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto 20px;
    background-color: #f9f8f8;
    border-radius: 50%;
    border: 5px solid #222222;
    line-height: 190px;
    font-size: 120px;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mission-block .inner-box:hover .icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    background-color: #59ab66;
    border-color: #59ab66;
    color: #ffffff;
}

.mission-block h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Our Passion 
====================================================================

***/

.our-passion {
    position: relative;
    padding: 120px 0;
}

.our-passion .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.our-passion .cws-image-bg .cws-overlay-bg {
    background-color: rgba(83, 151, 96, 0.6);
}

.our-passion .cws-image-bg .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: linear-gradient(45deg, #53986b, #4ab669);
}

.our-passion .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.5);
}

.our-passion .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(237, 244, 239, 0.79);
}

.our-passion .content-column .inner-column {
    padding: 70px 0 40px;
    padding-left: 8%;
}

.our-passion .list-style-one li {
    float: left;
    width: 50%;
    padding-right: 15px;
}


/*** 

====================================================================
	Security Features 
====================================================================

***/

.security-features {
    position: relative;
    padding: 65px 0 120px;
    margin-top: -120px;
    z-index: 1;
}

.purple-gradient-one {
    background: -webkit-linear-gradient(90deg, #686bb8, #608ac0);
    background: -o-linear-gradient(90deg, #686bb8, #608ac0);
    background: -moz-linear-gradient(90deg, #686bb8, #608ac0);
    background: linear-gradient(90deg, #686bb8, #608ac0);
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}

.purple-gradient-two {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), #6089c0);
}

.security-features .feature-block-two:first-child,
.security-features .feature-block-two:last-child {
    margin-top: -20px;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-two .icon-box {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.feature-block-two .inner-box:hover .icon-box {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.feature-block-two .icon_shape {
    position: absolute;
    width: 170px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.feature-block-two .icon_shape svg {
    fill: #ffffff;
    stroke: #686bb8;
}

.feature-block-two .icon {
    position: relative;
    font-size: 74px;
    color: #000000;
}

.feature-block-two .lower-content {
    position: relative;
    padding-top: 20px;
}

.feature-block-two h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-block-two p {
    color: #c5c9e2;
    margin-bottom: 15px;
}

.feature-block-two .link {
    font-size: 28px;
    color: #ffffff;
    line-height: 1em;
}


/*** 

====================================================================
	Security Package
====================================================================

***/

.security-package {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 0;
    margin-top: -120px;
}

.security-package .content-column {
    position: relative;
    margin-bottom: 50px;
}

.security-package h4 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 35px;
    font-weight: 800;
}

.package-list {
    position: relative;
    margin-bottom: 35px;
}

.package-list li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 1.3em;
}

.package-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f023";
    font-size: 13px;
    color: #363636;
    font-weight: 900;
}

.security-package .image-column {
    position: relative;
}

.security-package .image-column .image {
    margin-bottom: 35px;
}


/*** 

====================================================================
	Real Time Response
====================================================================

***/

.realtime-response {
    position: relative;
    padding: 125px 0 150px;
    margin-top: -65px;
}

.bg-purple-one {
    clip-path: polygon(0% 0%, 60% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 0% 120px);
    background: #353f4a;
    z-index: 1;
}

.realtime-response .cws-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
}

.bg-purple-right {
    clip-path: polygon( 100% 0, 60% 0, 60% 100%, 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 60% 0, 60% 100%, 100% 100%);
    background: linear-gradient(45deg, rgba(21, 30, 74, 0.8), rgba(7, 31, 58, 0.75));
}

.bg-purple-left {
    clip-path: polygon( 0 0, 60% 60px, 60% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 60% 60px, 60% calc(100% - 60px), 0 100%);
    background: linear-gradient(45deg, rgba(0, 5, 22, 0.8), rgba(12, 55, 114, 0.8));
}

.realtime-response .sec-title {
    margin-bottom: 65px;
}

.realtime-response .feature-outer {
    position: relative;
}

.feature-block-three {
    position: relative;
    margin-bottom: 35px;
}

.feature-block-three .inner-box {
    position: relative;
    padding-right: 140px;
    margin-bottom: 35px;
    min-height: 105px;
    padding-top: 10px;
    text-align: right;
}

.feature-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 105px;
    width: 105px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 75px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon-box {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.feature-block-three h4 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-block-three p {
    color: #ffffff;
}

.realtime-response .btn-box {
    padding-top: 40px;
}


/*** 

====================================================================
	Top Features
====================================================================

***/

.top-features {
    position: relative;
    padding: 40px 0 90px;
    margin-top: -160px;
    z-index: 3;
}

.top-features .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 120px, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    overflow: hidden;
}

.top-features .cws-image-bg .cws-overlay-bg {
    background-color: #02d2b5;
}

.top-features .outer-box {
    position: relative;
    margin-top: -10px;
}

.feature-block-eight {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-eight:first-child,
.feature-block-eight:last-child {
    margin-top: 10px;
}

.feature-block-eight .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-eight .icon-box {
    position: relative;
    width: 225px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.feature-block-eight .inner-box:hover .icon-box {
    /*	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);*/
}

.feature-block-eight .icon_shape {
    position: absolute;
    width: 225px;
    height: 215px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.feature-block-eight .icon_shape svg {
    fill: #fbfafa;
    stroke: transparent;
}

.feature-block-eight .icon {
    position: relative;
    font-size: 90px;
    color: #000000;
}

.feature-block-eight .lower-content {
    position: relative;
    padding-top: 30px;
}

.feature-block-eight h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 185px 0;
    margin-top: -120px;
    z-index: 1;
}

.features-section .cws-overlay-bg {
    clip-path: polygon( 0 0, 45% 0, 45% 100%, 0 100%);
    -webkit-clip-path: polygon( 0 0, 45% 0, 45% 100%, 0 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8), #ffffff);
}

.features-section .content-column {
    position: relative;
}

.features-section .content-column .inner-column {
    position: relative;
    padding-right: 55px;
    text-align: right;
}

.features-section .sec-title {
    margin-bottom: 35px;
}

.features-section .sec-title h2 {
    line-height: 1em;
}

.features-section .sec-title .text {
    margin-top: 35px;
}

.feature-block-four {
    position: relative;
    margin-bottom: 40px;
}

.feature-block-four .inner-box {
    position: relative;
    padding-right: 74px;
}

.feature-block-four .icon-box {
    position: absolute;
    right: 0;
    top: 0;
}

.feature-block-four .icon-box .icon {
    font-size: 60px;
    line-height: 60px;
    color: #4cbaed;
}

.feature-block-four h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}


/*** 

====================================================================
	Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 130px 0 140px;
    margin-top: -50px;
    z-index: 2;
}

.features-section-two .cws-overlay-bg {
    clip-path: polygon( 100% 0, 54% 0, 54% 100%, 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 54% 0, 54% 100%, 100% 100%);
    background: linear-gradient(45deg, #ffffff, #e7eaf4);
}

.features-section-two .content-column {
    position: relative;
}

.features-section-two .content-column .inner-column {
    position: relative;
    padding-left: 35px;
}

.features-section-two .sec-title {
    margin-bottom: 35px;
}

.features-section-two .sec-title h2 {
    line-height: 1em;
}

.features-section-two p {
    margin-bottom: 20px;
}

.feature-block-five {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.feature-block-five .icon-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.feature-block-five .icon-box .icon_shape svg {
    position: relative;
    width: 140px;
    fill: #008fd8;
    stroke: #008fd8;
    margin: 0 auto;
}

.feature-block-five .icon-box .icon {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 0;
    font-size: 50px;
    color: #ffffff;
    line-height: 1em;
}

.feature-block-five h4 {
    font-size: 18px;
    line-height: 25px;
    color: #363636;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

.feature-block-five:nth-child(even) .icon-box .icon_shape {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.feature-block-five:nth-child(even) .icon-box .icon {
    bottom: 50px;
}


/*** 

====================================================================
	Features Section Three
====================================================================

***/

.features-section-three {
    position: relative;
    padding: 210px 0 120px;
    margin-top: -180px;
    z-index: 3;
}

.features-section-three .cws-image-bg {
    clip-path: polygon(0% 120px, 62% 60px, 100% 120px, 100% 100%, 38% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 62% 60px, 100% 120px, 100% 100%, 38% calc(100% - 60px), 0% 100%);
}

.features-section-three .cws-overlay-bg {
    clip-path: polygon( 0 0, 63% 0, 37% 100%, 0 100%);
    -webkit-clip-path: polygon( 0 0, 63% 0, 37% 100%, 0 100%);
    background: linear-gradient(45deg, rgba(216, 66, 2, 0.9), rgba(247, 156, 51, 0.9));
}

.features-section-three .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 38% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 38% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.2);
}

.features-section-three .upper-column {
    position: relative;
    margin-bottom: 25px;
}

.features-section-three .sec-title {
    margin-bottom: 75px;
}

.features-section-three .sec-title h3 {
    font-size: 52px;
}

.feature-block-six {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-six .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-six .icon-box {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-six .icon-box .icon {
    position: relative;
    margin: 0 auto;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 70px;
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: linear-gradient(135deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f8f8', GradientType=1);
    box-shadow: 3px 3px rgba(0, 0, 0, 0.10);
}

.feature-block-six h4 {
    font-size: 22px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.feature-block-six .text {
    color: #ffffff;
}

.features-section-three .lower-column {
    position: relative;
    padding: 40px 0;
}

.features-section-three .lower-column .sec-title {
    margin-bottom: 50px;
}

.features-section-three .image-column {
    position: relative;
}

.features-section-three .content-column .inner-column {
    position: relative;
    padding-top: 70px;
}

.device-features {
    position: relative;
    margin-bottom: 30px;
}

.device-features li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.device-features li a {
    display: block;
}

.device-features li .icon {
    position: relative;
    display: block;
    height: 58px;
    width: 58px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #ffffff;
    border-radius: 50%;
}


/*** 

====================================================================
	Features Section Four
====================================================================

***/

.features-section-four {
    position: relative;
    padding: 210px 0 120px;
    margin-top: -180px;
    z-index: 3;
}

.features-section-four .cws-image-bg {
    clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 40% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% 100%, 40% calc(100% - 60px), 0% 100%);
}

.features-section-four .cws-overlay-bg {
    clip-path: polygon( 0 0, 61% 0, 39% 100%, 0 100%);
    -webkit-clip-path: polygon( 0 0, 61% 0, 39% 100%, 0 100%);
    background: linear-gradient(45deg, #241e1b, rgba(36, 30, 27, 0.9));
}

.features-section-four .upper-column {
    position: relative;
    margin-bottom: 25px;
}

.features-section-four .sec-title {
    margin-bottom: 35px;
}

.features-section-four .sec-title h3 {
    font-size: 52px;
}

.features-section-four .device-features {
    margin-bottom: 20px;
}

.features-section-four .device-features li {
    margin-right: 25px;
}

.features-section-four .device-features li .icon {
    color: #a4a2a1;
    border-color: #a4a2a1;
}

.features-section-four .content-column .inner-column {
    position: relative;
    padding-top: 200px;
}


/*** 

====================================================================
	Features Section Five
====================================================================

***/

.features-section-five {
    position: relative;
    padding: 160px 0;
    margin-top: -60px;
    z-index: 1;
}

.features-section-five .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.features-section-five .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(195, 195, 229, 0.7);
}

.features-section-five .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: #5946a7;
}

.features-section-five .sec-title h2 {
    font-size: 58px;
}

.features-list {
    position: relative;
    margin-bottom: 50px;
}

.features-list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}

.features-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #d1cae9;
}

.features-list li h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.features-list li p {
    color: #ffffff;
}

.features-section-five .image-column .image-box {
    padding-top: 50px;
}


/*** 

====================================================================
	Features Section Six
====================================================================

***/

.feaures-section-six {
    position: relative;
    padding: 60px 0;
    margin-top: -80px;
}

.feaures-section-six .auto-container {
    max-width: 1000px;
}

.feature-block-nine {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-nine .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-nine .icon-box {
    position: relative;
    height: 160px;
    width: 160px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 90px;
    color: #539760;
    color: #000000;
}

.feature-block-nine h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
}


/*** 

====================================================================
	Quality Equipment
====================================================================

***/

.quality-equipment {
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.quality-equipment .device-img {
    position: relative;
}

.quality-equipment .device-img .image {
    margin-bottom: 0;
}

.quality-equipment.style-two {
    padding: 160px 0;
    margin-top: -120px;
}

.quality-equipment.style-two .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
}

.quality-equipment.style-two .cws-overlay-bg {
    background: -webkit-linear-gradient(45deg, #d1d1d1, #f1f1f1);
    background: -o-linear-gradient(45deg, #d1d1d1, #f1f1f1);
    background: -moz-linear-gradient(45deg, #d1d1d1, #f1f1f1);
    background: linear-gradient(45deg, #d1d1d1, #f1f1f1);
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}


/*** 

====================================================================
	Installation Service
====================================================================

***/

.installation-service {
    position: relative;
    padding: 175px 0 150px;
    margin-top: -75px;
}

.installation-service .cws-overlay-bg {
    background-color: rgba(99, 127, 189, 0.2);
}

.installation-service .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

.installation-service .cws-image-bg .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: linear-gradient(145deg, #333843, #323541);
}

.installation-service .content-column {
    position: relative;
}

.installation-service .content-column .inner-column {
    position: relative;
    padding-left: 35px;
}

.installation-service .sec-title {
    margin-bottom: 40px;
}

.installation-service .sec-title .text {
    margin-top: 35px;
}

.services-icons {
    position: relative;
    margin-bottom: 20px;
}

.services-icons .service-icon .icon {
    display: block;
    height: 105px;
    width: 105px;
    background-color: #474a55;
    line-height: 105px;
    text-align: center;
    font-size: 70px;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    -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-icons .service-icon .icon:hover {
    opacity: .9;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}


/*** 

====================================================================
	About Process
====================================================================

***/

.about-process {
    position: relative;
    padding: 120px 0 130px;
    text-align: center;
    margin-top: -120px;
}

.about-process .text {
    margin-bottom: 50px;
}

.step-btn {
    position: relative;
    margin: 0 auto;
}

.step-btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 6px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.step-btn .step-text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding: 0 15px;
    line-height: 1em;
    color: #363636;
    margin-bottom: 5px;
}

.step-btn .step-arrow {
    position: relative;
    color: #363636;
    font-size: 16px;
    line-height: 1em;
}

.step-btn .step-count {
    position: relative;
    display: block;
    font-size: 3em;
    color: #363636;
    font-weight: 600;
    line-height: 1em;
    font-family: "Catamaran";
}

.step-btn .step-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(112deg, #ffffff, #ecebe9);
    background: linear-gradient(112deg, #ffffff, #ecebe9);
    border-radius: 50%;
}

.step-btn.light .step-background {
    background: -webkit-linear-gradient(112deg, #59ac66, #468452);
    background: linear-gradient(112deg, #59ac66, #468452);
}

.step-btn.light .step-text,
.step-btn.light .step-count,
.step-btn.light .step-arrow {
    color: #ffffff;
}


/*** 

====================================================================
	Step Section
====================================================================

***/

.step-section {
    position: relative;
    padding: 120px 0 150px;
    margin-top: -120px;
}

.step-section .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.step-section .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    background: rgba(83, 151, 96, 0.2);
}

.step-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(89, 171, 102, 0.4);
}

.step-section .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(89, 171, 102, 0.2);
}

.step-section .cws-image-bg .cws-overlay-bg {
    clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    background: rgba(70, 132, 82, 0.3);
}

.step-section .cws-image-bg .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: linear-gradient(45deg, #59ac66, #468452);
}

.step-section .content-column {
    position: relative;
}

.step-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
}

.step-section h2 {
    position: relative;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 25px;
}

.step-section p {
    color: #ffffff;
    margin-bottom: 20px;
}

.step-section .step-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -80px;
}

.step-section .theme-btn {
    margin-top: 15px;
}


/*** 

====================================================================
	Step Section Two
====================================================================

***/

.step-section-two {
    position: relative;
    padding: 120px 0 150px;
    margin-top: -120px;
}

.step-section-two .content-column {
    position: relative;
}

.step-section-two .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    text-align: right;
}

.step-section-two h2 {
    position: relative;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.step-section-two p {
    margin-bottom: 20px;
}

.step-section-two .step-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -80px;
}

.step-section-two .theme-btn {
    margin-top: 15px;
}

.step-section-two .step-column .inner-column {
    position: relative;
    padding-top: 50px;
}

.step-section-two .mini-step {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.step-section-two .mini-step .icon {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 1em;
    color: #363636;
    margin-bottom: 35px;
}

.mini-step.active .icon {
    color: #539760;
}

.step-section-two .mini-step .text {
    display: block;
    font-size: 20px;
}

.mini-step .process_line {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 3px;
    height: 130px;
    background: #393b3f;
    margin-top: 30px;
}

.mini-step .process_line_active {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 80%;
    top: 0;
    background: #539760;
    left: 0;
}

.mini-step .process_line_circle {
    position: absolute;
    z-index: 1;
    left: -17px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 3px solid #59ab66;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
}

.mini-step .process_line_circle:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: #59ab66;
    font-weight: 900;
}

.step-section-two .image-column .inner-column {
    text-align: right;
    position: relative;
    padding-top: 80px;
}


/*** 

====================================================================
	Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 150px 0 175px;
    margin-top: -122px;
}

.why-choose-us .bg-gradient {
    clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    background: linear-gradient(145deg, #5d96c3, #4a208c);
}

.why-choose-us .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(255, 255, 255, 0.5);
}

.why-choose-us .content-column {
    position: relative;
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding-right: 35px;
    text-align: right;
}

.why-choose-us .btn-box .theme-btn {
    color: #686bb8;
    background-color: #ffffff;
    border-color: #ffffff;
}

.why-choose-us .btn-box .theme-btn:hover {
    color: #ffffff;
    background-color: #686bb8;
    border-color: #ffffff;
}

.why-choose-us .pie-graph .inner-text,
.why-choose-us .pie-graph h4 {
    color: #ffffff;
}


/*** 

====================================================================
	Skills Section
====================================================================

***/

.skills-section {
    position: relative;
    padding: 180px 0 160px;
    margin-top: -120px;
}

.skills-section .cws-image-bg {
    clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% calc(100% - 120px), 55% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% calc(100% - 120px), 55% calc(100% - 60px), 0% calc(100% - 120px));
}

.skills-section .cws-image-bg .cws-overlay-bg {
    background-color: #f6f6f5;
}

.skills-section .cws-triangle-overlay.bottom-right {
    clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(89, 171, 102, 0.35);
}

.skills-section .skills-outer {
    max-width: 800px;
    margin: 0 auto;
}


/*** 

====================================================================
	Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
    padding: 240px 0;
    margin-top: -120px;
}

.fun-fact-section .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.fun-fact-section .cws-overlay-bg {
    background: -webkit-linear-gradient(45deg, #04bead, #577eda);
    background: -o-linear-gradient(45deg, #04bead, #577eda);
    background: -moz-linear-gradient(45deg, #04bead, #577eda);
    background: linear-gradient(45deg, #04bead, #577eda);
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}

.fun-fact-section .counter-column {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.fun-fact-section .counter-column:nth-child(4n+4) {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.fun-fact-section .counter-column:nth-child(4n+3) {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.fun-fact-section .counter-column:nth-child(4n+2) {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.fun-fact-section .counter-column:nth-child(4n+1) {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.fun-fact-section .counter-column .count-text {
    position: relative;
    height: 145px;
    width: 145px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #363636;
    direction: ltr;
    font-weight: 600;
    font-family: Catamaran;
}

.fun-fact-section .counter-column .count-text:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 145px;
    width: 145px;
    background-color: #ffffff;
    border-radius: 10px;
    content: "";
    box-shadow: 0 0 10px rgba(0, 0, 0, .70);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fun-fact-section .counter-column .counter-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.odometer.odometer-auto-theme .odometer-digit {
    padding-right: 3px;
}

.odometer-formatting-mark {
    display: none;
}


/*** 

====================================================================
	Fun Fact Section Two
====================================================================

***/

.fun-fact-section-two {
    position: relative;
    padding: 180px 0 150px;
    margin-top: -120px;
}

.fun-fact-section-two .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.fun-fact-section-two .cws-image-bg .cws-overlay-bg {
    background-color: #539760;
}

.fun-fact-section-two .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    background-color: #ddeadf;
}

.fun-fact-section-two .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(115, 169, 125, 0.85);
}

.fun-fact-section-two .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: #e3ebe4;
}

.counter-column-two {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.counter-column-two .icon-box {
    position: relative;
    height: 210px;
    width: 210px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-column-two .icon-box svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    fill: #ffffff;
    stroke: transparent;
}

.counter-column-two .icon-box .icon {
    position: relative;
    font-size: 80px;
}

.counter-column-two .count-text {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 600;
    font-family: Catamaran;
}

.counter-column-two .count-title {
    line-height: 1.2em;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}


/*** 

====================================================================
	App Download
====================================================================

***/

.app-download {
    position: relative;
    margin-top: 45px;
    padding: 75px 0 100px;
}

.app-download .sec-title {
    margin-bottom: 35px;
}

.app-download .download-btn {
    position: relative;
}

.app-download .download-btn a {
    position: relative;
    display: block;
    margin-bottom: 35px;
}


/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
    position: relative;
    margin-top: -120px;
    padding: 180px 0 150px;
    z-index: 3;
}

.portfolio-section .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    background-color: #cfddd0;
}

.portfolio-section .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: #51945d;
}

.portfolio-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(130, 177, 138, 0.7);
}

.portfolio-section .carousel-outer {
    position: relative;
    padding: 0 10px;
}

.portfolio-carousel {
    position: relative;
}

.portfolio-block {
    position: relative;
}

.portfolio-block .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.portfolio-block .image-box {
    position: relative;
}

.portfolio-block .image {
    position: relative;
    margin-bottom: 0;
}

.portfolio-block img {
    width: 100%;
}

.portfolio-block .overlay a,
.portfolio-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-block .overlay {
    background-color: rgba(86, 168, 99, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.portfolio-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-block .overlay .icon {
    color: #363636;
    font-size: 20px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block .overlay .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(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;
}

.portfolio-block .overlay .cat {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(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;
}

.portfolio-block .inner-box:hover .overlay .title,
.portfolio-block .inner-box:hover .overlay .cat,
.portfolio-block .inner-box:hover .overlay .icon {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-block .inner-box:hover .overlay .cat {
    transition-delay: 200ms;
}

.portfolio-block .lower-content {
    position: relative;
    padding-top: 20px;
}

.portfolio-block h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.portfolio-block h4 a {
    color: #ffffff;
}

.portfolio-block .cat,
.portfolio-block .cat a {
    position: relative;
    font-size: 17px;
    margin: 3px 0;
    color: #ffffff;
    font-weight: 300;
}

.portfolio-block .text {
    color: #ffffff;
    font-size: 16px;
    opacity: .8;
}


/*** 

====================================================================
	Portfolio Section Two
====================================================================

***/

.portfolio-section-two {
    position: relative;
    padding: 120px 0;
    margin-top: -100px;
}

.portfolio-section-two .portfolio-block .overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-section-two .portfolio-block .text,
.portfolio-section-two .portfolio-block .cat,
.portfolio-section-two .portfolio-block .cat a,
.portfolio-section-two .portfolio-block h4 a {
    color: #000000;
}


/* Portfolio Block Two */

.portfolio-block-two {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block-two.mix {
    display: none;
}

.portfolio-block-two .inner-box {
    position: relative;
    text-align: center;
}

.portfolio-block-two .image-box {
    position: relative;
}

.portfolio-block-two .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-two img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-block-two .inner-box:hover img {
    -webkit-transform: scale(1.06) rotate(2deg);
    -moz-transform: scale(1.06) rotate(2deg);
    -ms-transform: scale(1.06) rotate(2deg);
    -o-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
}

.portfolio-block-two .overlay a,
.portfolio-block-two .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-block-two .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    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;
}

.portfolio-block-two .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-block-two .overlay .icon {
    color: #363636;
    font-size: 20px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-two .overlay .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(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;
}

.portfolio-block-two .overlay .cat {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(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;
}

.portfolio-block-two .inner-box:hover .overlay .title,
.portfolio-block-two .inner-box:hover .overlay .cat,
.portfolio-block-two .inner-box:hover .overlay .icon {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-block-two .inner-box:hover .overlay .cat {
    transition-delay: 200ms;
}

.portfolio-block-two .lower-content {
    position: relative;
    padding-top: 20px;
}

.portfolio-block-two h4 {
    font-size: 24px;
    color: #363636;
    font-weight: 600;
}

.portfolio-block-two h4 a {
    display: inline-block;
    color: #363636;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-two h4 a:hover {
    color: #59ab66;
}

.portfolio-block-two .cat,
.portfolio-block-two .cat a {
    position: relative;
    font-size: 17px;
    margin: 3px 0;
    color: #363636;
    font-weight: 300;
}

.portfolio-block-two .text {
    color: #363636;
    font-size: 16px;
}


/*** 

====================================================================
	Portfolio Masonry
====================================================================

***/

.portfolio-masonry {
    position: relative;
    padding: 180px 0 120px;
}

.sortable-masonry .filter-tabs {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.sortable-masonry .filter-tabs li {
    position: relative;
    font-size: 1.357em;
    color: #abb0a6;
    padding: 10px 40px 10px;
    border-bottom: 4px solid #dddfdc;
    transition: all 300ms ease;
    cursor: pointer;
}

.sortable-masonry .filter-tabs li.active {
    color: #59ab66;
    border-color: #59ab66;
}

.portfolio-masonry .row {
    margin: 0 -20px;
}

.portfolio-masonry .portfolio-block {
    padding: 0 10px;
    margin-bottom: 20px;
}

.portfolio-masonry .btn-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.mid-spacing {
    margin: 0 -20px;
}

.mid-spacing>div {
    padding: 0 10px;
}


/*** 

====================================================================
	Portfolio Three Column
====================================================================

***/

.portfolio-three-col {
    position: relative;
    margin-top: -150px;
    padding-bottom: 70px;
}

.mixitup-gallery .filter-tabs {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.mixitup-gallery .filter-tabs li {
    position: relative;
    font-size: 1.357em;
    color: #abb0a6;
    padding: 10px 40px 10px;
    border-bottom: 4px solid #dddfdc;
    transition: all 300ms ease;
    cursor: pointer;
}

.mixitup-gallery .filter-tabs li.active {
    color: #59ab66;
    border-color: #59ab66;
}


/*** 

====================================================================
	Portfolio Four Col Gallery
====================================================================

***/

.portfolio-four-col-gallery {
    position: relative;
    padding-left: 15px;
    padding-bottom: 100px;
    padding-right: 15px;
}

.portfolio-four-col-gallery .portfolio-block .overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.portfolio-four-col-gallery .portfolio-block {
    margin-bottom: 20px;
}

.portfolio-four-col-gallery .portfolio-block .overlay .title,
.portfolio-four-col-gallery .portfolio-block .inner-box .overlay .cat,
.portfolio-four-col-gallery .portfolio-block .overlay a,
.portfolio-four-col-gallery .portfolio-block .overlay {
    color: #000000;
}

.portfolio-four-col-gallery .btn-box {
    margin-top: 30px;
}


/*** 

====================================================================
	Portfolio Four Col Wide
====================================================================

***/

.portfolio-four-col-wide {
    position: relative;
    padding-bottom: 100px;
}

.portfolio-four-col-wide .btn-box {
    margin-top: 50px;
}

.no-gutters .portfolio-block,
.dir-hover .portfolio-block {
    margin-bottom: 0;
    padding: 0;
}

.dir-hover .portfolio-block .overlay {
    transition: none;
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dir-hover .portfolio-block .overly-inner * {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}


/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section {
    position: relative;
    padding: 180px 0 110px;
    margin-top: -120px;
}

.projects-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(102, 196, 185, 0.64);
}

.projects-section .cws-image-bg {
    background-position: 50% 0%;
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.projects-section .cws-image-bg .cws-overlay-bg {
    background-color: rgba(0, 0, 0, 0.85);
}

.projects-tabs {
    position: relative;
    padding: 0 30px;
}

.projects-tabs .tab-buttons {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.projects-tabs .tab-buttons li {
    position: relative;
    font-size: 1.357em;
    color: #abb0a6;
    padding: 10px 40px 10px;
    border-bottom: 4px solid #dddfdc;
    transition: all 300ms ease;
    cursor: pointer;
}

.projects-tabs .tab-buttons li.active-btn {
    color: #03c8ad;
    border-color: #03c8ad;
}

.projects-tabs .project-block {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    transition: all 300ms ease;
}

.projects-tabs .active-tab .project-block {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-bottom: 50px;
}

.project-block {
    position: relative;
}

.project-block .inner-box {
    position: relative;
    text-align: center;
}

.project-block .image-box {
    position: relative;
    margin-bottom: 20px;
}

.project-block .image {
    position: relative;
    margin-bottom: 0;
}

.project-block img {
    width: 100%;
}

.project-block .overlay a,
.project-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-block .overlay a {
    z-index: 3;
}

.project-block .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.project-block .overlay:after,
.project-block .overlay:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.35s;
    transition: opacity 0.1s, transform 0.35s;
    transition-delay: 0.1s;
}

.project-block .overlay:before {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.project-block .overlay:after {
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.project-block .inner-box:hover .overlay:after,
.project-block .inner-box:hover .overlay:before {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.project-block .overlay .icon {
    color: #363636;
    font-size: 20px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 300ms ease;
}

.project-block .overlay .icon:before {
    position: relative;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.project-block .inner-box:hover .overlay .icon {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.project-block .lower-content {
    position: relative;
}

.project-block h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.project-block h4 a {
    color: #ffffff;
}

.project-block .cat,
.project-block .cat a {
    position: relative;
    font-size: 17px;
    margin: 3px 0;
    color: #ffffff;
    font-weight: 300;
}

.project-block .text {
    color: #ffffff;
    font-size: 16px;
    opacity: .8;
}


/*** 

====================================================================
	Portfolio Single
====================================================================

***/

.portfolio-single-section {
    position: relative;
    padding: 90px 0 30px;
    margin-top: -60px;
}

.portfolio-single-section .gallery-images {
    margin-bottom: 20px;
}

.portfolio-single-section .gallery-images .image {
    margin-bottom: 20px;
    overflow: hidden;
}

.portfolio-single-section .post-control-option {
    margin-top: 50px;
}

.portfolio-single-images {
    position: relative;
}

.portfolio-single-images .image {
    margin-bottom: 10px;
}

.portfolio-single {
    position: relative;
    border: 0 !important;
}

.portfolio-single h3 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 5px;
}

.portfolio-single .cat {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}

.portfolio-single p:not(:last-child) {
    margin-bottom: 20px;
}

.portfolio-single-sidebar {
    position: relative;
    border: 0 !important;
}

.portfolio-single-sidebar h3 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 5px;
}

.portfolio-single-sidebar .cat {
    display: block;
    font-weight: 300;
    margin-bottom: 15px;
}

.portfolio-single-sidebar p {
    margin-bottom: 16px;
}


/* Post control Option */

.post-control-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.post-control-option li {
    overflow: hidden;
}

.post-control-option li.prev a,
.post-control-option li.next a {
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid transparent;
    line-height: 24px;
    font-size: 17px;
    color: #4b4342;
    font-weight: 600;
    min-width: 50px;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .fa,
.post-control-option li.prev .fa {
    position: absolute;
    left: 0;
    top: 1px;
    height: 38px;
    line-height: 38px;
    width: 36px;
    text-align: center;
    background-color: #ffffff;
    z-index: 1;
}

.post-control-option li.next .fa {
    right: 0;
    left: auto;
}

.post-control-option li .wrap {
    position: relative;
    display: inline-block;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .wrap {
    margin-left: 0;
    margin-right: -60px;
}

.post-control-option li.next a {
    padding-left: 15px;
    padding-right: 15px;
}

.post-control-option li.prev a:hover {
    border: 1px solid #cccccc;
    padding-left: 36px;
}

.post-control-option li.next a:hover {
    border: 1px solid #cccccc;
    padding-right: 36px;
}

.post-control-option li a:hover .wrap {
    opacity: 1;
    margin: 0;
}

.post-control-option .load-more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

.post-control-option .load-more a {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    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;
}

.post-control-option .load-more .back_link span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #cfd0d0;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.post-control-option .load-more .back_link span:nth-child(1) {
    top: 0;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(2) {
    top: 0;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(3) {
    top: 0;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(4) {
    top: 8px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(6) {
    top: 8px;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(7) {
    top: 16px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(8) {
    top: 16px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(9) {
    top: 16px;
    left: 16px;
}

.post-control-option .load-more .back_link:hover span:nth-child(1) {
    top: -2px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(2) {
    top: -2px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(3) {
    top: -2px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(4) {
    top: 8px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(6) {
    top: 8px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(7) {
    top: 18px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(8) {
    top: 18px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(9) {
    top: 18px;
    left: 18px;
}


/*** 

====================================================================
	Related Projectsn
====================================================================

***/

.related-projects {
    position: relative;
}

.related-projects .outer-box {
    border-top: 1px solid #dddfdc;
    padding: 50px 0 70px;
}

.related-projects h3 {
    font-size: 28px;
    line-height: 39px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 25px;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 200px 0 160px;
    margin-top: -150px;
}

.service-block {
    position: relative;
    margin-bottom: 40px;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
}

.service-block .image-box {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.service-block .icon-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100px;
    width: 100px;
    z-index: 9;
    background-color: #539760;
    border: 6px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.service-block .image-box:hover .icon-box {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.service-block .icon-box .icon {
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
}

.service-block .image {
    position: relative;
    margin-bottom: 0;
}

.service-block .image img {
    display: block;
    width: 100%;
}

.service-block .overlay {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    transition: all 0.3s ease-out;
    padding: 70px 20px 20px 20px;
    color: #fff;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
}

.service-block .image-box:hover .overlay {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.service-block .overlay:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    left: -30%;
    width: 150%;
    height: 150%;
    opacity: 0.5;
    background-color: #59ab66;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 0.9;
}

.service-block .lower-content {
    position: relative;
    padding: 25px 0 0;
}

.service-block .lower-content h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-block .lower-content .text {
    margin-bottom: 25px;
}

.services-section.style-two .auto-container {
    max-width: 1350px;
}

.services-section.style-two .service-block .overlay:before,
.services-section.style-two .service-block .icon-box {
    background-color: #f87208;
}


/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 180px 0;
    margin-top: -120px;
}

.services-section-two .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.services-section-two .cws-overlay-bg {
    background-color: rgba(255, 255, 255, 0.9);
}

.services-section-two .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(50% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(197, 219, 232, 0.7);
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
}

.service-block-two .icon-box {
    position: relative;
    width: 225px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.service-block-two .icon-box .icon_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.service-block-two .icon-box .icon_shape svg {
    fill: transparent;
    stroke: #373837;
}

.service-block-two .icon-box .icon {
    font-size: 90px;
}

.service-block-two .lower-content {
    position: relative;
    padding-top: 20px;
}

.service-block-two h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-block-two .text {
    margin-bottom: 15px;
}


/*** 

====================================================================
	Services Section Three 
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 180px 0 120px;
    margin-top: -120px;
    z-index: 1;
}

.services-section-three .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 55% calc(100% - 60px), 0% 100%);
}

.services-section-three .cws-overlay-bg {
    background-color: rgba(238, 238, 236, 0.9);
}

.services-section-three .cws-triangle-overlay.bottom-right {
    clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(55% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(210, 224, 212, 0.8);
}

.service-block-four {
    position: relative;
    margin-bottom: 50px;
}

.service-block-four .inner-box {
    position: relative;
    text-align: center;
}

.service-block-four .icon-box {
    position: relative;
    height: 195px;
    width: 195px;
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    background: linear-gradient(135deg, rgba(253, 253, 253, 1) 0%, rgba(249, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f9f8f8', GradientType=1);
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 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-four .inner-box:hover .icon-box {
    background: #539760;
    border-color: #539760;
    color: #ffffff;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.service-block-four .icon-box .icon {
    font-size: 100px;
}

.service-block-four h4 {
    font-size: 24px;
    font-weight: 700;
}


/*** 

====================================================================
	Competence Center 
====================================================================

***/

.competence-center {
    position: relative;
    padding: 120px 0 90px;
}

.service-block-three {
    position: relative;
    margin-bottom: 40px;
}

.service-block-three .inner-box {
    position: relative;
    text-align: center;
}

.service-block-three .image {
    margin-bottom: 25px;
}

.service-block-three .image img {
    width: 100%;
}

.service-block-three h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.service-block-three .text {
    margin-bottom: 25px;
}


/*** 

====================================================================
	Fluid Section One 
====================================================================

***/

.fluid-section-one {
    position: relative;
    padding: 120px 0;
    margin-top: -120px;
    z-index: 1;
}

.fluid-section-one .cws-image-bg {
    clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% 100%, 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 55% 60px, 100% 120px, 100% 100%, 55% calc(100% - 60px), 0% 100%);
}

.fluid-section-one .cws-image-bg .cws-overlay-bg {
    clip-path: polygon( 0 0, 55% 60px, 55% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 55% 60px, 55% calc(100% - 60px), 0 100%);
    background: rgba(89, 171, 102, 0.4);
}

.fluid-section-one .cws-image-bg .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 55% 60px, 55% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 55% 60px, 55% calc(100% - 60px), 100% 100%);
    background: #ffffff;
}

.fluid-section-one .cws-triangle-overlay.top-right {
    clip-path: polygon(55% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(55% 60px, 100% 0%, 100% 120px);
    background: rgba(89, 171, 102, 0.3);
}

.fluid-section-one .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 55% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 55% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.2);
}

.fluid-section-one .content-column .inner-column {
    padding: 60px 0 40px;
    padding-left: 10%;
}

.fluid-section-one .list-style-two {
    margin-bottom: 30px;
}


/*** 

====================================================================
	How to Use
====================================================================

***/

.how-to-use {
    position: relative;
    padding: 180px 0;
    margin-top: -150px;
}

.how-to-use .cws-triangle-overlay.bottom-right,
.how-to-use .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(255, 255, 255, 0.65);
    z-index: 1;
}

.cws-overlay-bg.half-left {
    width: 50%;
    left: 0;
}

.how-to-use .content-column {
    position: relative;
    margin-bottom: 50px;
}

.how-to-use .content-column .inner-column {
    position: relative;
    padding-right: 45px;
}

.how-to-use .control-image {
    position: relative;
}


/*** 

====================================================================
	Callback Section
====================================================================

***/

.callback-section {
    position: relative;
    padding: 60px 0 120px;
}

.callback-section .sec-title .text {
    margin-top: 10px;
}

.callback-form {
    box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 20px 30px;
    background-color: #fff;
}


/*** 

====================================================================
		Accordion Section
====================================================================

***/

.accordion-section {
    position: relative;
    padding: 170px 0 130px;
    margin-top: -150px;
}

.accordion-section .cws-image-bg {
    clip-path: polygon(0% 120px, 54% 60px, 100% 0%, 100% 100%, 54% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 54% 60px, 100% 0%, 100% 100%, 54% calc(100% - 60px), 0% 100%);
}

.accordion-section .cws-overlay-bg {
    clip-path: polygon( 0 0, 54% 60px, 54% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 54% 60px, 54% calc(100% - 60px), 0 100%);
    background: rgba(39, 45, 59, 0.7);
}

.accordion-section .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 54% 60px, 54% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 54% 60px, 54% calc(100% - 60px), 100% 100%);
    background-color: #ffffff;
}

.accordion-section .accordion-column {
    position: relative;
}

.accordion-section .accordion-column .inner-column {
    padding-left: 35px;
}

.accordion-section .sec-title {
    margin-bottom: 35px;
}

.accordion-section .sec-title h2 {
    line-height: 1em;
}

.accordion-section .download-btn {
    margin-top: 70px;
}


/*** 

====================================================================
		Process Section
====================================================================

***/

.process-section {
    position: relative;
    padding: 180px 0 160px;
    z-index: 0;
    margin-top: -150px;
}

.process-section .cws-image-bg {
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

.process-section .cws-overlay-bg {
    background-color: rgba(241, 245, 249, 0.8);
}

.process-section .process-block {
    position: relative;
    margin-bottom: 30px;
}

.process-section .inner-box {
    position: relative;
    text-align: center;
}

.process-section .icon-box {
    position: relative;
    margin-bottom: 25px;
}

.process-section .icon-box .icon {
    font-size: 120px;
    color: #363636;
    line-height: 1em;
}

.process-section h4 {
    font-size: 1.357em;
    color: #363636;
    font-weight: 400;
    margin-bottom: 5px;
}

.process-section .text {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    padding: 0 10px;
}

.process-section .process_line {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -29%;
    width: 50%;
    height: 3px;
    background: #393b3f;
}

.process-section .process_line .process_line_active {
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #363636;
}

.process-section .process_line .process_line_circle {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -17px;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 3px solid #363636;
    color: #363636;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
}

.process-section .process_line .process_line_circle:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: inherit;
    font-weight: 900;
}

.process-section .active .process_line .process_line_circle {
    border-color: #009de6;
}

.process-section .active .process_line .process_line_active {
    background-color: #009de6;
}

.process-section .active .process_line .process_line_circle,
.process-section .active .icon-box .icon {
    color: #009de6;
}

.process-section.style-two {
    margin-top: -120px;
}

.process-section.style-two .cws-image-bg {
    clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 54% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    z-index: 0;
}

.process-section.style-two .cws-overlay-bg {
    background-color: rgba(241, 245, 249, 0.8);
}

.process-section.style-two .active .process_line .process_line_circle {
    border-color: #539760;
}

.process-section.style-two .active .process_line .process_line_active {
    background-color: #539760;
}

.process-section.style-two .active .process_line .process_line_circle,
.process-section.style-two .active .icon-box .icon {
    color: #539760;
}

.process-section.style-two .icon-box .icon {
    font-size: 100px;
}


/*** 

====================================================================
	Process Section Two
====================================================================

***/

.process-section-two {
    position: relative;
    padding: 180px 0 160px;
    z-index: 0;
}

.process-section-two .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    background: #eff2f8;
}

.process-section-two .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.process-section-two .cws-overlay-bg {
    background-color: rgba(55, 56, 55, 0.98);
}

.process-section-two .process-block {
    position: relative;
    margin-bottom: 30px;
}

.process-section-two .inner-box {
    position: relative;
    text-align: center;
}

.process-section-two .icon-box {
    position: relative;
    margin-bottom: 25px;
}

.process-section-two .icon-box .icon {
    font-size: 120px;
    color: #ffffff;
    line-height: 1em;
}

.process-section-two h4 {
    font-size: 1.357em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 5px;
}

.process-section-two .text {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    color: #ffffff;
    padding: 0 10px;
}

.process-section-two .process_line {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -29%;
    width: 50%;
    height: 3px;
    background: #ffffff;
}

.process-section-two .process_line .process_line_active {
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.process-section-two .process_line .process_line_circle {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -17px;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 3px solid #ffffff;
    color: #ffffff;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
}

.process-section-two .process_line .process_line_circle:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: inherit;
    font-weight: 900;
}

.process-section-two .active .process_line .process_line_circle {
    border-color: #03c8ad;
}

.process-section-two .active .process_line .process_line_active {
    background-color: #03c8ad;
}

.process-section-two .active .process_line .process_line_circle,
.process-section-two .active .icon-box .icon {
    color: #03c8ad;
}


/***

==================================================================
	Products Section
==================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0 180px;
    margin-top: -80px;
    z-index: 3;
}

.products-section .cws-image-bg {
    background-position: 50% 50%;
    clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 60% calc(100% - 60px), 0% 100%);
}

.products-section .cws-image-bg .cws-overlay-bg {
    background: -webkit-linear-gradient(45deg, rgba(229, 42, 0, 0.85), rgba(242, 173, 12, 0.85));
    background: -o-linear-gradient(45deg, rgba(229, 42, 0, 0.85), rgba(242, 173, 12, 0.85));
    background: -moz-linear-gradient(45deg, rgba(229, 42, 0, 0.85), rgba(242, 173, 12, 0.85));
    background: linear-gradient(45deg, rgba(229, 42, 0, 0.85), rgba(242, 173, 12, 0.85));
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}

.products-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 60% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 60% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.8);
}

.products-section .cws-triangle-overlay.bottom-right {
    clip-path: polygon(60% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    -webkit-clip-path: polygon(60% calc(100% - 60px), 100% calc(100% - 120px), 100% 100%);
    background: rgba(255, 255, 255, 0.8);
}

.products-section .sec-title h2 {
    font-size: 52px;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block .inner-box {
    position: relative;
    text-align: center;
}

.product-block .image-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
}

.product-block .image-box .image {
    margin-bottom: 0;
}

.product-block .image-box .image img {
    max-width: 100%;
    margin: 0 auto;
}

.product-block .lower-content {
    position: relative;
    padding-top: 35px;
}

.product-block .lower-content h3 {
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.product-block .lower-content .text {
    color: #ffffff;
}


/***

==================================================================
		Product Features Section
==================================================================

***/

.product-features-section {
    position: relative;
    padding: 270px 0 170px;
    margin-top: -120px;
    z-index: 3;
}

.product-features-section .cws-image-bg {
    clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.product-features-section .feature-column {
    position: relative;
}

.feature-block-seven {
    position: relative;
    margin-bottom: 40px;
}

.feature-block-seven .inner-box {
    position: relative;
    padding-left: 130px;
    min-height: 105px;
}

.feature-block-seven .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 64px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30);
    background-color: #f93238;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-seven .inner-box:hover .icon {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.feature-block-seven h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #363636;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-features-section .image-column .inner-column {
    position: relative;
    padding-top: 15px;
}


/***

==================================================================
		Product Supports
==================================================================

***/

.product-supports {
    position: relative;
    margin-top: -120px;
    padding: 180px 0;
    z-index: 1;
}

.product-supports .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(34, 34, 34, 0.85);
    z-index: 1;
}

.product-supports .cws-image-bg {
    background-position: 50% 50%;
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.product-supports .cws-image-bg .cws-overlay-bg {
    background-color: rgba(0, 0, 0, 0.85);
}

.product-supports .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(34, 34, 34, 0.85);
}

.product-supports .content-column .inner-column {
    position: relative;
    padding-top: 70px;
}

.product-supports .content-column .icon-list-two {
    margin-bottom: 70px;
}

.icon-list-two {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-list-two li {
    position: relative;
    height: 105px;
    width: 105px;
    font-size: 54px;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50%;
    margin-bottom: 35px;
}

.icon-list-two li a {
    position: relative;
    display: block;
    color: #000000;
}


/***

==================================================================
		Easy Setup
==================================================================

***/

.easy-setup {
    position: relative;
    padding: 120px 0 180px;
    margin-top: -100px;
}

.easy-setup .setup-img {
    position: relative;
    margin-bottom: 35px;
}


/***

==================================================================
		Local Recording
==================================================================

***/

.local-recording {
    position: relative;
    padding: 200px 0;
    margin-top: -120px;
    z-index: 2;
}

.local-recording .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.local-recording .cws-image-bg .cws-overlay-bg {
    background-color: rgba(31, 31, 31, 0.5);
}

.local-recording .cws-image-bg .cws-overlay-bg.half-left {
    width: 100%;
    clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    -webkit-clip-path: polygon( 0 0, 50% 60px, 50% calc(100% - 60px), 0 100%);
    background: rgba(0, 0, 0, 0.79);
}

.local-recording .content-column .inner-column {
    position: relative;
    padding-right: 35px;
}

.local-recording .content-column .sec-title {
    margin-bottom: 35px;
}

.local-recording .content-column h2 {
    line-height: 1em;
}


/***

==================================================================
		Night Vision
==================================================================

***/

.night-vision {
    position: relative;
    padding: 0px 0 100px;
    margin-top: -60px;
}

.night-vision .content-column {
    position: relative;
    text-align: right;
}

.night-vision .content-column .inner-column {
    position: relative;
    padding-top: 70px;
}

.night-vision .content-column .btn-box a {
    margin-left: 20px;
}


/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 180px 0 160px;
    margin-top: -120px;
}

.testimonial-section .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(84, 111, 184, 0.75);
}

.testimonial-section .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% 100%, 50% calc(100% - 60px), 0% 100%);
}

.testimonial-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(238, 239, 247, 0.9);
}

.testimonial-section .cws-overlay-bg {
    background-color: rgba(98, 76, 178, 0.85);
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 90px 30px 40px;
    text-align: center;
    margin-top: 60px;
}

.testimonial-block .thumb-box {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
}

.testimonial-block .thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
}

.testimonial-block .thumb img {
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    -webkit-transform: rotate(-45deg) scale(1.4);
    -moz-transform: rotate(-45deg) scale(1.4);
    -ms-transform: rotate(-45deg) scale(1.4);
    -o-transform: rotate(-45deg) scale(1.4);
    transform: rotate(-45deg) scale(1.4);
}

.testimonial-block .name {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 1.14em;
    color: #59ab66;
}

.testimonial-block .name:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 3px;
    top: 0;
    left: 50%;
    margin-left: -15px;
    background-color: #59ab66;
}

.testimonial-section .owl-dots {
    margin-top: 20px;
}

.testimonial-block.style-two .thumb {
    -webkit-transform: none;
    transform: none;
}

.testimonial-block.style-two .thumb img {
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/*** 

====================================================================
	Team Section 
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0;
}

.team-section .sec-title {
    margin-bottom: 75px;
}

.team-block {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.team-block .image-box .image {
    margin-bottom: 0;
}

.team-block .image-box .image img {
    display: block;
    width: 100%;
}

.team-block .overlay-box {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease-out;
}

.team-block .overlay-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    left: -30%;
    width: 150%;
    height: 150%;
    opacity: 0.5;
    background: #fff;
    transition: all 0.3s ease-out;
    transition-delay: 0.2s;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.team-block .image-box:hover .overlay-box {
    top: 10%;
}

.team-block .image-box:hover .overlay-box:before {
    opacity: 0.9;
    transition-delay: 0s;
    background-color: #59ab66;
}

.team-block .overlay-box .text {
    padding: 15px;
    padding-top: 20%;
    color: #ffffff;
    overflow: hidden;
}

.team-block .social-icon {
    position: relative;
}

.team-block .social-icon li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-icon li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 2px solid #fff;
    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-icon li a:hover {
    color: #59ab66;
    background-color: #ffffff;
}

.team-block h4 a {
    font-size: 24px;
    line-height: 1.388889em;
    font-weight: 600;
    color: #363636;
    -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 h4 a:hover {
    opacity: .8;
}


/***

==================================================================
	Our Shop
==================================================================

***/

.our-shop {
    position: relative;
}

.our-shop.alternate {
    padding: 70px 0 40px;
}

.shop-upper-box {
    position: relative;
    margin-bottom: 50px;
}

.shop-upper-box .items-label {
    position: relative;
    float: left;
    color: #363636;
    font-size: 17px;
    line-height: 28px;
    padding: 5px 0;
}

.shop-upper-box .orderby {
    position: relative;
    float: right;
    min-width: 270px;
    background-color: #ffffff;
    z-index: 1;
}

.shop-upper-box .select2-container {
    background-color: #ffffff;
    min-width: 270px;
}

.shop-upper-box .select2-container--default .select2-selection__arrow b,
.shop-upper-box .select2-container--default .select2-selection--single {
    background-color: #ffffff;
}

.shop-upper-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    opacity: .8;
    font-size: 14px;
}

.shop-upper-box .select2-container--default .select2-selection--single {
    padding: 6px 0;
    height: 43px;
}

.shop-item {
    position: relative;
    margin-bottom: 60px;
}

.shop-item .inner-box {
    position: relative;
    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;
}

.shop-item .inner-box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.shop-item .image-box {
    position: relative;
    overflow: hidden;
}

.shop-item .sale-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #59ab66;
    z-index: 2;
}

.shop-item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.shop-item .image img {
    display: block;
    width: 100%;
    height: auto;
}

.shop-item .image-box .btn-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .btn-box {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.shop-item .image-box .btn-box a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
    color: #4b4342;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .image-box .btn-box a:hover {
    background-color: #4b4342;
    color: #ffffff;
}

.shop-item .rating {
    position: absolute;
    right: 20px;
    top: 5px;
}

.shop-item .rating span {
    display: inline-block;
    font-size: 13px;
    color: #ebba44;
    margin: 0 1px;
}

.shop-item .rating span.light {
    color: #e5e5e5;
}

.shop-item .lower-content {
    position: relative;
    padding: 18px 10px;
}

.shop-item .name {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #363636;
    font-weight: 600;
}

.shop-item .name a {
    color: #363636;
    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;
}

.shop-item .name a:hover {
    color: #59ab66;
}

.shop-item .price {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 5px;
    color: #59ab66;
    font-weight: 500;
}

.shop-item .price del {
    color: #d5d7d4;
    font-weight: 100;
    margin-right: 5px;
}

.our-shop.style-two .shop-item {
    margin-bottom: 30px;
}

.item-green .shop-item .sale-tag {
    background-color: #59ab66;
}

.item-green .shop-item .price {
    color: #59ab66;
}

.item-green .name a:hover {
    color: #59ab66;
}


/***

==================================================================
		Call To Action
==================================================================

***/

.call-to-action {
    position: relative;
    padding: 300px 0;
    margin-top: -85px;
}

.call-to-action .sec-title h2 {
    font-size: 52px;
}

.call-to-action .sec-title .text {
    margin-bottom: 35px;
}

.call-to-action .sec-title .btn-box {
    float: right;
}


/***

==================================================================
		Call To Action Two
==================================================================

***/

.call-to-action-two {
    position: relative;
    padding: 270px 0;
    margin-top: -70px;
}

.call-to-action-two .cws-image-bg {
    clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 120px, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.call-to-action-two .cws-image-bg .cws-overlay-bg {
    background-color: rgba(0, 0, 0, 0.3);
}

.call-to-action-two .cws-triangle-overlay.top-left {
    height: 120px;
    top: 0;
    left: 0;
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: #c9c9c9;
    z-index: 9;
}

.call-to-action-two .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: rgba(255, 255, 255, 0.1);
}

.call-to-action-two .content-box {
    position: relative;
    text-align: center;
}

.call-to-action-two .content-box h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.call-to-action-two .content-box h4 {
    font-size: 48px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
}

.call-to-action-two .content-box .text {
    color: #ffffff;
    margin: 40px 0 30px;
}


/*** 

====================================================================
		Call to Action Three
====================================================================

***/

.call-to-action-three {
    position: relative;
    padding: 200px 0;
    text-align: center;
    margin-top: -120px;
}

.call-to-action-three .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% 100%, 50% calc(100% - 60px), 0% calc(100% - 120px));
}

.call-to-action-three .cws-image-bg .cws-overlay-bg {
    background: -webkit-linear-gradient(45deg, #6556bd, #25749a);
    background: -o-linear-gradient(45deg, #6556bd, #25749a);
    background: -moz-linear-gradient(45deg, #6556bd, #25749a);
    background: linear-gradient(45deg, #6556bd, #25749a);
    border-color: transparent;
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border-box;
    -webkit-background-origin: border;
    -moz-background-origin: border;
    background-origin: border-box;
}

.call-to-action-three h2 {
    font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 800;
}

.call-to-action-three h4 {
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 700;
}


/*** 

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 240px 0 220px;
    margin-top: -120px;
}

.pricing-section .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.pricing-section .cws-image-bg .cws-overlay-bg {
    background-color: rgba(230, 231, 237, 0.8);
}

.pricing-section .cws-triangle-overlay.bottom-left {
    clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    background: #dadbe3;
}

.pricing-section .cws-triangle-overlay.bottom-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(243, 241, 247, 0.9);
}

.pricing-section .outer-box {
    position: relative;
    padding: 50px 0 0;
}

.pricing-block {
    position: relative;
    margin-bottom: 50px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.pricing-block .pricing_plan_price {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 15px;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 500;
}

.pricing-block .pricing_plan_price:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 100%;
    background: #f5f4f9;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.pricing-block .pricing_plan_price_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-block .pricing_plan_price .currency {
    font-size: 24px;
    line-height: 1;
    vertical-align: super;
    margin-top: -20px;
}

.pricing-block .pricing_plan_price {
    color: #03c8ad;
}

.pricing-block .pricing_plan_price .price_desc {
    font-size: 16px;
    margin-top: 20px;
}

.pricing-block .pricing_plan_price .title {
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin: 12px 0 30px;
}

.pricing-block .pricing_plan_price .icon-box {
    position: relative;
    display: inline-block;
    height: 65px;
    width: 65px;
    margin: 0 auto;
    font-size: 40px;
    color: #ffffff;
    background-color: #323232;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-block .pricing_plan_price .icon-box .icon {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pricing-block .features {
    position: relative;
}

.pricing-block .features li {
    padding: 10px 0;
    font-size: 16px;
}

.pricing-block .btn-box {
    position: relative;
    z-index: 1;
    padding: 20px 30px 40px 30px;
    text-align: center;
}

.pricing-block .btn-box:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f5f4f9;
    z-index: 0;
}

.pricing-block.tagged {
    z-index: 3;
}

.pricing-block.tagged .inner-box {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
}

.pricing-block.tagged .pricing_plan_price {
    margin-bottom: 45px;
}

.pricing-block.tagged .btn-box {
    margin-top: 20px;
}

.pricing-block.tagged .pricing_plan_price .price_desc,
.pricing-block.tagged .pricing_plan_price .currency,
.pricing-block.tagged .pricing_plan_price {
    color: #6650be;
}


/*** 

====================================================================
		Subscribe Section
====================================================================

***/

.subscribe-section {
    position: relative;
    padding: 140px 0 100px;
    margin-top: -80px;
}

.subscribe-section .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 40% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 40% 60px, 0% 120px);
    background: #cdd7e8;
    z-index: 1;
}

.subscribe-section .cws-triangle-overlay.top-right {
    clip-path: polygon(40% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(40% 60px, 100% 0%, 100% 120px);
    background: #009de6;
    z-index: 1;
}

.subscribe-section .cws-image-bg {
    clip-path: polygon(0% 0%, 40% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 40% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

.cws-overlay-bg.bg-sky {
    background-color: rgba(3, 156, 229, 0.8);
}

.cws-overlay-bg.bg-orange {
    background-color: rgba(247, 90, 0, 0.6);
}


/*=== Newslatter form ===*/

.newslatter-form {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.newslatter-form .form-group.input {
    position: relative;
    padding: 30px 30px;
    background-color: #fff;
    margin-bottom: 35px;
}

.newslatter-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.newslatter-form .form-group input[type="text"],
.newslatter-form .form-group input[type="tel"],
.newslatter-form .form-group input[type="email"],
.newslatter-form .form-group textarea {
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #edecec;
    width: 100%;
    margin: auto;
    line-height: 40px;
    min-height: 42px;
    border-radius: 6px;
}

.newslatter-form .response {
    position: relative;
    padding: 0 10px;
}

.newslatter-form .response .success {
    background: #59ab66;
    color: #ffffff;
}

.newslatter-form .response .failed {
    background-color: #59ab66;
    color: #ffffff;
}

.newslatter-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
}


/* Subscribe Section Style Two */

.subscribe-section.style-two {
    padding: 180px 0 100px;
}

.subscribe-section.style-two .cws-triangle-overlay.top-right {
    clip-path: polygon(40% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(40% 60px, 100% 0%, 100% 120px);
    background: #f8deca;
}

.subscribe-section.style-two .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 40% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 40% 60px, 0% 120px);
    background: rgba(248, 222, 202, 0.9);
}


/* Subscribe Section Style Three */

.subscribe-section.style-three {
    padding: 180px 0 100px;
}

.subscribe-section.style-three .newslatter-form {
    max-width: 600px;
}

.subscribe-section.style-three .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 120px, 100% 100%, 50% 100%, 0% 100%);
}

.subscribe-section.style-three .cws-overlay-bg {
    background-color: #e1e1e1;
}


/*** 

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 50px 0;
    background-color: #539760;
}

.clients-section.bg-purple {
    background-color: #6770b9;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .slide-item {
    position: relative;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 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;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
    display: none;
}


/*** 

====================================================================
		Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 180px 0 120px;
    background-color: #f4f4f4;
    margin-top: -120px;
}

.contact-section .contact-form {
    box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 35px;
    background-color: #fff;
}

.contact-section .btn-box {
    text-align: center;
    margin-top: 35px;
}


/*** 

====================================================================
	Contact Map Section
====================================================================

***/

.contact-map-section {
    position: relative;
    padding: 185px 0 145px;
}

.contact-map-section .cws-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% calc(100% - 120px), 50% calc(100% - 60px), 0% 100%);
}

.contact-map-section .cws-triangle-overlay {
    clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    -webkit-clip-path: polygon( 100% 0, 50% 60px, 50% calc(100% - 60px), 100% 100%);
    background: #f7f7f7;
}

.contact-map-section .map-outer iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.contact-map-section .map-outer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.contact-map-section .content-column {
    position: relative;
}

.contact-map-section .content-column .inner-column {
    position: relative;
    padding-left: 25px;
}

.contact-map-section h4 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 35px;
}

.contact-info {
    position: relative;
}

.contact-block .inner {
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}

.contact-info .contact-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background-color: #539760;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 20px;
}

.contact-info .contact-block h5 {
    font-size: 24px;
    color: #59ab66;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info .contact-block p {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 1em;
}


/***

==================================================================
	Contact Form Section
==================================================================

***/

.contact-form-section {
    position: relative;
    padding: 160px 0 0;
    margin-top: -120px;
}

.contact-form-section .cws-image-bg {
    clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    background-color: #5ca56b;
}

.contact-form-section .cws-triangle-overlay.top-left {
    clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    -webkit-clip-path: polygon(0% 0%, 50% 60px, 0% 120px);
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.contact-form-section .cws-triangle-overlay.top-right {
    clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    -webkit-clip-path: polygon(50% 60px, 100% 0%, 100% 120px);
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.contact-form-section .content-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-section .form-column .inner-column {
    position: relative;
}

.contact-form-two {
    position: relative;
    background-color: #ffffff;
    padding: 50px 50px 60px 50px;
}

.contact-form-two textarea {
    height: 130px !important;
}

.contact-form-two button {
    margin-top: 10px;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
    padding: 100px 0 100px;
    margin-top: -60px;
}

.blog-section.blog-masonry {
    padding-bottom: 40px;
}

.blog-section.blog-masonry .news-block {
    margin-bottom: 10px;
}

.blog-section .styled-pagination {
    margin-top: 60px;
}

.blog-section.blog-masonry .styled-pagination {
    margin-top: 30px;
    margin-bottom: 60px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-column {
    position: relative;
    margin-bottom: 30px;
}

.news-block .image-column .inner-column {
    position: relative;
    overflow: hidden;
}

.news-block .image-column .date {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 90px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #59ab66;
    line-height: 1.25;
    box-shadow: 3px -1px 7px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .date {
    -webkit-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    -ms-transform: translateY(-115%);
    -o-transform: translateY(-115%);
    transform: translateY(-115%);
}

.news-block .image-column .date span {
    display: block;
    color: #ffffff;
    font-size: 44px;
}

.news-block .image-column .date:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: #59ab66;
    box-shadow: 2px 6px 7px 0px rgba(0, 0, 0, 0.3);
}


/*=== News Block Video ==*/

.news-block .video {
    position: relative;
    height: 0;
    padding-bottom: 56.316%;
}

.news-block .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*=== News Block Quote ==*/

.news-block .quote-wrap {
    background: #f6f6f5;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news-block .quote-wrap:before,
.news-block .quote-wrap:after {
    content: "";
    position: absolute;
    font-family: 'flaticon';
    color: #e6ece7;
    content: "\f109";
    font-size: 200px;
    z-index: -1;
}

.news-block .quote-wrap:before {
    left: 0px;
    top: 50px;
}

.news-block .quote-wrap:after {
    right: 0px;
    bottom: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-block .quote {
    position: relative;
}

.news-block .quote-wrap .text {
    color: #363636;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
}

.news-block .quote-wrap .author {
    font-size: 24px;
    text-align: right;
    margin-bottom: 0px;
    color: #59ab66;
}

.news-block .quote-wrap .author:before {
    content: "-";
    margin-right: 5px;
}

.news-block .quote-wrap .author-position {
    text-align: right;
}

.news-block .image {
    position: relative;
    margin-bottom: 0;
    background-color: #000000;
    overflow: hidden;
}

.news-block .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.news-block .inner-box:hover .image a img {
    opacity: .50;
}

.news-block .content-column {
    position: relative;
    margin-bottom: 30px;
}

.news-block .content-column .inner-column {
    position: relative;
}

.news-block .content-column .inner-column:after {
    display: table;
    clear: both;
    content: "";
}

.news-block h3 {
    position: relative;
    font-size: 36px;
    color: #4b4342;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block h3 a:hover {
    color: #59ab66;
}

.news-block .post-info {
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #324251;
    padding-left: 20px;
}

.news-block .post-info li:not(:last-child) {
    margin-right: 16px;
}

.news-block .post-info:after {
    display: table;
    clear: both;
    content: "";
}

.news-block .post-info li:last-child {
    margin-right: 0;
}

.news-block .post-info li a {
    display: inline-block;
    color: #4b4342;
    -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 .post-info li a:hover {
    color: #59ab66;
}

.news-block .post-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #59ab66;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.news-block .post-tags {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.news-block .post-tags a {
    position: relative;
    display: inline-block;
    padding: 1px 10px 1px 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #59ab66;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 24px;
    background-color: rgba(89, 171, 102, 0.2);
    border: 1px solid transparent;
    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;
}

.news-block .post-tags a:last-child {
    margin-right: 0;
}

.news-block .post-tags a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -30px;
    top: -1px;
    border: 14px solid transparent;
    border-right: 15px solid;
    background: transparent;
    border-right-color: rgba(89, 171, 102, 0.2);
}

.news-block .post-tags a:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    top: 11px;
    left: -5px;
    border-radius: 50%;
    background: #fff;
}

.news-block p,
.news-block .text {
    position: relative;
    color: #808c95;
    margin-bottom: 15px;
}

.news-block .more-link {
    float: right;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 130px;
}

.news-block.style-two .image-column {
    order: 2;
}

.news-block.style-two .content-column .inner-column {
    text-align: right;
}

.blog-list.small-images .news-block .image-column .inner-column {
    margin-right: -30px;
}

.blog-list.small-images .news-block .content-column .inner-column {
    padding-left: 30px;
}

.blog-list.large-images .news-block {
    margin-bottom: 50px;
}


/***

==================================================================
		Blog Single
==================================================================

***/

.blog-single {
    position: relative;
    padding: 120px 0 40px;
    margin-top: -90px;
    overflow: hidden;
}

.news-block h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

.news-block .single-item-carousel {
    position: relative;
}

.news-block .link-box {
    position: relative;
    padding: 24px 90px 24px 24px;
    background-color: #f6f6f5;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 2.4em;
    line-height: 1.2;
    text-align: center;
    color: #59ab66;
    font-weight: 700;
    word-break: break-all;
    text-decoration: underline;
    z-index: 1;
}

.news-block .link-box:before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
    font-size: 65px;
    font-weight: 900;
    color: #dddddc;
}

.news-block .link-box a {
    color: #59ab66;
}

.news-block .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.news-block .owl-next,
.news-block .owl-prev {
    position: absolute;
    left: -100px;
    padding-left: 35px;
    height: 100px;
    width: 100px;
    color: rgba(255, 255, 255, .70);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 38px;
    text-align: center;
    line-height: 100px;
    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;
}

.news-block .owl-next {
    left: auto;
    padding-left: 0;
    right: -100px;
    padding-right: 35px;
}

.news-block .single-item-carousel:hover .owl-prev {
    left: -50px;
}

.news-block .single-item-carousel:hover .owl-next {
    right: -50px;
}

.news-block .owl-next:hover {
    right: 0 !important;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
}

.news-block .owl-prev:hover {
    left: 0 !important;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
}

.blog-single .news-block {
    margin-bottom: 20px;
}

.blog-single .news-block .content-column {
    margin-bottom: 0px;
}

.blog-single .news-block p {
    color: #363636;
    margin-bottom: 1em;
}

.comment-form {
    position: relative;
    margin-bottom: 0px;
}

.comment-form p {
    margin-bottom: 10px;
}

.comment-form .default-form .row {
    margin: 0 -5px;
}

.comment-form .default-form .form-group {
    padding: 0 5px;
    margin-bottom: 30px;
}

.comment-form .default-form .form-group textarea {
    height: 226px;
}

.comment-form .default-form .form-group input[type="submit"],
.comment-form .default-form .form-group button {
    height: 42px;
}

.comment-form .default-form .form-group input:focus,
.comment-form .default-form .form-group select:focus,
.comment-form .default-form .form-group textarea:focus {
    border-color: #59ab66;
}


/*** 

====================================================================
				Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    margin-bottom: 10px;
}

.group-title h3 {
    position: relative;
    font-size: 24px;
}

.comments-area {
    position: relative;
    border-bottom: 1px solid #e6e7e5;
    margin-bottom: 40px;
}

.comments-area .comment-box {
    position: relative;
}

.comments-area .comment {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
    padding-bottom: 30px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    padding-top: 10px;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    color: #9b9b9b;
    margin-right: 10px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

.comments-area .comment-box .text {
    position: relative;
    margin: 8px 0 12px 0;
}

.comments-area .comment-info .rating {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
    line-height: 1.2em;
    color: #ebba44;
}

.comments-area .comment-box .reply-btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    min-width: 100px;
}

.comments-area .reply-comment-box {
    padding-left: 65px;
    background: #f8f8f7;
    padding-top: 20px;
    margin-bottom: 30px;
}

.comments-area .reply-comment-box .reply-comment-box {
    margin-bottom: 0;
}


/***

==================================================================
		Pagination
==================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin-left: -1px;
}

.styled-pagination li span {
    position: relative;
    display: block;
    z-index: 1;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #363636;
    border: 1px solid #e2e1df;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination li a:hover {
    background: #e2e1df;
}

.styled-pagination li .active {
    color: #ffffff;
    background: #363636;
}

.styled-pagination li .prev,
.styled-pagination li .next {
    font-weight: 600;
    min-width: 120px;
}

.styled-pagination li .prev:hover,
.styled-pagination li .next:hover {
    background-color: transparent;
}

.styled-pagination li .prev:before,
.styled-pagination li .next:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #e2e1df;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination li .prev:hover:before,
.styled-pagination li .next:hover:before {
    width: 100%;
}


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(17, 17, 17, 0.95);
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0px 100px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-footer .widget-title:after,
.main-footer .widget-title:before {
    left: 0;
    margin: 0;
    bottom: -5px;
}

.main-footer .about-widget .text {
    color: #b0b0b0;
    font-size: 15px;
}


/*Recent Posts*/

.recent-posts {
    position: relative;
}

.recent-posts .widget-content {
    padding-top: 10px;
}

.recent-posts .post {
    position: relative;
    min-height: 80px;
    padding-left: 90px;
    margin-bottom: 20px;
}

.recent-posts .post:last-child {
    margin-bottom: 0;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.recent-posts .post .thumb a {
    display: block;
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.recent-posts .post h5 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 600;
}

.recent-posts .post h5 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;
}

.recent-posts .post h5 a:hover {
    color: #59ab66;
}

.recent-posts .post .cat {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #59ab66;
}

.recent-posts .post .text {
    color: #b0b0b0;
    font-size: 15px;
}


/*=== Contact Widget ===*/

.contact-widget {
    position: relative;
}

.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .contact-list li>i {
    position: relative;
    margin-right: 7px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.main-footer .contact-list li a {
    color: #b0b0b0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .contact-list li a:hover {
    color: #59ab66;
}

.main-footer .contact-list .social-icon {
    position: relative;
}

.main-footer .contact-list .social-icon a {
    color: #ffffff;
    margin-right: 25px;
}


/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    background-color: rgba(43, 43, 43, 1);
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    font-size: 0.866667em;
    line-height: 25px;
    color: #dddddd;
}

.main-footer .footer-bottom .copyright-text a {
    color: #dddddd;
    -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 .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}


/***

==================================================================
		Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0 40px;
    margin-top: -90px;
    overflow: hidden;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .sidebar {
    border: 1px solid #e1e0de;
    overflow: hidden;
}

.sidebar-widget {
    position: relative;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.sidebar-widget:nth-child(odd):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 102%;
    z-index: -1;
    content: "";
    display: inline-block;
    background-color: #eeeeec;
    -webkit-transform: translate(-30%, 1%) rotate(-2deg);
    transform: translate(-30%, 1%) rotate(-2deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.sidebar-widget:last-child {
    margin-bottom: -10px;
}

.widget-title {
    position: relative;
    font-size: 22px;
    z-index: 1;
    line-height: 1.9em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    text-align: center;
}

.widget-title:after,
.widget-title:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 74px;
    height: 1px;
    background: #dddfdc;
}

.widget-title:after {
    width: 24px;
    background-color: #59ab66;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.sidebar-widget:hover .widget-title:after {
    width: 74px;
}


/*=== Search Widget ===*/

.sidebar .search-widget {
    position: relative;
    padding: 20px 20px 30px;
    margin-bottom: 10px;
}

.sidebar .search-widget .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #363636;
    padding: 10px 20px;
    line-height: 20px;
    height: 42px;
    width: 100%;
    border: 1px solid #e0e6ea;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-widget .form-group input:focus {
    border-color: #59ab66;
}

.sidebar .search-widget .form-group input[type="submit"],
.sidebar .search-widget .form-group button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 40px;
    color: #363636;
    text-align: center;
    font-weight: normal;
    background-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;
}

.sidebar .search-widget .form-group input[type="submit"]:hover,
.sidebar .search-widget .form-group button:hover {
    color: #59ab66;
}


/*=== Category Widget ===*/

.category-widget {
    position: relative;
    padding-bottom: 30px;
}

.categories-list {
    position: relative;
}

.categories-list li {
    position: relative;
    color: #363636;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px solid #e6e7e5;
}

.categories-list li:last-child {
    border-bottom: 0;
}

.categories-list li span {
    position: relative;
    float: right;
    color: #59ab66;
}

.categories-list li a {
    position: relative;
    display: block;
    color: #363636;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.categories-list li a:hover {
    color: #59ab66;
}


/*=== Gallery Widget ===*/

.gallery-widget {
    position: relative;
}

.gallery-widget .outer-box {
    position: relative;
    margin: 0 -2px;
}

.gallery-widget .outer-box .image {
    width: 33.333333%;
    float: left;
    padding: 0 2px;
    margin-bottom: 4px;
}

.gallery-widget .outer-box .image img {
    width: 100%;
}


/*=== Comments Widget ===*/

.comments-widget {
    position: relative;
}

.comments-widget .comments-list {
    position: relative;
}

.comments-widget .comments-list li {
    position: relative;
    padding: 7px 0;
    padding-left: 2em;
    border-bottom: 1px solid #e6e7e5;
}

.comments-widget .comments-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-family: 'flaticon';
    content: "\f109";
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    color: #59ab66;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.comments-widget .comments-list li a {
    color: #363636;
}

.comments-widget .comments-list li a strong {
    font-weight: 500;
}


/*=== Calendar Widget ===*/

.calendar-widget {
    position: relative;
}

.sidebar-calendar {
    position: relative;
    width: 100%;
    text-align: center;
}

.sidebar-calendar caption {
    position: relative;
    padding: 0;
    font-weight: 600;
    padding-bottom: 15px;
    caption-side: top;
    width: 100%;
    text-align: center;
    color: #363636;
}

.sidebar-calendar thead tr {
    background-color: #59ab66;
    color: #ffffff;
}

.sidebar-calendar th,
.sidebar-calendar td {
    text-align: center;
    padding: 5px 3px;
    border-radius: 0;
    font-weight: 600;
    border: 0;
}

.sidebar-calendar #today {
    border: 1px solid #eeeeec;
}


/*=== Tags Widget ===*/

.tags-widget .widget-content {
    padding-bottom: 20px;
}

.tags-list {
    position: relative;
    display: block;
}

.tags-list li {
    position: relative;
    display: inline-block;
}

.tags-list li a {
    position: relative;
    display: inline-block;
    padding: 1px 10px 1px 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    line-height: 24px;
    background-color: #59ab66;
    border-color: #59ab66;
    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;
}

.tags-list li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.tags-list li a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -30px;
    top: -1px;
    border: 14px solid transparent;
    border-right: 15px solid;
    background: transparent;
    border-right-color: #59ab66;
}

.tags-list li a:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    top: 11px;
    left: -5px;
    border-radius: 50%;
    background: #fff;
}


/*=== Cart Widget ===*/

.cart-widget {
    position: relative;
}

.cart-widget .shopping-cart .theme-btn:hover {
    background-color: #ff6c3a;
    border-color: #ff6c3a;
    color: #ffffff;
}


/* Range Slider widget */

.rangeslider-widget {
    position: relative;
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
}

.range-slider-one .input-box {
    position: relative;
}

.range-slider-one .title {
    position: relative;
    float: left;
    font-size: 16px;
    color: #363636;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    font-size: 16px;
    color: #363636;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    position: relative;
    font-size: 16px;
    color: #363636;
}

.range-slider-one .input input {
    background: none;
    width: auto;
    text-align: left;
    font-size: 16px;
    color: #363636;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 7px;
    border: none;
    margin-bottom: 20px;
    background: #ffffff;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 7px;
    background: rgba(0, 0, 0, 0.4);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    position: absolute;
    top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: -1px;
    border-radius: 50%;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.range-slider-one .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    z-index: 2;
    border-radius: 50%;
    background: #ff6c3a;
}

.range-slider-one .theme-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 30px;
    background-color: #ff6c3a;
    font-weight: 600;
    padding: 4px 13px;
    border: 3px solid #ff6c3a;
    line-height: 20px;
    min-width: 85px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.range-slider-one .theme-btn:hover {
    border-color: #ff6c3a;
    color: #ff6c3a;
    background-color: transparent;
}


/*Sidebar Realated Posts */

.related-posts {
    position: relative;
}

.related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 95px;
    margin-bottom: 20px;
}

.related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
}

.related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.related-posts .post h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
}

.related-posts .post h4 a {
    color: #333333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.related-posts .post a,
.related-posts .post a:hover {
    color: #59ab66;
}

.related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ebba44;
}


/*** 

====================================================================
		Cart Section
====================================================================

***/

.cart-section {
    position: relative;
    padding: 80px 0px;
    margin-top: -50px;
}

.cart-outer {
    position: relative;
    margin-bottom: 70px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #e0e6ea;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    background: #f3f4f3;
    border: 1px solid #e0e6ea;
}

.cart-outer .cart-item {
    position: relative;
    border: 1px solid #e0e6ea;
}

.cart-table thead tr th {
    line-height: 30px;
    padding: 30px 20px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.cart-table .cart-header .product-name {
    text-align: left;
}

.cart-table th,
.cart-table td {
    padding: 30px 20px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: inherit;
}

.cart-table td a {
    color: inherit;
}

.cart-table .cart-item .quantity {
    position: relative;
}

.cart-table .cart-item .quantity .qty {
    background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
}

.cart-table .cart-item .product-remove a {
    width: 22px;
    height: 22px;
    font-size: 0;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #e21b1b;
    background: transparent;
}

.cart-table td.product-thumbnail a img {
    max-width: 80px;
    border-radius: 10px;
}

.cart-table td.product-name>* {
    margin-right: 20px;
}


/* Cart Option */

.cart-section .cart-options {
    position: relative;
    padding: 30px 20px 10px;
    background-color: #f3f4f3;
    border: 1px solid #e0e6ea;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .proceed-btn,
.cart-section .cart-options .coupon-btn,
.cart-section .cart-options .cart-btn {
    position: relative;
    min-width: 160px;
    padding: 10px 20px 6px;
    font-size: 14px;
    color: #59ab66;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #59ab66;
}

.cart-section .proceed-btn:hover,
.cart-section .cart-options .coupon-btn:hover,
.cart-section .coupon-btn:hover {
    background-color: #59ab66;
    color: #ffffff;
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #59ab66;
    color: #ffffff;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    border: 1px solid #edecec;
    width: 190px;
    height: 42px;
    font-size: 16px;
    border-radius: 6px;
    background: #ffffff;
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-section .totals-table {
    position: relative;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.cart-section .totals-table li:last-child {
    border-bottom: 0;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5em;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 17px;
    padding-top: 10px;
    padding: 0;
    padding-top: 10px;
    text-transform: capitalize;
}

.cart-section .totals-table .col:last-child {
    text-align: right;
}

.cart-section .totals-table .total-price {
    color: #59ab66;
    font-weight: 700;
}

.cart-section .totals-table .proceed-btn {
    position: relative;
    min-width: 160px;
    margin-top: 30px;
}


/***

====================================================================
		CheckOut Page
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 100px 0px 80px;
    margin-top: -60px;
}

.checkout-page .default-links {
    position: relative;
}

.checkout-page .default-links .message-box h4 {
    margin-top: 5px;
    margin-bottom: 0;
}

.checkout-page .default-links .message-box .icon-box {
    border-radius: 0;
}

.checkout-form {
    position: relative;
    margin-top: 20px;
}

.checkout-page .sec-title {
    margin-bottom: 15px;
}

.checkout-page .sec-title h3 {
    font-weight: 400;
    font-size: 35px;
}

.checkout-form .column {
    position: relative;
    margin-bottom: 40px;
}

.checkout-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 27px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222222;
    display: block;
    font-weight: 600;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 15px;
    color: #222222;
}

.checkout-form .form-group .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.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%;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    padding: 10px 10px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
    resize: none;
    height: 60px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #edecec;
}

.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: normal;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}


/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: #dc3545;
}

.coupon-form button {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box table {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.order-box thead tr {
    background: #f3f4f3;
    color: inherit;
}

.order-box table th,
.order-box table td {
    padding: 14px;
    border: 1px solid #e0e6ea;
    font-size: 17px;
    font-weight: 400;
}

.order-box table th {
    font-weight: 600;
}

.order-box table .product-total,
.order-box table .cart-subtotal td,
.order-box table .order-total td {
    border-left: 0;
    text-align: right;
}

.order-box table .cart-subtotal th,
.order-box table .cart-subtotal td {
    font-weight: 600;
}

.order-box table .order-total {
    color: #59ab66;
    font-size: 16px;
    background: #f3f4f3;
}

.payment-box {
    position: relative;
}

.payment-box .upper-box {
    position: relative;
    border-bottom: 1px solid #b7b7b7;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
}

.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 7px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #59ab66;
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #59ab66;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #156f89;
    font-size: 16px;
    font-weight: 400;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .payment-options .text a:hover,
.payment-box .payment-options .text a {
    color: #59ab66;
}

.payment-box .lower-box {
    position: relative;
    padding: 30px 0 0;
}

.payment-box .lower-box .theme-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #ff6c3a;
    text-transform: uppercase;
}

.payment-box .lower-box .theme-btn:hover {
    background-color: #59ab66;
    color: #ffffff;
}


/*** 

====================================================================
		Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 80px 0px 60px;
    margin-top: -60px;
}

.login-section .column {
    position: relative;
    margin-bottom: 50px;
}

.login-section h2 {
    position: relative;
    font-size: 38px;
    color: #4b4342;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 24px;
}

.login-form {
    position: relative;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.login-form .form-group label {
    position: relative;
    color: #4b4342;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    height: 42px;
    color: #4b4342;
    font-size: 17px;
    border: 1px solid #edecec;
    background-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;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #edecec;
}

.login-form .form-group input[type="submit"],
.login-form button {
    position: relative;
    min-width: 160px;
    padding: 10px 10px 8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #ff6c3a;
    text-transform: uppercase;
}

.login-form .form-group input[type="submit"]:hover,
.login-form button:hover {
    color: #ffffff;
    background-color: #59ab66;
}

.login-form .psw {
    position: relative;
    color: #59ab66;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .psw:hover {
    text-decoration: underline;
}


/*** 

====================================================================
		Product Details
====================================================================

***/

.product-details {
    position: relative;
    margin-top: 20px;
}

.product-details .basic-details {
    position: relative;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 30px;
}

.product-details .image-column .image {
    position: relative;
    overflow: hidden;
}

.product-details .image-column .image img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .image-column .image .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #5fcac7;
    text-align: center;
    background-color: #ffffff;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #ebba44;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .item-price {
    font-size: 28px;
    font-weight: 500;
    color: #59ab66;
    line-height: 1.3em;
    font-family: Roboto;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .item-price del {
    color: #999999;
    margin-left: 10px;
    font-weight: 400;
}

.product-details .basic-details .text {
    margin-bottom: 20px;
}

.product-details .other-options {
    position: relative;
}

.product-details .other-options .item-quantity {
    float: left;
    font-size: 17px;
    line-height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-details .other-options .item-quantity .qty {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 42px;
    border: 1px solid #edecec;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
}

.product-details .other-options .add-to-cart {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #59ab66;
    border: 2px solid #59ab66;
}

.product-details .other-options .add-to-cart:hover {
    background-color: #ffffff;
    color: #59ab66;
}

.product-details .product-meta {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #d8e8ec;
    margin-top: 20px;
}

.product-details .product-meta li {
    position: relative;
}

.product-details .product-meta a {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px 1px 10px;
    margin-right: 10px;
    font-size: 16px;
    color: #59ab66;
    font-weight: 400;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    line-height: 24px;
    background-color: rgba(89, 171, 102, 0.2);
    border-color: rgba(89, 171, 102, 0.2);
    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;
}

.product-details .product-meta a:last-child {
    margin-right: 0;
}

.product-details .product-meta a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -30px;
    top: -1px;
    border: 14px solid transparent;
    border-right: 15px solid;
    background: transparent;
    border-right-color: rgba(89, 171, 102, 0.2);
}

.product-details .product-meta a:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    top: 11px;
    left: -5px;
    border-radius: 50%;
    background: #fff;
}


/*** 

====================================================================
		Product Tabs
====================================================================

***/

.product-info-tabs {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #d8e8ec;
    margin-bottom: 30px;
}

.prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    border-bottom: 2px solid #edecec;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    text-align: center;
    min-width: 110px;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #abb0a6;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #1c3545;
    border-bottom-color: #59ab66;
}

.prod-tabs .tabs-content .tab>.title {
    position: relative;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 400;
    color: #4b4342;
    margin-bottom: 0.5em;
}

.prod-tabs .tabs-content .tab .content {
    position: relative;
}

.prod-tabs .tabs-content .tab .content p {
    position: relative;
}

.prod-tabs .comment-form .field-label {
    font-size: 17px;
    font-weight: 600;
    margin-right: 20px;
}

.prod-tabs .comments-area .comment-box .author-thumb {
    height: 60px;
    width: 60px;
    left: 10px;
    top: 10px;
}

.prod-tabs .comments-area .comment-box .name {
    color: #59ab66;
}

.prod-tabs .comments-area .comment {
    padding-left: 90px;
    padding-bottom: 0;
}

.prod-tabs .comment-form .rating-box {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.prod-tabs .comment-form .rating-box .rating {
    position: relative;
    font-size: 32px;
    color: #e5e5e5;
}

.prod-tabs .comment-form .rating-box .rating a {
    color: #e5e5e5;
    float: left;
    margin-right: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.prod-tabs .comment-form .rating-box .rating a:hover {
    color: #ebba44;
}


/*** 

====================================================================
		Related Products
====================================================================

***/

.related-products {
    position: relative;
}

.related-products .sec-title h2 {
    font-weight: 400;
    font-size: 42px;
}

.related-products .shop-item {
    margin-bottom: 30px;
}


/* keerthi */


/* accordion */

.accordion {
    /* background-color: #eee; */
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: 1px solid #A9A9A9;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 6px;
}

.active,
.accordion:hover {
    /* background-color: #ccc; */
    /* background-color: #0b92f7; */
    background: linear-gradient(to right, rgba(88, 110, 111, 1) 0%, rgba(54, 162, 104, 1) 50%, rgba(15, 120, 96, 1) 100%);
    color: white;
    border-radius: 8px;
}

.accordion:after {
    /* content: '\002B'; */
    color: black;
    font-weight: normal;
    float: right;
    margin-left: 5px;
}

.accordion:hover:after {
    color: white;
}

.active:after {
    /* content: "\2212"; */
    color: #ffff;
}

.accordion:before {
    content: '\203A';
    color: 907777;
    font-weight: normal;
    float: left;
    margin-left: 5px;
}

.active:before {
    color: #ffff;
    display: none;
}

.accordion:hover:before {
    color: white;
}


/*  before ends */

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.our-team {
    border-radius: 15px;
    text-align: center;
    padding: 20px 15px 30px;
    background: #fff;
}

.our-team .pic {
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
    background: #058ed3;
    border-radius: 50%;
}

.pic img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
}

.our-team .title {
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    margin: 0 0 7px 0;
}

.our-team .post {
    color: #17bebb;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
}


/* accordion ends keerthi */

.custom_panel {
    text-align: center;
}


.white-text p{
    color:#fff!important;
}
.white-background p span{
    background:transparent!important;
}

/* home page slider revolution */

/* .tp-bullets .hesperiden{
    opacity: 1;
    visibility: visible;
    margin-left: 46%;
} */


.default-dots .owl-dot{
    background: #539760;
}
.default-dots .owl-dot.active {
    background-color: #539760;
}

.ckeditor_data ul,
li {
    list-style: unset;
    padding: 0px;
    margin: 0px;
}

.top_hierarchy_section  {
    
    padding: 200px 0 90px;
    
}
/* .latest_news{
    padding:110px 0 75px;
} */

.how-to-use .cws-image-bg {
    height: 90%;
}

.portfolio-carousel .owl-carousel.owl-drag .owl-item{
    border-radius: 8px 8px;
}

.portfolio-carousel .portfolio-block ,.portfolio-carousel  .inner-box{
    border-radius: 8px;
}

.portfolio-carousel .image img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.single-content.grid-item {
    width: 300px;
    margin: 5px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 0 2px #c3c3c3;
}

/* * Carousel */ */

.owlcarousel .carousel-item {
  background: #fff;
  border: 1px solid #D9D7DA;
  text-align: center;
}

.owlcarousel .carousel-item-text {
  padding: 12px;
}

.owlcarousel .carousel-item .item-kicker {
  color: #9A5053;
  display: block;
  font-size: .8em;
  font-weight: 600;
  height: 30px;
  margin-bottom: 16px;
  overflow: hidden;
  text-transform: uppercase;
}

.owlcarousel .carousel-item .item-title {
  color: #646464;
  font-size: 1em;
  font-weight: 600;
  height: 38px;
  margin: 0;
  overflow: hidden;
}

.owl-dots {
  margin-top: 40px;
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: rgba(127, 127, 127, 1);
}


/* Tabs */

.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-tabs>li {
  display: block;
  position: relative;
  text-align: center;
}

.nav-tabs>li:last-child {
  margin-right: 0;
}

.tab-content {
  display: inline-block;
  width: 100%;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}
.contentgrid{
    padding:20px;
}
.p-20{
    padding:20px;
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.green-half-button, .green-half-button:hover{
    position: absolute;
    right: 6px;
    bottom: 5px;
    font-size: 11px;
    background: #59ab66;
    border-radius: 5px 20px 20px 5px;
    padding: 2px 16px 2px 7px;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 3px #717171;

}





/* Gallery Carousel */
.carousel-gallery {
    width: 750px;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 991px) {
    .carousel-gallery {
      width: 80%;
    }
  }
  
  .carousel-gallery .slick-list {
    overflow: visible;
  }
  
  .carousel-gallery .slick-slide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  
  .carousel-gallery .slick-slide.slick-current {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .carousel-gallery .slick-prev:before, .carousel-gallery .slick-next:before {
    color: #fff;
    display: none;
  }
  
  .carousel-gallery .slick-dots {
    position: absolute;
    bottom: 20px;
  }
  
  .carousel-gallery .slick-dots li button:before {
    background-color: #fff;
  }
  
  .carousel-gallery .slick-dots li.slick-active button:before {
    background-color: #fff;
  }
  
  .slick-track
    {
        display: flex !important;
    }

    .slick-slide
    {
        height: inherit !important;
    }
    .slick-track { 	display: flex !important; }  .slick-slide { 	height: inherit !important; 	display: flex !important; 	justify-content: center; 	align-items: center; } 
  
    .slick-dots li button{
        position: relative;
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    }
    
/* Dots */
.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  
  .slick-dots li button {
    position: relative;
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
  }
  
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  
  .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #343840;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    content: ' ';
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  
  .slick-dots li.slick-active button:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  

  .short-desc{
    margin-bottom: 27px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
  }
  .green-full-button, .green-full-button:hover {
    position: absolute;
    right: 6px;
    bottom: 5px;
    font-size: 11px;
    background: #59ab66;
    border-radius: 20px;
    padding: 2px 12px 2px 12px;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 3px #717171;
}

.contentgrid .card{
    margin-bottom:15px;
}
.slick-track {
    display: flex !important;
}

.short-desc-home{
    max-height:96px;
    text-overflow: ellipsis;
}

.short-desc-news{
    margin-bottom: 27px;
    max-height: 99px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 13px;
}

/* .main-header .logo img {
    animation: fadeInAnimation 13s linear infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
} */

.green-full-button-btn , .green-full-button-btn:hover{
    padding: 10px;
    font-size: 11px;
    background: #59ab66;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 3px #717171;

}
.source-btn{
    font-size:16px;
}

.top_hierarchy .owl-carousel .owl-item img{
        margin:auto;
}
  

.logoheader{
    max-width: 200%;
}

  .nabl_accreditation p , .ndtlist p{
        text-align: justify!important;
    }


    .rtilisting .textcontainer{
        width: 100%;
    overflow: auto;
    }