/* Catania - Computer Repairs HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Quote Box
7. Servives Section
8. Fullwidth Section One
9. Repair Section
10. Tabbed Section
11. Vertical Testimonial
12. Clients Column
13. Facts Counter
14. News Section
15. Main Footer
16. Welcome Section
17. Client Section
18. Repair Block
19. Team Section
20. Testimonial Section
21. Why Us Section
22. Appointment Section
23. Fullwidth Gallery
24. Accordian Section
25. Shop Section
26. Newsletter Section
27. Map Section
28. Shop Single
29. Blog Classic
30. Blog Detail
31. Contact Form

**********************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto', sans-serif;*/
@import url("font-awesome.css");

@import url("flaticon.css");

@import url("animate.css");

@import url("owl.css");

@import url("jquery.fancybox.css");

@import url("jquery.bootstrap-touchspin.css");
/*** 

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

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

textarea {
    resize: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*** 

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

 ***/
body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
}

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

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.6em;
    font-family: "Source Sans Pro", sans-serif;
}

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

.gray-bg {
    background-color: #fafafa !important;
}

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

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

.medium-container {
    max-width: 850px;
}

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

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

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

.centered {
    text-align: center;
}

/*Social Icon One*/
.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.social-icon-one li a {
    position: relative;
    width: 38px;
    height: 38px;
    color: #777777;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-one li a:hover {
    color: #9dd15b;
    border-color: #0a3d55;
    background-color: #0a3d55;
}

/*Social Icon Two*/
.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.social-icon-two li a {
    position: relative;
    width: 38px;
    height: 38px;
    color: #ffffff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #313131;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-two li a:hover {
    color: #9dd15b;
}

/*Social Icon Three*/
.social-icon-three {
    position: relative;
}

.social-icon-three a {
    position: relative;
    width: 38px;
    height: 38px;
    color: #ffffff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    background-color: #0a3d55;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-three a:hover {
    background: #9dd15b;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    padding: 7px 40px;
    line-height: 24px;
    text-transform: uppercase;
    background: #9dd15b;
    color: #ffffff;
    border: 2px solid #9dd15b;
    font-size: 13px;
    font-weight: 900;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
}

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

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    padding: 7px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffffff;
    color: #333333;
    border: 2px solid #ffffff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
}

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

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    padding: 8px 36px;
    line-height: 24px;
    background: #124056;
    font-size: 13px;
    font-weight: 900;
    border-radius: 3px;
    color: #ffffff;
    border: 2px solid #124056;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

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

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    padding: 9px 34px 7px;
    line-height: 24px;
    background: none;
    font-size: 13px;
    font-weight: 900;
    border-radius: 3px;
    color: #333333;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

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

.theme_color {
    color: #9dd15b;
}

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

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

/*** 

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

***/
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #9dd15b;
}

/*** 

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

***/
.header-top .social-icon {
    position: relative;
    display: inline-block;
}

.header-top .social-icon a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    border: 2px solid #0a3d55;
    color: #ffffff;
    border-radius: 50%;
    background-color: #0a3d55;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
    color: #9dd15b;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

.main-header .auto-container {
    position: relative;
}

.main-header .header-top {
    position: relative;
    background: #002739;
    color: #ffffff;
    font-size: 13px;
}

.main-header .header-top .top-right {
    text-align: right;
    padding: 0px 0px;
    float: right;
}

.main-header .header-top .top-left {
    padding: 11px 0px;
    float: left;
}

.main-header .header-top .top-left .text {
    display: inline-block;
    color: #c8c8c8;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 5px;
}

.main-header .header-top .top-left .text a {
    color: #efefef;
    text-decoration: underline;
}

.main-header .header-top .search-form {
    position: relative;
    float: left;
    height: 60px;
}

.main-header .header-top form {
    position: relative;
}

.main-header .header-top .form-group {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.main-header .header-top .form-group input[type="text"],
.main-header .header-top .form-group input[type="search"],
.main-header .header-top .form-group input[type="email"],
.main-header .header-top .form-group textarea {
    position: relative;
    display: inline-block;
    width: 350px;
    left: 3px;
    line-height: 25px;
    padding: 10px 30px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    background: none;
    max-width: 350px;
    background-color: #08364b;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.main-header .header-top .form-group input[type="submit"] {
    position: relative;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 13px;
    color: #ffffff;
    border-color: #ffffff;
    display: inline-block;
}

.main-header .header-top .form-group button {
    position: absolute;
    width: 40px;
    right: 0px;
    top: 0px;
    height: 60px;
    background: none;
}

.main-header .header-top .form-group button .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.main-header .header-top .form-group input[type="search"]:focus {
    border-color: #ffffff;
}

.main-header .lang-dropdown {
    position: relative;
    float: left;
}

.main-header .lang-dropdown .fa-angle-down {
    position: relative;
    top: 1px;
    margin-left: 2px;
}

.main-header .toggle-btn {
    position: relative;
    border: none;
    float: left;
    display: block;
    font-size: 16px;
    padding: 17px 28px;
    line-height: 25px;
    border-radius: 0px;
    background-color: #9dd15b;
}

.main-header .lang-dropdown .dropdown-menu {
    left: 0px;
    top: 100%;
    width: 200px;
    min-width: 100%;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px 0px 0px;
    border-top: 3px solid #08364b;
}

.main-header .lang-dropdown .dropdown-menu li {
    display: block !important;
    text-align: left;
    margin: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.main-header .lang-dropdown .dropdown-menu li:last-child {
    border: none;
}

.main-header .lang-dropdown .dropdown-menu li a {
    display: block;
    line-height: 24px;
    padding: 8px 15px;
    font-size: 14px;
    color: #272727;
    transition: all 300ms ease;
}

.main-header .lang-dropdown .dropdown-menu li a:hover {
    background: #9dd15b;
    color: #ffffff;
}

.header-style-two {
    background: none;
}

.header-style-two .header-lower {
    position: relative;
    height: 45px;
}

.header-style-two .header-lower .main-box {
    position: relative;
    background: none;
    border: 0px;
}

.header-style-two .header-lower .main-box .logo-box {
    padding: 12px 0px 10px;
}

.header-style-two .main-menu .navigation > li {
    margin-right: 0px;
    float: left;
    padding: 0px !important;
}

.header-style-two .main-menu .navigation > li.dropdown > a {
    padding-right: 25px;
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a {
    background-color: #002739;
    color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a {
    color: #ffffff;
    padding: 34px 15px;
}

.header-style-three .main-menu .navigation > li > a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a:after {
    right: 9px !important;
}

.header-style-two .main-menu .navigation > li {
    padding: 0px 0px;
}

.header-style-two .header-lower .main-box .outer-container {
    position: relative;
    background-color: #9dd15b;
    padding-left: 35px;
    border-radius: 5px;
}

.header-style-two .outer-box {
    top: 0% !important;
    margin-top: 0px !important;
}

.header-style-two .toggle-btn {
    border-radius: 0px 4px 4px 0px;
    background-color: #8ac045;
    padding: 33px 28px;
}

.main-header.fixed-header .main-box .logo-box {
    padding: 11px 0px;
}

.main-header.fixed-header .main-menu .navigation > li {
    padding: 34px 0px;
}

.header-style-two.fixed-header .main-box {
    background-color: #9dd15b;
    border: 0px !important;
}

.header-style-two.fixed-header .outer-container {
    background: #9dd15b !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.main-header .header-top-two {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 2px solid #9dd15b;
}

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

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

.header-top-two .info-links {
    position: relative;
}

.header-top-two .info-links li {
    position: relative;
    padding-right: 15px;
    margin-right: 12px;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #777777;
}

.header-top-two .info-links li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: 0px;
}

.header-top-two .info-links li a {
    color: #777777;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.header-top-two .info-links li a strong {
    font-size: 17px;
    font-weight: 700;
}

.header-top-two .info-links li a .icon {
    position: relative;
    color: #9dd15b;
    margin-right: 5px;
}

.header-style-three {
    position: absolute;
    background: none;
}

.header-style-three .header-top {
    padding: 10px 0px;
    background-color: rgba(0, 39, 57, 0.7);
}

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

.header-style-three .header-top .top-left .toggle-btn {
    background: none;
    padding: 0px;
    margin-top: 4px;
    padding-right: 15px;
    margin-right: 15px;
}

.header-style-three .header-top .top-left .lang-dropdown .toggle-btn:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 8px;
    width: 1px;
    height: 13px;
    background-color: #9aa4aa;
}

.header-style-three .main-box {
    background: none !important;
    border: 0px !important;
}

.header-style-three.fixed-header .main-box {
    background-color: #002739 !important;
}

.header-style-three .nav-outer .outer-box {
    margin-top: -22px !important;
}

.header-style-three .header-top .social-icon a {
    border: 2px solid #89898a;
    background: none;
}

.header-style-three .info-box {
    position: relative;
    float: left;
    margin-top: 6px;
}

.header-style-three .info-box li {
    position: relative;
    padding-right: 15px;
    margin-right: 12px;
    line-height: 1em;
    display: inline-block;
}

.header-style-three .info-box li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.header-style-three .info-box li a .icon {
    position: relative;
    color: #9dd15b;
    margin-right: 5px;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    border-bottom: 3px solid #9dd15b;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
    position: fixed;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 20;
    padding: 28px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-toggler {
    position: absolute;
    right: 110px;
    top: 50%;
    margin-top: -18px;
    display: none;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 36px;
    width: 40px;
    background: #fc721e;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #fc721e;
    border-radius: 3px;
    font-weight: normal;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    padding-right: 200px;
}

.main-menu {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 51px 0px;
    margin: 0px 25px 0px 0px;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    width: 10px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #444444;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 700;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Source Sans Pro", sans-serif;
}

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

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 240px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #9dd15b;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.light-version .main-box .main-menu .navigation > li > ul {
    margin-top: -20px;
}

.header-style-three .main-menu .navigation > li > ul {
    margin-top: -20px;
}

.header-style-three.fixed-header .main-menu .navigation > li > ul {
    margin-top: 0px;
}

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

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation > li > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 40px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #242424;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > a:before {
    font-family: "FontAwesome";
    content: "\f10c";
    position: absolute;
    left: 20px;
    top: 12px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 10px;
    font-weight: normal;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > a:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    left: 23px;
    top: 12px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 3px;
    font-weight: normal;
    z-index: 5;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #9dd15b;
    background: #f9f9f9;
}

/*.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}*/
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 240px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #9dd15b;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 40px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #242424;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    font-family: "FontAwesome";
    content: "\f10c";
    position: absolute;
    left: 20px;
    top: 12px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 10px;
    font-weight: normal;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li > a:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    left: 23px;
    top: 12px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 3px;
    font-weight: normal;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #9dd15b;
    background: #f9f9f9;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    height: 34px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #9dd15b;
    background: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .nav-outer .outer-box {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 12;
    margin-top: -15px;
}

.main-header .nav-outer .outer-box .contact-number {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    padding-left: 25px;
}

.main-header .nav-outer .outer-box .contact-number:before {
    position: absolute;
    content: "\f095";
    left: 0px;
    top: 0px;
    font-size: 20px;
    color: #9dd15b;
    font-family: "FontAwesome";
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/
.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .overlay-layer {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-slider .blue-layer {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 39, 57, 0.75);
}

.main-slider .tp-dottedoverlay {
    background: none !important;
}

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

.main-slider .large-text {
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.8em;
    font-family: "Roboto", sans-serif;
}

.main-slider .text {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8em;
}

.main-slider .text.light {
    color: #ffffff;
    font-size: 30px;
}

.main-slider h2 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}

.main-slider .video-btn-box {
    position: relative;
    width: 100%;
    max-width: 76px;
    max-height: 76px;
    margin: 0 auto 40px;
}

.main-slider .video-btn-box a {
    position: relative;
    display: block;
    width: 82px;
    height: 82px;
    max-width: 76px;
    max-height: 76px;
    line-height: 68px;
    padding: 0px;
    padding-left: 5px;
    font-size: 20px;
    color: #ffffff;
    border: 4px solid #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.main-slider .video-btn-box a:hover {
    color: #9dd15b;
    border-color: #9dd15b;
    background: #ffffff;
}

.main-slider .btn-style-one {
    color: #ffffff !important;
}

.main-slider .btn-style-two {
    color: #333333 !important;
}

.main-slider .btn-style-two:hover {
    color: #ffffff !important;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    min-width: 160px;
    text-align: center;
    border-width: 2px !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 54px !important;
    overflow: hidden;
    height: 54px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    color: #ffffff;
    font-size: 20px;
    height: 55px !important;
    line-height: 52px;
    width: 50px !important;
    padding: 0px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: "\f104";
    font-family: "FontAwesome";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: "\f105";
    font-family: "FontAwesome";
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    background: #ffffff;
    color: #002739;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

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

/*** 

====================================================================
	Quote Section
====================================================================

***/
.quote-section .quote-inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-section .quote-inner .content-box {
    position: relative;
    padding-left: 310px;
}

.quote-section .quote-inner .content-box .inner-content {
    position: relative;
    padding: 40px 60px 40px 30px;
    background-color: #f6f6f6;
}

.quote-section .quote-inner .content-box .inner-content:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 80px;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.quote-section .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 90px;
    line-height: 1.6em;
    width: 310px;
    padding-right: 40px;
    height: 100%;
    text-align: center;
    background-color: rgba(157, 209, 91, 0.92);
}

.quote-section .content-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.quote-section .content-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.quote-section .content-box .btn-style-three {
    margin-top: 8px;
}

/*** 

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

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

.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.sec-title .separator {
    position: relative;
    width: 120px;
    height: 20px;
    margin-bottom: 15px !important;
    background: url(../images/icons/separator.png) no-repeat;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 1.6em;
    max-width: 630px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .separator {
    margin: 0 auto;
    background-position: center center;
}

.sec-title.centered .text {
    margin: 0 auto;
}

/*** 

====================================================================
	Section Title Light
====================================================================

***/
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .text {
    color: #d1d1d1;
}

/*** 

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

***/
.services-section {
    position: relative;
    padding: 135px 0px 110px;
}

.services-section.repair {
    padding-bottom: 150px;
}

.services-style-one {
    position: relative;
    margin-bottom: 65px;
}

.services-style-one .inner {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 40px 35px 0px;
    border: 1px solid #ececec;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-style-one .inner .image-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 39, 57, 0.95);
}

.services-style-one .inner .icon-box {
    position: relative;
    color: #9dd15b;
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner h3 a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-one .inner h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-one .inner h3:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -16px;
    background-color: #9dd15b;
}

.services-style-one .inner .text {
    position: relative;
    line-height: 1.8em;
    color: #777777;
    font-size: 16px;
    margin-bottom: 25px;
}

.services-style-one .inner .arrow-box {
    position: relative;
    width: 50px;
    height: 50px;
    color: #14445a;
    top: 16px;
    line-height: 48px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -10px;
    background-color: #fafafa;
    border: 1px solid #ececec;
}

.services-style-one .inner:hover .icon-box,
.services-style-one .inner:hover h3 a,
.services-style-one .inner:hover .text {
    color: #ffffff;
}

.services-style-one .inner:hover .arrow-box {
    background-color: #9dd15b;
    border-color: #9dd15b;
    color: #ffffff;
}

.services-style-one .inner:hover .image-layer {
    opacity: 1;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/
.fullwidth-section-one {
    position: relative;
}

.fullwidth-section-one .section-outer {
    position: relative;
    background-color: #002739;
}

.fullwidth-section-one .section-outer .left-column {
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    width: 50%;
    height: 100%;
    padding: 100px 0px 75px 0px;
}

.fullwidth-section-one .section-outer .left-column .content {
    position: relative;
    max-width: 600px;
    float: right;
    width: 100%;
    padding: 0px 40px 0px 15px;
}

.fullwidth-section-one .section-outer .left-column .content .sec-title {
    margin-bottom: 20px;
}

.fullwidth-section-one .section-outer .left-column .content .text {
    position: relative;
    margin-bottom: 50px;
}

.fullwidth-section-one .section-outer .left-column .content .text p {
    position: relative;
    color: #dbdbdb;
    margin-bottom: 15px;
}

.fullwidth-section-one .section-outer .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45%;
    height: 100%;
    display: block;
    float: left;
}

.fullwidth-section-one .section-outer .image-column .hidden-image {
    display: none;
}

/*list style*/
.list-style {
    position: relative;
    margin-bottom: 30px;
}

.list-style li {
    position: relative;
    color: #e3e3e3;
    font-size: 18px;
    font-weight: 600;
    padding-left: 50px;
    text-transform: uppercase;
}

.list-style:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 0px;
    height: 100%;
    border-right: 1px dashed #184f68;
}

.list-style:last-child::after {
    display: none;
}

.list-style li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 1em;
    font-size: 34px;
    color: #9dd15b;
    font-weight: 400;
}

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

.list-style-one li {
    position: relative;
    padding-left: 50px;
    color: #cccccc;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 25px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #9dd15b;
    font-size: 16px;
    min-width: 30px;
    line-height: 1em;
    padding-right: 15px;
    border-right: 1px solid #5a5a5a;
}

.services-style-two {
    position: relative;
    margin-bottom: 50px;
}

.services-style-two .inner {
    position: relative;
}

.services-style-two .inner .image-box {
    position: relative;
}

.services-style-two .inner .image-box a img {
    position: relative;
    display: block;
    width: 100%;
}

.services-style-two .inner .lower-box {
    position: relative;
    border: 1px solid #ececec;
    border-top: 0px;
    text-align: center;
    padding: 30px 30px 30px;
}

.services-style-two .inner .lower-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.services-style-two .inner .lower-box h3 a {
    position: relative;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-two .inner .lower-box h3 a:hover {
    color: #9dd15b;
}

.services-style-two .inner .lower-box h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-two .inner .lower-box h3:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -16px;
    background-color: #9dd15b;
}

.services-style-two .inner .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
}

.tab-section {
    position: relative;
    padding: 135px 0px 115px;
}

.tab-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 39, 57, 0.97);
}

/*** 

====================================================================
	Work Tabs Style
====================================================================

***/
.work-info-tabs {
    position: relative;
    margin-top: 60px;
}

.works-tabs {
    position: relative;
}

.works-tabs .tab-btns {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.works-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: "Source Sans Pro", sans-serif;
}

.works-tabs .tab-btns .tab-btn:hover,
.works-tabs .tab-btns .tab-btn.active-btn {
    color: #9dd15b;
}

.works-tabs .tabs-content {
    position: relative;
}

.works-tabs .tabs-content .tab {
    position: relative;
    padding: 50px 0px 0px;
    display: none;
}

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

/*default portfolio item*/
.default-portfolio-item {
    position: relative;
    padding-bottom: 30px;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(157, 209, 91, 0.9);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.default-portfolio-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 a {
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
    color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 46px;
    height: 46px;
    margin: 0px 5px;
    line-height: 44px;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link .icon {
    position: relative;
}

.default-portfolio-item .overlay-inner .image-link:hover {
    background: #ffffff;
    color: #0a3d55;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/
.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: "\f178";
}

.fancybox-prev span:before {
    content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/*** 

====================================================================
	Default Section
====================================================================

***/
.default-section {
    position: relative;
    padding: 135px 0px 130px;
}

.default-section .testimonials-column {
    margin-bottom: 50px;
}

.default-section .column .sec-title {
    margin-bottom: 30px;
}

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

.sponsors-style-one:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    border: 1px solid #ffffff;
}

.sponsors-style-one .column {
    position: relative;
    padding: 20px 0px;
    border-right: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
}

.sponsors-style-one .column .image-box {
    position: relative;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sponsors-style-one .column .image-box a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.sponsors-style-one .column .image-box img {
    position: relative;
    max-width: 100%;
    opacity: 0.7;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sponsors-style-one .column .image-box:hover img {
    opacity: 1;
}

.single-vertical-carousel .slick-dots {
    display: none !important;
}

.single-vertical-carousel .prev-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    color: #e5e5e5;
    background: none;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-vertical-carousel .next-btn {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 35px;
    height: 35px;
    color: #e5e5e5;
    background: none;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 12;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover {
    color: #414141;
}

/*Testimonial Block*/
.testimonial-block {
    position: relative;
}

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

.testimonial-block .inner-box .author-info {
    position: relative;
    padding-left: 98px;
    min-height: 76px;
    margin-bottom: 25px;
}

.testimonial-block .inner-box .author-info .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block .inner-box .author-info h3 {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.testimonial-block .inner-box .author-info .designation {
    color: #777777;
    font-size: 14px;
}

.testimonial-block .inner-box .author-info .quote-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #9dd15b;
    font-size: 32px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-style: italic;
    line-height: 1.8em;
    margin-bottom: 10px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/
.counter-section {
    position: relative;
    padding: 100px 0px 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fafafa;
}

.fact-counter {
    text-align: center;
}

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

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .content {
    position: relative;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 70px;
    line-height: 42px;
    color: #9dd15b;
}

.fact-counter .count-outer .plus-tag {
    position: relative;
    font-size: 40px;
    margin-left: -10px;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 5px;
}

.news-section {
    position: relative;
    padding: 135px 0px 90px;
}

.blog-classic .styled-pagination {
    margin-top: 90px;
}

.blog-grid .styled-pagination {
    margin-top: 40px;
}

.news-style-one {
    position: relative;
    margin-bottom: 50px;
}

.news-style-one .inner {
    position: relative;
}

.news-style-one .inner .image {
    position: relative;
}

.news-style-one .inner .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-style-one .inner .image .date-box {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    color: #ffffff;
    font-size: 45px;
    min-width: 80px;
    line-height: 32px;
    font-weight: 700;
    padding-top: 16px;
    text-align: center;
    display: inline-block;
    background-color: #9dd15b;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.news-style-one .inner .image .date-box span {
    display: block;
    font-size: 14px;
}

.news-style-one .inner .lower-box {
    position: relative;
    padding-top: 20px;
}

.news-style-one .inner .lower-box .upper-content {
    position: relative;
}

.news-style-one .inner .lower-box .upper-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.news-style-one .inner .lower-box .upper-content h3 a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner .lower-box .upper-content h3 a:hover {
    color: #9dd15b;
}

.news-style-one .inner .lower-box .upper-content .meta-option {
    position: relative;
}

.news-style-one .inner .lower-box .upper-content .meta-option li {
    position: relative;
    margin-right: 25px;
    color: #777777;
    font-size: 14px;
    display: inline-block;
}

.news-style-one .inner .lower-box .upper-content .meta-option li:after {
    position: absolute;
    content: "";
    right: -13px;
    top: 6px;
    width: 1px;
    height: 13px;
    background-color: #898989;
}

.news-style-one
.inner
.lower-box
.upper-content
.meta-option
li:last-child::after {
    display: none;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a {
    position: relative;
    color: #777777;
    font-size: 14px;
    padding-left: 20px;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: #9dd15b;
    line-height: 1em;
}

.news-style-one .inner .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.news-style-one .inner .lower-box .text p {
    color: #777777;
    font-size: 16px;
    margin-bottom: 15px;
}

.news-style-one .inner .lower-box .text blockquote {
    position: relative;
    color: #777777;
    font-size: 17px;
    padding: 45px 65px;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 2px solid #9dd15b;
}

.news-style-one .inner .lower-box .text blockquote .text {
    margin: 0px;
    line-height: 1.4em;
    display: inline-block;
}

.news-style-one .inner .lower-box .text blockquote .icon-left {
    position: absolute;
    left: -35px;
    top: -20px;
    color: #eaeaea;
    font-size: 28px;
}

.news-style-one .inner .lower-box .text blockquote .icon-right {
    position: relative;
    right: -10px;
    bottom: -10px;
    color: #eaeaea;
    font-size: 28px;
}

.news-style-one .inner .lower-box .read-more {
    position: relative;
    color: #002739;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.news-style-one .inner .lower-box .read-more:hover {
    color: #9dd15b;
}

.blog-single .post-share-options {
    position: relative;
    padding: 20px 0px 10px;
    margin-top: 20px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: #9dd15b;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.blog-single .post-share-options .tags {
    padding-top: 2px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Source Sans Pro", sans-serif;
}

/*Main Footer*/
.main-footer {
    position: relative;
    background-color: #002739;
}

.main-footer .contact-info-section {
    position: relative;
    padding-top: 80px;
}

.map-canvas {
    height: 410px;
}

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

.info-block .inner {
    position: relative;
    padding: 25px 35px;
    padding-left: 150px;
    border: 1px solid #11465e;
}

.info-block .inner .icon-box {
    position: absolute;
    left: 35px;
    top: 38px;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #154d67;
    font-size: 34px;
    color: #9dd15b;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px #073449;
}

.info-block .inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-block .inner .text {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.info-block .inner .visit {
    position: relative;
    color: #9dd15b;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.main-footer .widgets-section {
    position: relative;
    padding: 30px 0px 40px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .footer-widget h2 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.main-footer .footer-widget h2:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.main-footer .footer-widget h2:after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.main-footer .about-widget .text {
    color: #d1d1d1;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
    padding-right: 20px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 12px;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #d1d1d1;
    font-size: 16px;
    padding: 4px 0px 4px 22px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:before {
    content: "\f0a9";
    position: absolute;
    left: 0px;
    top: 4px;
    line-height: 24px;
    font-size: 12px;
    font-family: "FontAwesome";
}

.main-footer .links-widget .list li a:hover {
    color: #9dd15b;
}

/*Tweet Widget*/
.main-footer .tweets-widget .tweet {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .tweets-widget .tweet .text a {
    color: #4f8ba6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .tweets-widget .tweet p {
    margin-bottom: 5px;
    color: #d1d1d1;
    font-size: 16px;
}

.main-footer .tweets-widget .tweet a:hover {
    color: #9dd15b;
}

.main-footer .tweets-widget .tweet:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.main-footer .tweets-widget .tweet .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    line-height: 1.4em;
    color: #9dd15b;
    font-size: 18px;
}

/*Gallery Widget*/
.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0px -6px;
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 6px;
    margin-bottom: 10px;
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.7;
}

/*footer style two*/
.footer-style-two {
    position: relative;
    padding-top: 50px;
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*Logo Widget*/
.main-footer .logo-widget .logo-box {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .logo-widget .widget-content .text {
    position: relative;
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 20px;
}

.main-footer .logo-widget .copyright {
    position: relative;
    color: #d1d1d1;
    font-size: 15px;
    margin-top: 50px;
}

/*Posts Widget*/
.main-footer .posts-widget .post {
    position: relative;
    padding-left: 75px;
    min-height: 70px;
    margin-bottom: 20px;
}

.main-footer .posts-widget .post:last-child {
    margin-bottom: 0px;
}

.main-footer .posts-widget .post .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    border-radius: 50%;
}

.main-footer .posts-widget .post .image img {
    position: relative;
    display: block;
    width: 70px;
    border-radius: 50%;
}

.main-footer .posts-widget .post .text {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    color: #d1d1d1;
    margin-bottom: 7px;
}

.main-footer .posts-widget .post .text a {
    position: relative;
    color: #d1d1d1;
}

.main-footer .posts-widget .post .time {
    position: relative;
    color: #9dd15b;
    line-height: 20px;
    font-style: italic;
    font-size: 14px;
}

/*Hours Widget*/
.hours-widget ul {
    position: relative;
}

.hours-widget ul li {
    position: relative;
    margin-bottom: 12px;
    color: #cccccc;
    font-size: 15px;
}

.hours-widget ul li span {
    color: #9dd15b;
    text-transform: uppercase;
}

/*Subscribe Widget*/
.main-footer .newsletter-form {
    margin-bottom: 30px;
}

.main-footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 20px;
    height: 42px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
    background: #313131;
    border: 1px solid #555555;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
    background: #434141;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

/*footer bottom*/
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    background-color: #001f2e;
}

.main-footer .footer-bottom .copyright {
    color: #d1d1d1;
    font-size: 16px;
    text-align: center;
}

.footer-style-three .footer-bottom {
    background-color: #222222;
    padding: 15px 0px;
}

.footer-style-three .footer-bottom .copyright {
    color: #b9b9b9;
    font-size: 15px;
    text-align: right;
    margin-top: 18px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/
.welcome-section {
    position: relative;
    padding-top: 125px;
}

.welcome-section:after {
    position: absolute;
    content: "";
    width: 500px;
    right: 200px;
    top: 0px;
    height: 100%;
    background: url(../images/resource/pattern-1.png) no-repeat;
}

.welcome-section .content-column {
    position: relative;
    z-index: 10;
}

.welcome-section .content-column .inner-box {
    position: relative;
    padding: 30px 0px 50px;
}

.welcome-section .content-column .inner-box .sec-title {
    margin-bottom: 15px;
}

.welcome-section .content-column .inner-box .text {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 44px;
    border-bottom: 1px solid #eaeaea;
}

.welcome-section .content-column .inner-box .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-bottom: 20px;
}

.welcome-section .content-column .inner-box .text p:last-child {
    margin-bottom: 0px;
}

.welcome-section .image-column {
    position: relative;
    text-align: center;
    z-index: 1;
}

.welcome-section .image-column .image {
    position: relative;
    margin-top: 80px;
}

/*** 

====================================================================
	Client Section
====================================================================

***/
.client-section {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.client-section .clinet-inner {
    position: relative;
    border: 0px;
    padding: 90px 0px 30px;
}

.client-section .title-column {
    position: relative;
    margin-bottom: 50px;
}

.client-section .title-column .sec-title {
    margin-bottom: 20px;
}

.client-section .title-column .text {
    position: relative;
    color: #bfbfbf;
}

.client-section .carousel-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.client-section .sponsors-outer .owl-nav {
    display: none !important;
}

.client-section .carousel-column .image-box img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.client-section:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 39, 57, 0.95);
}

.client-section .sec-title h2 {
    color: #ffffff;
}

.client-section .carousel-column .image-box a img {
    border: 1px solid #34515f;
    opacity: 1;
}

/*** 

====================================================================
	Repair Section
====================================================================

***/
.repair-section {
    position: relative;
    padding: 135px 0px 100px;
}

.repair-section .image-column {
    position: relative;
    margin-bottom: 20px;
}

.repair-section .image-column .column {
    margin-bottom: 25px;
}

.repair-section .image-column .column .inner .text {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 22px;
    text-transform: uppercase;
}

.repair-section .image-column .column.before .inner:after {
    position: absolute;
    content: "";
    left: 80%;
    bottom: -20px;
    width: 142px;
    height: 40px;
    background: url(../images/icons/curve-arow.png) no-repeat;
}

.repair-section .image-column .image {
    position: relative;
    text-align: center;
  /*padding:0px 20px;
	padding-right:50px;*/
}

.repair-section .image-column .image img {
    max-width: 100%;
    display: inline-block;
}

.repair-section .content-column {
    position: relative;
}

.repair-section .content-column .inner-box {
    position: relative;
    padding-left: 30px;
}

.repair-block {
    position: relative;
    margin-bottom: 42px;
}

.repair-block .inner {
    position: relative;
    padding-left: 110px;
}

.repair-block .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
    color: #9dd15b;
    font-size: 36px;
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.repair-block .inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.repair-block .inner h3 a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.repair-block .inner h3 a:hover {
    color: #9dd15b;
}

.repair-block .inner h3:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.repair-block .inner h3:after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.repair-block .inner .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
}

.repair-block .inner:hover .icon-box {
    background-color: #9dd15b;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
    -ms-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
    -o-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
}

/*** 

====================================================================
	services Section Two
====================================================================

***/
.services-section-two {
    position: relative;
    padding: 135px 0px 100px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 39, 57, 0.95);
}

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

.services-style-three .inner-box {
    position: relative;
    margin-left: 70px;
    border: 1px solid #174e67;
    padding: 25px 30px 36px 100px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-three .inner-box .image-box {
    position: absolute;
    left: -70px;
    top: 20px;
    width: 140px;
    height: 140px;
    border: 5px solid #ffffff;
}

.services-style-three .inner-box .image-box .image img {
    width: 100%;
    display: block;
}

.services-style-three .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-style-three .inner-box h3:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-three .inner-box h3:after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-three .inner-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-three .inner-box h3 a:hover {
    color: #9dd15b;
}

.services-style-three .inner-box .text {
    position: relative;
    color: #d1d1d1;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 20px;
}

.services-style-three .inner-box:hover {
    border-color: #9dd15b;
}

/*** 

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

***/
.team-section {
    position: relative;
    padding: 135px 0px 150px;
}

.team-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -100px;
    padding: 5px 0px;
    border: 1px solid #e7e7e7;
}

.team-section .owl-nav .owl-prev {
    border-right: 1px solid #e8e8e8;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    line-height: 1em;
    color: #c2c2c2;
    font-size: 16px;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
    color: #4e4e4e;
}

.team-member {
    position: relative;
    margin-bottom: 60px;
}

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

.team-member .inner-box .image {
    position: relative;
    text-align: center;
    background-color: #fafafa;
}

.team-member .inner-box .image img {
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.team-member .inner-box .lower-box {
    position: relative;
    padding-top: 15px;
}

.team-member .inner-box .lower-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.team-member .inner-box .lower-box h3 a {
    color: #9dd15b;
}

.team-member .inner-box .lower-box .designation {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
}

/*** 

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

***/
.call-to-action {
    position: relative;
}

.call-to-action .content .image-box {
    position: absolute;
    right: 100%;
    bottom: 30px;
    width: 320px;
}

.call-to-action:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 39, 57, 0.95);
}

.call-to-action .content {
    position: relative;
    padding: 85px 0px 60px;
    margin-left: 180px;
}

.call-to-action .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*** 

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

***/
.testimonial-section {
    position: relative;
    padding: 120px 0px 120px;
    background-color: #fafafa;
}

.testimonial-section .owl-dots {
    position: relative;
    text-align: center;
    padding: 50px 0px 0px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.testimonial-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px;
    background: #eaeaea;
    border-radius: 50%;
    border: 2px solid #eaeaea;
    transition: all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot:hover span {
    border-color: #9dd15b;
    background: #9dd15b;
}

.testimonial-section .owl-nav {
    display: none;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/
.why-us-section {
    position: relative;
    overflow: hidden;
    padding: 145px 0px 100px;
}

.why-us-section .content-column .row {
    margin: 0px -25px;
}

.why-us-section .services-style-four {
    padding: 0px 25px;
}

.why-us-section .image-column {
    position: relative;
    text-align: center;
}

.why-us-section .image-column .image {
  /*position:relative;
	padding-left:20px;*/
    position: absolute;
    padding-left: 20px;
    right: -90px;
}

.why-us-section .image-column .image img {
    display: inline-block;
    max-width: 100%;
}

.services-style-four {
    position: relative;
    margin-bottom: 50px;
}

.services-style-four .inner-box {
    position: relative;
    margin-left: 35px;
    padding: 30px 30px 25px;
    border: 1px solid #e0e0e0;
}

.services-style-four .inner-box .icon-box {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 70px;
    height: 70px;
    color: #9dd15b;
    font-size: 30px;
    line-height: 66px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.services-style-four .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-left: 35px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #333;
}

.services-style-four .inner-box h3:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-four .inner-box h3:after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #9dd15b;
}

.services-style-four .inner-box h3 a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-style-four .inner-box h3 a:hover {
    color: #9dd15b;
}

.services-style-four .inner-box .text {
    color: #777777;
    font-size: 16px;
    margin-top: 28px;
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/
.appointment-section {
    position: relative;
    padding: 90px 0px 50px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 39, 57, 0.95);
}

/*Donate Form*/
.default-form {
    position: relative;
}

.default-form.extended .search-outer {
    background: #242424;
}

.default-form form .form-group {
    position: relative;
    margin: 0px 0px 25px;
}

.default-form form .form-group .field-title {
    color: #707070;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.default-form form input[type="text"],
.default-form form input[type="search"],
.default-form form input[type="tel"],
.default-form form input[type="email"],
.default-form form input[type="range"],
.default-form form textarea,
.default-form form select {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 28px;
    padding: 6px 20px;
    font-size: 14px;
    color: #b7b7b7;
    font-style: normal;
    background: #002739;
    border-radius: 4px;
    transition: all 500ms ease;
    border: 1px solid #1d526a;
}

.appointment-section .default-form form input,
.appointment-section .default-form form select {
    color: #ffffff;
}

.header-bg .default-form .form-group textarea::placeholder {
    color: #fff;
}

.appointment-section .default-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.default-form form input:focus,
.default-form form .form-group textarea:focus {
    background-color: #1d526a;
}

.default-form form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
}

.default-form form select option {
    position: relative;
    color: #656565;
}

.default-form form .form-group textarea {
    height: 120px;
    width: 100%;
    background: #002739;
    border-radius: 4px;
    transition: all 500ms ease;
}

.default-form form .form-group button {
    display: block;
    width: 100%;
}

/*Select DropDown*/
.field-inner .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 42px;
    padding: 6px 20px;
    line-height: 28px;
    color: #b7b7b7;
    background: #002739;
    border-radius: 4px;
    transition: all 500ms ease;
    border: 1px solid #1d526a;
}

.appointment-section .field-inner .ui-selectmenu-button.ui-button {
    color: rgba(255, 255, 255, 0.8);
}

.field-inner .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
}

.field-inner .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
}

.default-form form .theme-btn .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/
.gallery-section {
    position: relative;
    padding: 80px 0px 150px;
}

.gallery-section.fullwidth-gallery {
    padding-bottom: 0px;
}

.fullwidth-gallery .styled-pagination {
    margin-top: 100px;
    margin-bottom: 130px;
}

.gallery-section .gallery-blocks .default-portfolio-item {
    position: relative;
    width: 20%;
    float: left;
    padding-bottom: 0px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/
.accordion-box {
    position: relative;
    padding: 22px 35px 0px;
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
}

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

.accordion-box .block:last-child .acc-content .content {
    padding-top: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    color: #333333;
    text-transform: uppercase;
    padding: 14px 40px 23px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid #ececec;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #9dd15b;
    border-radius: 50%;
    text-align: center;
    background-color: #002739;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
    left: 0px;
    top: 4px;
    line-height: 1em;
}

.accordion-box .block .acc-btn.active {
    color: #9dd15b;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #ffffff;
    background-color: #9dd15b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

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

.accordion-box .block .content {
    position: relative;
    font-size: 15px;
    padding: 20px 0px 0px;
}

.accordion-box .block .content p {
    margin-bottom: 15px;
    line-height: 1.8em;
    font-size: 16px;
    color: #777777;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two {
    background-color: #fafafa;
    margin-top: 50px;
    margin-bottom: 0px;
}

/*** 

====================================================================
	Shop Products Section
====================================================================

***/
.shop-products-section {
    position: relative;
    padding: 135px 0px 100px;
}

.default-shop-item {
    position: relative;
    margin-bottom: 40px;
}

.default-shop-item .inner-box {
    position: relative;
    border: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .sold-out {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.9);
}

.default-shop-item .inner-box .sold-out .sold-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 13px;
    color: #ffffff;
    font-weight: 800;
    padding: 6px 32px;
    border-radius: 4px;
    margin-top: -14px;
    margin-left: -65px;
    text-transform: uppercase;
    background-color: #444444;
    font-family: "Roboto", sans-serif;
}

.default-shop-item .overlay {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    color: #f06529;
    text-align: center;
    z-index: 10;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: rgba(157, 209, 91, 0.8);
}

.default-shop-item:hover .overlay {
    top: 0px;
}

.default-shop-item .overlay .links-box {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    height: 54px;
}

.default-shop-item .overlay .option-btn {
    position: relative;
    display: inline-block;
    line-height: 26px;
    padding: 6px 0px;
    margin: 0px 2px;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #777777;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.default-shop-item .overlay .option-btn:hover {
    background: #0a3d55;
    color: #ffffff;
}

.default-shop-item .inner-box .image-box {
    position: relative;
    overflow: hidden;
}

.default-shop-item .inner-box .image-box .new-item {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 44px;
    z-index: 11;
    background-color: #444444;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.default-shop-item .inner-box .image-box img {
    width: 100%;
    display: block;
}

.default-shop-item .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .lower-content .category {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-style: italic;
}

.default-shop-item .inner-box .lower-content h3 {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.default-shop-item .inner-box .lower-content h3 a {
    position: relative;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
    color: #9dd15b;
}

.default-shop-item .inner-box .lower-content .price {
    color: #9dd15b;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.default-shop-item .inner-box .lower-content .price .discount-price {
    position: relative;
    color: #d2d2d2;
    font-size: 18px;
}

.subscriber-section {
    position: relative;
}

.subscriber-section .subscribe-inner {
    position: relative;
    padding: 60px 15px;
    z-index: 10;
    margin-bottom: -140px;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
}

.subscriber-section .subscribe-inner .sec-title {
    margin-bottom: 25px;
}

/*subscriber form*/
.subscriber-form {
    margin-bottom: 30px;
    max-width: 630px;
    margin: 0 auto;
}

.subscriber-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.subscriber-form .form-group input[type="text"],
.subscriber-form .form-group input[type="tel"],
.subscriber-form .form-group input[type="email"],
.subscriber-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 8px 20px;
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscriber-form .form-group input[type="submit"],
.subscriber-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    padding: 8px 30px;
    border-radius: 0px 4px 4px 0px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/
.map-section .map-container {
    position: relative;
    z-index: 10;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/
.page-title {
    position: relative;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
}

.page-title:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(157, 209, 91, 0.9);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.breadcrumb-outer {
    position: relative;
    text-align: center;
}

.breadcrumb-outer .bread-crumb {
    position: relative;
    padding: 20px 85px;
    margin-top: -22px;
    top: -5px;
    display: inline-block;
    background-color: #002739;
}

.breadcrumb-outer .bread-crumb:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-radius: 50%;
    background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -8px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-radius: 50%;
    background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.breadcrumb-outer .bread-crumb li a {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    margin: 0px 7px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current {
    position: relative;
    color: #9dd15b;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/
.sidebar-page-container {
    position: relative;
    padding: 50px 0;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    margin-bottom: 30px !important;
}

.sidebar {
    position: relative;
}

.services-single-widget {
    position: relative;
    padding: 30px 35px;
    background-color: #fafafa;
}

/*List*/
.sidebar .list {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 14px 20px 14px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Source Sans Pro", sans-serif;
}

.sidebar .list li a .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #777777;
    margin-top: -12px;
}

.sidebar .list li a:hover,
.sidebar .list li.current a {
    color: #ffffff;
    background-color: #9dd15b;
}

.sidebar .list li.current a .icon,
.sidebar .list li a:hover .icon {
    color: #ffffff;
}

/*** 

====================================================================
	Brochures
====================================================================

***/
.brochures {
    position: relative;
}

.brochures h2 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.brochures .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

/*** 

====================================================================
	Brochures files
====================================================================

***/
.brochures .files li {
    position: relative;
    margin-bottom: 10px;
}

.brochures .files li:last-child {
    margin-bottom: 0;
}

.brochures .files li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px 60px;
    border-radius: 5px;
    background-color: #002739;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    font-family: "Source Sans Pro", sans-serif;
}

.brochures .files li a .fa {
    position: relative;
    line-height: 24px;
    padding-right: 8px;
    color: #9dd15b;
}

.services-content .lower-content {
    position: relative;
}

.services-content .lower-content .upper-box {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.services-content .lower-content .upper-box h3 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-content .lower-content .upper-box .title {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-style: italic;
    padding-left: 26px;
    margin-top: 5px;
}

.services-content .lower-content .upper-box .title:before {
    position: absolute;
    content: "\f02c";
    left: 0px;
    top: 0px;
    color: #9dd15b;
    font-style: normal;
    font-family: "FontAwesome";
}

.services-content .lower-content .lower-box {
    position: relative;
    margin-top: 20px;
}

.services-content .lower-content .lower-box .text {
    position: relative;
}

.services-content .lower-content .lower-box .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.services-content .lower-content .lower-box .text h4 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*list style two*/
.list-style-two {
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.list-style-two li {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 22px;
}

.list-style-two li:before {
    position: absolute;
    content: "\f046";
    left: 0px;
    top: 0px;
    color: #9dd15b;
    font-size: 14px;
    font-style: normal;
    font-family: "FontAwesome";
}

/*** 

====================================================================
	Repair Box
====================================================================

***/
.repair-box {
    position: relative;
    background-size: cover;
    margin: 25px 0;
}

.repair-box .inner-box {
    position: relative;
    padding: 35px 40px 35px;
}

.repair-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 39, 57, 0.95);
}

.repair-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.repair-box .text {
    position: relative;
    color: #c9c9c9;
    font-size: 16px;
    margin-bottom: 2px;
}

.repair-box .btn-style-one {
    margin-top: 12px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/
.styled-pagination {
    position: relative;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 9px 5px;
    height: 40px;
    font-size: 20px;
    text-transform: capitalize;
    min-width: 40px;
    background: none;
    color: #b9b9b9;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #002739;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*Products Section*/
.products-section {
    position: relative;
}

.products-section .row {
    position: relative;
    margin: 0px -10px;
}

.products-section .default-shop-item {
    position: relative;
    padding: 0px 10px;
}

.products-section .styled-pagination {
    position: relative;
    margin-top: 60px;
}

.sidebar .sidebar-inner {
    position: relative;
    padding: 25px 30px 25px;
    background-color: #fafafa;
}

.shop-sidebar {
    position: relative;
    padding: 25px 30px;
    background-color: #fafafa;
}

/*Sidebar Widget*/
.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

/*Sidebar Title*/
.sidebar .sidebar-widget .sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

.sidebar .sidebar-widget .sidebar-title h3 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5em;
    padding-right: 20px;
    display: inline-block;
    text-transform: uppercase;
}

/*Search Box*/
.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 15px 50px 11px 20px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #9dd15b;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #9dd15b;
    font-weight: normal;
    border-radius: 0px 3px 3px 0px;
}

/*Range Slider*/
.rangeslider-widget .outer-box {
    position: relative;
    padding: 10px 0px 0px;
}

.rangeslider-widget .form-group {
    position: relative;
    color: #777777;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0px 0px;
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 7px 5px 0px 0px;
    line-height: 24px;
    font-size: 16px;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
    color: #777777;
    font-weight: 700;
    background: none;
    font-family: "Source Sans Pro", sans-serif;
}

.rangeslider-widget .noUi-connect {
    background: #002739 !important;
    box-shadow: none;
}

.rangeslider-widget .noUi-background {
    background: #e7e7e7 !important;
}

.rangeslider-widget .noUi-handle {
    top: -12px !important;
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid #e7e7e7 !important;
    cursor: pointer;
    width: 10px !important;
    height: 30px !important;
    background: #ffffff !important;
    margin-left: 14px;
}

.rangeslider-widget .noUi-horizontal {
    height: 7px !important;
    box-shadow: none !important;
    background: #f06529;
    border: 0px;
}

.rangeslider-widget .btn-style-two {
    padding-left: 30px;
    font-size: 12px;
    color: #222222;
    padding-right: 30px;
}

/*List*/
.sidebar .cat-list {
    position: relative;
}

.sidebar .cat-list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #ececec;
}

.sidebar .cat-list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0px 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .cat-list li:last-child {
    border: 0px;
}

.sidebar .cat-list li:last-child a {
    padding-bottom: 0px;
}

.sidebar .cat-list li a:hover,
.sidebar .cat-list li.current a {
    color: #222222;
}

/*Color List*/
.sidebar .color-list {
    position: relative;
}

.sidebar .color-list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #ececec;
}

.sidebar .color-list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0px 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .color-list li:last-child {
    border: 0px;
}

.sidebar .color-list li:last-child a {
    padding-bottom: 0px;
}

.sidebar .color-list li a:hover,
.sidebar .color-list li.current a {
    color: #222222;
}

.sidebar .color-list li a .color {
    position: relative;
    float: right;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

/*Popular Posts*/
.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 80px;
    min-height: 70px;
    margin-bottom: 30px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    border-radius: 3px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .popular-posts .post h4 {
    position: relative;
    top: -5px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 400;
    color: #777777;
    line-height: 1.4em;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #a9d670;
}

.sidebar .popular-posts .post h4 a {
    color: #777777;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #333333;
    font-style: italic;
}

.sidebar .popular-posts .post-info .fa {
    position: relative;
    padding-right: 5px;
    color: #a9d670;
    font-style: normal;
}

/*Popular Tags*/
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 28px 6px;
    margin: 0px 7px 10px 0px;
    border: 1px solid #e8e8e8;
    color: #777777;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    background-color: #9dd15b;
    border-color: #9dd15b;
    color: #ffffff;
}

/*basic details*/
.product-details .basic-details {
    position: relative;
    padding-bottom: 55px;
}

.product-details .image-column,
.product-details .info-column {
    position: relative;
    margin-bottom: 30px;
}

.product-details .image-column .image {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.product-details .image-column .image .image-text {
    position: absolute;
    left: 100px;
    bottom: 20px;
    color: #777777;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding-left: 20px;
}

.product-details .image-column .image .image-text:before {
    position: absolute;
    content: "\f196";
    left: 0px;
    top: 0px;
    color: #777777;
    font-family: "FontAwesome";
}

.product-details .image-column img {
    display: block;
    width: 100%;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ececec;
}

.product-details .basic-details .details-header .new-product {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 44px;
    z-index: 11;
    background-color: #444444;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .details-header .item-category {
    position: relative;
    color: #777777;
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .details-header h4 a {
    color: #333333;
}

.product-details .basic-details .details-header .rating {
    font-size: 12px;
    color: #29af8a;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 3px;
}

.product-details .basic-details .details-header .rating .fa-star-o {
    color: #999999;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #222222;
}

.product-details .basic-details .details-header .item-price {
    font-size: 22px;
    font-weight: 700;
    color: #9dd15b;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .text {
    margin-bottom: 30px;
    line-height: 1.8em;
    color: #777777;
    font-size: 16px;
}

.product-details .basic-details .options {
    position: relative;
    margin-top: 14px;
}

/*Item Quantity*/
.basic-details .quantity-spinner {
    position: relative;
    display: block;
    width: 100px;
    margin-left: 40px;
    padding: 0px 30px;
}

.basic-details .product-details .quantity-spinner {
    position: relative;
    display: inline-block;
}

.basic-details .product-details .item-quantity strong {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    font-family: "Source Sans Pro", sans-serif;
}

.basic-details .quantity-spinner input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 4px 10px;
    margin: 0px 0px;
    font-size: 18px;
    height: 28px;
    color: #777777;
    text-align: center;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.basic-details .quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 20px;
    padding: 3px 5px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #777777;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    z-index: 1;
    border-radius: 5px;
}

.basic-details .quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    line-height: 20px;
    padding: 3px 5px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
    color: #777777;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    z-index: 1;
    border-radius: 5px;
}

/*sel colors*/
.product-details .basic-details .sel-colors {
    position: relative;
    margin-bottom: 15px;
}

.product-details .basic-details .sel-colors strong {
    position: relative;
    top: -11px;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    margin-right: 10px;
}

.product-details .basic-details .sel-colors .color-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.product-details .basic-details .sel-colors .color-box input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.product-details .basic-details .sel-colors .color-box label {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border: 4px solid transparent;
    cursor: pointer;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.product-details
.basic-details
.sel-colors
.color-box
input[type="radio"]:checked
+ label {
    border-color: #ffffff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.product-details .basic-details .options .option-btn {
    width: 50px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #bdbdbd;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.product-details .basic-details .options .option-btn:hover {
    color: #ffffff;
    background: #9dd15b;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/
.product-info-tabs {
    position: relative;
    margin-bottom: 70px;
}

.prod-tabs {
    position: relative;
}

.prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    font-size: 18px;
    color: #777777;
    top: 2px;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
    display: inline-block;
    margin: 0px 50px 0px 0px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-family: "Source Sans Pro", sans-serif;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #333333;
    border-color: #9dd15b;
}

.prod-tabs .tabs-container {
    position: relative;
}

.prod-tabs .tabs-container .tab {
    position: relative;
    display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
    margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab p {
    color: #777777;
    font-size: 16px;
}

.prod-tabs .reviews-container {
    position: relative;
}

.prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    padding: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%;
}

.prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px 15px 5px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.prod-tabs .reviews-container .rating {
    color: #9dd15b;
    font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
    margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
    font-size: 13px;
}

.prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

.prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}

.prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
    color: #9dd15b;
}

.prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.prod-tabs .add-review h3 {
    margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
    padding: 8px 35px;
}

.sidebar-page-container
.content-side
.default-shop-item
.inner-box
.lower-content {
    background-color: #fafafa;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-area .comment-box {
    position: relative;
}

.comments-area .comment {
    position: relative;
    margin-bottom: 30px;
}

.comments-area .comment .comment-content {
    position: relative;
    padding: 28px 30px 25px;
    border: 2px solid #f4f4f4;
}

.comments-area .comment .comment-content:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 25px;
    width: 21px;
    height: 22px;
    background: url(../images/icons/curve.jpg) no-repeat;
}

.comments-area .comment:last-child .comment-content {
    margin-bottom: 0px;
}

.comments-area .reply-comment {
    margin-left: 115px;
}

.comments-area .comment.reply-comment .author-thumb {
    width: 77px;
}

.comments-area .comment.reply-comment .comment-inner {
    padding-left: 110px;
}

.comments-area .comment .comment-inner {
    position: relative;
    padding-left: 115px;
    min-height: 70px;
    margin-bottom: 30px;
}

.comments-area .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comments-area .comment .author-thumb img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.comments-area .comment .comment-header {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.comments-area .comment .comment-header h4 {
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    display: inline-block;
    text-transform: uppercase;
}

.comments-area .comment .comment-header .comment-info a {
    color: #fc721e;
    font-style: italic;
}

.comments-area .comment .text {
    line-height: 1.8em;
    font-size: 16px;
    color: #777777;
    margin-bottom: 0px;
    margin-top: 6px;
}

.comments-area .comment .info {
    line-height: 1em;
    font-size: 15px;
    color: #9dd15b;
    font-weight: 700;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #9dd15b;
}

.comments-area .comment a.reply {
    position: relative;
    display: inline-block;
    color: #9dd15b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
    top: -4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.comments-area .comment a.reply span {
    color: #9dd15b;
}

.comments-area .comment a.reply:hover {
    color: #06d666;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/
.comment-form {
    margin-top: 10px;
}

.comment-form .row {
    margin: 0px -10px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid transparent;
    height: 44px;
    background: #f6f6f6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #9dd15b;
    background-color: #ffffff;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    height: 150px;
    resize: none;
    background: #f6f6f6;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    padding: 7px 60px;
    margin-top: 10px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/
.contact-form-section {
    position: relative;
    padding: 120px 0px 0px;
}

.contact-form-section .image-column .image {
    position: absolute;
    left: -80px;
}

.contact-form-section .contact-form {
    margin-bottom: 100px;
}

.contact-form-section .contact-form .sec-title {
    margin-bottom: 30px;
}

.contact-form .row {
    margin: 0px -10px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid transparent;
    height: 44px;
    background: #f6f6f6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #9dd15b;
    background-color: #ffffff;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    height: 150px;
    resize: none;
    background: #f6f6f6;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form button {
    position: relative;
    padding: 7px 60px;
    margin-top: 10px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #f06529;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

/*Cart Section*/
.shoping-cart {
    position: relative;
    padding: 140px 0px 150px;
}

.cart-outer-box {
    position: relative;
    padding: 30px 40px;
    border: 1px solid #e0e0e0;
}

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 550px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 8px 20px 32px;
    font-weight: 600;
    color: #333333;
    font-size: 18px;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table thead tr th.prod-column {
    text-align: left;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 20px;
}

.cart-table tbody tr .qty {
    width: 200px;
    padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 65px;
    text-align: left;
    padding-left: 85px;
    padding-top: 5px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 80px;
    left: 0px;
    top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cart-table tbody tr .sub-total {
    font-weight: 600;
    font-size: 22px;
    color: #9dd15b;
}

.cart-table tbody tr .price {
    font-weight: 700;
    font-size: 22px;
    color: #333333;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: #f06529;
}

.cart-table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #222222;
    font-weight: 400;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 10px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #003862;
    border-radius: 50%;
}

.product-details .basic-details .item-quantity {
    position: relative;
  /*width:100px;*/
    margin-bottom: 15px;
}

.product-details .basic-details .item-quantity strong {
    float: left;
}

.cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 36px;
    height: 42px;
    padding-top: 8px;
    background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 22px;
    background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}

.cart-outer-box .cart-btns {
    position: relative;
    padding: 40px 0px 10px;
}

.cart-outer-box .apply-coupon {
    position: relative;
    margin-bottom: 25px;
    padding: 30px 25px 10px;
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
}

.cart-outer-box .apply-coupon .form-group {
    position: relative;
    margin-bottom: 20px;
}

.cart-outer-box .apply-coupon .form-group .theme-btn {
    margin-bottom: 0px;
    width: 100%;
    display: block;
}

.cart-outer-box .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 24px;
    padding: 10px 10px 8px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 100%;
    background: #ffffff;
}

.cart-outer .theme-btn {
    padding: 9px 34px 7px;
    line-height: 24px;
    margin-bottom: 20px;
}

.cart-outer .cart-options .pull-right .theme-btn {
    margin-left: 6px;
}

.cart-outer .discounts {
    position: relative;
}

.cart-outer .discounts li {
    position: relative;
    color: #333333;
    font-size: 15px;
    margin-right: 12px;
    display: inline-block;
}

.cart-outer .discounts li a {
    font-size: 18px;
}

.cart-outer .discounts li .facebook {
    color: #3b5998;
}

.cart-outer .discounts li .twitter {
    color: #0084b4;
}

.cart-outer .discounts li .g_plus {
    color: #d34836;
}

.cart-outer-box h3 {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
}

/*Cart Totals Table*/
.cart-totals-table {
    position: relative;
    margin-bottom: 20px;
    color: #222222;
    padding: 20px 25px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.cart-totals-table li {
    line-height: 24px;
    padding: 0px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.cart-totals-table li:last-child {
    border-bottom: none;
}

.cart-totals-table .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 15px;
    padding: 12px 0px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
}

.cart-totals-table .col strong {
    font-weight: 600;
    text-transform: uppercase;
}

.cart-totals-table li .col:last-child {
    text-align: right;
    font-size: 16px;
}

.cart-totals-table li .col.grand-total {
    color: #9dd15b;
}

.cart-totals-table li:nth-child(2) {
    border: 0px;
}

.cart-totals-table .btn-style-three {
    width: 100%;
    display: block;
    margin-top: 8px;
    text-align: center;
}

/*** 

====================================================================
	Checkout Style
====================================================================

***/
.default-title {
    position: relative;
    margin-bottom: 20px;
}

.default-title h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.checkout-page {
    position: relative;
    padding: 80px 0px;
}

.checkout-page .checkout-inner {
    position: relative;
    padding: 30px 35px;
    border: 1px solid #e0e0e0;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 30px;
}

.checkout-page .default-links li {
    margin-bottom: 8px;
    line-height: 24px;
    color: #777777;
    font-size: 16px;
}

.checkout-page .default-links li a {
    color: #9dd15b;
}

.checkout-page .billing-details {
    position: relative;
    margin-bottom: 20px;
}

.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: 14px;
    cursor: pointer;
}

.checkout-page .place-order {
    position: relative;
    padding: 0px;
}

.checkout-page .payment-options {
    position: relative;
    margin-bottom: 30px;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #777777;
    cursor: pointer;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    display: block;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    color: #777777;
    line-height: 1.8em;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -6px;
    display: inline-block;
    max-width: 100%;
}

.checkout-page .place-order .theme-btn {
    padding: 9px 50px;
    display: block;
    width: 100%;
    margin-top: 50px;
}

/*Shop Form*/
.shop-form {
    position: relative;
}

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

/*.billing-details .shop-form .form-group{
	margin-bottom:15px;	
}*/
.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
    color: #9dd15b;
    font-size: 14px;
}

.shop-form input.margin {
    margin-bottom: 8px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #f6f6f6;
    line-height: 20px;
    padding: 10px 15px;
    height: 42px;
    font-style: italic;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #f6f6f6 url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}

.shop-form select option {
    text-indent: 15px;
}

.shop-form textarea {
    resize: none;
    height: 140px !important;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #a1c436;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box li {
    border-bottom: 1px solid #dedede;
}

.order-box li div .col {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

.order-box .title {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 15px;
    padding: 12px 0px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.order-box .title:last-child {
    text-align: right !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.order-box .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 15px;
    padding: 13px 0px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

.order-box .col:last-child {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
}

.order-box .col.grand-total {
    color: #9dd15b;
}

.header-bg {
    background-image: url("../images/main-slider/image-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 39, 57, 0.75);
    background-blend-mode: darken;
    padding: 100px 0;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-text {
    color: #fff;
    width: 50%;
}

.header-text span {
    font-style: italic;
    line-height: 54px;
    letter-spacing: 0px;
    font-size: 30px;
}

.header-text__title {
    line-height: 62px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 52px;
    margin-bottom: 20px;
}

.header-form {
    width: 370px;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.header-form input::placeholder {
    color: #fff;
}

.header-form h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .header-wrapper {
        flex-wrap: wrap;
    }

    .header-bg {
        padding: 50px 0;
    }

    .header-text {
        width: 100%;
        margin-bottom: 25px;
    }

    .header-text span {
        font-size: 25px;
    }

    .header-text__title {
        font-size: 39px;
        line-height: 42px;
    }

    .header-form {
        width: 100%;
    }
}

.sponsors-style-one img {
    max-height: 100px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 100;
}

.modal-header .close span {
    font-size: 34px;
}

.features-section {
    position: relative;
    padding: 75px 0px 70px;
}

.features-wrapper {
    margin-top: 25px;
}

.features-block {
    margin: 25px 0;
    padding: 15px 0;
    border-bottom: 2px solid #9ecd5c;
}

.features-block h4 {
    font-size: 20px;
}

.services-table {
    font-size: 16px;
    color: #333;
}

.services-table .table td {
    padding: 15px 10px;
}

.services-table .table td a {
    color: #001f2e;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(157, 209, 91, 0.2);
}

.services-table h3 {
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.faq-section h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.secondary-text h3 {
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.steps-block {
    width: 24%;
    border: 1px solid #ECECEC;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: 45px;
}

.steps-block__first {
    background-image: url("../images/steps/1.svg");
}

.steps-block__second {
    background-image: url("../images/steps/2.svg");
}

.steps-block__third {
    background-image: url("../images/steps/3.svg");
}

.steps-block__fourth {
    background-image: url("../images/steps/4.svg");
}

.steps-block span {
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .steps-wrapper {
        flex-wrap: wrap;
    }

    .steps-block {
        width: 48%;
        font-size: 15px;
        margin: 1%;
    }
}

@media screen and (max-width: 479px) {
    .steps-block {
        width: 100%;
        font-size: 14px;
        margin: 1% 0;
    }
}

.why-we-box {
    margin: 25px 0;
}

.search-result {
    margin: 25px 0;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 15px;
}

.pagination li a {
    color: #9dd15b;
}

.pagination li a:hover {
    color: #9dd15b;
}

.pagination .active a {
    background: #9dd15b;
    border-color: #9dd15b;
}

.pagination .active a:hover {
    background: #a9d670;
    border-color: #a9d670;
}

.requisites {
    margin-bottom: 75px;
}
