.btn {
    border-radius: 4px;
}

.btn-primary {
    background: linear-gradient(45deg, rgb(39, 45, 101) 0%, rgb(54, 55, 140) 100%);
}

.btn-primary:hover {
    border-color: rgb(54, 55, 140);
    background: linear-gradient(45deg, rgb(54, 55, 140) 0%, rgb(54, 55, 140) 100%);
}

.img-fluid {
    width: 100%;
}

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

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

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

.p-0 {
    padding: 0!important;
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.py-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.py-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

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

.flip-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.glow-btn {
    position: relative
}

.glow-btn::after,
.glow-btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1
}

.glow-btn::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.glow-btn::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.gallery-list-item .gl-item-image-zoom,
.gallery-list-item .gl-item-image-lock {
    width: auto;
    padding-left: 35px;
    font-size: 18px;
    right: 50%;
    transform: translateX(50%)!important;
}

.gallery-list-item .gl-item-image-zoom:before {
    width: 25px;
}

.post-content ul {
    padding-left: 15px;
}

.post-content ul li {
    margin-bottom: 5px;
}

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

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

#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;
}

.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;
}

.cc-item .bl-item-info {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-item .bl-item-title {
    max-height: 80px;
    overflow: hidden;
}

.cc-item .bl-item-desc {
    max-height: 66px;
    overflow: hidden;
    margin-top: 10px;
}

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

.cc-item .bl-item-info .btn {
    position: absolute;
    bottom: -7px;
}

#blog-list-section .cc-item {
    margin-bottom: 30px;
}

.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;
}

.product-list .row {
    display: flex;
    justify-content: space-between;
    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: #36378c;
    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 #36378c;
}

.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: #36378c;
    border: 1px solid #36378c;
    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: #36378c !important;
    transition: all 0.3s ease;
}

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

.product-main-info {
    text-align: right;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

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

.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: #36378c;
    background-color: #fff;
    border-color: #36378c;
}

#header #logo img {
    margin-top: -10px;
    max-height: 70px;
}

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

.product-content-wrapper .product-description .product-main-info {
    text-align: right;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media (min-width: 1440px) {
    .tt-wrap.lightgallery {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media (max-width: 1439px) {
    .tt-wrap.lightgallery {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 991px) {
    #header #logo {
        position: relative;
        float: left !important;
        top: 15px !important;
    }
    #header #logo img {
        width: auto!important;
        max-height: 50px !important;
    }
    #logo .logo-dark {
        display: none;
    }
    #logo .logo-dark-m {
        display: block;
    }
}

@media (max-width: 767px) {
    .product-list .product-box {
        display: block;
        padding: 0 30px;
    }
    #d_part {
        height: 50px;
    }
}

@media (max-width: 579px) {
    #header #logo {
        top: 23px !important;
    }
    #header #logo img {
        width: 80px!important;
        max-height: 72px !important;
    }
    #header #logo .logo-dark-m {
        padding: 20px 20px 10px;
        margin-top: -22px;
        margin-bottom: -50px;
        background-color: #fff;
        box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    #tt-intro .intro-caption.intro-caption-xxlg .intro-title {
        font-size: 32px;
    }
    #tt-intro .intro-caption.intro-caption-xxlg .intro-subtitle {
        font-size: 18px;
    }
    #tt-intro .intro-caption.center-left {
        left: 30px;
    }
    .tt-menu-nav {
        padding-top: 40px;
    }
}

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

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

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

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

.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 {
    background-color: rgb(0 0 0 / 70%);
}

.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-dialog {
    background-color: #fff;
}

.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: 7px;
}

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

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-md {
    width: 762px;
}

.modal-footer .btn+.btn {
    margin: 8px 5px;
}

@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 Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
    font-size: 13px;
    font-weight: 400;
}

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

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

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* 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 {
    background-color: #fff;
    -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;
    background: linear-gradient(90deg, rgb(39 45 101) 0%, rgb(54 55 140) 100%);
}

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

.modal-body .contact-form-info {
    margin-bottom: 0;
}

.modal-body .form-control {
    margin-bottom: 15px;
    border: 1px solid rgba(148, 148, 148, 0.3);
}

.modal-body .short-description {
    color: #999;
    font-size: 15px;
}

.modal-header>.close {
    color: #fff;
    font-size: 28px;
    margin-top: -28px;
    transition: all .2s ease;
}

.modal-header>.close:hover {
    transform: rotate(180deg) scale(1.05);
}

.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 Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

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

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

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* 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-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

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

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

.modal-at-bottom.modal-open {
    overflow: auto;
}

.modal-dialog {
    background-color: rgba(0, 0, 0, 0.05);
}

#instagram-feed2 {
    margin-top: 45px;
}

#instagram-feed2 a img {
    max-width: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-instagram-block {
    padding-bottom: 0;
}

.home-instagram-block h4,
.home-instagram-block p,
.instagram-block-title span {
    font-weight: 500;
}

#instagram-feed2 a {
    position: relative;
    text-transform: none;
}

#instagram-feed2 a .caption {
    display: none;
    position: absolute;
    z-index: 1;
    width: calc(100% -10px);
    height: calc(100% -10px);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.7);
}

#instagram-feed2 a:nth-child(3):hover .caption,
#instagram-feed2 a:nth-child(6):hover .caption {
    display: flex;
}

#instagram-feed2 a:hover .caption {
    display: flex;
}

.grid-layout,
#instagram-feed2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16vw, 1fr));
    grid-gap: 1px;
    grid-auto-rows: minmax(16vw, auto);
    grid-auto-flow: dense;
    padding: 10px;
    margin-top: 0;
}

.grid-item,
#instagram-feed2 a {
    padding: 0.5rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.grid-item:nth-child(odd) {}

.span-2,
#instagram-feed2 a:nth-child(3),
#instagram-feed2 a:nth-child(6) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.instaWrap {
    width: 400px;
    height: 400px;
}

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

#box-902348 .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 20px 45px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 20px 45px rgb(0 0 0 / 27%);
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 70px 0px;
    z-index: 9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background: linear-gradient(180deg, rgb(34 86 175) 0%, rgb(41 104 211) 100%);
    background-image: url("../img/bg/counter-bg.webp");
    background-size: cover;
    background-position: center;
}

@media (min-width: 1300px) {
    #box-902348 .row {
        margin-bottom: -70px;
    }
}

#box-902348 .counter-box {
    margin-bottom: 0px;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
}

#box-902348 .box {
    padding-left: 30px;
    padding-right: 30px;
}

#box-902348 .box p {
    margin-bottom: 0;
    margin-left: -30px;
    font-size: 18px;
    color: #a9d0ff;
    font-weight: 500;
}

.mh-auto {
    min-height: auto!important;
}

.page-content-center {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 0;
}

.header-top {
    display: none;
    text-align: right;
}

.header-top>div {
    position: relative;
    padding-bottom: 5px;
}

.header-top ul {
    position: absolute;
    right: 15px;
    padding-left: 5px;
    background-color: #fafafa;
}

.header-top ul li {
    color: #777;
    font-size: 12px;
    text-align: center;
    list-style: none;
    display: inline-block;
    padding: 0 7px 0 2px;
    border-right: 1px solid #dbdbdb;
}

.header-top ul li:last-child {
    border-right: none;
}

.header-top ul li a {
    color: #777;
}

.tt-menu-foter {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.tt-menu-foter a {
    font-size: 15px;
    color: #ccc;
    padding: 5px 0;
    display: block;
}

@media (min-width: 992px) {
    #header #logo img {
        height: 120px;
        padding: 15px 30px;
        margin-top: -24px;
        max-height: none;
        margin-bottom: -50px;
        background-color: #fff;
        box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .header-top {
        display: block;
    }
}

.flag-list-carousel {
    margin: 120px auto;
}

.specs {
    margin: 60px 0;
}

.specs-item {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fafafa;
}

.specs-item-desc {
    margin: 0;
    font-size: 14px;
}

#portfoy .desc {
    margin: 30px 0;
}

.home-latest-news-section .cc-item .bl-item-info {
    min-height: auto;
    padding-bottom: 6%;
}

.header-top {
    position: relative;
    z-index: 2;
}

.header-top a:hover {
    text-decoration: underline;
}

.modal-xl {
    width: 90%;
    max-width: 1300px;
}

.tt-menu-tools>ul>li>a {
    border-radius: 4px;
}

@-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 currentColor;
    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: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    background-color: #358dee;
    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;
}

.slideshow-intro .spinner-grow {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.gradient-bg-samples {
    background: linear-gradient(rgba(23, 68, 158, 0), rgba(23, 68, 158, 1));
    background: linear-gradient(180deg, #2d2db0 -65%, #2c8cf4 110%);
}

.box-bg-right-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 0;
    width: 50vw;
    height: 100%;
    background-color: #000;
}

.box-bg-left-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
    width: 50vw;
    height: 100%;
}

#appointment-form-wrapper {
    position: relative;
}

.bg-2 {
    background: linear-gradient(180deg, rgb(34 86 175) 0%, rgb(41 104 211) 100%);
    background-image: url('../img/bg/bg-1.webp');
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
}

.no-webp .bg-2 {
    background: linear-gradient(180deg, rgb(34 86 175) 0%, rgb(0, 0, 0) 100%);
    background-image: url('../img/bg/bg-1.jpg');
}

.bg-2::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.color-light {
    color: #fff;
}

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

#contact-section-568 .split-box-content {
    padding-top: 120px;
    background-color: transparent;
}

.item-3568 ul li {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
}

.item-3568 ul li .list-image {
    width: 95px;
    min-width: 95px;
    margin-right: 25px;
}

.item-3568 ul li .text-wrap {
    padding-top: 5px;
}

.item-3568 ul li .text-wrap p {
    color: #777;
}

.svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.svg-icon.size-18 svg {
    width: 18px;
    height: 18px;
}

.d-iflex-align-items-center {
    display: inline-flex;
    align-items: center;
}

.align-content-items-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link-with-icon,
.link-with-icon .svg-icon {
    display: inline-flex;
    align-items: center;
}

.link-with-icon .svg-icon {
    margin-left: 10px;
}

.link-with-icon i {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 1px;
    font-weight: 600;
}

.tt-tools-button {
    background: linear-gradient(90deg, rgb(54 55 140) 0%, rgb(133 132 190) 100%);
    background: linear-gradient(90deg, rgb(39 45 101) 0%, rgb(54 55 140) 100%);
}

.bg-transparent-0-2-dark {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.contact-section-568 .form-control {
    border-color: #fff;
}

#box-203498 {
    position: relative;
}

#box-203498::before {
    content: ;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background-color: #358dee;
}

.title-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.color-light .tt-heading-subtitle {
    color: #c4c4c4;
}

.gli-frame .gl-item-image-wrap {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.gli-frame .gallery-list-item .gl-item-image-inner {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.video-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
}

.video-play-icon svg {
    width: 26px;
    height: 26px;
    margin-left: 2px;
}

.gallery-list-item .gli-meta {
    bottom: -44px;
}

.form-3267 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    /*
    position: absolute;
    top: -99999px;
    left: -99999px;
    */
}

.form-3267.dark label {
    text-indent: -9999px;
    position: absolute;
}

.form-3267 .form-group {
    margin-bottom: 6px;
}

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

#testimonials-section .tt-heading {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: -150px;
}

.btn-social-min {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bs-nav-left .bs-nav-text>svg {
    margin-left: -5px;
    margin-top: -2px;
}

.bs-nav-right .bs-nav-text>svg {
    margin-right: -5px;
    margin-top: -1px;
}

.bs-nav-col {
    min-height: 1px;
}

.bl-item-title h3 {
    margin-bottom: 0;
}

.bl-item-info .link-with-icon {
    margin-top: 10px;
    font-size: 14px;
}

.bl-item-info .link-with-icon .svg-icon {
    margin-left: 5px;
}

#faq-section-home {
    padding: 0;
}

.cc-height-3 {
    height: 60vh;
}

.cc-height-5 {
    height: 80vh;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-sm {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#home-contact {
    position: relative;
    z-index: 9998;
    top: -100px;
}

#home-contact .col-sm {
    padding: 0;
}

#home-contact .box {
    text-align: center;
    color: #fff;
    padding: 10% 0;
    background: rgb(54 55 140);
    background: linear-gradient(90deg, rgb(39 45 101) 0%, rgb(54 55 140) 100%);
    box-shadow: 0 6px 7px -1px rgb(80 86 175 / 30%);
}

#home-contact .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin: auto;
    font-size: 30px;
    border-radius: 100%;
    background: linear-gradient(90deg, rgb(54 55 140) 0%, rgb(63 65 163) 100%);
}

#home-contact .box-1 .icon {
    font-size: 38px;
}

#home-contact .box .icon i {
    position: relative;
    z-index: 1;
}

#home-contact .box .title {
    padding: 15px;
    font-size: 24px;
}

.latest-news-carousel {
    padding: 0;
}

.bl-item-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}

.tt-heading-title {
    font-weight: bold;
}

.tt-heading.tt-heading-lg .tt-heading-title {
    line-height: 1.2;
}

.tt-heading.tt-heading-sm .tt-heading-title {}

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

.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.33333%;
}

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

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

.tt-heading.padding-on-md {
    padding: 6% 15px 2% 15px;
}

.tt-heading.padding-on-sm {
    padding: 4% 15px 2% 15px;
}

.bg-grey {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.bs-nav-title {
    font-size: 24px;
    font-weight: bold;
}

.related-posts-heading {
    font-weight: bold;
}

#footer {
    padding-top: 60px;
}

#footer-logo {
    margin: 25px 0 35px 0;
}

.footer-text {
    padding: 0 0 0 60px;
    margin-top: 20px;
    font-size: 16px;
}

.footer-contact-info p {
    display: flex;
    font-weight: 300;
    font-size: 14px;
}

.footer-contact-info i {
    margin-top: 4px;
    padding: 0 10px;
    text-align: center;
}

.footer-contact-info .btn {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-contact-info .btn i {
    margin-top: 0;
}

#latest-work-section {
    margin-bottom: -80px;
}

.sidebar-panel {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 150px;
    right: 0;
}

.sidebar-panel .social-buttons ul>li {
    margin: 0;
    display: block;
}

.sidebar-panel .social-buttons ul>li a {
    color: #fff;
    margin: 1px 0 0;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, rgba(51, 141, 238, 1) 0%, rgba(67, 166, 251, 1) 100%);
    box-shadow: 0 2px 24px -2px rgb(0 0 0 / 14%);
    transition: .2s ease .1s;
}

.sidebar-panel .social-buttons ul>li:hover a {
    -webkit-filter: brightness(105%);
    background-color: #358dee;
}

.sidebar-panel .social-buttons ul>li a::after {
    content: attr(aria-label);
    position: absolute;
    z-index: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    bottom: 0;
    right: 45px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(90deg, rgba(51, 141, 238, 1) 0%, rgba(67, 166, 251, 1) 100%);
    box-shadow: 0 2px 24px -2px rgb(0 0 0 / 14%);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.sidebar-panel .social-buttons ul>li:hover a::after {
    transform: none;
    visibility: visible;
    opacity: 1;
    transition-delay: .1s;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .blc-categories {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 600px;
    }
    #tt-intro .intro-caption.intro-caption-xxlg .intro-title {
        font-size: 55px;
    }
}

@media (min-width: 1200px) {
    #about-me-section {
        margin-bottom: 90px;
    }
}

@media (min-width: 1440px) {}

@media (max-width: 1439px) {}

@media (max-width: 1400px) {
    #home-contact {
        top: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .box-bg-right-wrap,
    .box-bg-left-wrap {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .gli-meta>li a small {
        width: 0;
        text-indent: 9999px;
    }
    #latest-work-section {
        margin-bottom: -60px;
    }
    #box-902348 .box {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #home-contact {
        top: -25px;
    }
    .flex-grid .grid-item-2 {
        width: 100%;
    }
    #faq-section-home .sbi-height {
        display: none;
    }
    #footer {
        margin-top: 0;
        padding-top: 60px;
    }
    #footer-logo {
        margin-top: 0;
    }
    #footer-logo,
    .footer-contact-info {
        text-align: center;
    }
    .footer-contact-info p {
        justify-content: center;
    }
    .footer-text {
        padding: 10px 35px;
        text-align: center;
    }
    #box-902348 .box {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .slideshow-intro .cover,
    .slideshow-intro .owl-nav {
        display: none;
    }
    .lightgallery .col-xs-6 {
        width: 100%;
    }
    #box-902348 .row {
        background: linear-gradient(180deg, rgb(34 86 175) 0%, rgb(41 104 211) 100%);
    }
    #home-contact .box {
        padding: 5% 0;
        background: linear-gradient(180deg, rgb(39 45 101) 0%, rgb(54 55 140) 100%);
    }
    #footer-logo,
    .footer-contact-info {
        text-align: left;
        padding-left: 35px;
    }
    .footer-text {
        padding: 10px 35px;
        text-align: left;
    }
    .footer-contact-info p {
        justify-content: start;
    }
    #latest-work-section {
        margin-bottom: 0;
    }
    .margin-bottom-xs-90 {
        margin-bottom: 90px;
    }
    .sidebar-social .btn-social-min {
        width: 50px;
        height: 50px;
    }
    .sidebar.sidebar-right {
        margin-bottom: 90px;
    }
    .post-content {
        text-align: left;
    }
    #contact-section-568 .split-box-content {
        padding-top: 60px;
    }
    .item-3568 ul li {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .item-3568 ul li .list-image {
        margin: 0 0 10px 0;
    }
    .gallery-list-item .gl-item-caption {
        margin-left: 15px;
    }
    #box-902348 .box {
        margin-bottom: ;
    }
    #box-902348 .box p {
        margin-left: -5px;
    }
}

#services-section .bl-item-title {
    margin-top: 0;
}

#services-section .cc-item .bl-item-info {
    border-top: 2px solid #36378c;
}

#services-section .cc-item .bl-item-info .btn {
    padding: 7px 10px 8px;
}