/*=== MEDIA QUERY ===*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);

body {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

p {
    color: #000000;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

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

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #655E7A;
}

blockquote {
    font-size: 18px;
    border-color: #655E7A;
    padding: 20px 40px;
    text-align: left;
    color: #777;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #655E7A;
}

.container{
    position: relative;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #655E7A;
}

.slick-slide {
    outline: 0;
}

.consultation{
    position: relative;
    background-color: #ffffff;
    padding: 40px 80px;
    z-index: 1;
}

.consultation h2{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffffa8;
    font-weight: 700;
}

/* Statistics */
.stat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #2d652d;
    padding: 20px;
}

.stat__item {
    flex: 1 1 0;
    padding: 70px 25px;
    text-align: center;
    border-right: 1px solid #b5eae0;
    color: #fff;
}

.stat__item:last-child {
    border-right: none;
}

.stat__count {
    margin-bottom: 10px;
    color: #cd955c;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}

.stat__count img {
    max-width: 100%;
}

.stat__text {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffffa8;
    font-weight: 700;
    margin-top: 15px;
}

.afterline:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    margin: 40px auto;
    background-color: #56c756;
}

@media (max-width: 800px) {
    .stat__item {
        flex: none;
        padding: 30px 25px;
        width: 50%;
        border: none;
    }
}

@media (max-width: 600px) {
    .stat__item {
        padding: 30px 25px;
        width: 100%;
    }

    .consultation{
        padding: 40px 30px;
    }
    h4{
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
    .stat__item {
        padding: 20px 5px;
    }
    .stat__text {
        font-size: 12px;
        margin-top: 5px;
    }
}

.btn-main, .btn-transparent, .btn-small {
    background: #00ad5f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 45px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border-radius: 30px;
}

.btn-main.btn-icon i, .btn-icon.btn-transparent i, .btn-icon.btn-small i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
    background: #353240;
    color: #fff;
}

.btn-solid-border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-solid-border:hover {
    border: 1px solid #cd955c;
    background: #cd955c;
}

.btn-transparent {
    background: transparent;
    padding: 0;
    color: #655E7A;
}

.btn-transparent:hover {
    background: transparent;
    color: #655E7A;
}

.btn-large {
    padding: 20px 45px;
}

.btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-small {
    padding: 10px 25px;
    font-size: 12px;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 50px;
}

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

.mt-10 {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.btn:focus {
    color: #ddd;
}

.w-100 {
    width: 100%;
}

.margin-0 {
    margin: 0 !important;
}

#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.bg-shadow {
    background-color: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.bg-gray {
    background: #f9f9f9;
}

.bg-primary {
    background: #0d6c41;
}

.bg-primary-dark {
    background: #9abee9;
}

.bg-primary-darker {
    background: #0a6527;
}

.bg-dark {
    background: #202122;
}

.section {
    padding: 180px 0;
}

.section-sm {
    padding: 70px 0;
}

.title h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
}

.section-title p {
    text-transform: uppercase;
    color: #4c4c4c;
    font-family: "Volkhov", serif;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content{
    margin-top: 50px;
}

.bloglist p{
    font-size: 14px;
}

.btn-box{
    text-align: center;
    margin-top: 70px;
}

.btn-ln{
    border: 1px solid #00551b;
    padding: 12px 25px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #00551b;
}

@media (max-width: 600px) {
    .section-title p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section {
        padding: 80px 0;
    }
    .section-title h2 {
        font-size: 30px;
    }
}

.section-subtitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.page-title {
    padding: 100px 0;
}

.page-title .block {
    text-align: center;
}

.page-title .block h1 {
    color: #fff;
    font-weight: 200;
    letter-spacing: 6px;
    margin-top: 0;
    text-transform: capitalize;
}

.page-title .block p {
    color: #fff;
}

.heading {
    padding-bottom: 60px;
    text-align: center;
}

.heading h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.heading p {
    font-size: 18px;
    line-height: 40px;
    color: #292929;
    font-weight: 300;
}

.page-wrapper {
    padding: 70px 0;
}

.social-media-icons ul li {
    display: inline-block;
}

.social-media-icons ul li a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    padding: 7px 12px;
    color: #fff;
}

.social-media-icons ul li .twitter {
    background: #00aced;
}

.social-media-icons ul li .facebook {
    background: #3b5998;
    padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
    background: #dd4b39;
}

.social-media-icons ul li .dribbble {
    background: #ea4c89;
}

.social-media-icons ul li .instagram {
    background: #bc2a8d;
}

.dropdown-slide {
    position: static;
}

.dropdown-slide .open > a, .dropdown-slide .open > a:focus, .dropdown-slide .open > a:hover {
    background: transparent;
}

.dropdown-slide.full-width .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-slide:hover .dropdown-menu {
    display: none;
    opacity: 1;
    display: block;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown-slide .dropdown-menu {
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

@media (max-width: 480px) {
    .dropdown-slide .dropdown-menu {
        -webkit-transform: none;
        transform: none;
    }
}

.commonSelect {
    margin-left: 10px;
    padding-right: 6px;
    position: relative;
}

.commonSelect:before {
    content: '\f3d0';
    font-family: "themefisher-font";
    position: absolute;
    right: -4px;
    top: 4px;
    font-size: 10px;
}

.commonSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    padding: 0;
    height: auto;
    color: #555;
}

.commonSelect select:focus {
    box-shadow: none;
    border: none;
}

.tabCommon .nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
}

.tabCommon .nav-tabs li {
    margin-right: 5px;
}

.tabCommon .nav-tabs li.active a {
    background-color: #655E7A;
    border: 1px solid #655E7A;
    color: #ffffff;
}

.tabCommon .nav-tabs a {
    border-radius: 0;
    background: #f9f9f9;
}

.tabCommon .nav-tabs a:hover {
    border: 1px solid transparent;
    background: #655E7A;
    color: #fff;
}

.tabCommon .tab-content {
    padding: 20px;
    border: 1px solid #dedede;
}

.commonAccordion .panel, .commonAccordion-2 .panel {
    border-radius: 0;
    box-shadow: none;
}

.commonAccordion .panel .panel-heading, .commonAccordion-2 .panel .panel-heading {
    background: transparent;
    padding: 0;
}

.commonAccordion .panel .panel-title, .commonAccordion-2 .panel .panel-title {
    position: relative;
}

.commonAccordion .panel .panel-title a, .commonAccordion-2 .panel .panel-title a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px;
}

.commonAccordion .panel .panel-title a:before, .commonAccordion-2 .panel .panel-title a:before {
    color: #555;
    content: "\f209";
    position: absolute;
    right: 25px;
    font-family: "themefisher-font";
}

.commonAccordion .panel .panel-title a.collapsed:before, .commonAccordion-2 .panel .panel-title a.collapsed:before {
    content: "\f217";
}

.list-circle {
    padding-left: 20px;
}

.list-circle li {
    list-style-type: circle;
}

.play-icon {
    border: 1px solid #dedede;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
}

.play-icon i {
    line-height: 60px;
}

.alert-common {
    border-radius: 0;
    border-width: 2px;
}

.alert-common i {
    margin: 0 5px;
    font-size: 16px;
}

.alert-solid {
    background: transparent;
    color: #655E7A;
}

@media (max-width: 480px) {
    .buttonPart li {
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .buttonPart li {
        margin-bottom: 8px;
    }
}

.overly, .page-title, .slider {
    position: relative;
}

.overly:before, .page-title:before, .slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
    opacity: 0.7;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #655E7A !important;
}

#success, #error {
    display: none;
}

#wrapper-work {
    overflow: hidden;
    padding-top: 100px;
}

#wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative;
}

#wrapper-work ul li img {
    width: 100%;
    height: 100%;
}

#wrapper-work ul li .items-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 44px;
    padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
    padding-bottom: 28px;
    padding-top: 75px;
    position: relative;
}

#wrapper-work ul li .items-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #fff;
}

#wrapper-work ul li .items-text p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    padding-right: 80px;
}

/*--
	Header Start 
--*/
header {
    background: #fff;
    padding: 20px 0;
}

header .navbar {
    margin-bottom: 0px;
    border: 0px;
}

header .navbar-brand {
    padding-top: 5px;
}

header .navbar-default {
    background: none;
    border: 0px;
}

header .navbar-default .navbar-nav {
    padding-top: 10px;
}

header .navbar-default .navbar-nav li a {
    color: #333333;
    padding: 10px 26px;
    font-size: 15px;
}

font header .navbar-default .navbar-nav li a:hover {
    color: #000;
}

.navigation {
    /*background: #fff;Assyl*/
    padding: 20px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: transparent;
}

.navigation .navbar {
    margin-bottom: 0px;
    border: 0px;
}

.navigation .navbar {
    background: none;
    border: 0px;
}

.navigation .navbar .navbar-nav {
    padding-top: 10px;
}

.navigation .navbar .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.navigation .navbar .navbar-nav > li > a:hover, .navigation .navbar .navbar-nav > li > a:focus {
    color: #00ad5f;
    background: transparent;
}

.navigation .navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    left: -5px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.navigation .navbar .dropdown-menu a {
    font-weight: normal;
    color: #808080;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.navigation .navbar .dropdown-menu a:hover {
    background: #655E7A;
    color: #fff;
    padding-left: 25px;
}

.nav .open > a {
    background: transparent;
}

@media (max-width: 990px){
    .navigation .navbar .navbar-nav {
        padding-top: 10px;
        background-color: #015826;
    }
}

.slider {
    background: url("../images/slider-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.slider .block {
    color: #E3E3E4;
    text-align: center;
    display: block;
    min-height: auto;
}

.slider .block{
    color: #E3E3E4;
    text-align: center;
    display: block;
    min-height: auto;
}

.slider .block h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.5;
    letter-spacing: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.slider .block p {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
}

@media (max-width: 600px) {
    .slider .block p {
        font-size: 23px;
    }
}

.call-to-action {
    text-align: center;
}

.call-to-action h2 {
    color: #626262;
    font-size: 18px;
}

.call-to-action h4 {
    color: #000000;
    font-size: 35px;
    line-height: 1.3;
    font-weight: bold;
}

.call-to-action p {
    color: #fff;
}

.call-to-action .btn-main, .call-to-action .btn-transparent, .call-to-action .btn-small {
    padding: 15px 35px;
    font-size: 12px;
    margin-top: 30px;
}

.service {
    text-align: center;
    padding: 90px 0;
}

.service .service-item {
    padding-bottom: 30px;
}

.service .service-item i {
    font-size: 60px;
    color: #655E7A;
}

.service .service-item h4 {
    padding-top: 15px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.service .service-item p {
    padding-top: 10px;
    margin: 0;
}

.dark-service .title {
    color: #fff;
}

.dark-service .service-item {
    padding-bottom: 30px;
    text-align: center;
}

.dark-service .service-item i {
    font-size: 60px;
    color: #fff;
}

.dark-service .service-item h4 {
    color: #fff;
    padding-top: 15px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.dark-service .service-item p {
    padding-top: 10px;
    margin: 0;
}

.service-about p {
    line-height: 28px;
}

.service-arrow .block {
    padding: 50px 50px;
}

.service-arrow .block i {
    font-size: 40px;
}

.service-arrow .block p {
    color: #fff;
}

.service-list .block {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
}

@media (max-width: 600px){
    .service-arrow .block {
        padding: 50px 20px;
    }
}

.counter-box i {
    font-size: 35px;
}

.counter-box h4 {
    font-size: 30px;
    font-weight: bold;
}

.counter-box span {
    color: #555;
}


/******************** Contact Form ********************/

.contact-container{
    background-color: white;
    display: flex;
    flex-direction: row;
}

.contact-container-img{
    background-image: url("../images/address.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 100px;
    width: 50%;
    position: relative;
}

.contact-container-img:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%
}

.contact-container-img h2{
    margin-bottom: 50px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.adr-box{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.adr-box:last-child{
    margin-bottom: 0;
}

.adr-icon{
    width: 50px;
}

.adr-icon img{
    width: 24px;
    height: auto;
}

.adr-text{
    width: 250px;
}

.adr-text h3{
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 20px;
}

.adr-text p{
    font-size: 15px;
    color: #999;
}

.adr-text a{
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    color: #00ad5f;
}

.contact-container-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 50px;
    width: 50%;
}

.contact-container-form h2{
    margin-top: 0;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-form {
    margin-top: -10px;
    background-color: #f2f2f2;
}

.contact-form .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

.contact-form .form-group .form-control {
    background: #F6F8FA;
    height: 60px;
    border: 1px solid #47424c4d;
    box-shadow: none;
    width: 100%;
}

.contact-form .form-group-2 {
    margin-bottom: 13px;
}

.contact-form .form-group-2 textarea {
    background: #F6F8FA;
    height: 135px;
    border: 1px solid #47424c4d;
    box-shadow: none;
    width: 100%;
}

.contact-form button {
    width: 100%;
    height: 60px;
    background: #00ad5f;
    border: none;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 768px) {
    .contact-container-form {
        padding: 70px 30px;
    }
    .contact-container-form h2 {
        margin-bottom: 30px;
    }
    .contact-container-img h2 {
        margin-bottom: 30px;
    }
    .contact-container-img {
        padding: 50px 50px;
    }
    .btn-box {
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-container-img {
        padding: 70px 50px;
        width: 100%;
        position: relative;
    }
    .contact-container-form {
        padding: 30px 30px!important;
        width: 100%;
    }
    .google-map .map {
        height: 300px!important;
    }
    .contact-container-img:before {
        z-index: -1;
        width: 100%;
        left: 0;
        background: rgba(0,0,0,0.8);
    }
}

/**********************/
.address-block li {
    margin-bottom: 10px;
}

.address-block li i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px;
}

.social-icons {
    margin-top: 40px;
}

.social-icons li {
    display: inline-block;
    margin: 0 6px;
}

.social-icons a {
    display: inline-block;
}

.social-icons i {
    color: #2C2C2C;
    margin-right: 25px;
    font-size: 25px;
}

.google-map {
    position: relative;
}

.google-map .map {
    width: 100%;
    height: 450px;
}

.contact-box {
    padding-top: 35px;
    padding-bottom: 58px;
}

.contact-box .block img {
    width: 100%;
}

.contact-box .block h2 {
    font-weight: 300;
    color: #000;
    font-size: 28px;
    padding-bottom: 30px;
}

.contact-box .block p {
    color: #5C5C5C;
    display: block;
}

.address-block{
    font-size: 17px;
}

.product-item {
    margin-bottom: 30px;
}

.product-item .product-thumb {
    position: relative;
}

.product-item .product-thumb img {
    width: 100%;
    height: auto;
}

.product-item .product-thumb .bage {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    font-weight: 300;
    display: inline-block;
}

.product-item .product-thumb:before {
    transition: .3s all;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.product-item .product-thumb .preview-meta {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    opacity: 0;
    transition: 0.2s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.product-item .product-thumb .preview-meta li {
    display: inline-block;
}

.product-item .product-thumb .preview-meta li a, .product-item .product-thumb .preview-meta li span {
    background: #fff;
    padding: 10px 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}

.product-item .product-thumb .preview-meta li a:hover, .product-item .product-thumb .preview-meta li span:hover {
    background: #655E7A;
    color: #fff;
}

.product-item:hover .product-thumb:before {
    opacity: 1;
}

.product-item:hover .preview-meta {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.product-item .product-content {
    text-align: center;
}

.product-item .product-content h4 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 6px;
}

.product-item .product-content h4 a {
    color: #000;
}

.product-modal {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 0 !important;
}

.product-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.product-modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-modal .close {
    width: 50px;
    float: none;
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 20px;
    font-size: 30px;
    outline: none;
}

.product-modal .modal-dialog {
    width: 900px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .product-modal .modal-dialog {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .product-modal .modal-dialog {
        width: 100%;
    }
}

.product-modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.product-modal .modal-content .modal-body {
    padding: 30px;
}

.product-modal .modal-content .modal-body .modal-image img {
    width: 100%;
    height: auto;
}

.product-modal .modal-content .modal-body .product-short-details h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
}

.product-modal .modal-content .modal-body .product-short-details h2 a {
    color: #000;
}

@media (max-width: 480px) {
    .product-modal .modal-content .modal-body .product-short-details h2 {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .product-modal .modal-content .modal-body .product-short-details h2 {
        margin-top: 15px;
    }
}

.product-modal .modal-content .modal-body .product-short-details .product-price {
    font-size: 30px;
    margin: 20px 0;
}

@media (max-width: 480px) {
    .product-modal .modal-content .modal-body .product-short-details .product-price {
        margin: 10px 0;
    }
}

.product-modal .modal-content .modal-body .product-short-details .btn-main, .product-modal .modal-content .modal-body .product-short-details .btn-transparent, .product-modal .modal-content .modal-body .product-short-details .btn-small {
    margin-top: 20px;
}

.product-modal .modal-content .modal-body .product-short-details .btn-transparent {
    color: #444;
    border-bottom: 1px solid #dedede;
}

.product-shorting {
    margin-bottom: 30px;
}

.product-shorting span {
    margin-right: 15px;
}

.product-category ul {
    padding-left: 15px;
}

.product-category ul li {
    margin-bottom: 4px;
}

.product-category ul li a {
    color: #666;
}

.product-category ul li a:hover {
    color: #000;
}

.single-product {
    padding: 60px 0 40px;
}

.single-product .breadcrumb {
    background: transparent;
}

.single-product .breadcrumb li {
    color: #000;
    font-weight: 200;
}

.single-product .breadcrumb li a {
    color: #000;
    font-weight: 200;
}

.single-product .product-pagination li {
    display: inline-block;
    margin: 0 8px;
}

.single-product .product-pagination li + li:before {
    padding: 0 8px 0 0;
    color: #ccc;
    content: "/\00a0";
}

.single-product .product-pagination li a {
    color: #000;
    font-weight: 200;
}

.single-product .product-pagination li a i {
    vertical-align: middle;
}

.single-product-slider .carousel .carousel-inner .carousel-caption {
    text-shadow: none;
    text-align: left;
    top: 20%;
    bottom: auto;
}

.single-product-slider .carousel .carousel-inner .carousel-caption h1 {
    font-size: 50px;
    font-weight: 100;
    color: #000;
}

.single-product-slider .carousel .carousel-inner .carousel-caption p {
    width: 50%;
    font-weight: 200;
}

.single-product-slider .carousel .carousel-inner .carousel-caption .btn-main, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-transparent, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-small {
    margin-top: 20px;
}

.single-product-slider .carousel .carousel-control {
    bottom: auto;
    background: #fff;
    width: 6%;
    padding: 10px 0;
}

.single-product-slider .carousel .carousel-control i {
    font-size: 40px;
    text-shadow: none;
    color: #555;
}

.single-product-slider .carousel .carousel-indicators li img {
    height: auto;
    width: 60px;
}

.single-product-slider .carousel .carousel-control.right, .single-product-slider .carousel .carousel-control.left {
    background-image: none;
    top: 40%;
}

.single-product-slider .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.single-product-slider .carousel-indicators li {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

.single-product-slider .carousel-indicators li.active img {
    opacity: 1;
}

.single-product-slider .carousel-indicators li:hover img {
    opacity: 0.75;
}

.single-product-slider .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

.single-product-details .color-swatches {
    display: flex;
    align-items: center;
}

.single-product-details .color-swatches span {
    width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.single-product-details .color-swatches a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.single-product-details .color-swatches li {
    display: inline-block;
}

.single-product-details .color-swatches .swatch-violet {
    background-color: #8da1cd;
}

.single-product-details .color-swatches .swatch-black {
    background-color: #000;
}

.single-product-details .color-swatches .swatch-cream {
    background-color: #e6e2d6;
}

.single-product-details .product-size {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.single-product-details .product-size span {
    width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.single-product-details .product-size .form-control {
    display: inline-block;
    width: 130px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
}

.single-product-details .product-category {
    margin-top: 20px;
}

.single-product-details .product-category > span {
    width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.single-product-details .product-category ul {
    width: 140px;
    display: inline-block;
}

.single-product-details .product-category ul li {
    display: inline-block;
    margin: 5px;
}

.single-product-details .product-quantity {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.single-product-details .product-quantity > span {
    width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.single-product-details .product-quantity .product-quantity-slider {
    width: 140px;
    display: inline-block;
}

.single-product-details .product-quantity .product-quantity-slider input {
    height: 34px;
}

.single-product-details .product-quantity .product-quantity-slider .input-group-btn:first-child > .btn, .single-product-details .product-quantity .product-quantity-slider .p-quantity .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.single-product-details .product-quantity .product-quantity-slider button {
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
}

.clients-logo-section {
    padding-top: 30px;
    padding-bottom: 75px;
}

.clients-logo-section .clients-logo-img {
    padding: 0px 50px;
}

.clients-logo img {
    width: auto !important;
    padding: 20px;
}

.about {
    background-image: url("../images/abt-bg.jpg");
    background-size: cover;
    background-position: center;
}

.about .block h2 {
    padding-top: 35px;
    margin: 0;
}

.about .block p {
    padding-top: 20px;
    line-height: 28px;
}

.about .block img {
    width: 100%;
}

.about .about-img {
    overflow: hidden;
}

.about .about-img:hover img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.about .about-img img {
    opacity: .6;
    transition: all 0.5s ease-out;
}

.about .section-title {
    margin-bottom: 0px;
}

.instagram-feed a {
    margin: 6px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 23.5%;
}

@media (max-width: 768px) {
    .instagram-feed a {
        width: 49%;
        margin: 3px;
    }
}

@media (max-width: 480px) {
    .instagram-feed a {
        width: 100%;
        margin: 3px;
    }
}

.instagram-feed a:hover img {
    -webkit-filter: grayscale(10);
    filter: grayscale(10);
}

.instagram-feed a img {
    width: 100%;
}

.dashboard-menu .active {
    background: #655E7A;
    color: #fff;
    border: 1px solid #655E7A;
}

.dashboard-menu li {
    padding: 0;
    margin: 0 3px;
}

.dashboard-menu li a {
    padding: 10px 20px;
    border: 1px solid #dedede;
}

@media (max-width: 768px) {
    .dashboard-menu li a {
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .dashboard-menu li a {
        padding: 10px 5px;
    }
}

@media (max-width: 400px) {
    .dashboard-menu li a {
        padding: 10px 5px;
        font-size: 12px;
    }
}

.dashboard-wrapper {
    border: 1px solid #dedede;
    margin-top: 30px;
    padding: 20px;
}

.dashboard-wrapper h2 {
    font-size: 18px;
}

.dashboard-wrapper h4 {
    font-size: 16px;
}

.dashboard-wrapper .user-img {
    width: 120px;
    border-radius: 100px;
}

.dashboard-user-profile .user-img {
    width: 180px;
}

.dashboard-user-profile .user-profile-list {
    margin-top: 30px;
    padding-left: 30px;
}

.dashboard-user-profile .user-profile-list li {
    margin-bottom: 8px;
}

.dashboard-user-profile .user-profile-list span {
    font-weight: bold;
    margin-right: 5px;
    width: 100px;
    display: inline-block;
}

/*=================================================================
  Blog Page
==================================================================*/
.bloglist-img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50%;
}

.post.post-single {
    border: none;
}

.bloglist {
    background-color: #ffffff;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.bloglist h4{
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.post.post-single .post-thumb {
    margin-top: 30px;
}

.post-sub-heading {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share {
    margin-bottom: 50px;
}

.post-excerpt {
    margin-bottom: 60px;
}

.post-excerpt h3 a {
    color: #000;
}

.post-excerpt p {
    margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
    margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #655E7A;
}

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

.blog-subtitle {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.next-prev {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px 0;
    padding: 25px 0;
}

.next-prev a {
    color: #000;
}

.next-prev a:hover {
    color: #655E7A;
}

.next-prev .prev-post i {
    margin-right: 10px;
}

.next-prev .next-post i {
    margin-left: 10px;
}

.social-profile ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.social-profile ul li a {
    color: #4e595f;
    display: block;
    font-size: 16px;
}

.social-profile ul li a i:hover {
    color: #655E7A;
}

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
    border: 1px solid #dedede;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list ul li {
    margin-bottom: 20px;
}

.comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

.comment-wrap .author-avatar {
    margin-right: 10px;
}

.comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
    color: #655E7A;
    font-size: 13px;
}

.comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888;
}

.comment-wrap .media p {
    margin-top: 15px;
}

.comment-reply-form {
    margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #655E7A;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
    height: auto;
}

.bg-1 {
    background-image: url("../images/call-to-action-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-silver{
    background-color: #e1dfdf;
}

.bg-2 {
    background-size: cover;
    background-position: 50% 50%;
}

.bg-green {
    background-color: #2d652d;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.widget .widget-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
    width: 100px;
    height: auto;
}

.widget.widget-latest-post .media .media-heading a {
    color: #000;
    font-size: 16px;
}

.widget.widget-latest-post .media p {
    font-size: 12px;
    color: #808080;
}

.widget.widget-category ul li {
    margin-bottom: 10px;
}

.widget.widget-category ul li a {
    color: #837f7e;
    transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
    padding-right: 10px;
}

.widget.widget-category ul li a:hover {
    color: #655E7A;
    padding-left: 5px;
}

.widget.widget-tag ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}

.widget.widget-tag ul li a {
    color: #837f7e;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #dedede;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
    color: #fff;
    background: #655E7A;
    border: 1px solid #655E7A;
}

@media (max-width: 600px){
    .bloglist-img {
        height: 200px;
    }
}

/* We do */
.container2 {
    width: 100%;
    max-width: 1350px;
    padding: 0 23px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .container2 {
        padding: 0 10px;
    }
    .bg-2 {
        background-position: 80% 50%;
    }
}

.wedo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 50px;
    justify-content: space-around;
}

.wedo__item {
    width: 54%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.we-do-slider{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 50px;
}

.wedo__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wedo__title{
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cub-line-left-gold{
    position: absolute;
    border: 15px solid #cd955c;
    width: 420px;
    height: 100%;
    left: -30px;
}

.cub-content-box{
    z-index: 1;
    padding: 50px 30px;
}

/*feat block*/
.service-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 50px;
    justify-content: center;
}

.service-box-item {
    padding: 10px;
    width: 33%;
}

.ext-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.invest-icons {
    text-align: center;
    background-color: #ffffff;
    border: 10px solid #ecf0f7;
    width: fit-content;
    margin: 0 auto;
    padding: 50px;
    border-radius: 50%;
}

.invest-icons img {
    width: 100px;
    height: auto;
}

.int-box {
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
}

.service-text1 {
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
}


@media (max-width: 1200px) {
    .we-do-slider {
        padding: 0 10px;
    }
}

@media (max-width: 1024px) {
    .cub-line-left-gold {
        width: 300px;
    }
    .wedo {
        margin: 0 30px;
    }
    .we-do-slider {
        padding: 0 10px;
    }
    .wedo__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 770px) {
    .service-box-item {
        width: 50%;
    }
    .cub-content-box {
        z-index: 1;
        padding: 20px 50px;
    }
    .cub-line-left-gold {
        width: 100%;
        height: 100%;
        left: 0px;
    }
    .wedo{
        flex: none;
    }
    .wedo__item {
        width: 99%;
        align-items: center;
        padding: 50px 0;
    }
    .we-do-slider {
        width: 100%;
        margin-top: 50px;
    }
    .wedo__title{
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .invest-icons {
        border: 5px solid #ecf0f7;
        padding: 20px;
        border-radius: 50%;
    }
    .invest-icons img {
        width: 30px;
    }
    .int-box {
        text-align: center;
        max-width: 100%;
        margin: 20px auto;
    }
    .service-text1 {
        font-size: 14px;
    }
    .cub-content-box {
        padding: 0 0;
    }
    .cub-line-left-gold {
        display: none;
    }
    .wedo__title {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .we-do-slider {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    .wedo__item {
        width: 100%;
        padding: 0;
    }
    .cub-line-left-gold {
        display: none;
    }
    .wedo {
        margin: 0 10px;
    }
}


/***************** Mission **************/
.mission-box{
    display: flex;
    flex-direction: row;
    background-color: #ecf1f7;
}

.mission-box-img{
    width: 50%;
    background-image: url("../images/mission.jpg");
    background-size: cover;
    background-position: 99.5% 50%;
}

.mission-box-content{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 120px 50px;
}

.mission-title{
    margin: 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
}

.afterlineleft:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    margin: 40px 0;
    background-color: #00ad5f;
}

.mission-text{
    color: #000000;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

.cta-box{
    display: block;

}

@media (max-width: 1024px){
    .mission-box-content {
        width: 50%;
        padding: 50px 40px;
    }
    .afterlineleft:after {
        margin: 30px 0;
    }
    .mission-title {
        font-size: 40px;
    }
    .contact-container-form {
        padding: 100px 50px;
    }
}

@media (max-width: 900px){
    .mission-box {
        flex-direction: column;
    }
    .mission-box-content {
        width: 100%;
        padding: 50px 40px;
    }
    .mission-box-img {
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 600px){
    .cta-container {
        height: 540px!important;
    }
    .mission-text {
        font-size: 16px;
    }
    .back-bg {
        width: 250px!important;
    }
    .consultation {
        padding: 20px 0;
        margin: 0 20px;
    }
    .call-to-action h4 {
        font-size: 19px;
    }
    .footer .footer-manu ul li a {
        margin-bottom: 15px!important;
    }
}

/************************ Cta section *************************/
.cta-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}

.back-bg{
    width: 350px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    border: 5px solid #00ad5f;
    padding: 40px;
}

.back-bg-img{
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
    background: #F6F6F6;
}

.post {
    background: #fff;
    padding-bottom: 20px;
}

.post .post-media.post-thumb img {
    width: 100%;
    height: auto;
}

.post .post-media.post-media-audio iframe {
    width: 100%;
}

.post .post-title {
    margin: 25px 0 0;
    text-transform: uppercase;
}

.post .post-title a {
    color: #655E7A;
}

.post .post-title a:hover {
    color: #655E7A;
}

.post .post-content {
    margin-top: 20px;
}

.post .post-content p {
    line-height: 1.3;
}

.post .post-content .btn-main, .post .post-content .btn-transparent, .post .post-content .btn-small {
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 12px;
}

.post-pagination {
    margin-top: 70px;
}

.post-pagination > li {
    margin: 0 2px;
    display: inline-block;
    font-size: 14px;
}

.post-pagination > li > a {
    color: #000;
    transition: all 0.3s ease;
}

.post-pagination > li > a:hover {
    color: #fff;
    background: #655E7A;
    border: 1px solid #655E7A;
}

.post-pagination > li.active > a {
    background: #655E7A !important;
    border: 1px solid #655E7A !important;
}

.post-pagination > li:first-child > a, .post-pagination > li:last-child > a {
    border-radius: 0;
}

.shopping .widget-title {
    font-weight: 400;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.checkout .block {
    padding: 15px;
    margin-bottom: 10px;
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 8px;
}

.checkout-form .form-group label {
    position: absolute;
    top: 18px;
    left: 15px;
    right: auto;
    bottom: auto;
    color: #888;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1 !important;
    width: 85px;
}

.checkout-form .form-group input {
    border-radius: 0;
    display: block;
    padding: 6px 10px 5px 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 50px;
}

.checkout-form .checkout-country-code .form-group {
    float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
    width: calc(45% - 2px);
    margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
    width: calc(55% - 2px);
}

.shopping.cart .product-list .table .cart-amount th {
    background: #f9f9f9;
    padding: 10px;
    text-transform: uppercase;
}

.shopping.cart .product-list .table > tbody > tr > td {
    vertical-align: middle;
}

.shopping.cart .product-list .product-info a {
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}

.shopping.cart .product-list .product-remove {
    color: #c7254e;
}

.shopping.cart .account-details {
    margin-top: 30px;
}

.shopping.cart .account-details legend {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.shopping.cart .account-details .btn-pay {
    margin: 20px 0;
}

.product-checkout-details .product-card > a {
    padding-right: 20px;
}

.product-checkout-details .product-card .price {
    margin-top: 15px;
}

.product-checkout-details .product-card .media-object {
    width: 80px;
}

.product-checkout-details .product-card h4 {
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

.product-checkout-details .product-card .remove {
    font-size: 12px;
    cursor: pointer;
}

.product-checkout-details .discount-code {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 20px 0 10px;
    padding: 10px 0;
}

.product-checkout-details .discount-code p {
    margin: 0;
}

.product-checkout-details .discount-code p a {
    font-weight: 400;
    color: #555;
}

.product-checkout-details .summary-prices {
    border-style: solid;
    border-color: #dedede;
    border-width: 0px 0 1px 0;
    padding-bottom: 10px;
}

.product-checkout-details .summary-prices li {
    padding: 5px 0;
}

.product-checkout-details .summary-prices li span + span {
    float: right;
}

.product-checkout-details .summary-total {
    margin-top: 5px;
}

.product-checkout-details .summary-total > span {
    font-weight: 500;
    font-size: 18px;
}

.product-checkout-details .summary-total span + span {
    float: right;
}

.product-checkout-details .verified-icon {
    margin-top: 25px;
}

.product-checkout-details .verified-icon img {
    width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
    padding: 20px;
    border: 1px solid #dedede;
}

.purchase-confirmation .purchase-confirmation-details .table {
    margin: 0;
    color: #444;
}

.purchase-confirmation .purchase-confirmation-details .table b, .purchase-confirmation .purchase-confirmation-details .table strong {
    font-weight: 400;
}

.empty-cart .block i {
    font-size: 50px;
}

.success-msg .block i {
    font-size: 40px;
    background: #1bbb1b;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: inline-block;
    line-height: 60px;
}

.footer {
    background: #040e19;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 55px;
}

.footer p {
    font-size: 13px;
    line-height: 25px;
    color: #919191;
}

.footer a {
    color: #595959;
}

.footer .footer-manu {
    padding-bottom: 25px;
}

.footer .footer-manu ul {
    margin: 0px;
    padding: 0px;
}

.footer .footer-manu ul li {
    display: inline-block;
    padding: 0px 20px;
}

.footer .footer-manu ul li a {
    display: inline-block;
    color: #959191;
}

.footer .footer-manu ul li a:hover {
    color: #ffffff;
}

.footer .copyright a {
    font-weight: 600;
}

.text-white {
    color: #ffffff;
}

.cub-line {
    position: absolute;
    border: 15px solid #c2c4c7;
    width: 420px;
    height: 100%;
    left: -10%;
    top: 13%;
    z-index: 0;
}

.block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
}

.contact-form .block{
    min-height: 230px;
}

.block img{
    width: 50px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0!important;
}

.logo{
    width: 180px;
}

.sppb-addon-text{
    list-style: disc;
    padding-left: 20px;
    padding-top: 15px;
}

.br-btn{
    border-bottom: 1px solid;
}

.br-btn:last-child{
    border-bottom: none;
}

.m-t-20{
    margin-top: 20px;
}

.m-b-20{
    margin-bottom: 20px;
}

.m-t-80{
    margin-top: 80px;
}

.p-t-50{
    padding-top: 50px;
}

.service-arrow{
    padding: 0 0 70px 0;
}

/*Table*/
.tax-table table{
    width: 100%;
    margin-bottom: 50px;
}

.tax-table tr {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.about-img-box{
    position: relative;
}

@media (max-width: 768px) {
    .service-arrow{
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .block{
        min-height: 350px;
    }
    .border{
        max-width: 80%;
    }
    .m-t-50{
        margin-top: 50px;
    }
    .cub-line {
        width: 80%;
        right: 10%;
        top: 130px;
        height: 90%;
        left: auto;
    }
}

@media (max-width: 700px) {
    .cub-line {
        top: 80px;
        height: 90%;
    }
    .block {
        min-height: 250px;
    }
    .service-arrow{
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*acordion*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p{
    margin: 10px 0 10px 0;
}

.panel a{
    color: #0eb944;
}