.fw-300{
    font-weight: 300;
}
.p-0{
    padding: 0;
}
.pt-0{
    padding-top: 0!important;
}
.container-md {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .container-md {
        width: 1000px;
    }
}

.section-padding {
    padding-top: 3%;
    padding-bottom: 3%;
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 4%;
        padding-bottom: 4%;
    }
}

.border-radius-5 {
    border-radius: 5px!important;
}

a {
    text-decoration: none;
}

.btn {
    overflow: hidden;
}

.col-padding{
    padding-left: 15px;
    padding-right: 15px;
}

.mx-0{
    margin-left: 0;
    margin-right: 0;
}

.overflow-visible {
    overflow: visible!important;
}

.box-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.box-shadow-r {
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-17deg);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 15%, rgba(255, 255, 255, 0.13) 57%, rgba(255, 255, 255, 0.3) 68%, rgba(255, 255, 255, 0.0) 80%);
}

.tt-menu-nav>li>a:before,
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.tt-menu-nav>li>a:hover:before,
.btn:hover:before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.container-fluid {
    padding: 0;
}

.container-fluid-md {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.w-100 {
    width: 100%!important;
    max-width: 100%!important;
}

.w-50 {
    width: 50%!important;
    max-width: 50%!important;
}

.w-60 {
    width: 60%!important;
    max-width: 60%!important;
}

.col-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.hide {
    display: none!important;
}

#post-comment-form {
    margin-top: -120px!important;
    background-color: #efeff1;
}

.hr-short.center {
    margin-left: auto;
}

.tt-heading.padding-on-sm {
    padding: 6% 3% 2% 3%;
}

#signinSubmit {
    width: 200px;
}

.form-light-bg {
    background: #fafafa;
    padding: 40px 60px 40px;
}

form .col-margin {
    margin-right: 2%;
}

form .col-item-6 {
    float: left;
    width: 49%;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-form .exp-text label {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
}
#tt-intro.hero .hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-bg video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #eee;
}

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.split-box-content p:last-child {
    margin-bottom: 0;
}

.cc-item .bl-item-info {
    position: relative;
}

.cc-item .bl-item-info.fixed-height {
    min-height: 280px;
}

.cc-item .bl-item-info .btn {
    /* position: absolute; */
    /* bottom: 10px; */
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important;
}

.mx-5p {
    margin-left: 5%;
    margin-right: 5%;
}

.mx-10p {
    margin-left: 10%;
    margin-right: 10%;
}


/*
#header.menu-align-right .tt-main-menu {
    float: none;
    width: calc(100% - 240px);
    text-align: center;
}*/

.tt-menu-tools>ul>li>a {
    display: inline-block;
    color: #222;
    margin-left: 0!important;
}

.tt-menu-tools>ul>li>a.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
}

@media (max-width: 1400px) {
    .tt-tools-button {
        margin-left: 0 !important;
    }
}

.product-list .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* NEW */
}

.size-md#page-header.ph-sm .page-header-inner {
    padding-top: 60px;
    padding-bottom: 30px;
}

.theme-1 section.page-head-3 {
    padding: 45px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(237, 237, 237, 1) 100%);
}

.theme-1 section.page-head-3 h1 {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.theme-1 .breadcrumbs {
    margin: 30px auto 30px;
    text-align: left;
    font-size: 13px;
    color: #888;
}

.theme-1 .breadcrumbs a {
    color: #888;
}

.theme-1 .breadcrumbs .product-content-wrapper {
    margin-top: 60px;
}

.theme-1 .product-content-wrapper .product-gallery {
    margin-bottom: 30px;
}

.theme-1 .product-main-info h2.product-title {
    display: inline-block;
    position: relative;
    color: #da0d0d;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 300;
}

.theme-1 .product-main-info h2.product-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 1px solid #da0d0d;
}

.theme-1 .product-main-info .product-description {
    margin-top: 30px;
    color: #666;
    font-size: 15px;
    height: 90px;
    font-weight: 300;
    overflow: hidden;
    transition: height 0.3s ease;
}

.theme-1 .product-main-info .show-more {
    font-size: 14px;
}

.theme-1 .clear:both {
    clear: both
}

.theme-1 .product-price {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.theme-1 .product-form {
    margin-top: 30px;
}

.theme-1 .product-form .button.dark {
    display: inline-block;
    min-width: 324px;
    margin-bottom: 15px;
    background-color: #da0d0d;
    border: 1px solid #da0d0d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    transition: all 0.3s ease;
}

.theme-1 .product-form .button.light {
    display: inline-block;
    min-width: 324px;
    padding: 0 40px;
    background-color: #fff;
    border: 1px solid #3c3c3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    color: #da0d0d !important;
    transition: all 0.3s ease;
}

.theme-1 section.page-head-3 h1 {
    margin-bottom: 0;
    font-weight: 400;
}

.product-main-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.product-main-info h1 {
    position: relative;
}

.product-main-info h1::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -15px;
    background-color: #0a1621;
}

.product-main-info h1 .brand {
    display: block;
    color: #0a1621;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-main-info h1 .model {
    display: block;
    font-weight: 500;
    font-size: 75%;
    margin-bottom: 5px;
}

.product-main-info h1 .type {
    display: block;
    font-size: 65%;
    font-weight: 500;
}

.product-main-info .product-description {
    margin-top: 30px;
}

.search-icon {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    color: #fff;
    transition: all .3s ease;
    transform: translate(-50%) scale(0);
}

a:hover .search-icon {
    transform: translate(-50%) scale(1);
}

.fa-search {
    font-size: 30px;
}

#productSliderCarousel ul {
    display: flex;
    flex-wrap: wrap;
}

#productSliderCarousel ul li {
    display: inline-flex;
    width: 84px;
    height: 95px;
    padding: 2px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.product-content-wrapper .product-gallery {
    margin-bottom: 30px;
}

.product-content-wrapper .product-gallery .product-img-box {
    position: relative;
}

.product-content-wrapper .product-gallery .product-img-box a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

.product-content-wrapper .product-gallery .product-img-box a::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.product-content-wrapper .product-gallery .product-img-box a:hover::before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
}

.product-content-wrapper .product-gallery .product-img-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #0a1621;
    transition: all 0.3s ease;
}

.product-form #offerForm {
    display: none;
    float: right;
    max-width: 324px;
    margin-top: 30px;
    text-align: left;
}

.product-form #offerForm input {
    height: 35px;
    margin-bottom: 7px;
    border: 1px solid #3c3c3b;
    padding: 0 15px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
}

.product-form #offerForm textarea {
    height: 100px;
    padding: 7px 15px;
    margin-bottom: 10px;
    border: 1px solid #3c3c3b;
    width: 100%;
    display: block;
    font-weight: 300;
}

.product-form #offerForm input[type="submit"] {
    height: auto !important;
    line-height: 33px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: #3c3c3b;
    border: 1px solid #3c3c3b;
    transition: all 0.3s ease;
    font-weight: 500;
}

.product-form #offerForm input,
.product-form #offerForm textarea {
    width: 100%;
}

.product-content-wrapper {
    padding-bottom: 60px;
}

.product-form .button.dark:hover {
    color: #da0d0d;
    background-color: #fff;
    border-color: #da0d0d;
}

#header.menu-align-right #logo {
    top: 0;
    background: #000000;
    margin-bottom: -105px;
    padding: 0px 5px 5px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
#header #logo img {
    max-height: none;
    width: 190px;
}

#footer-logo .logo-light img {
    width: 210px;
    margin-top: 0;
    position: relative;
    top: -20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.product-list {
    margin-bottom: 15px;
}

.product-content-wrapper .product-description .product-main-info {
    text-align: right;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
/*
#tt-intro .intro-title {
    background-image: url(../img/logo/logo-part-top-light.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
}
*/
#tt-intro .intro-caption.intro-caption-lg .intro-subtitle { 
    font-size: 65px;
}

#tt-intro .intro-caption.intro-caption-lg .intro-subtitle {
    font-size: 34px;
    margin-left: 9px;
    margin-top: 0;
}

@media (min-width: 992px) {

    #tt-intro .intro-caption.intro-caption-lg .intro-subtitle { 
        font-size: 48px;
    }
    
    #tt-intro .intro-caption.intro-caption-lg .intro-subtitle {
        font-size: 30px;
        margin-left: 9px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {

    .popup-discount-content__social {
        padding-left: 0;
    }

    #header #logo {
        position: relative;
        float: left !important;
        top: 0px !important;
        height: 85px;
        margin-bottom: -25px !important;
        background: #000!important;
    }
    #header #logo img {
        max-height: none !important;
    }
    #logo .logo-dark {
        display: none;
    }
    #logo .logo-dark-m {
        display: block;
        margin-bottom: -15px;
    }
    #header.menu-align-right .tt-main-menu {
        width: 100%;
    }
}

@media (max-width: 767px) {
    
    .product-list .product-box {
        display: block;
        padding: 0 30px;
    }
    #d_part {
        height: 50px;
    }
    .tt-tools-button {
        display: none!important;
    }
    .box-23988 {
        display: none;
    }
}

.product-list .product-box .theme-button.view {
    position: absolute;
    z-index: 1000;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 30px);
    background: #0a1621;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 8px 40px;
}

.product-list .product-box .logo-box {
    padding: 12px 0 5px;
    text-align: right;
    border-bottom: 2px solid #0a1621;
}

.product-list .product-box .logo-box img {
    display: inline-block;
    width: 70px;
}

.product-list .product-box h5 {
    margin-top: 0;
    margin-bottom: 0;
}

body.tt-boxed .tt-wrap.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zoomWrapper {
    position: relative;
}


/* class applies to select element itself, not a wrapper element */

.custom-select {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    line-height: 1.3;
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 56px;
}

.custom-select:focus,
.custom-select:active,
.custom-select:hover {
    outline: none;
}


/* Style the arrow inside the select element: */

.select-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.select-wrapper .arrow {
    position: absolute;
    width: 22px;
    height: auto;
    top: 24px;
    right: 40px;
    transform: rotate(-3deg);
}


/* Hide arrow icon in IE browsers */

.custom-select::-ms-expand {
    display: none;
}


/* Hover style */

.custom-select:hover {
    border-color: #888;
}


/* Focus style */

.custom-select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    color: #222;
    outline: none;
}


/* Set options to normal weight */

.custom-select option {
    font-weight: normal;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-wrapper:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-wrapper input:checked~.checkmark {
    background-color: #121212;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-wrapper input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-wrapper .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Modals
----------------------------------------------------------*/

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

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

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

h5.modal-title {
    font-size: 18px;
}

.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}




/* Modal Video */

.modal-video {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modal-video {
        text-align: left;
    }
}

.modal-video iframe {
    width: 100%;
    display: block;
}

.modal-video:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .modal-video:before {
        display: none;
        height: auto;
    }
}

.modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

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

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

.modal-header>.close {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: -3px;
}

.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}





#footer-logo img {
    border-radius: 5px;
}

#tabs_wrapper {
    position: relative;
}

.tabs {
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    max-width: 1440px;
    margin: 0 auto;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs>ul>li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 13px;
    color: #da0d0d;
}

.tabs>ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs>ul>li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs>ul>li label {
    transition: all 0.3s ease-in-out;
    color: #666;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}

.tabs>ul>li label br {
    display: none;
}

.tabs>ul>li label svg {
    fill: #0001d1e1e;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs>ul>li label:hover,
.tabs>ul>li label:focus,
.tabs>ul>li label:active {
    outline: 0;
    color: #666;
}

.tabs>ul>li label:hover svg,
.tabs>ul>li label:focus svg,
.tabs>ul>li label:active svg {
    fill: #666;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #da0d0d;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #da0d0d;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #da0d0d;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs>ul>li label {
        white-space: initial;
    }
    .tabs>ul>li label br {
        display: initial;
    }
    .tabs>ul>li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs>ul>li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs .slider {
        display: none;
    }
    .tabs .content {
        margin-top: 0;
    }
    .tabs .content section h2 {
        display: block;
    }
}

.price-boxes-container>.row {
    position: relative;
}

h3.shadow-title {
    position: absolute;
    top: -85px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 94px;
    opacity: 0.1;
}

ul.price-list li.list-text {
    padding: 5px 0!important;
    transition: all 0.3s ease;
}

ul.price-list.show-more-li li.list-text {
    padding: 10px 0!important;
    border-bottom: 1px dashed #ddd;
    transition: all 0.3s ease;
}

ul.price-list li.list-text:nth-child(even) {
    border-radius: 5px;
}

ul.price-list li.list-text .text {
    display: flex;
    display: none;
    font-size: 13px;
    justify-content: flex-start;
    padding-left: 2px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: -2px;
}

ul.price-list li.list-text .text strong {
    color: #7e7e7e;
    font-weight: 500;
    border-bottom: 1px dotted;
    margin-right: 5px;
    font-size: 12px;
}

small.tl {
    font-size: 95%;
    font-family: "Roboto", sans-serif;
}

ul.price-list li.list-text .text .part {
    margin-right: 10px;
}

ul.price-list .price {
    font-weight: 600;
    color: #666;
    transition: all 1s ease;
}

ul.price-list .price small {
    font-size: 90%;
    font-family: arial;
    margin-left: 2px;
}

.price-details {
    display: flex;
    justify-content: space-between;
}

.pricing-box {
    display: block;
}

.pricing .pricing-box .card-body ul li i span {
    font-size: 14px;
    font-weight: 600;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pricing .pricing-box:hover .card-body ul li .text * {
    transition: all 0.5s ease;
}

.pricing-box {
    cursor: pointer;
}

.pricing .pricing-box:hover .card-body ul li i span,
.pricing .pricing-box.active-price .card-body ul li i span,
.pricing .pricing-box:hover .card-body ul li .text *,
.pricing .pricing-box.active-price .card-body ul li *,
.pricing .pricing-box:hover .card-body ul li a,
.pricing .pricing-box:hover .card-body ul li a:hover {
    color: #fff;
}

ul.price-list li.list-text.more {
    display: none;
}

ul li.more-box {
    height: 50px;
}

.pricing .pricing-box a {
    transition: all 1s ease;
}

.pricing .pricing-box a.show-more i {
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 0.1s ease !important;
}

ul.show-more-li li a.show-more i {
    transform: rotate(180deg);
}

i {
    position: relative;
}

.pricing .pricing-box .info-icon {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
}

.d-flex {
    display: flex!important;
}

.pricing .pricing-box .mdi-checkbox-marked-circle {
    width: 100%;
}

select option.disabled[selected="selected"] {
    color: #f0f0f0;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
    background-color: #fafafa;
}

textarea.textarea {
    height: 120px!important;
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
}

.form-check {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: #da0d0d;
    border-color: #da0d0d;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    margin-left: 0;
    margin-right: 5px;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: #da0d0d;
    background-color: #da0d0d;
    box-shadow: 0 0 0 0.25rem rgb(85 175 234 / 20%)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid,
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.was-validated .form-select:valid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(85, 234, 152, 0.2)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #da0d0d;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #da0d0d;
}

.price-box .price-list li span {
    font-weight: 500;
}

ul.show-more-li li.list-text.more {
    display: flex;
    flex-direction: column;
}

ul.price-list.show-more-li li.list-text .text {
    display: flex!important;
    position: relative;
    transition: all 1s ease;
    justify-content: space-around;
    margin-bottom: 5px;
}

.active-price ul.price-list.show-more-li li.list-text .text {
    background-color: #da0d0d;
}

.pricing .pricing-box:hover .card-body ul.price-list.show-more-li li.list-text .text {
    background: #da0d0d;
}

i.mdi {
    font-style: normal!important;
}

@media (max-width: 1440px) {
    ul.price-list li.list-text .text strong {
        display: block;
    }
    ul.price-list.show-more-li li.list-text .text {
        justify-content: space-around;
    }
}

.price-box .price-list li span.show-more {
    cursor: pointer;
    font-size: 14px;
    color: #da0d0d;
    font-weight: 400;
}

.form-floating>label {
    left: 15px;
    color: #414141;
}

form h6 {
    font-size: 16px;
}

hr {
    opacity: 1!important;
}

.panel-body {
    padding: 15px;
    margin-bottom: 0;
}

.accordion-wrap .panel+.panel {
    margin-top: 10px;
}

h4.panel-title {
    margin-bottom: 0;
}

.isotope-wrap .col-3 {
    width: 100%;
}

.modal-header {}

.form-floating>.form-control {
    padding: 1rem;
}

.price-box .price-features>ul>li {
    padding: 5px 0;
    font-size: 15px;
}

.platinum .pr-box.price-heading:after {
    background-color: #bcd2de;
}

.silver .pr-box.price-heading:after {
    background-color: #c0c0c0;
}

.golden .pr-box.price-heading:after {
    background-color: #ab9100;
}

.price-heading-inner * {
    text-shadow: -1px 1px #999;
}

.tabs ul>li img.red {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img.red,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img.red,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img.red,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img.red {
    display: inline-block;
}

.pos-relative {
    position: relative;
}

.price-features {
    position: relative;
    min-height: 340px;
}

.price-features .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.dots-outside{
    margin-bottom: 0;
}
@media(min-width: 992px) {
    .tt-menu-nav>li>a {
        padding: 30px 5px;
        font-size: 16px;
    }
    #articles-section{
        margin-top: 30px;
    }

}

@media(min-width: 1200px) {
    .form-content {
        max-width: 1000px;
    }
    .col-lg-pull-6 {
        position: relative;
        right: 50%;
    }
    .col-lg-push-6 {
        position: relative;
        left: 50%;
    }
    html[dir="rtl"] .col-lg-pull-6 {
        position: relative;
        left: auto;
        right: auto;
        float:left
    }
    html[dir="rtl"] .col-lg-push-6 {
        position: relative;
        left: auto;
        right: auto;
        float:left
    }    
    .tabs {
        max-width: 1440px;
        margin: 0 auto;
        padding: 50px 320px;
    }
    .tabs .content {
        margin-top: 30px;
        width: calc(100% + 500px);
        margin-left: -245px;
    }
}

.tabs>ul>li {
    border-right: 1px solid #ccc;
}

.tabs>ul>li:last-child {
    border-right: none;
}

.lh-32 {
    line-height: 32px;
}

.show-more-li~.btn {
    bottom: -75px;
}

.price-boxes-container {
    margin-top: 0;
}

.price-boxes-container h4 {
    font-size: 72px;
    opacity: 0.2;
    text-align: center;
    margin: 0;
    margin-top: -65px;
}

.mobile-menu-item {
    display: none!important;
}

.tabs>ul>li {
    cursor: pointer;
}

h1.lh-xs {
    line-height: 0.4;
}

h1 .s-xs {
    font-size: 22px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.page-404 #page-header {
    height: calc(101vh - 363px);
}

.page-404 .page-header-image {
    background-size: contain;
}

.form-section {
    display: flex;
    align-items: center;
    overflow: auto;
    background-color: #f0f2f8;
    min-height: calc(101vh - 460px);
}

.form-content {
    background: #fff;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    margin: 60px auto 60px;
    border-radius: 10px;
}

.text-theme-red {
    color: #da0d0d;
}

.form-floating>.form-control {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
}

.logo-inline img {
    height: 30px
}

.form-content h3 {
    position: relative;
    margin-bottom: 15px!important;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.bg-round {
    position: relative;
}

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

.bg-round::after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 80%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    background: #fcfcfc;
}

.ov-h {
    overflow: hidden;
}

.box-09823 {
    position: relative;
    z-index: 1;
    margin-bottom: -1rem;
}

.form-check-label {
    font-size: 15px;
    color: #000;
}

@media(min-width: 1366px) {
    .price-boxes-container h4 {
        margin-top: -90px;
    }
}

@media(max-width: 600px) {
    .mobile-menu-item {
        display: block!important;
    }
    .price-boxes-container h4 {
        font-size: 66px;
        margin-top: -30px;
    }
    .tabs {
        padding: 30px 10px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 15%);
        margin: 0 auto;
    }
    .tabs>ul {
        margin-bottom: 0;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .tabs>ul>li {
        border: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .tabs>ul>li label {
        font-size: 10px;
        padding: 7px 0;
        border-radius: 0;
    }
    .price-box {
        margin-top: 0;
    }
    .price-box .price-heading {
        padding: 20px 15px;
    }
    .price-box .price-list li span {
        font-weight: 500;
        font-size: 12px;
    }
    .price-features {
        min-height: auto;
    }
    .price-features .btn {
        position: static;
        transform: none;
        bottom: 5px;
    }
    .more-box {
        vertical-align: bottom;
        line-height: 50px;
    }
    #footer-logo {
        border-radius: 5px;
        margin: 25px 15px 10px 15px;
        padding: 17px 30px 17px 30px;
    }
    /*
    .tt-menu-tools {}
    .language-item .tt-dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .tt-dropdown li {
        display: inline-block;
    }
    .tt-menu-tools .language-item {
        display: none;
    }
    
    */
    #header .header-inner {
        padding-bottom: 0;
    }
    .tt-m-menu-toggle-btn {
        top: 30px;
    }
    .content .container.px-5 {
        padding: 0 10px!important;
    }
    #flexCheckDefault~.form-check-label {
        margin-top: -22px;
        margin-left: 15px;
    }
    .price-box .price-box-price .price {
        line-height: 1;
    }
    #header #logo img {
        height: auto !important;
        width: 145px;
        margin-top: 0;
    }
    #footer {
        padding-top: 0;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-menu>li {
        display: block;
        line-height: 1.8;
    }
    .form-floating>label,
    .form-floating>.form-control:-webkit-autofill~label {
        font-size: 15px;
    }
    input#firma_adresi {
        height: 50px;
        word-break: break-word;
    }
    .bg-round::after {
        bottom: -15px;
        border-radius: 100%;
        width: 120%;
        left: -10%;
    }
    .form-check-inline .form-check-label {
        margin-top: -20px;
    }

}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #da0d0d;
}

.bootstrap-select .btn-light {
    background-color: #fff;
    border-color: #f6f6f6;
}

.checkout-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px;
}

#iyzipay-checkout-form .text-wait {
    transform: translateY(-100px);
}

#iyzipay-checkout-form div~.text-wait {
    display: none;
}

.payment-result-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px 15px;
    flex-direction: column;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.footer-menu a {
    color: #fff;
    font-size: 14px;
}

.footer-menu a:hover {
    color: #ddd;
    text-decoration: underline;
}

#whatsappMessage {
    position: fixed;
    bottom: 100px;
    width: 55px;
    left: 15px;
    z-index: 10000000;
}

@media(max-width: 600px) {
    #whatsappMessage {
        width: 45px;
        bottom: 15px;
    }
    .payment-icons {
        margin: 30px auto
    }
}

.pc-header .user-avtar {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.pc-header .pc-head-link .user-desc,
.pc-header .pc-head-link .user-name {
    display: block;
    line-height: 1;
}

.pc-header .pc-head-link .user-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pc-header .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(28, 35, 47, 0.7);
}

.pc-header .pc-head-link {
    color: #1c232f;
    display: inline-flex;
    align-items: center;
    padding: 20px 10px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
}

@media(min-width: 1025px) {
    .pc-header[class*="bg-"] .pc-head-link .user-desc,
    .pc-header.dark-header .pc-head-link .user-desc {
        color: rgba(255, 255, 255, 0.7);
    }
}

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-grid .justify-center {
    align-items: center;
}

.flex-grid .align-top {
    justify-content: flex-start;
}

.flex-grid .grid-item {
    flex: 1;    
}

.flex-grid .grid-item-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.flex-grid .grid-item-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.flex-grid .grid-item-3 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333%;
}

.flex-grid .grid-item-1-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.flex-grid .grid-item-3-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
}

.flex-grid .grid-item-2-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
}

.flex-grid .grid-item-3-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 60%;
}

@media (max-width: 767px) {
    .flex-grid .grid-item-3 {
        width: 50%;
    }
}

@media (max-width: 579px) {
    .flex-grid .grid-item-xs {
        width: 100%;
    }
    .flex-grid .grid-item-2,
    .flex-grid .grid-item-3 {
        width: 100%;
    }
    .flex-grid .grid-item-xs-2 {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
    .footer-menu {
        text-align: center;
        margin: 30px auto 40px;
    }
}



.bl-item-info {
    padding: 6% 5% 55px 5%;
}

.cc-item .bl-item-info .btn.btn-link {
    bottom: 8px;
}

.cc-item .bl-item-info .btn.btn-link.btn-link-s1 {
    bottom: 8px;
}

.btn-link-gray {
    color: #aaa!important;
}

.o-auto {
    overflow: auto!important;
}

body.tt-boxed .tt-wrap.medium-width {
    max-width: 990px;
}

form.hide-lables label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.flex-list .blog-list-item {
    display: flex;
    flex-direction: row;
}

.flex-list .blog-list-item .bl-item-image {
    width: 50%;
}

.flex-list .blog-list-item .bl-item-info {
    width: 50%;
    margin: 0;
}

.flex-list .blog-list-item .bl-item-image a {
    display: block;
    width: 100%;
}

.flex-list .blog-list-item .bl-item-desc ul {
    padding-left: 0;
}

.flex-list .blog-list-item .bl-item-desc ul li {
    display: flex;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.flex-list .blog-list-item .bl-item-desc ul li strong {
    margin-right: 5px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    min-width: 70px;
    color: #b3b3b3;
    line-height: 17px;
    vertical-align: top;
}

.flex-list .blog-list-item .bl-item-desc ul li p {
    margin-bottom: 10px;
    line-height: 18px;
}

.flex-list .cc-item .bl-item-info .btn {
    position: static;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .flex-list .blog-list-item .bl-item-info {
        padding: 5% 3%;
    }
}

@media (max-width: 768px) {
    .flex-list .blog-list-item {
        flex-direction: column;
    }
    .flex-list .blog-list-item .bl-item-image,
    .flex-list .blog-list-item .bl-item-info {
        width: 100%;
    }
}


/* portfolio single attributes */

.ps-attributes {
    font-size: 16px;
    background: #fbfbfb;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

ul.ps-attr {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ps-attr li {
    position: relative;
    margin-bottom: 12px;
}

.ps-attributes .ps-attr-heading {
    font-size: 90%;
    font-weight: 500;
    color: #000;
}

.ps-attributes .ps-attr-cont {}

.ps-attributes .ps-attr-cont a {
    word-wrap: break-word;
}

.ps-attributes .ps-attr-cont a:hover {
    text-decoration: underline;
    color: #0040d8;
}

.ps-category {}

.ps-category a {
    word-wrap: break-word;
    color: #000;
}

.ps-category a a:hover {
    text-decoration: underline;
    color: #0040d8;
}


/* portfolio single attributes if inline list enabled (class "list-inline") */

ul.ps-attr.list-inline li {
    display: inline-block;
    max-width: 275px;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin: 12px 30px 12px 0;
}

ul.ps-attr.list-inline li:last-child {
    padding-right: 0;
    margin-right: 0;
}

ul.ps-attr.list-inline li::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 48px;
    background-color: #DDD;
}

ul.ps-attr.list-inline li:last-child::before {
    display: none;
}

@media (max-width: 768px) {
    ul.ps-attr.list-inline li {
        display: block;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }
    ul.ps-attr.list-inline li::before {
        display: none;
    }
}


/* Portfolio single gallery 
============================ */

.portfolio-single-gallery {}


/* portfolio single image */

.portfolio-single-image-holder {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .portfolio-single-image-holder {
        margin-bottom: 15px;
    }
}

.isotope .portfolio-single-image-holder {
    margin-bottom: 0;
}

.portfolio-single-image {
    position: relative;
    overflow: hidden;
}

.ps-image-link {
    position: relative;
    display: block;
}

.portfolio-single-image img {}


/* portfolio single image cover */

.portfolio-single-image::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* portfolio single image caption */

.portfolio-single-image-holder .ps-image-caption {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #b1b1b1;
}

.portfolio-single-image-holder .ps-image-caption a {
    color: inherit;
    border-bottom: 1px dotted;
}

.portfolio-single-image-holder .ps-image-caption a:hover {
    color: #0040d8;
}


/* if portfolio single image as background image */

.portfolio-single-image.bg-image {
    background-color: rgba(91, 107, 140, 0.1);
    padding-bottom: 60%;
}

.page-header-title.full-width {
    max-width: none;
}

.cc-item .bl-item-info .btn.bottom-10 {
    bottom: -10px;
}
#modalCookies{
    background-color: rgba(0, 0, 0, 0.85);
}
#modalCookies.modal-bottom .modal-content {
    color: #eee;
    font-size: 14px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.1);
}

#modalCookies.modal-bottom .modal-dialog,
#modalCookies.modal-bottom .modal-content .modal-body {
    background-color: transparent;
}

#modalCookies.modal-bottom .close {
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}
#modalCookies a{
    color: #f0f0f0;    
}


.link-with-icon {
    font-size: 14px;
}

.link-with-icon i {
    position: relative;
    top: 1px;
    font-size: 13px;
}

.portfolio-single-info img {
    max-width: 100%!important;
    height: auto!important;
}

@media (min-width: 768px) {
    .archive-items-list.flex-list .bl-item-title h2 {
        font-size: 30px;
    }
    .padding-top-md-0 {
        padding-top: 0!important;
    }
}

.archive-items-list.flex-list .bl-item-desc ul {
    padding-left: 20px!important;
    margin: 0!important;
    margin-bottom: 30px!important;
}

.archive-items-list.flex-list .bl-item-desc ul li {
    display: list-item!important;
    list-style: disc!important;
}

.breadcrumbs {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: -15px;
    font-size: 15px;
}

.breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 80%;
}

.text-logo-213,
.text-logo-214 {
    width: 110px!important;
    height: auto!important;
    vertical-align: baseline;
    float: none!important;
    margin-right: 5px;
}

.tt-submenu {
    min-width: 250px;
}

@media (max-width: 1585px) {
    .blog-single-share {
        margin-top: 15px;
    }
}

.home-about {
    margin-top: 15px;
}

.home-about-buts a {
    width: 130px;
}

.header-action-layout1 {
    margin: 16px;
}

.header-action-layout1 ul {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul li {
    display: inline-block;
    margin-right: 25px;
}

.header-action-layout1 ul li:last-child {
    margin-right: 0;
}

.header-action-layout1 ul .header-action-number {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul .header-action-number .item-icon {
    margin-right: 15px;
}

.header-action-layout1 ul .header-action-number .item-icon i:before {
    font-size: 30px;
    color: #14287b;
}

.header-action-layout1 ul .header-action-number .item-content .item-title {
    line-height: 1;
    color: #111111;
}

.header-action-layout1 ul .header-action-number .item-content .item-number {
    font-weight: 700;
    font-size: 20px;
    color: #111111;
}

.header-action-layout1 ul .header-action-number-2 {
    display: flex;
    align-items: center;
}

.header-action-layout1 ul .header-action-number-2 .item-icon {
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fef22e;
    border-radius: 50%;
    margin-right: 20px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon:before {
    content: "";
    height: 52px;
    width: 52px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    /*animation: pulse2 infinite 2s;*/
}

.header-action-layout1 ul .header-action-number-2 .item-icon i:before {
    font-size: 22px;
    color: #fff;
}

.header-action-layout1 ul .header-action-number-2 .item-content .item-number {
    font-size: 22px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .header-action-layout1 ul .header-action-number-2 .item-content .item-number {
        font-size: 20px;
    }
}

.header-action-layout1 ul .header-action-btn .item-btn {
    border-radius: 0 4px 4px 0;
    background-color: #fef22e;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    display: inline-block;
    padding: 20px 30px 20px 45px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-right: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-action-layout1 ul .header-action-btn .item-btn i {
    margin-right: 10px;
}

.header-action-layout1 ul .header-action-btn .item-btn:hover {
    background-color: #287ff9;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #14287b;
        box-shadow: 0 0 0 0 #14287b;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

.whatsapp-icon {
    transform: rotate(90deg);
    scale: 0.8;
    margin-top: 8px;
    margin-left: 1px;
}

.item-content .item-number {
    display: flex;
    flex-direction: column;
}

.archive-items-list .cc-item .bl-item-info .btn {
    position: relative;
}


/*
.archive-items-list .bl-item-title h2 {
    min-height: 58px;
}
*/

#about-me-section.home-about {
    margin-bottom: 60px;
}

#blog-list-section .bl-item-info {
    box-shadow: 0 -2px 2px rgb(229 229 229 / 50%);
}

#tt-intro {
    z-index: 0;
    height: 100vh;
    background: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid #00ABC4;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#tt-intro {
    position: relative;
}

#tt-intro .spinner-grow {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
}

.tt-intro-inner {
    position: relative;
    z-index: 1;
}

.intro-title img {
    width: 450px!important;
}

.intro-caption .erbill-logo-icon img {
    width: 100px;
    margin: 0 auto 15px;
}

#about-me-section {
    background-color: #fff;
}

@media (max-width: 767px) {


    #tt-intro {
        height: 100vh;
    }
    .intro-title img {
        width: 300px!important;
    }
    .header-action-layout1 {
        display: none;
    }
    .mobile-whatsapp {
        position: fixed;
        z-index: 100;
        bottom: 80px;
        right: 12px;
        background-color: #28a745;
        color: #fff;
        font-size: 38px;
        border-radius: 20%;
        width: 50px;
        height: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tt-wrap .nav-outside-top .owl-nav {
        right: 50%;
        transform: translateX(50%);
    }
}

.scrolltotop {
    font-size: 22px;
}

#gear {
    animation-name: ckw;
    animation-duration: 15.5s;
    /* Things added */
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
    /* <--- */
}

@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animsition-loading {
    width: 44px;
    height: 44px;
}

.footer-documents li {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.footer-documents li a {
    color: #000;
}

.footer-documents li a:hover {
    text-decoration: underline;
}

.text-box-32411 {
    position: relative;
    z-index: 2;
    padding: 300px 0 300px;
    color: #fff;
}

.text-box-32411 h3 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 14px;
    text-shadow: 0px 0px 15px rgb(51 51 51 / 50%);
}

.text-box-32411 h5 {
    font-size: 22px;
    line-height: 23px;
    font-weight: 500;
    opacity: 0.9;
    text-shadow: 0px 0px 15px rgb(51 51 51 / 50%);
}

.product-head h5 .brand {
    display: block;
    color: #0a1621;
    font-weight: 600;
}

.product-head h5 .model {
    display: block;
    font-weight: 500;
    font-size: 75%;
}

.product-head h5 .type {
    display: block;
    font-size: 70%;
}

.product-list .product-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.product-list .product-box .img-box img {
    transition: all 0.5s ease;
}

.product-list .product-box:hover .img-box img {
    transform: scale(1.1);
}

.product-list .product-box .img-box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.product-list .product-box:hover .img-box::before {
    background-color: rgba(0, 0, 0, .5);
}

.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bg-white {
    background-color: #fff!important;
}

.img-29347 {
    width: 300px;
    position: absolute;
    z-index: 1;
    margin-top: 200px;
    border-radius: 20px;
}

.img-29348 {
    position: absolute;
    width: 350px;
    left: 215px;
    margin-top: 100px;
    border-radius: 20px;
}


/*
.box-23988 .img-row::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 120px;
    left: 204px;
    width: 100px;
    height: 450px;
    background-color: #0a1621;
    opacity: 1;
}
*/

.counter-box {
    font-size: 42px;
    font-weight: 800;
    color: #0a1621;
}

#counter {
    overflow: hidden;
}

#box-902348 p {
    font-size: 20px;
    margin-bottom: 0;
}

#box-902348 .box {
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
}

#box-902348 .box::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    left: 50%;
    bottom: -30px;
    background-color: #0a1621;
    transform: rotate(90deg);
}


.box-27380 {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 10%;
    width: 70%;
    height: 175px;
    background-image: url(../img/logo/system-logo-text.svg);
    background-position: center 79px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.box-27381{
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    left: 0%;
    width: 70%;
    height: 175px;
    background-image: url(../img/logo/system-logo-text.svg);
    background-position: center 79px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
}

#box-902348 .box {
    border-right: 1px solid #f1f1f1;
}

#box-902348 .box:last-child {
    border: none;
}

#box-902348 .box img {
    width: 65px;
    margin-bottom: 15px;
    opacity: 0.7;
}

#box-902348 .row {
    padding: 60px 0;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 60px 40px 90px 40px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.04);
}

.about_counter .about_counter_list li:after {
    top: 0;
    right: 0;
    width: 1px;
    content: "";
    height: 115%;
    position: absolute;
    background-color: #f1f1f1;
}

hr.hr-1 {
    height: 1px;
    margin: 0 3%;
    border-top: 1px dotted rgba(150, 150, 150, 0.18);
    background-color: transparent;
}

.brands-carousel {
    margin-top: 0;
    padding: 0;
}

.brands-carousel .brand-item {
    /*border: 1px solid #e9e9e9;*/
    padding: 10px;
    border-radius: 15px;
}

.brand-item img {
    opacity: 0.3;
    filter: grayscale(1);
    transition: all 0.5s ease;
}

.brand-item:hover img {
    opacity: 1;
    filter: grayscale(0);
}

.owl-carousel.cc-height-auto,
.owl-carousel.cc-height-auto .cc-item {
    min-height: auto;
}


@media (max-width: 767px) {
    .box-23988 .img-row {
        padding-bottom: 150%;
    }
    .img-29347 {
        width: 48%;
        position: absolute;
        left: 25px;
        z-index: 1;
        margin-top: 170px;
        border-radius: 20px;
    }
    .img-29348 {
        position: absolute;
        width: 60%;
        left: auto;
        margin-top: 110px;
        border-radius: 20px;
        right: 25px;
    }
    .box-23988 {
        display: none;
    }
    #box-902348 .box {
        border-right: none;
        margin-bottom: 60px;
    }
    #box-902348 .box:last-child {
        margin-bottom: 0;
    }
}

.box-230 {
    position: absolute;
    margin-top: 15px;
    color: #be9953;
    transform: rotate(-90deg);
    top: 17px;
    font-size: 22px;
    font-weight: bold;
    left: -22px;
    background: transparent;
}

.option-info-list {
    padding-left: 0;
}

.option-info-list li {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.option-info-list li strong {
    margin-right: 5px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    min-width: 100px;
    color: #b3b3b3;
    line-height: 17px;
    vertical-align: top;
}

.option-info-list li p {
    margin-bottom: 10px;
    line-height: 18px;
}

#counter {
    margin-top: 120px;
    margin-bottom: 30px;
    overflow: hidden;
}

#project-list .isotope-item {
    height: 670px;
}

@media (max-width: 991px) {
    .isotope-filter-1>div {
        margin-bottom: 20px;
    }
}

.isotope-filter-2>div {
    margin-bottom: 20px;
}

ul.isotope-filter-links>li {
    display: inline-block;
    margin: 0 0;
    padding: 0 10px;
    font-size: 12px!important;
    border-radius: 2;
}

ul.isotope-filter-links>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #000;
}

.isotope-filter {
    padding: 30px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.isotope-filter .filter-title {
    font-weight: 500;
    padding: 5px 20px 5px 0;
    margin-right: 15px;
    color: #0a1621;
}

.isotope-filter .border-right {
    border-right: 1px solid #eee!important;
}

.nice-select.wide {
    width: 100%;
}

.isotope-filter>.grid-auto {
    width: 25%;
}

.isotope-filter>.grid-auto .filter-box {
    width: 100%;
    height: 100%;

}

.isotope-filter>.grid-auto .options {
    width: 200px;
}

.project-gallery {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
}

.related-posts {
    padding-top: 0;
    border: none;
}

.related-posts hr {
    border-top: 1px dotted rgba(150, 150, 150, 0.3);
    margin-bottom: 60px;
}

.media-list {
    padding-top: 60px;
}

.media-list .flex-grid>div {
    margin-bottom: 60px;
}

.news-list-item {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fbfbfb;
    padding: 100px 40px 50px;
    margin-bottom: 50px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.news-item-title {
    position: relative;
}

.news-item-title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.news-list-item .quote-sign {
    font-size: 100px;
    opacity: 0.15;
    position: absolute;
    top: -35px;
    transform: translateX(0%);
    color: #b3b3b3;
}

.news-item-meta .agency {
    display: block;
    font-style: italic;
    line-height: 40px;
    font-weight: bold;
}

.news-item-meta .published {
    display: block;
    font-size: 14px;
}

.news-meta {
    padding: 10px 0 30px;
}
.news-item-info .btn{
    margin-top: 15px;
    background-color: rgb(254 254 254 / 85%);
}

.award-list-item {
    position: relative;
    padding: 30px 30px 0;
}

.award-list-item::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #0a1621;
}

.award-list-item .award-sign {
    color: #eeeeee;
    opacity: 1;
    font-size: 40px;
    margin-bottom: 15px;
}

.award-item-info h3 {
    color: #0a1621;
}

.form-panel-heading {
    margin: 35px auto 30px;
    position: relative;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.form-panel-heading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #0a1621;
}

label {
    text-align: left;
    font-weight: 600;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

#home-video .cover{
    background-color: rgb(1 102 158 / 30%); 
}

.home-video-spot {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 22% 0 22% 0;
    z-index: 3;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h3.video-title {
    display: block;
    margin: 0;
    font-size: 68px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.youtube-bg {
    background-position: center center !important;
    background-size: contain!important;
    background-color: #fff!important;
}



.footer-light .footer-menu a {
    color: #121212;
}

.footer-light .footer-menu a:hover {
    color: #121212;
    text-decoration: underline;
}

.call-to-action-section{
    padding: 0 3% 5%;
}

.box-12039{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    padding-left: 2%;  
    padding-right: 2%;
}

.box-12039 .col-box{    
    flex: 1 0 0%;
}

.box-12039 .bl-item-title h2{
    font-size: 18px;
}
.box-12039 .bl-item-info p{
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 0;}


.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next {
    right: 20px;
    opacity:1;
}

.owl-carousel.arrow-pos .owl-nav button.owl-next { 
    top: 1px; 
}

.testimonials-carousel .owl-carousel .owl-nav button.owl-next { 
    top: 50%;    
}

.latest-news-carousel .owl-carousel .owl-nav button.owl-prev{
    left: 8px;    
}

.latest-news-carousel .owl-carousel .owl-nav button.owl-next{
    right: 8px;    
}

.video-bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}


#map {
    width: 100%;
    min-height: 500px;    
    padding-bottom: 0;
}

#map iframe{
    width: 100%;
    height: 500px; 
}
.tt-megamenu {
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 85px!important;
    width: 100%;
    left: 0%;
    padding: 15px 15px 15px;
}

.tt-megamenu a{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tt-megamenu a:hover{
    border: none!important; 
    box-shadow: none!important;
}

.tt-megamenu img{
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 2px solid #e2c396;
}


#modalCookies{
    width: 320px;
    bottom: 59px;
    position: fixed;
    top: auto;
    left: 0;
    right: auto;
}


#modalCookies .modal-content {
    color: #eee;
    font-size: 11px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.1);
}

#modalCookies .modal-dialog,
#modalCookies .modal-content .modal-body {
    background-color: transparent;
}

#modalCookies .modal-dialog{
    width: 100%;
    margin: 0;
}

#modalCookies .modal-body{
    padding-right: 90px;
    padding-top: 15px;
    padding-bottom: 13px;
}

#modalCookies .close {
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
    font-size: 12px;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 13px;
    padding: 10px;
    background: rgb(255 255 255 / 10%);
}


#page-header.ph-lg .page-header-inner {
    padding-top: 80px;
    padding-bottom: 60px;
}



.bl-item-image.border-radius{
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
    overflow: hidden;
}

.bl-item-image.border-radius a::before{
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border-radius: 175px;
}

.campaing-text{
    color: #f0f0f0;
}
.countdown {
    margin-bottom: 10px;
    margin-left: -30px;
  }
  .countdown div {
    text-align: center;    
    border-radius: 8px;
    margin: 10px 10px;
    width: 100px;
    padding: 15px 0;
  }
  .countdown div h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
  }
  .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

#gallery .grid-item{
    position: relative;
}
#gallery .grid-item img:first-child{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s cubic-bezier(.22,.61,.36,1);
}

#gallery .grid-item img:last-child{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    background-position: top;

    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.22,.61,.36,1);
}
#gallery .grid-item:hover img:last-child{
    opacity: 1;
    visibility: visible;
}

#home-banner{
    position: relative;
}
#home-banner:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);    
}
.home-banner-text {
    display: flex;
    flex-direction: column;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0 5px rgba(0,0,0,0.3);
}
.home-banner-text h2{
    font-size: 44px;
}


#tt-intro .cc-item.first .intro-title {
    font-size: 120px;
    background-image: url(../img/logo/tailor-design-logo-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
}

.about-me-inner.tt-wrap-sm .about-me{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 120%;
}

.page-header-caption.caption-dark{
    color: #000;
}

#services-intro{
    font-size: 24px;
}

#news-list .bl-item-image a,
#services-section .bl-item-image a{
    position: relative;
}

#news-list .bl-item-image a img,
#services-section .bl-item-image a img{
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}
#news-list .bl-item-image a::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
}

#services-section .bl-item-image a::before {
    position: absolute;
    content: "";
    border: 1px solid #fe0002;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.form-message-2093{
    position: absolute;
    text-align: center;
    width: 100%;
}
.form-message-0238{
    position: relative;
    left: 0;
    text-align: left;
    top: -10px;
}

@media (min-width: 992px){
    #footer .col-logo{
        position: relative;
    }
    #footer .col-logo::before {
        position: absolute;
        z-index: 0;
        content: "";
        width: 510px;
        height: 500px;
        background-color: #f5f5f5;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%;
        border: 2px solid #c6c6c6;
    }
    #footer .col-logo::after {
        position: absolute;
        z-index: 0;
        content: "";
        width: 510px;
        height: 500px;
        background-image: url(../img/bg/drrent-logo-tire-bg.jpg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.05;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%;    
    }
    
    #footer-logo{
    position: relative;
    z-index: 1;        
    }
    #footer-logo img {
        width: 420px;
        margin-top: -50px;
    }
    #header.menu-align-right .tt-main-menu {
        float: none;
        width: calc(100% - 180px);
        text-align: center!important;
        margin-left: 180px;
    }
    .tt-menu-tools>ul>li {     
        margin-left: 15px;
    }
    .tt-submenu-dark .tt-submenu {
        background-color: rgb(1 1 1 / 90%);
        background-color:rgba(255, 255, 255, 1);
    }
    .tt-megamenu{
        display: flex!important;
    }
}

@media (max-width: 991px){

    
    #tt-intro .owl-carousel .owl-nav button.owl-prev{
        left: -10px;
    }


    #tt-intro .owl-carousel .owl-nav button.owl-next{
        right: -10px;
    }
    .tt-menu-nav {
        padding-top: 20px;
    }
}
@media (max-width: 767px){

    .footer-documents li a{
        color: #f0f0f0;
    }

    #services-intro{
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .corporate-text{
        margin-left: 30px;
        margin-right: 30px;    
    }

    .home-banner-text{
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .home-banner-text h2{
        font-size: 30px;
    }
    
    .home-banner-text h3{
        font-size: 16px;
    }


    .flex-grid .grid-item{
        flex: 1 0 50%;
    }
    #services-section .flex-grid .grid-item-2{
        padding-left: 0;
        padding-right: 0;
    }
    #counter{
        margin-top: 60px;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    #modalCookies{
        bottom: 10px;
    }
    #tt-intro .intro-caption.intro-caption-lg .intro-title {
        font-size: 38px;
    }

    #tt-intro .cc-item.first .intro-title{
        font-size: 90px;
    }

    #tt-intro .bg-transparent-1-dark {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    .box-230 {
        left: -20px;
        top: 10px;
        background: transparent;
    }
    .box-12039 .col-box{        
        width: 48%;
    }

    .home-video-spot {
        padding: 22% 10% 22% 10%;
        font-size: 16px;
    }
    #header.menu-align-right #logo {
        top: 0;
        background: none;
        margin-bottom: 0;
        padding: 0 7px 5px;
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        border-radius: 0;
        background: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    #footer-logo img {
        width: 300px;
    }
    #project-list .isotope-item {
        height: 500px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    body.tt-boxed #about-me-section .about-me-inner.tt-wrap {
        padding-top: 5%;
    }
    h3.video-title {
        font-size: 32px;
    }

    #box-902348 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px;
    }
    #box-902348 .box {
        width: 50%;
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #f1f1f1;
        border-right: 0;
    }
    #box-902348 .box:nth-child(3),
    #box-902348 .box:nth-child(4) {
        border: none;
        margin-bottom: 0;
    }
    #box-902348 .box {
        border-right: none;
        margin-bottom: 60px;
    }
    #box-902348 .box:last-child {
        margin-bottom: 0;
    }
    #box-902348 p {
        font-size: 16px;
    }
    #box-902348 .box::after {
        bottom: -15px;
    }
    #box-902348 .box:nth-child(3)::after,
    #box-902348 .box:nth-child(4)::after {
        content: none;
    }
    #box-902348 .box img {
        width: 45px;
        margin-bottom: 15px;
    }
    .counter-box {
        font-size: 32px;
    }

    .isotope-filter{
        flex-direction: column  ;
    }
    .isotope-filter>.grid-auto {
        width: 100%;
    }
    .isotope-filter .filter-title{
        width: 100px;
        text-align: left; 
    }

    .isotope-filter>.grid-auto .filter-box {
     justify-content: space-between!important; 
    }
    .isotope-filter-1>div:first-child{
        margin-bottom: 30px; 
    }
}


@media (max-width: 600px){
    #cFormTracking{
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-12039{
        flex-direction: column;
        align-items: center;
    }
    .box-12039 .col-box{        
        width: 80%;
    }

    .box-230 {
        left: -20px;
        top: 17px;
        background: transparent;
    }

    .box-27381 {
        left: 10%;
    }
}


@media (max-width: 575px) {
    .countdown div {
      width: 70px;
      padding: 10px 0;
      margin: 10px 8px;
    }
    .countdown div h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .countdown div h4 {
      font-size: 14px;
      font-weight: 500;
    }
  }

.dropify-wrapper .dropify-message p{
    font-size: 12px;
}

#cFormTracking .form-control{
    border-radius: 2px;
}

#cFormTracking .success-message{
    color: #2e9400;
    text-align: center;
}

.contact-form-info .success-message{
    color: #2e9400;
    margin-top: 5px;
}



.popup-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: all;
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

.popup-modal.open {
	opacity: 1;
	visibility: visible
}

.popup-modal.open .popup-modal-content {
	animation: h .5s ease-in-out both
}

.popup-modal.close {
	transition-delay: .5s
}

.popup-modal.close .popup-modal-content {
	animation: i .5s ease-in-out both
}

.popup-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 9%, .73);
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

.popup-modal-overlay.open {
	opacity: 1;
	visibility: visible
}

.popup-modal-overlay.close {
	transition-delay: .5s
}

@keyframes h {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes i {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -50px, 0)
	}
}

.popup-modal-content {
	background-color: #fff;
	width: 1170px;
	height: auto;
	position: relative;
	z-index: 99;
	pointer-events: all
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-modal-content {
		width: 800px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.popup-modal-content {
		width: 700px
	}
}

@media only screen and (max-width:767px) {
	.popup-modal-content {
		width: 320px
	}
}

.popup-modal-row {
	display: flex;
	flex-wrap: wrap
}

.popup-modal-col-1 {
	width: 60%;
	flex: 0 0 auto
}

@media only screen and (max-width:767px) {
	.popup-modal-col-1 {
		width: 100%
	}
}

.popup-modal-col-2 {
	width: 40%;
	flex: 0 0 auto
}

@media only screen and (max-width:767px) {
	.popup-modal-col-2 {
		width: 100%
	}
}

.popup-discount-content {
	padding: 70px 70px 50px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content {
		padding: 50px 50px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.popup-discount-content {
		padding: 30px
	}
}

@media only screen and (max-width:767px) {
	.popup-discount-content {
		padding: 20px
	}
}

.popup-discount-content__title {
	color: #171717;
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
	margin-top: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__title {
		font-size: 32px;
		margin-top: 30px
	}
}

@media only screen and (max-width:767px) {
	.popup-discount-content__title {
		font-size: 26px;
		margin-top: 0
	}
}

.popup-discount-content__sub-title {
	font-size: 22px;
	color: #494949;
	line-height: 1;
	margin-top: 5px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__sub-title {
		font-size: 16px
	}
}

.popup-discount-content__form {
	margin: 50px 0 20px;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__form {
		margin: 30px 0 20px
	}
}

@media only screen and (max-width:767px) {
	.popup-discount-content__form {
		margin: 20px 0
	}
}

.popup-discount-content__form input {
	padding: 0 110px 0 20px;
	color: #494949;
	font-size: 18px;
	height: 58px;
	width: 100%;
	border: 1px solid #cbcbcb
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__form input {
		height: 50px;
		font-size: 16px
	}
}

.popup-discount-content__form button {
	position: absolute;
	top: 27px;
	right: 0;
	height: 58px;
	font-size: 18px;
	font-weight: 600;
	background: none;
	border: 0;
	color: #171717;
	padding: 0 20px;
	transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__form button {
		height: 50px;
		font-size: 16px
	}
}

.popup-discount-content__form button:hover {
	color: #d68d67
}

.popup-discount-content__text {
	color: #707070;
	font-size: 16px;
	line-height: 1.4
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__text {
		font-size: 13px
	}
}

.popup-discount-content__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__wrapper {
		margin-top: 30px
	}
}

.popup-discount-content__dont-show a {
	font-size: 18px;
	color: #494949;
	line-height: 1.2;
	transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.popup-discount-content__dont-show a {
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.popup-discount-content__dont-show a {
		font-size: 15px
	}
}

.popup-discount-content__dont-show a:hover {
	color: #171717
}

.popup-discount-content__social {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
    padding-left: 0;
}

@media(max-width:1599px) {
    .popup-discount-content__social {
        margin-top: 10px;
    } 
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.popup-discount-content__social {
		margin-left: -5px;
		margin-right: -5px
	}
}

.popup-discount-content__social li {
	padding: 0 8px;
    list-style: none;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.popup-discount-content__social li {
		padding: 0 5px
	}
}

.popup-discount-content__social li a {
	font-size: 15px;
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #171717;
	border-radius: 50%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .05);
	transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.popup-discount-content__social li a {
		width: 32px;
		height: 32px
	}
}

@media only screen and (max-width:767px) {
	.popup-discount-content__social li a {
		width: 34px;
		height: 34px
	}
}

.popup-discount-content__social li a:hover {
	background-color: #171717;
	color: #fff
}

.popup-discount-background {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

@media only screen and (max-width:767px) {
	.popup-discount-background {
		height: 220px;
		background-position: top
	}
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9
}

.popup-close__btn {
	font-size: 24px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff
}

.popup-close__btn svg {
	fill: currentColor;
	height: 1em;
	width: 1em
}



.about-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-items {
		padding-top: 20px
	}
}

@media only screen and (max-width:767px) {
	.about-items {
		padding-top: 10px
	}
}

.about-col {
	width: 27%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-col {
		width: 29%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-col {
		width: 30%
	}
}

@media only screen and (max-width:767px) {
	.about-col {
		width: 100%
	}
}

.about-item {
	margin-top: 30px
}

.about-item__top a {
	display: block;
	position: relative
}

.about-item__top--image{
    position: relative;
}

.about-item__top--image::before{
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
}

.about-item__top--image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}



.about-item__top--title {
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-item__top--title {
		font-size: 30px
	}
}

@media only screen and (max-width:767px) {
	.about-item__top--title {
		font-size: 28px
	}
}

.about-item__bottom {
	padding: 40px 30px;
	border: 1px solid #a8a8a8;
	text-align: center;
	position: relative;
	margin-top: 115px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-item__bottom {
		padding: 30px 15px 25px;
		margin-top: 65px
	}
}

.about-item__bottom:before {
	position: absolute;
	content: "";
	top: -116px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 115px;
	background-color: #a8a8a8
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-item__bottom:before {
		top: -66px;
		height: 65px
	}
}

.about-item__bottom--count {
	width: 50px;
	height: 50px;
	line-height: 46px;
	z-index: 1;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	fill: #494949;
	color: #494949;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 50px;
	padding: 2px 0 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-item__bottom--count {
		font-size: 16px
	}
}

.about-item__bottom--description {
	font-size: 20px;
	line-height: 1.6
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1599px) {
	.about-item__bottom--description {
		font-size: 16px
	}
}

.footer-documents{
    position: relative;
    z-index: 1;
}