/*! CSS Used from: http://127.0.0.1:5500/assets/css/bootsnav.css */

nav.bootsnav .container {
    position: relative;
}

.navbar-collapse {
    padding: 0;
}

nav.navbar .navbar-brand {
    height: auto!important;
}

nav.navbar.bootsnav.logo-less .navbar-brand {
    display: none;
}

nav.navbar.navbar-default.logo-less .navbar-collapse {
    margin-left: -15px;
}

nav.navbar.bootsnav {
    background-color: #d7d7d7;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #333333;
    background-color: transparent!important;
    text-transform: uppercase;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent!important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
    white-space: normal;
}

#navbar-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.top-search form {
    overflow: hidden;
    position: relative;
}

.top-search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #666666;
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 9;
}

.top-search {
    background-color: #ffffff;
    border: medium none;
    border-radius: 30px;
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
    display: none;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 90px;
    z-index: 99;
    border: 1px solid #e7e7e7;
}

nav.bootsnav.navbar-default.small-pad .top-search {
    top: 72px;
}

.top-search input.form-control {
    background-color: transparent;
    border: medium none!important;
    box-shadow: inherit;
    color: #1c1c1c;
    min-width: 300px;
    padding: 0 20px;
}

body {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
    margin-top: 2px;
}

nav.navbar.bootsnav {
    z-index: 100;
}

.wrap-sticky {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 35px 12px!important;
    }
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav.small-pad ul.navbar-nav>li>a {
        border-right: 1px solid #ccc;
    }
    nav.navbar.bootsnav.small-pad ul.navbar-nav>li:last-child>a {
        border-right: none;
    }
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0.06px;
        padding: 35px 15px;
        text-transform: uppercase;
    }
    nav.navbar.bootsnav.small-pad ul.nav>li>a {
        padding: 0 30px!important;
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 20px 15px;
    }
    nav.navbar.bootsnav ul.nav>li>a:hover {
        color: #3c9d7c;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
        padding: 0;
        width: 250px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: transparent;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        padding: 12px 15px;
        border-bottom: solid 1px #f5f5f5;
        color: #333333;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.navbar-left li.dropdown ul.dropdown-menu li a:hover {
        color: #3c9d7c;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        font-weight: 900;
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -1px;
    }
}

@media (max-width: 1023px) {
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none!important;
        margin: 0!important;
    }
    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 15px;
    }
    nav.navbar.bootsnav.small-pad {
        min-height: 60px;
    }
    nav.navbar.bootsnav.attr-border .navbar-header {
        min-height: 60px;
    }
    nav.navbar.bootsnav.logo-less .navbar-brand {
        display: inline-block;
    }
    .navbar-brand>img {
        height: 30px!important;
    }
    nav.navbar.bootsnav.attr-border .navbar-header {
        border-bottom: 1px solid #e7e7e7;
    }
    .top-search {
        top: 60px;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
        display: none;
    }
    .top-bar-area .logo {
        display: none;
    }
    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu {
        box-shadow: inherit!important;
    }
    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a {
        border-bottom: 1px solid #e7e7e7!important;
    }
    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
        background-color: transparent!important;
        color: #3c9d7c!important;
    }
    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto!important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none!important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block!important;
    }
    nav.navbar.bootsnav .navbar-nav {
        float: none!important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-nav>li {
        float: none;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        font-weight: 900;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.navbar.bootsnav .navbar-nav>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0!important;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }
    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: none;
    }
    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none!important;
        position: relative;
        display: block;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative!important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px!important;
        margin: 0 0 -1px 0!important;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: 1px solid #e0e0e0;
        color: #333333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0;
        text-transform: capitalize;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none!important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
        display: none;
    }
    body>.wrapper {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
}

.navbar-brand>img {
    display: initial;
    height: auto;
}

@media (min-width: 1024px) {
    nav.navbar ul.nav>li>a {
        padding: 30px 15px;
        font-weight: 300;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }
}

@media (max-width: 992px) {
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
    }
    nav.navbar.navbar-sticky .navbar-brand {
        top: 0;
    }
    nav.navbar .navbar-brand img.logo {
        height: 30px;
    }
}

@media (min-width: 768px) {
    nav.navbar.bootsnav.small-pad ul.navbar-nav>li {
        padding: 20px 0;
    }
}

.top-search .input-group .form-control::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.top-search .input-group .form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}


/*! CSS Used from: http://127.0.0.1:5500/assets/css/style-1.css */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #333;
}

body,
.wrapper {
    height: 100%;
}

h2,
h3,
h4 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h2,
h3,
h4 {
    margin-bottom: 15px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img {
    border: none;
}

p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.inc-border {
    border-top: 1px solid #e7e7e7;
}

.btn:active {
    background-image: inherit!important;
}

.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 40px;
}

.default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.default-padding.bottom-less {
    padding-top: 80px;
    padding-bottom: 50px;
}

.btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: inherit;
    overflow: hidden;
}

.btn-md {
    padding: 10px 40px 10px;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
}

.btn-dark.border {
    background-color: #999;
    color: #fff;
}

.btn-dark.border:hover {
    background-color: #232323;
    color: #fff!important;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323!important;
    background: transparent;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.site-heading p:last-child {
    margin: 0;
}

.site-heading {
    overflow: hidden;
    margin-top: -5px;
}

.top-bar-area .logo-info-box {
    margin-bottom: 10px;
}

.top-bar-area .logo-info-box * {
    color: #666;
    line-height: normal;
    margin: 0;
}

.top-bar-area .info.box li {
    float: left;
    font-family: "Poppins", sans-serif;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.top-bar-area .info.box li .icon,
.top-bar-area .info.box li .info {
    display: table-cell;
    vertical-align: middle;
}

.top-bar-area .info.box li .info span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.top-bar-area .info.box li .icon {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #3c9d7c;
    font-size: 30px;
    padding: 15px;
}

.top-bar-area .info.box li .info {
    padding-left: 10px;
}

.top-bar-area .info.box li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.top-bar-area {
    overflow: hidden;
    padding: 15px 0;
}

.top-bar-area .info.box li::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 150%;
    position: absolute;
    right: 0;
    top: -25%;
    width: 1px;
}

.top-bar-area .info.box li:last-child::after {
    display: none;
}

.top-bar-area .address-info.align-right .info.box {
    display: inline-block;
    overflow: hidden;
}

.top-bar-area .logo a {
    display: inline-block;
    margin: 5px 0;
}

.cp-top-search {
    background-color: #ffffff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    border: 1px solid #e7e7e7;
}

.cp-top-search form {
    overflow: hidden;
    position: relative;
}

.cp-top-search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    padding: 0 10px 0 20px;
    background-color: #e70012;
    z-index: 9;
}

.cp-top-search input.form-control {
    background-color: #f4f4f4;
    border: medium none!important;
    box-shadow: inherit;
    color: #1c1c1c;
    min-width: 380px;
    padding: 0 20px;
}

.cp-top-search .input-group .form-control::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.cp-top-search .input-group .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.cp-top-search .input-group .form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.cp-top-search .input-group .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

@media (max-width: 1023px) {
    .cp-top-search {
        top: 60px;
    }
}

.cp-language-info .info.box li {
    display: inline-block;
    color: #666;
    float: none;
    font-family: "Poppins", sans-serif;
    margin-right: 20px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}

.cp-language-info .info.box li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.cp-language-info .info.box li::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 150%;
    position: absolute;
    right: 0;
    top: -25%;
    width: 1px;
}

.cp-language-info .info.box li:last-child::after {
    display: none;
}

.cp-language-info .info.box i {
    color: #3c9d7c;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-language-info {
        float: left;
        width: 100%;
    }
    .cp-language-info .info.box {
        margin: auto;
        overflow: hidden;
        text-align: center;
    }
    .cp-language-info .info.box li {
        display: inline-block;
        float: none;
        text-align: left;
    }
}

[digood-id="home_banner_box"] .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

[digood-id="home_banner_box"] .main-slider {
    position: relative;
}

[digood-id="home_banner_box"] .main-slider .slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[digood-id="home_banner_box"] .main-slider .slide.mask {
    position: relative;
}

[digood-id="home_banner_box"] .main-slider .slide.mask::before {
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

[digood-id="home_banner_box"] .main-slider .slide .digood-banner_content_box {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}

[digood-id="home_banner_box"] .main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
    opacity: 0;
    padding-left: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

[digood-id="home_banner_box"] .main-slider h2:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 135px;
    height: 135px;
    z-index: -1;
    background-color: #fff;
}

[digood-id="home_banner_box"] .main-slider h2.alternate {
    color: #fff;
    padding-left: 0px;
    margin: 0;
}

[digood-id="home_banner_box"] .main-slider h2.alternate::before {
    display: none;
}

[digood-id="home_banner_box"] .main-slider .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

[digood-id="home_banner_box"] .main-slider h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

[digood-id="home_banner_box"] .main-slider h3.alternate {
    font-size: 38px;
    font-weight: normal;
    margin: 0;
}

[digood-id="home_banner_box"] .main-slider h3.alternate {
    color: #fff;
}

[digood-id="home_banner_box"] .main-slider .active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}

[digood-id="home_banner_box"] .main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

[digood-id="home_banner_box"] .main-slider .text.alternate {
    color: #fff;
}

[digood-id="home_banner_box"] .main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

[digood-id="home_banner_box"] .main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -30px;
}

[digood-id="home_banner_box"] .main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 4px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #ffffff;
    outline: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

[digood-id="home_banner_box"] .main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

[digood-id="home_banner_box"] .main-slider .owl-dots .owl-dot.active::before,
[digood-id="home_banner_box"] .main-slider .owl-dots .owl-dot:hover::before {
    height: 100%;
}

[digood-id="home_banner_box"] .main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
}

[digood-id="home_banner_box"] .main-slider .owl-nav .owl-prev,
[digood-id="home_banner_box"] .main-slider .owl-nav .owl-next {
    color: #343434;
    background: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    outline: none;
}

[digood-id="home_banner_box"] .main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

[digood-id="home_banner_box"] .main-slider .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

[digood-id="home_banner_box"] .main-slider .owl-nav .owl-prev:hover,
[digood-id="home_banner_box"] .main-slider .owl-nav .owl-next:hover {
    background-color: #3c9d7c;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    [digood-id="home_banner_box"] .main-slider .content.offset-right {
        max-width: 610px;
        margin-left: 610px;
    }
    [digood-id="home_banner_box"] .main-slider .content.offset-center {
        max-width: 610px;
        margin-left: 300px;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    [digood-id="home_banner_box"] .main-slider h2 {
        font-size: 80px;
        padding-left: 0px;
    }
    [digood-id="home_banner_box"] .main-slider h2:before {
        display: none;
    }
    [digood-id="home_banner_box"] .main-slider h3.alternate {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    [digood-id="home_banner_box"] .main-slider .owl-nav {
        display: none!important;
    }
    [digood-id="home_banner_box"] .main-slider h2 {
        font-size: 20px;
        padding-left: 0px;
        margin: 0;
    }
    [digood-id="home_banner_box"] .main-slider h3 {
        font-size: 18px;
        margin: 10px 0;
    }
    [digood-id="home_banner_box"] .main-slider .text {
        font-size: 16px;
    }
    [digood-id="home_banner_box"] .main-slider .text br {
        display: none;
    }
    .navbar-default .navbar-nav>li {
        padding-left: 0;
        padding-right: 0;
        text-indent: 12px;
    }
}

@media only screen and (max-width: 599px) {
    [digood-id="home_banner_box"] .main-slider h2 {
        font-size: 24px;
    }
    [digood-id="home_banner_box"] .main-slider h3,
    [digood-id="home_banner_box"] .main-slider h3.alternate {
        font-size: 16px;
        margin: 0;
    }
    [digood-id="home_banner_box"] .main-slider .text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    [digood-id="home_banner_box"] .main-slider .text br {
        display: none;
    }
}

.about-area {
    background-color: #f1f1f1;
}

.about-area .about-items {
    padding-bottom: 60px;
}

.about-area .about-items:last-child {
    padding-bottom: 0;
}

.about-area .about-items .about-video-link {
    position: relative;
    display: block;
}

.about-area .about-items .about-video-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-area .about-items .about-video-link i {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    top: 50%;
    font-size: 44px;
    z-index: 99;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-area .info-content {
    padding-right: 35px;
}

.about-area h2 {
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ada7a7;
}

.about-area .info-content>a {
    margin-top: 10px;
}

.effect-up .overlay {
    bottom: 0;
    padding: 30px;
    position: absolute;
    z-index: 1;
}

.effect-up {
    background: #000000;
    position: relative;
    z-index: 1;
}

.effect-up::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 130%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.effect-up img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-up h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
    line-height: 1.4;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #ffffff;
}

.effect-up .overlay::before {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.blog-area .single-item {
    background: #ffffff none repeat scroll 0 0;
}

.blog-area .single-item .thumb {
    position: relative;
}

.blog-area .single-item .info {
    padding: 20px 10px;
}

.blog-area .single-item .info h4 {
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blog-area .single-item .info .data {
    display: block;
    margin-bottom: 10px;
}

.blog-area .single-item .info a:hover {
    color: #3c9d7c;
}

.cp-home-products {
    padding: 60px 0;
}

.cp-home-products .products-items {
    padding: 30px 0;
    border-bottom: 1px solid #ada7a7;
}

.cp-home-products .products-items:last-child {
    border-bottom: none;
}

.cp-home-products .products-info {
    height: 100%;
}

.cp-home-products .products-info h2 {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

.cp-home-products .products-info h2 {
    color: #666666;
}

.cp-home-products .products-info a.link {
    color: #e70012;
}

.cp-home-products .products-info a:hover {
    color: #3c9d7c;
}

.cp-home-customer {
    padding-top: 80px;
    padding-bottom: 50px;
}

.cp-home-customer .site-heading h2 {
    display: block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.cp-home-customer .site-heading.no-pseudo {
    margin-bottom: 30px;
}

.cp-home-customer .site-heading.no-pseudo h2 {
    padding-bottom: 0;
}

.cp-home-customer .site-heading h2::before {
    display: none;
}

.cp-home-customer .site-heading h2::after {
    background: #ada7a7 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    margin: 0;
}

.cp-home-customer .site-heading.no-pseudo h2::before,
.cp-home-customer .site-heading.no-pseudo h2::after {
    display: none;
}

.cp-home-customer .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.cp-home-customer .single-item {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 30px;
}

.cp-home-customer .single-item .thumb {
    position: relative;
}

.cp-home-customer .single-item .info {
    padding: 20px 10px;
}

.cp-home-customer .single-item .info h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.cp-home-customer .single-item .info p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.cp-home-customer .single-item .info a:hover {
    color: #3c9d7c;
}

.cp-team-portfolio-items.portfolio-carousel .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -120px;
}

.cp-team-portfolio-items.portfolio-carousel .owl-nav .owl-next,
.cp-team-portfolio-items.portfolio-carousel .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
}

.cp-team-portfolio-items.portfolio-carousel .owl-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cp-team-portfolio-items.portfolio-carousel .owl-nav .owl-next,
.cp-team-portfolio-items.portfolio-carousel .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    color: #666666;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.cp-team-portfolio-items.portfolio-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.cp-team-portfolio-items.portfolio-carousel .pf-item .effect-up {
    overflow: hidden;
}

.cp-team-portfolio-items.portfolio-carousel .pf-item img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.cp-team-portfolio-items.portfolio-carousel .pf-item:hover img {
    opacity: 0.7;
}

.cp-team-portfolio-items.portfolio-carousel .effect-up {
    background: #000000;
    position: relative;
    z-index: 1;
}

.cp-team-portfolio-items.portfolio-carousel .effect-up::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 130%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.cp-team-portfolio-items.portfolio-carousel .effect-up img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.cp-team-portfolio-items.portfolio-carousel .pf-item:hover img {
    opacity: 0.4;
}

.cp-team-portfolio-items.portfolio-carousel.owl-carousel .pf-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-team-portfolio-items.portfolio-carousel .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cp-team-portfolio-items.portfolio-carousel .owl-nav {
        left: 0;
        position: relative;
        right: auto;
        text-align: left;
        top: 20px;
    }
}

.cp-home-contact-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cp-home-contact-area {
    background-color: #f1f1f1;
}

.cp-home-contact-area .contact-items {
    padding-bottom: 60px;
}

.cp-home-contact-area .contact-items:last-child {
    padding-bottom: 0;
}

.cp-home-contact-area .info-content {
    padding-right: 35px;
}

.cp-home-contact-area h2 {
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cp-home-contact-area .info-content .contact-text-info {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cp-home-contact-area h2 {
        margin-top: -5px;
    }
}

.cp-home-contact-area .contact_form_container.repair-request-form {
    background-color: #fff;
    padding: 40px 30px;
}

.cp-home-contact-area .contact_form_container.repair-request-form .ct-title-2 {
    text-align: center;
}

.cp-home-contact-area .contact_form_container.repair-request-form .ct-title-2 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    border: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cp-home-contact-area .contact_form_container.repair-request-form .ct-title-2 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .cp-home-contact-area .contact_form_container {
        padding: 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-home-contact-area .contact_form_container {
        margin-top: 30px;
    }
}

.cp-home-contact-area .repair-service-form form input {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    color: #707070;
}

.cp-home-contact-area .repair-service-form form input[type="submit"] {
    background: #fff;
    height: 55px;
    line-height: 56px;
    border: 0 none;
    padding: 0 30px;
    color: #0056ff;
    font-weight: 600;
    width: auto;
    transition: 0.5s;
    color: #ffffff;
    width: 100%;
    background-color: #e70012;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cp-home-contact-area .repair-service-form form input[type="submit"]:hover {
    opacity: 0.7;
}

.cp-home-contact-area .repair-service-form form textarea {
    margin-top: 20px;
    min-height: 145px;
    width: 100%;
    border: 1px solid #fff;
    padding: 20px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #e1e1e1;
    color: #707070;
    background-color: #f4f4f4;
}

.cp-home-contact-area .repair-service-form form input::-webkit-input-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form input::-moz-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form input:-ms-input-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form input:-moz-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form textarea::-webkit-input-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form textarea::-moz-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form textarea:-ms-input-placeholder {
    color: #444;
}

.cp-home-contact-area .repair-service-form form textarea:-moz-placeholder {
    color: #444;
}

footer {
    background-color: #f0f0f0;
}

footer .f-item>img {
    margin-bottom: 25px;
}

.f-items {
    float: left;
    padding-bottom: 75px;
    width: 100%;
}

footer h4 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

footer .f-item.link ul li {
    display: block;
    margin-bottom: 12px;
}

footer .f-item.link ul li a {
    color: #666666;
    display: inline-block;
}

footer .f-item.link ul li a:hover {
    color: #3c9d7c;
}

footer .f-item.link ul li:last-child {
    margin-bottom: 0;
}

footer .bottom {
    display: inline-block;
}

footer .bottom li {
    display: inline-block;
    margin-right: 10px;
}

footer .bottom li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

footer .f-item.address .bottom {
    display: block;
    margin-top: 20px;
}

footer .bottom form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    position: relative;
    width: 100%;
}

footer .bottom form input,
footer .bottom form textarea {
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 0!important;
    width: 100%;
    padding: 10px;
}

footer .bottom form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

footer .bottom form button {
    border: medium none;
    font-size: 20px;
    min-height: 40px;
    padding: 0 30px;
    z-index: 9;
}

footer .bottom form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

footer .bottom form button {
    background: #e70012 none repeat scroll 0 0;
    color: #ffffff;
}

footer .footer-bottom {
    background-color: #999;
}

footer .footer-bottom * {
    color: #fff!important;
}

.footer-bottom p {
    margin: 0;
    padding: 15px 0;
}

.footer-bottom p a:hover {
    text-decoration: underline;
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 58px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: #3c9d7c;
    display: none;
    border-radius: 50px 50px 0px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*! CSS Used from: http://127.0.0.1:5500/assets/css/responsive-1.css */

@media only screen and (max-width: 991px) {
    .cp-home-customer .single-item .thumb img,
    .about-area .about-items img,
    .cp-home-products .products-items img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-bar-area {
        text-align: center;
        padding: 20px 0;
    }
    .top-bar-area .address-info {
        float: left;
        width: 100%;
    }
    .top-bar-area .address-info .info.box {
        margin: auto;
        overflow: hidden;
        text-align: center;
    }
    .top-bar-area .info.box li {
        display: inline-block;
        float: none;
        text-align: left;
    }
    .about-area .thumb {
        margin-bottom: 30px;
    }
    footer.col-4 .footer-bottom {
        margin-top: 30px;
    }
    footer.col-4 .equal-height {
        margin-bottom: 50px;
    }
    footer.col-4 .f-items.default-padding {
        padding-bottom: 0;
    }
    footer .equal-height {
        margin-bottom: 50px;
    }
    footer .equal-height:last-child {
        margin-bottom: 0;
    }
    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }
    .footer-bottom p {
        padding: 0;
        margin-bottom: 10px;
    }
    footer .bottom {
        padding-top: 30px;
    }
    footer .bottom form {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .info-content {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-padding.bottom-less {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .site-heading {
        margin-bottom: 30px;
    }
    .top-bar-area {
        display: none;
    }
    .about-area h2 {
        margin-top: -5px;
    }
    .about-area .thumb {
        margin-bottom: 30px;
    }
    .cp-team-portfolio-items.portfolio-carousel .owl-nav {
        display: none;
    }
    footer .equal-height {
        margin-bottom: 50px;
    }
    footer .equal-height:last-child {
        margin-bottom: 0;
    }
    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }
    .footer-bottom p {
        padding: 0;
        margin-bottom: 10px;
    }
    footer .bottom {
        padding-top: 30px;
    }
}


/* bread */

.banner_area_plane {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    position: relative;
    z-index: 2;
}

.banner_area_plane:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area_plane .banner_content h3 {
    padding-top: 100px;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.banner_link {
    background: #f1f1f1;
    border-bottom: 1px solid #d3d3d3;
}

.banner_link .b_crum_link_inner a {
    font-size: 16px;
    color: #242424;
    font-family: "Lato", sans-serif;
    letter-spacing: .32px;
    margin-right: 25px;
    line-height: 60px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .b_crum_link_inner a:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #242424;
}

.banner_link .b_crum_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .b_crum_link_inner a:first-child:before {
    display: none;
}

.banner_link .b_crum_link_inner a:hover,
.banner_link .b_crum_link_inner a.active {
    color: #242424;
}


/* /bread */