html{
    scroll-behavior: smooth;
}
.bg-fix {
    background-attachment: fixed;
    background-size: cover;
}

.parallax {
    background-size: cover;
}

.sticky-top {
    top: 100px;
}

.header {
    position: relative;
    z-index: 99999;
}

.header ul, .header ol {
    margin-bottom: 0px;
}

.header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.secondary-menu {
    float: right;
    padding: 17px 0px;
    position: relative;
    z-index: 9;
    height: 80px;
    border-left: 1px solid rgb(204, 204, 204);
    margin-left: 10px;
}

.secondary-menu .btn-link {
    font-size: 22px;
    padding: 5px 0px 0px;
    line-height: 22px;
    border: 0px;
    outline: none !important;
}

.secondary-menu .btn-link:hover {
    color: var(--primary);
    outline: none !important;
}

.secondary-menu .secondary-inner {
    display: inline-block;
}

.nav-search-bar {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: hidden;
    padding: 0px 15px;
}

.nav-search-bar.On form {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
}

.nav-search-bar form {
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
    top: 50%;
    transition: all 0.5s ease 0s;
    transform: translate(0px, -50%);
    opacity: 0;
}

.nav-search-bar .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 70px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    background: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    border-bottom: 2px solid rgb(0, 0, 0);
}
.tp-tabs, .tp-thumbs{
	display: none !important;
}

.nav-search-bar .form-control::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

.nav-search-bar form span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0px;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.nav-search-bar > span {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.header-lang-bx .dropdown-menu {
    right: 0px;
    top: 10px !important;
    left: auto !important;
}

.header-lang-bx ul li {
    margin: 0px !important;
}

.header-lang-bx .flag::after {
    content: "";
    width: 20px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-right: 2px;
}

.header-lang-bx .flag.flag-uk::after {
    background-image: url("../images/flag/united-kingdom.svg");
}

.header-lang-bx .flag.flag-us::after {
    background-image: url("../images/flag/united-states-of-america.svg");
}

.cart-btn {
    width: 27px;
    height: 34px;
    border: 2px solid rgb(2, 13, 38);
    display: inline-block;
    font-size: 12px;
    position: relative;
    padding: 11px 0px 0px;
    text-align: center;
}

.cart-btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    border-style: solid;
    border-color: rgb(2, 13, 38);
    border-image: initial;
    border-radius: 0px 0px 12px 12px;
    border-width: 0px 2px 2px;
    top: 4px;
    left: 6px;
}

@media only screen and (max-width: 767px) {
    .hide-mob{
        display:none;
    }
    .hide-desk{
        display:block!important; margin-top: 20px;
    }
    .feature-container.left.footer-info-bx {
     
    justify-content: flex-start!important;
}
    .products-c .owl-nav {
    position: static!important;
    right: 0px;
    bottom: 0;
    text-align: center;
}
}

@media only screen and (max-width: 480px) {
    .secondary-menu {
        margin: 0px 1px 0px 0px;
        text-align: right;
    }
}

.top-bar {
    background-color: #021624;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: rgb(255, 255, 255);
    padding: 11px 0px;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

.topbar-center, .topbar-left, .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.topbar-left ul li, .topbar-right ul li {
    display: inline-block;
    position: relative;
}

.topbar-left ul li a, .topbar-right ul li a {
    color: rgb(201 201 201);
    font-size: 15px;
    display: flex;
    align-items: center;
}

.topbar-left ul, .topbar-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}

.topbar-left ul li {
    padding-right: 10px;
    margin-right: 10px;
}

.topbar-right ul li {
    padding-left: 10px;
    margin-left: 10px;
}

.topbar-left ul li i {
    margin-right: 5px;
    font-size: 22px;
    color: #fff;
}

.topbar-left ul li::after, .topbar-right ul li::after {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: rgb(0, 0, 0);
    right: 0px;
    content: "";
    top: 2px;
    opacity: 0.1;
}

.topbar-right ul li::after {
    right: auto;
    left: 0px;
}

.topbar-right ul li:first-child::after, .topbar-left ul li:last-child::after {
    content: none;
}

.header-lang-bx .btn:focus, .header-lang-bx .btn:hover, .header-lang-bx .btn {
    border: 0px !important;
}

.header-lang-bx .btn {
    height: 18px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 10px 0px 0px !important;
}

.header-lang-bx .btn:hover {
    color: rgb(0, 0, 0);
}

.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 0px;
    top: 5px;
}

.header-lang-bx .btn .fa-caret-down::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
}

@media only screen and (max-width: 991px) {
    .topbar-left {
        margin-bottom: 5px;
    }

    .topbar-right, .topbar-left {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    .topbar-right ul li, .topbar-left ul li {
        margin: 0px;
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }

    .top-bar {
        padding: 5px 0px;
        display: none;
    }

    .topbar-center, .topbar-left, .topbar-right {
        width: 100%;
        text-align: center;
        padding: 3px 15px;
    }

    .topbar-left ul li {
        padding: 0px 5px;
    }
}

.menu-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0px;
    color: rgb(239, 187, 32);
    margin: 0px;
    width: 180px;
    height: 80px;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease 0s;
}

.menu-logo > a {
    display: table-cell;
    vertical-align: middle;
}

.menu-logo img {
}

.menu-logo span {
    font-size: 20px;
    color: rgb(239, 187, 32);
    letter-spacing: 20px;
}

.is-fixed .menu-logo {
    transition: all 0.5s ease 0s;
}

.is-fixed .logo-change .logo1, .logo-change .logo2 {
    display: none;
}

.is-fixed .logo-change .logo2 {
    display: block;
}

@media only screen and (max-width: 767px) {
    .menu-logo, .is-fixed .menu-logo {
        /*width: 100px;*/
        /*max-width: 100px;*/
        /*height: 50px;*/
    }

    .menu-logo img {
        /*max-width: 100px;*/
    }

    .header .navbar-toggler, .header .is-fixed .navbar-toggler {
        margin: 30px 0px 14px 15px;
    }

    .header .secondary-menu {
        padding: 7px 0px;
        height: 80px;
    }

    .btn, .btn-secondry {
        font-size: 14px;
        padding: 9px 15px;
    }

    .secondary-menu .btn-link {
        padding-top: 7px;
    }
}

.menu-bar {
    background: rgb(255, 255, 255);
    width: 100%;
    position: relative;
}

.menu-bar .container {
    position: relative;
}

.navbar-toggler {
    border: 0px solid rgb(239, 187, 32);
    font-size: 16px;
    line-height: 24px;
    margin: 28px 0px 30px 15px;
    padding: 0px;
    float: right;
}

.navbar-toggler span {
    background: rgb(0, 0, 0);
}

.menu-links {
    padding: 0px;
}

.menu-links .nav {
    float: right;
}

.menu-links .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.menu-links .nav > li {
    margin: 0px;
    font-weight: 500;
    position: relative;
}

.menu-links .nav > li > a {
    border-radius: 0px;
    color: rgb(2, 13, 38);
    font-size: 16px;
    padding: 28px 15px 27px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.menu-links .nav > li > a:hover {
    background-color: transparent;
    color: rgb(239, 187, 32);
}

.menu-links .nav > li > a:active, .menu-links .nav > li > a:focus {
    background-color: transparent;
}

.menu-links .nav > li.active > a, .menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: rgb(239, 187, 32);
}

.menu-links .nav > li:hover > a {
    color: rgb(239, 187, 32);
}

.menu-links .nav > li.no-sub:hover > a::after {
    content: none;
}

.menu-links .nav > li:hover > .sub-menu, .menu-links .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.5s ease 0s;
}

.menu-links .nav > li > .sub-menu, .menu-links .nav > li > .mega-menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 40px;
}

.menu-links .nav > li .sub-menu {
    background-color: rgb(255, 255, 255);
    display: block;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 15px 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    border-radius: 0px;
    top: 100%;
}

.menu-links .nav > li .sub-menu li {
    position: relative;
}

.menu-links .nav > li .sub-menu li a {
    color: rgb(88, 94, 109);
    display: block;
    font-size: 15px;
    padding: 8px 25px;
    text-transform: capitalize;
    transition: all 0.15s linear 0s;
    position: relative;
    font-weight: 500;
}

.menu-links .nav > li .mega-menu li a span, .menu-links .nav > li .sub-menu li a span {
    position: relative;
}

.menu-links .nav > li .mega-menu li a span::after, .menu-links .nav > li .sub-menu li a span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0px;
    background: var(--primary);
    bottom: 0px;
    right: 0px;
    transition: all 0.5s ease 0s;
    transform-origin: right center;
}

.menu-links .nav > li .mega-menu li:hover > a span::after, .menu-links .nav > li .sub-menu li:hover > a span::after {
    width: 100%;
    transform-origin: left center;
    left: 0px;
    right: auto;
}

.menu-links .nav > li .sub-menu li:hover a {
    text-decoration: none;
}

.menu-links .nav > li .sub-menu li:hover > a {
    color: var(--primary);
}

.menu-links .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}

.menu-links .nav > li .sub-menu li > .sub-menu.left, .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 220px;
}

.menu-links .nav > li > .sub-menu.left {
    left: auto;
    right: 0px;
}

.menu-links .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 12px;
    opacity: 1;
}

.menu-links .nav > li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}

.menu-links .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    transition: all 0.5s ease 0s;
}

.menu-links .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.menu-links .nav > li .sub-menu li:hover > .sub-menu::before {
    background-color: transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.menu-links .nav > li.has-mega-menu {
    position: inherit;
}

.menu-links .nav > li .mega-menu {
    background-color: rgb(255, 255, 255);
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    z-index: 9;
    padding: 0px;
}

.menu-links .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0px 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

.menu-links .nav > li .mega-menu > li::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

.menu-links .nav > li .mega-menu > li:last-child::after {
    display: none;
}

.menu-links .nav > li .mega-menu > li > a {
    color: rgb(0, 0, 0);
    display: block;
    padding: 0px 25px 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.menu-links .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
}

.menu-links .nav > li .mega-menu > li ul a {
    color: rgb(88, 94, 109);
    display: block;
    font-size: 15px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0px 25px;
}

.menu-links .nav > li .mega-menu > li ul a:hover {
    color: rgb(239, 187, 32);
}

.menu-links .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.menu-links .nav > li.menu-item-has-children::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸";
    display: block;
    font-family: FontAwesome;
    right: 4px;
    position: absolute;
    top: 50%;
    color: rgb(153, 153, 153);
    margin-top: -8px;
    font-size: 8px;
}

.menu-links .nav > li.add-mega-menu .mega-menu, .has-mega-menu.add-mega-menu .mega-menu {
    display: block;
    padding: 20px;
    width: 1170px;
    max-width: 1170px;
    margin: auto;
}

.menu-links .nav > li .add-menu {
    display: flex;
    width: 420px;
    left: -60px;
}

.add-menu-left {
    width: 100%;
    padding-left: 25px;
    border-bottom: 0px !important;
}

.add-menu-left ul {
    padding: 0px;
}

.add-menu-right {
    min-width: 240px;
    width: 240px;
    padding: 10px 20px;
}

.menu-links .nav > li.has-mega-menu.demos .mega-menu {
    left: auto;
    right: auto;
    max-width: 600px;
    z-index: 9;
}

.menu-links .nav .add-menu-left ul li {
    list-style: none;
}

.menu-links .nav .add-menu-left ul li a {
    padding: 8px 0px;
}

.menu-links .nav .add-menu-left ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.menu-adv-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.menu-adv-title::after {
    content: "";
    width: 25px;
    height: 2px;
    display: block;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menu-links .menu-logo, .menu-links .nav-social-link {
    display: none;
}

.header .menu-links .nav > li.dashboard .sub-menu {
}

.header .menu-links .nav > li.dashboard a {
}

.header .menu-links .nav > li.dashboard a .icon {
    padding: 0px;
    font-size: 18px;
    margin-right: 15px;
    color: var(--primary);
    text-shadow: rgba(46, 36, 255, 0.3) -4px 10px 15px;
    margin-left: 0px;
    float: none;
}

.secondary-inner > ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    margin: 0px;
}

.secondary-inner ul li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.secondary-inner i {
    margin: 0px;
}

.search-btn::after {
    left: 0px;
    right: auto;
    top: 5px;
}

.shop-cart.navbar-right {
    margin-right: 0px;
    float: none;
    display: inline-block;
}

.shop-cart .dropdown-menu.cart-list {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px -5px;
    top: 50px;
    border: 0px;
}

.shop-cart .badge {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
}

.shop-cart li {
    padding: 10px 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.shop-cart li:last-child {
    border-bottom: 0px;
}

.shop-cart .media-left a {
    display: block;
    width: 60px;
}

.shop-cart .site-button-link {
    position: relative;
}

.cart-list.dropdown-menu .title {
    color: rgb(2, 13, 38);
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 22px;
}

.cart-list.dropdown-menu {
    width: 300px;
    margin-top: 23px;
    right: 0px;
    left: auto;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 60px 0px;
}

.cart-list.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    margin: 0px;
}

.cart-list.dropdown-menu li.cart-item .media .media-left {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px;
}

.cart-list .media-object {
    width: 50px;
}

.cart-item .media-body .price {
    color: var(--primary);
    font-weight: 700;
}

.cart-item .media-body span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
}

.cart-item .media-body {
    position: relative;
    padding-left: 15px;
    padding-right: 25px;
}

.item-close {
    color: rgb(232, 97, 97);
    cursor: pointer;
}

.cart-list.dropdown-menu li.cart-item.subtotal .title span {
    float: right;
}

.cart-list.dropdown-menu li.cart-item .item-close {
    color: red;
    font-weight: 300;
    position: absolute;
    line-height: 24px;
    right: 0px;
    top: 0px;
    margin-right: 0px;
    font-size: 35px;
}

@media only screen and (max-width: 1200px) {
    .secondary-inner ul li {
        margin-left: 15px;
    }

    .menu-links .nav > li > a {
        padding: 28px 5px;
        /* font-size: 16px; */
    }
}

@media only screen and (max-width: 767px) {
    .shop-cart .dropdown-menu.cart-list {
        left: auto;
        right: 0px;
    }

    .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-list.dropdown-menu {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    [class*="ovbl-"] .counter-style-1 .counter-text, .header-transparent .menu-links .nav > li:hover > a, .header-transparent .menu-links .nav > li.active > a {
        color: rgb(0, 0, 0) !important;
    }

    .add-menu-left ul {
        display: block !important;
    }

    .menu-links .menu-logo, .menu-links .nav-social-link {
        display: block;
    }

    .menu-links .nav-social-link {
        margin-top: auto;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
        background: rgb(255, 255, 255);
    }

    .menu-links .nav-social-link a {
        color: rgb(0, 0, 0);
        padding: 5px 10px;
    }

    .menu-links .nav > li.has-mega-menu.demos .mega-menu {
        max-width: 100%;
    }

    .menu-links .nav > li .mega-menu {
        border: 0px;
    }

    .menu-links .nav > li .mega-menu > li {
        padding: 10px 0px;
    }

    .menu-links .nav > li .sub-menu, .menu-links .nav > li .mega-menu {
        border-radius: 0px;
        border-width: 1px 0px;
    }

    .menu-links .nav i {
        margin-top: 6px;
        float: right;
    }

    .menu-links {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid rgb(233, 233, 233);
    }

    .menu-links .nav {
        float: none;
        background: rgb(255, 255, 255);
        width: 100%;
        display: block;
        margin-bottom: auto;
    }

    .menu-links .nav li {
        float: none;
        display: block;
        width: 100%;
    }

    .menu-links .nav > li .sub-menu > li, .menu-links .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }

    .menu-links .nav > li > a {
        padding: 10px 15px;
        border-top: 1px dashed rgb(233, 233, 233);
        /* display: block; */
    }

    .menu-links .nav > li > a:hover, .menu-links .nav > li > a:active, .menu-links .nav > li > a:focus {
        background-color: rgb(240, 240, 240);
        text-decoration: none;
    }

    .menu-links .nav > li .mega-menu > li::after {
        display: none;
    }

    .menu-links .nav > li ul, .menu-links .nav > li .sub-menu, .menu-links .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
    }

    .menu-links .nav > li ul.mega-menu ul {
        display: none;
    }

    .menu-links .nav > li:hover > ul, .menu-links .nav > li:hover .sub-menu, .menu-links .nav > li:hover .mega-menu, .menu-links .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0px;
    }

    .menu-links .nav > li ul.mega-menu li:hover ul {
        display: block;
    }

    .side-nav .nav.navbar-nav li a i.fa-chevron-down::before, .nav.navbar-nav li a i.fa-chevron-down::before {
        content: "\f078";
    }

    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down::before, .nav.navbar-nav li.open a i.fa-chevron-down::before {
        content: "\f078";
    }

    .menu-links .nav > li .sub-menu li i.fa-angle-right::before {
        content: "\f105";
        font-size: 10px;
        position: absolute;
        z-index: 2;
        color: rgb(0, 0, 0);
        right: 20px;
        top: -5px;
    }

    .menu-links .nav > li .sub-menu li.open i.fa-angle-right::before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    }

    .menu-links .nav > li .sub-menu .sub-menu, .menu-links .nav > li:hover .sub-menu .sub-menu, .menu-links .nav > li:hover .sub-menu, .menu-links .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0px;
    }

    .menu-links .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0px;
    }

    .menu-links .nav > li.open > .sub-menu .sub-menu {
        display: none;
    }

    .menu-links .nav > li.open > .sub-menu li.open .sub-menu, .menu-links .nav > li.open > .mega-menu, .menu-links .nav > li.open > .sub-menu, .menu-links .nav > li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0px;
        box-shadow: none;
    }

    .menu-links .nav > li:hover > a::after {
        content: none;
    }

    .menu-links .nav > li .sub-menu li .fa {
        top: 50%;
        transform: translateY(-50%);
        margin: 0px;
        right: -1px;
        color: rgb(0, 0, 0);
    }

    .menu-links .nav > li .mega-menu > li {
        padding: 0px;
    }

    .menu-links .nav > li .mega-menu > li > a {
        display: none;
    }

    .menu-links .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0px;
    }

    .menu-links .nav .open > a, .menu-links .nav .open > a:focus, .menu-links .nav .open > a:hover {
        background-color: inherit;
        border-color: rgb(233, 233, 233);
    }

    .menu-links .nav > li .sub-menu li a {
        padding: 8px 15px;
    }

    .add-menu-left {
        padding-left: 0px;
    }

    .add-menu-right {
        padding: 10px 15px;
    }

    .menu-links .nav > li .mega-menu > li ul a {
        padding: 2px 15px;
    }

    .style-3 .navbar-toggler span {
        background: rgb(255, 255, 255);
    }

    .shop-cart .dropdown-menu.cart-list {
        left: auto;
        right: 0px;
    }

    .rs-nav .menu-links.nav-dark {
        background-color: rgb(32, 32, 32);
    }

    .rs-nav .menu-links {
        position: fixed;
        width: 60px;
        left: -280px;
        transition: all 0.5s ease 0s;
        top: 0px;
        background-color: rgb(255, 255, 255);
        margin: 0px;
        z-index: 99;
        overflow-y: scroll;
        flex-direction: column;
        height: 100vh !important;
    }

    .rs-nav .menu-links li.open a {
        position: relative;
    }

    .navbar-nav {
        height: auto;
    }

    .rs-nav .menu-links.show {
        left: -1px;
        transition: all 0.8s ease 0s;
        margin: 0px;
        width: 300px;
        padding: 15px 15px 5px;
    }

    .rs-nav .is-fixed .menu-links .nav {
        height: auto;
    }

    .rs-nav .navbar-toggler.open::after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0px;
        position: fixed;
        right: 0px;
        top: -20px;
        transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s ease 0s;
        transform-origin: right top;
        margin: 0px 0px 0px 10px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 500px;
    }

    .rs-nav .menu-links .menu-logo {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }

    .rs-nav .menu-links .menu-logo img {
        max-width: unset;
        width: 130px;
        vertical-align: middle;
    }

    .rs-nav .menu-links .menu-logo a {
        display: inline-block;
    }

    .rs-nav .navbar-toggler.open span {
        background: rgb(255, 255, 255);
    }

    .menu-links .nav > li > .mega-menu, .menu-links .nav > li > .sub-menu {
        border-top: 1px dashed rgba(0, 0, 0, 0.1);
    }

    .menu-links .nav > li .mega-menu {
        padding: 15px 0px;
    }
}

.sticky-no .menu-bar {
    position: static !important;
}

.is-fixed .menu-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}

@media only screen and (max-width: 991px) {
    .is-fixed .menu-links .nav > li > a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .menu-links .nav {
        height: 225px;
    }

    .is-fixed .menu-links .nav > li > a {
        padding: 10px 15px;
    }
}

.header-transparent {
    position: absolute;
    width: 100%;
}

.header-transparent .menu-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-transparent .menu-links .nav > li > a {
    color: rgb(255, 255, 255);
}

.header-transparent .menu-links .nav > li > a, .header-transparent .secondary-menu .btn-link, .header-transparent .navbar-toggler {
    color: rgb(255, 255, 255);
}

.header-transparent .secondary-menu .btn-link:hover {
    color: var(--primary);
}

.header-transparent .navbar-toggler span {
    background-color: rgb(255, 255, 255);
}

.header-transparent .is-fixed .menu-bar {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
}

.header-transparent .secondary-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.header-transparent .top-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgb(223, 223, 223);
}

.header-transparent .search-btn::after, .header-transparent .topbar-left ul li::after, .header-transparent .topbar-right ul li::after {
    background-color: rgb(255, 255, 255);
}

.header-transparent .cart-btn::after, .header-transparent .cart-btn {
    border-color: rgb(255, 255, 255);
}

.fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

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

.header-transparent .header-lang-bx .btn {
    color: rgb(255, 255, 255);
    background-color: transparent !important;
}

.header-transparent .topbar-right .header-lang-bx ul li a {
    color: rgb(0, 0, 0);
}

.header-transparent .topbar-left ul li a, .header-transparent .topbar-right ul li a {
    color: rgb(255, 255, 255);
}

.style-2 .sticky-header {
    position: absolute;
    width: 100%;
}

.style-2 .menu-bar {
    background: transparent;
}

.style-2 .secondary-menu {
    background: rgb(255, 255, 255);
    padding: 17px 20px 17px 0px;
    position: relative;
    border: 0px;
}

.style-2 .secondary-menu::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    background: rgb(255, 255, 255);
    transform: skewX(-15deg);
    left: -10px;
    z-index: -1;
    top: 0px;
    border-left: 5px solid rgb(0, 0, 0);
}

.style-2 .menu-bar .menu-links .nav {
    padding-right: 20px;
}

@media only screen and (min-width: 991px) {
    .style-2 .menu-bar .menu-links .nav > li > a {
        color: rgb(255, 255, 255);
    }

    .style-2 .menu-bar .menu-logo {
        padding: 0px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.style-2 .menu-bar .container {
    position: relative;
}

.style-2 .menu-bar .container::after {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    background: rgb(254, 90, 14);
    left: 15px;
    z-index: -1;
    top: 0px;
}

.style-3 .menu-bar {
    background-color: var(--primary);
}

.aside-btn {
    width: 30px;
    height: 22px;
    position: relative;
    display: block;
}

.aside-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background: rgb(255, 255, 255);
    opacity: 1;
    left: 0px;
    transition: all 0.25s ease-in-out 0s;
}

.aside-btn span:nth-child(1) {
    top: 0px;
}

.aside-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.aside-btn span:nth-child(3) {
    bottom: 0px;
}

.secondary-inner ul li {
}

.aside-box {
}

.style-3 .secondary-menu {
    padding: 0px;
    margin-left: 0px;
    border: 0px;
}

@media only screen and (min-width: 991px) {
    .style-3 .menu-links .nav > li.active > a, .style-3 .menu-links .nav > li:hover > a, .style-3 .menu-links .nav > li > a {
        color: rgb(255, 255, 255);
    }
}

.search-box form {
    height: 80px;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
}

.search-box form button {
    border: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 28px;
    font-size: 20px;
    padding: 0px 0px 0px 20px;
    left: 0px;
}

.search-box form .form-control {
    height: 80px;
    border: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
    padding: 4px 15px 0px 50px;
    font-size: 18px;
    width: 190px;
    font-weight: 400;
}

.search-box form .form-control::placeholder {
    color: rgb(255, 255, 255);
}

.search-box form.form-control::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.style-3 .cart-btn {
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

.style-3 .cart-btn::after {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-width: 0px 2px 2px;
}

.style-3.box .menu-bar {
    background-color: transparent;
}

.style-3.box .menu-bar .container {
    background-color: var(--primary);
    border-radius: 4px;
}

.style-3.box .secondary-inner ul li {
    margin-left: 15px;
    margin-right: 10px;
}

.style-3.box {
    margin-bottom: 40px;
}

.style-3.box .sticky-header {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 99999;
}

.header-extra-info {
    padding: 20px 0px;
    width: 100%;
}

.header-contant-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-contant-info ul li {
    display: inline-block;
    position: relative;
    padding: 5px 20px 0px 60px;
    margin-right: 20px;
}

.header-contant-info ul li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-contant-info ul li:last-child {
    padding: 0px;
    margin-right: 0px;
}

.header-contant-info ul li .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-contant-info ul li .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    line-height: 20px;
}

.header-contant-info ul li p {
    color: rgb(109, 115, 128);
    margin: 0px;
    font-size: 15px;
}

.extra-logo {
    max-width: 210px;
}

.extra-info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .header-transparent .menu-links .nav > li > a {
        color: rgb(0, 0, 0);
    }

    .header-transparent .menu-links.nav-dark .nav > li > a {
        color: rgb(255, 255, 255);
    }

    .style-3.box .navbar-toggler {
        margin: 28px 0px 30px 15px;
    }

    .style-3.box .sticky-header {
        position: unset;
        width: 100%;
        height: auto;
        background-color: var(--primary);
    }

    .style-3.box {
        margin-bottom: 0px;
    }

    .style-2 .sticky-header {
        position: relative;
    }

    .style-2 .menu-bar {
        background: var(--primary);
    }

    .style-2 .menu-bar::before {
        height: 100%;
        width: 25%;
        position: absolute;
        top: 0px;
        right: 0px;
        content: "";
        background: rgb(255, 255, 255);
    }

    .style-2 .secondary-menu {
        padding: 17px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .style-2 .secondary-menu {
        padding: 7px 0px;
    }

    .fullwidth .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-box form .form-control {
        height: 50px;
        font-size: 14px;
        width: 120px;
        padding: 0px 15px 0px 40px;
    }

    .search-box form {
        height: 50px;
        font-size: 14px;
    }

    .search-box form button {
        top: 14px;
        font-size: 18px;
        padding: 0px 0px 0px 15px;
    }

    .style-3.box .secondary-inner ul li {
        margin-left: 10px;
        margin-right: 0px;
    }

    .style-3.box .navbar-toggler {
        margin: 14px 0px 14px 15px;
    }
}

.menuicon {
    width: 22px;
    height: 22px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    z-index: 99;
}

.menuicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
}

.menuicon span:nth-child(1) {
    top: 0px;
}

.menuicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menuicon span:nth-child(3) {
    bottom: 0px;
}

.menuicon.open span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
}

.menuicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menuicon.open span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
}

.menuicon i {
    position: relative;
    width: 14px;
    display: inline-block;
    height: 12px;
    margin-left: 5px;
}

.menuicon.open i {
    height: 12px;
}

.menuicon.open i span:nth-child(1), .menuicon.open i span:nth-child(3) {
    top: 5px;
}

.header-transparent .extmenu a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
}

.extmenu a span {
    background: rgb(255, 255, 255);
}

.page-banner {
    height: 320px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: left;
    background-color: rgb(247, 247, 247);
}

.page-banner.bg-gray {
    background-color: rgb(238, 242, 248);
}

.page-banner-sm {
    height: 220px;
}

.page-banner-lg {
    height: 500px;
}

.page-banner .container {
    display: table;
    height: 100%;
}

.page-banner-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page-banner-entry.align-m {
    vertical-align: middle;
}

.page-banner h1 {
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 55px;
    font-weight: 500;
    color: rgb(2, 13, 38);
}

.page-banner h1.text-white {
    color: rgb(255, 255, 255);
}

.breadcrumb-row ul li a {
    color: var(--sc-primary);
}

.banner-sm-title {
    color: var(--sc-primary);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.breadcrumb-row.text-black ul li {
    color: rgb(104, 103, 103);
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-row.text-black ul li a {
    color: var(--primary);
}

@media only screen and (min-width: 991px) {
    .header.style-2 + .page-content .page-banner {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-entry {
        vertical-align: middle;
    }

    .page-banner {
        padding-bottom: 0px;
        height: 200px;
    }

    .page-banner h1 {
        line-height: 24px;
        font-size: 20px;
        text-align: center;
    }
}

.blog-post {
    position: relative;
    margin-bottom: 50px;
}

.ttr-post-title {
    margin-bottom: 5px;
}

.ttr-post-title .post-title {
    margin-bottom: 5px;
}

.ttr-post-meta {
    margin-bottom: 15px;
}

.ttr-post-meta ul {
    list-style: none;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
}

.ttr-post-meta ul li {
    padding: 0px;
    display: inline-block;
    color: rgb(37, 49, 74);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.ttr-post-meta ul li strong {
    font-weight: 500;
}

.ttr-post-meta li::after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.ttr-post-meta li:last-child::after {
    display: none;
}

.ttr-post-meta a {
    color: var(--primary);
}

.ttr-post-meta i {
    margin: 0px 5px;
    font-size: 15px;
}

.ttr-post-text {
    margin-bottom: 20px;
}

.ttr-post-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ttr-post-text p:last-child {
    margin: 0px;
}

.blog-group .blog-post {
    margin-bottom: 30px;
}

.blog-group .blog-post {
    display: flex;
}

.blog-group .blog-post .ttr-post-info {
    padding: 30px;
}

.blog-group .blog-md .ttr-post-media {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
}

.blog-group .blog-md .ttr-post-media img {
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) {
    .ttr-post-meta .d-flex {
        display: block !important;
    }
}

.blog-md .ttr-post-media {
    width: 350px;
    border-radius: 4px;
}

.blog-md.sm-large, .blog-md.md-large {
    display: flex;
    flex-wrap: wrap;
}

.blog-md.md-large {
    margin-bottom: 60px;
}

.blog-md.md-large .ttr-post-media {
    width: 55%;
    flex: 0 0 55%;
}

.blog-md.md-large .ttr-post-info {
    width: 45%;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    padding: 30px 0px 30px 30px;
}

.blog-md.md-large .post-title {
    font-size: 40px;
    line-height: 50px;
}

.blog-md.sm-large .media-post li a, .blog-md.md-large .media-post li a {
    color: rgb(163, 177, 199);
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.blog-md.sm-large .media-post li a {
    font-size: 14px;
}

.blog-md.md-large p {
    font-size: 18px;
    color: rgb(88, 90, 134);
    line-height: 32px;
}

.blog-md.sm-large .media-post, .blog-md.md-large .media-post {
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.blog-md.md-large .ttr-post-info .post-title {
    margin-bottom: 10px;
}

.blog-md.sm-large .ttr-post-info .post-extra, .blog-md.md-large .ttr-post-info .post-extra {
    border: 0px;
    margin-top: auto;
}

.blog-md.sm-large {
    margin-bottom: 0px;
}

.blog-md.sm-large .ttr-post-media {
    width: 45%;
    flex: 0 0 45%;
    display: flex;
    align-items: stretch;
}

.blog-md.sm-large .ttr-post-info {
    width: 55%;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 30px;
}

.blog-md.sm-large .post-title {
    font-size: 22px;
    line-height: 32px;
}

.blog-md .ttr-post-info {
    border: none;
    padding-left: 30px;
}

.blog-md .ttr-post-tags {
    border: none;
    display: inline-block;
    padding: 0px;
}

.post-tags {
}

.blog-md .ttr-post-info .post-title {
    margin-top: 0px;
}

.blog-md, .blog-md .ttr-post-info {
    overflow: hidden;
}

.blog-md .ttr-post-info, .blog-md .ttr-post-media {
    display: table-cell;
    vertical-align: middle;
}

.blog-md .ttr-post-media {
    vertical-align: top;
}

.blog-md .ttr-post-info > div:last-child {
    margin-bottom: 0px;
}

.blog-area .heading-bx {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

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

.side-post .blog-post.blog-md {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.side-post .blog-post.blog-md:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.side-post .blog-md .ttr-post-info h4 {
    font-size: 24px;
}

.side-post .blog-md .ttr-post-info {
    padding-left: 20px;
}

.side-post .blog-md .ttr-post-media {
    width: 200px;
}

.blog-share {
    position: relative;
}

.share-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.share-btn ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.share-btn ul li {
    display: inline-block;
    margin-left: -40px;
    float: left;
    transition: all 0.5s ease 0s;
}

.share-btn ul li a.btn {
    border-radius: 3px;
    width: 40px;
    line-height: 44px;
    height: 44px;
    display: block;
    color: rgb(0, 0, 0);
    background: rgb(230, 230, 230);
}

.share-btn ul li a.btn:hover {
    background: rgb(214, 214, 214);
}

.share-btn ul:hover li.share-button a.btn {
    background: rgb(160, 160, 160);
}

.share-btn ul:hover li {
    margin-left: 4px;
}

.share-details-btn ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.share-details-btn ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
}

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

.blog-post .media-post li a, .blog-single .media-post li a, .recent-news .media-post li a {
    font-weight: 400;
    color: rgb(105, 105, 105);
    font-size: 15px;
    letter-spacing: unset;
    line-height: 22px;
}

.blog-post .media-post, .blog-single .media-post, .recent-news .media-post {
    display: flex;
    align-items: center;
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 10px;
    list-style: none;
}

.blog-single .post-title, .blog-post .post-title, .recent-news .post-title {
    font-weight: 700;
}

.blog-post .post-title, .recent-news .post-title {
    margin-bottom: 10px;
}

.recent-news .media-post li.date {
    padding: 0px;
    line-height: 14px;
}

.recent-news .media-post li {
    padding: 0px 20px 0px 0px;
    position: relative;
}

.recent-news .media-post li.admin {
}

.recent-news .media-post li.admin a img {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 36px;
}

.recent-news .media-post li.comment a {
    display: flex;
}

.blog-post .media-post li a i, .recent-news .media-post li a i {
    margin-right: 5px;
}

.blog-post .btn-link, .recent-news .btn-link {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid;
    border-radius: 0px;
    text-decoration: none !important;
}

.blog-post .ttr-post-info p, .recent-news .info-bx p {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(143, 143, 143);
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-post .ttr-post-info p {
    margin-bottom: 10px;
}

.blog-post .media-post {
    margin-bottom: 10px;
}

.recent-news .info-bx {
    position: unset;
    padding-top: 25px;
}

.recent-news .post-extra {
    padding: 0px;
    border: 0px;
    position: relative;
}

.recent-news .post-extra .btn {
    padding: 13px 30px;
}

.aside-bx {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-md.blog-post .ttr-pfost-media, .blog-md.blog-post .ttr-post-info {
        float: none;
        margin: 0px 0px 20px;
        width: 100%;
        display: block;
        padding-left: 0px;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-top: 20px;
    }

    .blog-md .ttr-post-media {
        width: 100%;
    }
}

.blog-single {
    margin-bottom: 30px;
}

.blog-single .media-post {
    padding: 0px;
}

.blog-single .action-box {
    margin-bottom: 30px;
}

.blog-single .ttr-post-text ul {
    padding: 0px 0px 0px 30px;
}

.blog-single .ttr-post-text ul li {
    padding: 5px 0px;
    font-size: 18px;
}

.blog-single .ttr-post-meta .post-tags a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}

.blog-single .ttr-post-meta {
    margin-bottom: 0px;
}

.blog-single .ttr-post-text {
    margin-top: 10px;
}

.blog-single .ttr-post-tags {
    margin-top: 20px;
}

.blog-single .ttr-post-media {
    border-radius: 4px;
}

.comments-area {
    padding: 0px;
}

.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

ol.comment-list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0px;
}

ol.comment-list li.comment .comment-body {
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
    background: rgb(246, 247, 248);
    padding: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

ol.comment-list li.comment .comment-body::after {
    content: "";
    background: rgb(246, 247, 248);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -6px;
    transform: rotate(45deg);
    border-width: 0px 0px 1px 1px;
    top: 30px;
}

ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0px;
    left: -80px;
    width: 70px;
    height: 70px;
    border-radius: 64px;
    background: rgb(255, 255, 255);
    padding: 4px;
    box-shadow: rgba(0, 10, 105, 0.03) 0px 0px 30px 0px;
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: rgb(39, 45, 58);
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px;
    line-height: 28px;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: rgb(153, 153, 153);
    font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
    color: rgb(141, 141, 141);
    text-transform: uppercase;
    margin-bottom: 5px;
}

ol.comment-list li.comment .comment-meta a {
    color: rgb(141, 141, 141);
}

ol.comment-list li.comment .comment-meta a {
    color: var(--primary);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}

ol.comment-list li.comment p {
    margin: 0px 0px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

ol.comment-list li.comment .reply a {
    background: rgb(2, 13, 38);
    padding: 6px 15px;
    display: inline-block;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
}

ol.comment-list li.comment .reply a:hover {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
    padding: 0px;
}

ol.comment-list li .children li {
    padding: 0px;
}

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }

    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }

    ol.comment-list li .children {
        margin-left: 20px;
    }

    ol.comment-list li.comment .reply a {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 52px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}

.comment-respond {
    padding: 30px;
    background: rgb(246, 247, 248);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.comments-area .comment-form {
    margin: 0px -15px;
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
    position: relative;
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0px 15px !important;
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"], .comments-area .comment-form p textarea {
    width: 100%;
    height: 45px;
    padding: 14px 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 14px;
}

.comments-area .comment-form p input[type="text"]:hover, .comments-area .comment-form p textarea:hover, .comments-area .comment-form p input[type="text"]:focus, .comments-area .comment-form p textarea:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: none !important;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0px;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: rgb(239, 187, 32);
    border: 0px solid;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px;
}

.comments-area .comment-form p input[type="submit"]:hover, .comments-area .comment-form p input[type="submit"]:focus, .comments-area .comment-form p input[type="submit"]:active {
    background-color: var(--sc-primary);
    border-color: rgb(106, 179, 62);
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .comment-respond {
        padding: 20px;
    }
}

.author-profile-pic {
    width: 125px;
    height: 125px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: rgba(0, 16, 147, 0.1) -2px 5px 10px 0px;
    z-index: 2;
    position: relative;
    margin: auto;
}

.author-profile-content ul li a {
    padding: 0px 2px;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
}

.author-profile-content ul li a:hover {
    background: var(--sc-primary);
    color: rgb(255, 255, 255);
}

.author-profile-content ul li a i {
    margin: 0px;
}

.author-box {
    background-color: rgb(246, 247, 248);
    padding: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.author-box.blog-user .author-profile-info {
    display: flex;
}

.blog-user .author-profile-pic img {
    width: 100%;
}

.blog-user .author-profile-pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    z-index: 2;
    position: relative;
    margin: 0px auto;
    border: 0px;
}

.blog-user .author-profile-content {
    padding-left: 20px;
    text-align: left;
    padding-top: 0px;
    width: 100%;
}

.blog-user .author-profile-content h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}

.blog-user .author-profile-content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}

.min-container, .blog-post.blog-single {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.max-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px;
    padding-right: 55px;
}

.blog-post.blog-single .ttr-post-info {
    padding: 0px;
}

.blog-post.blog-single .ttr-post-text.text > ol, .blog-post.blog-single .ttr-post-text.text > ul {
    padding-left: 30px;
}

.blog-post.blog-single .ttr-post-text.text > ol li, .blog-post.blog-single .ttr-post-text.text > ul li {
    padding: 5px;
    color: rgb(43, 45, 46);
}

.blog-post.blog-single .ttr-post-text.text > .wp-block-gallery {
    padding: 0px;
    list-style: none;
}

.blog-post.blog-single .ttr-post-text.text > .wp-block-gallery li {
    padding: 0px;
    list-style: none;
    margin: 10px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0px 8px 8px 0px;
}

.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 8px;
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-205px);
    margin-right: calc(-205px);
    width: calc(100% + 400px + 10px);
    max-width: initial;
}

.alignwide {
    margin-left: calc(-105px);
    margin-right: calc(-105px);
    width: calc(100% + 200px + 10px);
    max-width: initial;
}

.alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

.ttr-post-text h1, .thm-unit-test .ttr-post-text h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ttr-post-text h2, .thm-unit-test .ttr-post-text h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ttr-post-text h3, .thm-unit-test .ttr-post-text h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 700;
}

.ttr-post-text h4, .thm-unit-test .ttr-post-text h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ttr-post-text h5, .thm-unit-test .ttr-post-text h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.ttr-post-text h6, .thm-unit-test .ttr-post-text h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

pre {
    margin: 0px 0px 25px;
    padding: 20px;
    color: rgb(221, 221, 221);
    background-color: rgb(34, 34, 34);
    white-space: pre;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    border-radius: 5px;
    border-bottom: 1px solid rgb(85, 85, 85);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 0px 0px 20px inset;
}

.blog-post.blog-single .ttr-post-text ul li, .blog-post.blog-single .ttr-post-text ol li, .blog-post.blog-single .ttr-post-text p {
    font-size: 15px;
    line-height: 28px;
}

.blog-post.blog-single .ttr-post-text p {
    margin-bottom: 28px;
}

.blog-post.blog-single .ttr-post-text blockquote p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(43, 45, 46);
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.wp-block-table {
}

.blog-post.blog-single .ttr-post-text .wp-block-gallery {
    margin-left: calc(-195px);
    margin-right: calc(-195px);
    width: calc(100% + 380px + 10px);
    max-width: initial;
}

.blog-post.blog-single .ttr-post-text > div + p::first-letter, .blog-post.blog-single .ttr-post-text > p:first-child::first-letter {
    color: rgb(109, 158, 196);
    font-size: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.paginate-links a, .paginate-links > span {
    margin: 0px 0px 0px 10px;
    position: relative;
    border: 0px solid rgb(108, 192, 0);
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: rgb(224, 224, 224);
    border-radius: 3px;
}

.wp-block-button__link {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}

.blog-post.blog-single .ttr-post-text .has-large-font-size {
    font-size: 36px;
    line-height: 50px;
    color: rgb(0, 0, 0);
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px !important;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0px 6px 6px 0px;
    position: relative;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0px;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start;
    }
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        flex: 1 1 0%;
        height: 100%;
        object-fit: cover;
    }
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0px;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .alignwide {
        margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .alignwide .alignleft img {
        width: 100%;
    }

    .alignwide .alignleft {
        margin: 5px 0px 25px;
        float: none;
    }
}

@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(33.3333% - 10.6667px);
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(25% - 12px);
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(20% - 12.8px);
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(16.6667% - 13.3333px);
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(14.2857% - 13.7143px);
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 20px;
        width: calc(12.5% - 14px);
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0px;
    }
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%;
}

.wp-block-image.alignfullwide img {
    border-radius: 0px;
}

.wp-block-image img {
    border-radius: 10px;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%;
}

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    display: flex;
}

.aligncenter {
    text-align: center;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.testimonial-pic {
    background: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid rgb(255, 255, 255);
}

.testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-pic.radius img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-pic.shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 2px 3px 6px -3px;
}

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-position {
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}

.testimonial-name, .testimonial-position {
    display: block;
}

.testimonial-text p:last-child {
    margin: 0px;
}

.counter {
    position: relative;
}

.counter-style-1 .counter {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    display: inline-block;
}

.counter-style-1 .counter-text {
    font-size: 16px;
    font-weight: 500;
}

.counter-style-1.text-black .counter-text {
    color: rgb(0, 0, 0);
}

.counter-style-1 .icon {
    font-size: 45px;
    margin-right: 10px;
}

.counter-style-2 {
    text-align: center;
    z-index: 1;
    position: relative;
}

.counter-style-2 .counter-bx {
    margin-bottom: 10px;
}

.counter-style-2 .counter-bx span {
    font-size: 110px;
    font-weight: 300;
    line-height: 110px;
    display: inline-block;
    color: var(--primary);
}

.counter-style-2 .counter-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(98, 118, 150);
    text-transform: uppercase;
}

.counter-style-2 .bg-icon {
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
    top: -40px;
    bottom: auto;
}

.text-white .counter-style-2 .counter-text, .text-white .counter-style-2 .counter-bx span {
    color: rgb(255, 255, 255);
}

.counter-style-3 {
    text-align: center;
    padding: 30px 10px;
    border-radius: 8px;
}

.counter-style-3 .counter-text {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.counter-style-3 div span {
    font-size: 50px;
    color: rgb(255, 255, 255);
    line-height: 60px;
    margin-bottom: 5px;
    display: inline-block;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a {
    color: rgb(176, 176, 176);
}

footer p, footer strong, footer b, footer {
    color: rgba(255, 255, 255, 0.8);
}

footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer p a {
    color: rgba(255, 255, 255, 0.8);
}

footer .btn-link, footer a, footer p a {
    color: rgba(255, 255, 255, 0.6);
}

footer a:active, footer a:focus, footer a:hover {
    color: rgba(255, 255, 255, 0.6);
}

footer .widget_categories ul li a, footer .widget_archive ul li a, footer .widget_meta ul li a, footer .widget_pages ul li a, footer .widget_recent_comments ul li a, footer .widget_nav_menu li a, footer .widget_recent_entries ul li a, footer .widget_services ul li a {
    color: rgba(255, 255, 255, 0.6);
}

footer.text-white .widget_categories ul li a, footer.text-white .widget_archive ul li a, footer.text-white .widget_meta ul li a, footer.text-white .widget_pages ul li a, footer.text-white .widget_recent_comments ul li a, footer.text-white .widget_nav_menu li a, footer.text-white .widget_recent_entries ul li a, footer.text-white .widget_services ul li a, footer.text-white a, footer.text-white .footer-bottom, footer.text-white p, footer.text-white strong, footer.text-white b, footer.text-white .widget .post-title, footer.text-white .widget-about .ttr-title, footer.text-white {
    color: rgb(255, 255, 255);
}

footer p {
    margin-bottom: 10px;
}

footer p, footer li {
    font-size: 16px;
    line-height: 32px;
}

footer#footer {
    background-position: center center;
    background-size: cover;
}

footer p {
    line-height: 32px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

footer .footer_widget ul {
    list-style: none;
    margin-top: -10px;
    padding: 0px;
}

footer .widget_categories ul li, footer .widget_archive ul li, footer .widget_meta ul li, footer .widget_pages ul li, footer .widget_recent_comments ul li, footer .widget_nav_menu li, footer .widget_recent_entries ul li, footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
    transition: all 1s ease 0s;
    padding: 10px 0px 10px 15px;
}

footer .widget_services ul li:hover {
    transform: translateX(10px);
}

.footer-logo {
    width: 90px;
    display: block;
}

.footer-top {
    background-color: rgb(2, 22, 36);
    background-image: url("../images/pattern/pt2.png"), url("../images/pattern/pt2.png");
    background-position: center center;
    padding: 80px 0px 0px;
}

.footer-top .widget {
    margin-bottom: 30px;
}

.footer-bottom {
    background-color: rgb(48, 48, 48);
    padding: 25px 0px;
    color: rgb(176, 176, 176);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom ul {
    margin: 0px;
}

.footer-title {
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
}

.footer_widget ul li a {
    padding: 5px 0px;
    display: block;
    font-weight: 400;
    line-height: 28px;
}

.ft-social-bx {
    margin-bottom: 0px;
}

.ft-social-bx a {
    margin-right: 0px;
    color: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.ft-social-bx a i {
    margin: 0px;
}

.list-2 ul {
    margin: -8px 0px;
    padding: 0px;
    list-style: none;
    display: table;
}

.list-2 ul li {
    width: 50%;
    float: left;
}

.list-2 ul li a {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
    display: block;
    line-height: 22px;
}

.footer_talkus p {
    margin-top: -10px;
}

.footer-innner-btm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0px;
}

.footer-innner-btm p {
    color: rgb(255, 255, 255);
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
}

.footer-style2 .footer-top {
    font-weight: 400;
}

.footer-style2 .footer-bottom {
    background: rgb(4, 20, 31);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.footer-style2 .footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-style2 .footer_widget ul li a {
    font-weight: 400;
}

.footer-style2 .footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 24px;
}

.footer-info-bx .ttr-tilte {
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer-info {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
    margin-top: -35px;
}

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

.footer-info-bx p {
    font-size: 14px;
    line-height: 22px;
}

.link-inline {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.link-inline li {
    display: inline-block;
    line-height: 24px;
}

.link-inline li a {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    padding-left: 23px;
    font-size: 14px;
}

.footer-style2 .ft-social-bx a {
    border-radius: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.widget_info ul {
    margin: -10px 0px 0px;
    padding: 0px;
    list-style: none;
}

.widget_info ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 0px;
}

.widget_info ul li strong {
    font-weight: 300;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-form {
}

.subscribe-form p {
}

.subscribe-form input {
    background-color: rgb(255, 255, 255);
    height: 50px;
    padding: 10px 25px;
    margin-right: 0px;
    color: rgb(73, 80, 87);
    font-size: 15px;
    border: 0px;
    border-radius: 0px !important;
}

.subscribe-form .btn {
    padding: 0px 30px;
    margin-left: 10px;
    border-radius: 0px !important;
}

.subscribe-box .subscribe-title {
    max-width: 300px;
    width: 300px;
    min-width: 300px;
}

.subscribe-box .subscribe-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.subscribe-box .form-control {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0px;
}

.subscribe-box .form-control::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.subscribe-box .subscribe-form {
    width: 100%;
    padding-left: 30px;
}

.subscribe-box {
}

.subscribe-box .btn {
}

.subscribe-action {
    max-width: 600px;
    margin: auto;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 60px;
    background: rgb(255, 255, 255);
}

.subscribe-action .form-control {
    border: 0px;
    padding: 10px 30px;
    font-size: 15px;
}

.bg-dark-gray {
    background-color: rgb(55, 68, 168);
}

.footer-white .footer-top.bt0 {
    border-top: 0px;
}

.footer-white .footer-top, .footer-white .footer-bottom {
    background: rgb(242, 242, 242);
    color: rgb(39, 45, 58);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-white .footer-title {
    color: rgb(0, 0, 0);
}

.footer-white .footer-title::after {
    width: 50px;
    background: var(--primary);
    opacity: 1;
    height: 2px;
}

.footer-white .footer-info-bx .ttr-tilte {
    color: rgb(0, 0, 0);
}

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

footer.footer-white.footer-style2 .footer-bottom p, footer.footer-white .btn-link, footer.footer-white a, footer.footer-white p a, footer.footer-white p, footer.footer-white strong, footer.footer-white b, footer.footer-white {
    color: rgb(39, 45, 58);
}

footer.footer-white .btn {
    color: rgb(255, 255, 255);
}

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

.pt-social-link, .pt-btn-join {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 999999999;
    background-image: url("../images/loading.svg");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center center;
}

.service-info-bx {
    margin-top: -215px;
}

.service-bx {
    box-shadow: rgba(29, 25, 0, 0.25) 0px 0px 25px 0px;
    transition: all 0.5s ease 0s;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.service-bx [class*="feature-"] {
    box-shadow: rgba(29, 25, 0, 0.15) 0px 0px 25px 0px;
    margin-top: -30px;
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.service-bx .info-bx {
    padding: 30px;
}

.service-bx:hover {
    transform: translateY(-15px);
}

.service-icon-bx {
    display: flex;
    align-items: center;
    max-width: 840px;
    margin: auto;
    padding: 50px 0px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.service-icon-bx .service-icon a {
    font-size: 150px;
    background: rgb(225, 227, 255);
    border-radius: 100%;
    height: 300px;
    width: 300px;
    display: inline-block;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}

.service-icon-bx .service-icon a img {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.service-icon-bx .service-info {
    padding: 0px 0px 0px 50px;
    max-width: 520px;
    margin-left: auto;
}

.service-icon-bx:nth-child(2n) {
    flex-direction: row-reverse;
}

.service-icon-bx:nth-child(2n) .service-info {
    padding: 0px 50px 0px 0px;
}

.service-icon-bx::after {
    content: "";
    width: 110px;
    height: calc(100% + 4px);
    position: absolute;
    bottom: -2px;
    border-radius: 120px 0px 0px 120px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    left: -110px;
    border-width: 2px 0px 2px 2px;
    z-index: -1;
}

.service-icon-bx:first-child::after {
    height: 220px;
    left: -110px;
    border-radius: 110px 0px 0px 110px;
    border-width: 2px 0px 2px 2px;
    right: auto;
}

.service-icon-bx:nth-child(2n)::after {
    height: calc(100% + 4px);
    left: auto;
    border-radius: 0px 110px 110px 0px;
    border-width: 2px 2px 2px 0px;
    right: -110px;
}

.service-icon-bx:last-child::after {
    inset: -2px -110px auto auto;
    border-radius: 0px 120px 120px 0px;
    border-width: 2px 2px 2px 0px;
    height: 220px;
}

.service-icon-bx:nth-child(2n) + .service-icon-bx:last-child::after {
    inset: -2px auto auto -110px;
    border-radius: 120px 0px 0px 120px;
    border-width: 2px 0px 2px 2px;
}

.service-icon-bx .service-icon {
    position: relative;
}

.service-icon-bx .service-icon::after {
    content: attr(data-name);
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    line-height: 50px;
    top: 50%;
    right: -30px;
    width: 60px;
    transform: translateY(-50%);
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 5px solid rgb(255, 255, 255);
}

.service-icon-bx:nth-child(2n) .service-icon::after {
    right: auto;
    left: -30px;
}

.service-icon-bx:first-child {
    padding-top: 40px;
}

.service-icon-bx:last-child {
    border: 0px;
    padding-bottom: 10px;
}

.service-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 4px;
}

.service-list li {
}

.service-list li a {
    background: rgb(255, 255, 255);
    display: block;
    padding: 12px 50px 12px 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgb(2, 13, 38);
    font-weight: 500;
    font-size: 16px;
}

.service-list li:last-child a {
    border-bottom: 0px;
}

.service-list li.active a {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

.service-list li a i {
    width: 26px;
    height: 26px;
    background: rgb(238, 238, 238);
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
    padding-left: 2px;
}

.service-list li a::after {
    content: "";
    height: 100%;
    background-color: var(--primary);
    width: 0px;
    position: absolute;
    right: 0px;
    transition: all 0.5s ease 0s;
    z-index: -1;
    top: 0px;
    transform-origin: right center;
}

.service-list li:hover a {
    color: rgb(255, 255, 255);
}

.service-list li:hover a::after {
    transform-origin: left center;
    width: 100%;
    right: auto;
    left: 0px;
}

.service-list.style-2 {
    background: transparent;
    border: 0px;
}

.service-list.style-2 li {
}

.service-list.style-2 li a {
    border: 0px;
    background: transparent;
    color: rgb(85, 85, 85);
    font-size: 18px;
    font-weight: 500;
    padding: 7px 0px 7px 40px;
}

.service-list.style-2 li a i {
    left: 0px;
    width: 24px;
    height: auto;
    background: transparent;
    font-size: 24px;
    top: 7px;
    color: rgb(85, 85, 85);
    padding: 0px;
}

.service-list.style-2 li.active a i, .service-list.style-2 li.active a, .service-list.style-2 li:hover a i, .service-list.style-2 li:hover a {
    color: var(--primary);
}

.service-list.style-2 li a::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
    font-family: "Line Awesome Free";
    width: auto;
    height: auto;
    background: transparent;
    color: var(--primary);
    font-weight: 900;
    font-size: 24px;
    right: 50%;
    opacity: 0;
}

.service-list.style-2 li.active a::after, .service-list.style-2 li:hover a::after {
    right: 30px;
    opacity: 1;
    left: auto;
}

.service-gallery-top .service-info .service-content, .service-thumb::after, .service-thumb, .service-box .service-inner::after, .service-box {
    transition: all 0.5s ease 0s;
}

.service-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px 0px;
    border-top: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    border-image: initial;
    border-bottom: 3px solid rgb(233 74 0) !important;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-box .service-media {
    position: relative;
}

.service-box .service-info {
    padding: 20px 10px;
}

.service-box .service-info .title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.service-box .service-info p {
    margin-bottom: 0px;
    line-height: 24px;
}

.service-box .service-inner {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 1;
}

.service-box .service-inner::after {
    background: var(--primary);
    position: absolute;
    bottom: 0px;
    height: 30%;
    width: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
}

.service-box:hover .service-inner::after {
    height: 100%;
    opacity: 0.9;
}

.service-box .service-inner .btn {
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: all 0.4s ease 0.2s;
    opacity: 0;
}

.service-box:hover .service-inner .btn {
    transform: scaleY(1);
    opacity: 1;
}

.service-gallery-top .service-info {
    height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.service-gallery-top .service-info .container {
    position: relative;
    z-index: 1;
}

.service-gallery-top .service-info .service-content .ttr-tilte {
    margin-bottom: 10px;
}

.service-gallery-top .service-info .service-content {
    background: rgb(255, 255, 255);
    padding: 30px 40px;
    width: 450px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.service-gallery-top .swiper-slide-active .service-info .service-content {
    opacity: 1;
}

.service-gallery-top .service-info .service-content p {
    font-size: 18px;
    color: rgb(88, 88, 88);
}

.service-gallery-top .service-info .service-content .bg-icon {
    color: rgb(0, 0, 0);
    line-height: 200px;
    right: 20px;
}

.service-gallery-top .service-info::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.3;
}

.swiper-service {
    position: relative;
}

.swiper-thumbs-box {
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}

.service-thumb {
    padding: 25px 5px;
    position: relative;
    z-index: 1;
}

.service-thumb::after {
    content: "";
    width: 15px;
    height: 15px;
    background: rgb(0, 0, 0);
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    bottom: -10px;
    left: 50%;
    opacity: 0;
}

.service-thumb .title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.service-thumb .title i {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.swiper-slide-thumb-active .service-thumb {
    background: var(--primary);
}

.left-border-1 {
    padding-left: 30px;
    border-left: 1px solid rgb(194, 194, 194);
}

.brochure-bx {
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.brochure-bx .title-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 30px;
}

.brochure-bx .title-head::after {
    background: var(--primary);
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.brochure-bx::after {
    z-index: -1;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬";
    font-family: Flaticon;
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 200px;
    bottom: 0px;
    line-height: 200px;
    opacity: 0.1;
}

.download-link {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-top: 20px;
}

.download-link .title {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 22px;
}

.download-link span {
    color: rgb(136, 136, 136);
    font-size: 14px;
    line-height: 18px;
}

.download-link img {
    width: 45px;
    position: absolute;
    left: -5px;
    top: 0px;
}

.testimonial-carousel .owl-stage {
    padding-left: 0px !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -80px;
    left: 0px;
    text-align: right;
    max-width: 1140px;
    width: 100%;
}

.owl-nav {
    position: absolute;
    right: 0px;
    top: -100px;
}

.help-bx {
    background: var(--primary);
}

.help-bx .info {
    padding: 15px 25px 35px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.help-bx .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.help-bx p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.help-bx img {
}

.help-bx .info img {
    max-width: 60px;
    margin-bottom: 20px;
}

.help-bx .info::before, .help-bx .info::after {
    content: "";
    background: var(--primary);
    position: absolute;
    top: -25px;
    width: 100%;
    height: 50px;
    left: 0px;
    transform: skewY(-8deg);
    z-index: -1;
}

.help-bx .info::before {
    background: rgb(255, 255, 255);
    top: -32px;
    transform: skewY(-5deg);
    height: 40px;
}

.testimonial-carousel.owl-btn-1 .owl-prev, .testimonial-carousel.owl-btn-1 .owl-next {
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: var(--sc-primary);
    color: rgb(0, 0, 0);
    margin: 0px 5px !important;
}

.testimonial-carousel .owl-nav .owl-next:hover, .testimonial-carousel .owl-nav .owl-prev:hover {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

.testimonial-carousel-2 .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.testimonial-carousel-2 .owl-dots .owl-dot {
    width: 15px;
    height: 4px;
    background: rgb(0, 0, 0);
    display: inline-block;
    margin: 0px 4px;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0.2;
}

.testimonial-carousel-2 .owl-dots .owl-dot.active {
    opacity: 1;
    background: var(--primary);
}

.heading-bx.left .title-head {
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid var(--primary);
}

.heading-bx.left p {
    max-width: 500px;
    margin-bottom: 0px;
}

.title-head span {
    font-weight: 400;
}

.heading-bx.style1 .title-head {
    color: rgb(63, 62, 133);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}

.heading-bx.style1 p {
    color: rgb(108, 112, 121);
    margin-bottom: 0px;
}

.heading-bx.style1.text-white .title-head {
    color: rgb(255, 255, 255);
}

.heading-bx.style1.text-white p {
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.section-sp1 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-sp2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-sp3 {
    padding-top: 100px;
    padding-bottom: 0px;
}

.section-sp4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.event-form {
    background: var(--primary);
    padding: 30px;
    border-radius: 4px;
}

.event-form.contact-bx textarea.form-control {
    height: 150px;
}

.event-form .heading-bx {
    margin-bottom: 20px;
}

.event-form .btn-secondry:active, .event-form .btn-secondry:hover, .event-form .btn-secondry:focus {
    background-color: rgb(24, 27, 74);
}

.timeline-nav {
    top: 150px;
}

.timeline-nav ul {
    margin: 0px;
    padding: 0px 30px 0px 0px;
    list-style: none;
    text-align: right;
}

.timeline-nav ul li {
    display: block;
    width: 100%;
}

.timeline-nav ul li a {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    opacity: 0.3;
    transition: all 0.5s ease 0s;
    text-decoration: underline;
    padding: 5px 0px;
}

.timeline-nav ul li a.active {
    opacity: 1;
    font-size: 44px;
    color: var(--primary);
    padding: 10px 0px;
}

.timeline-box {
    margin-bottom: 60px;
}

.timeline-box p {
    font-size: 18px;
    line-height: 32px;
    color: rgb(64, 65, 83);
}

.timeline-view {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-view::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 25%;
    margin-left: 0px;
    border-left: 2px dashed rgb(204, 204, 204);
}

.timeline-area {
    position: relative;
    background-color: inherit;
    width: 100%;
    left: 0px;
    display: flex;
}

.timeline-area:last-child .timeline-content {
    border: 0px;
    margin-bottom: 0px;
}

.timeline-content {
    max-width: 75%;
    flex: 0 0 75%;
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.timeline-content p {
    font-size: 18px;
    color: rgb(119, 119, 119);
    margin-bottom: 15px;
}

.timeline-date .date-bx {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0px 20px;
    border-radius: 4px;
    position: relative;
    width: 100%; 
}

.timeline-date .date-bx::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: -35px;
    background-color: white;
    border: 5px solid var(--primary);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-date {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0px 25px 50px 0px;
}

.timeline-date h6 {
    font-size: 16px;
    color: rgb(119, 119, 119);
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0px;
}

.timeline-date h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}

.timeline-date p {
    line-height: 24px;
    font-size: 16px;
    color: rgb(136, 136, 136);
}

@media screen and (max-width: 600px) {
    .timeline-view::after {
        left: 31px;
    }

    .timeline-area {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
    }

    .timeline-area::before {
        left: 60px;
        border-style: solid;
        border-image: initial;
        border-width: 10px 10px 10px 0px;
        border-color: transparent white transparent transparent;
    }

    .timeline-view .left::after, .timeline-view .right::after {
        left: 15px;
    }

    .timeline-view .right {
        left: 0%;
    }

    .timeline-date .date-bx::before, .timeline-view::after {
        content: none;
    }

    .timeline-content {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .timeline-date, .timeline-content {
        padding-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .timeline-date {
        padding: 0px;
    }
}

.award-bx {
    padding: 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 50px 0px;
    position: relative;
}

.award-bx .award-media {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    padding: 5px;
    position: relative;
}

.award-bx .award-media::before, .award-bx .award-media::after {
    content: "";
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.award-bx .award-media::before {
    top: -2px;
    left: -2px;
    border-left: 4px solid var(--primary);
    border-top: 4px solid var(--primary);
}

.award-bx .award-media::after {
    bottom: -2px;
    right: -2px;
    border-right: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}

.award-bx:hover .award-media::before, .award-bx:hover .award-media::after {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.award-bx .award-info {
    text-align: center;
    padding-top: 20px;
}

.award-bx .award-info .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.award-bx .award-info p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(119, 119, 119);
    margin-bottom: 0px;
}

.bx-hover-up {
    transition: all 0.5s ease 0s;
}

.bx-hover-up:hover {
    transform: translateY(-15px);
}

.award-bx.left {
    display: flex;
    align-items: start;
}

.award-bx.left .award-media {
    min-width: 30%;
}

.award-bx.left .award-info {
    text-align: left;
    margin-left: 20px;
    padding-top: 0px;
}

.job-career-box {
    padding: 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 50px 0px;
}

.job-career-box p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    margin-bottom: 10px;
}

.job-career-box ul li {
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.job-career-box .list-check li::before {
    top: 8px;
}

.job-career-box p strong {
    font-weight: 600;
    color: rgb(17, 17, 17);
}

.testimonial-bx {
    background-color: rgb(0 0 0 / 1%);
    padding: 30px;
    /* border-radius: 4px; */
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #f2f2f2;
}

.testimonial-bx.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 50px 0px;
}

.testimonial-bx .testimonial-content p, .testimonial-bx .testimonial-info p {
    margin: 0px;
}

.testimonial-bx .testimonial-info h5 {
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--primary);
}

.testimonial-bx .testimonial-info {
    margin-top: 15px;
}

.testimonial-bx .testimonial-info::after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
    position: absolute;
    font-family: fontawesome;
    font-size: 60px;
    color: var(--primary);
    right: 25px;
    bottom: 0px;
    z-index: 9;
    transition: all 0.5s ease 0s;
}

.testimonial-thumb {
    width: 62px;
    overflow: hidden;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 5px;
}

.testimonial-bx:hover .testimonial-info::after {
    opacity: 0;
}

.testimonial-bx .testimonial-content p {
    color: rgb(48, 48, 48);
    font-size: 16px;
    text-align: left;
}

.testimonial-bx .testimonial-pic {
    background: rgb(255, 255, 255);
    width: 80px;
    height: 80px;
    position: absolute;
    right: -100px;
    border-radius: 100%;
    overflow: hidden;
    bottom: -100px;
    z-index: 10;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 15px 0px;
    transform: rotate(360deg);
    display: block;
    transition: all 0.5s ease 0s;
}

.testimonial-bx:hover .testimonial-pic {
    right: 20px;
    bottom: 20px;
    transform: rotate(0deg);
}

.case-studies, .our-partner, .team-area, .news-area {
    position: relative;
    z-index: 2;
}

.our-partner {
    z-index: 3;
}

.news-area {
    overflow: hidden;
}

.news-area::before {
    content: attr(data-name);
    font-size: 160px;
    line-height: 160px;
    left: 0px;
    letter-spacing: 10px;
    position: absolute;
    top: 60px;
    z-index: -1;
    font-weight: 700;
    text-shadow: rgb(237, 244, 255) 0px 5px 40px;
    color: rgb(238, 242, 248);
    animation: 15s linear 0s infinite normal none running scrollup;
    white-space: nowrap;
}

.case-studies::before, .our-partner::before, .team-area::before {
    content: attr(data-name);
    font-size: 220px;
    line-height: 210px;
    left: 0px;
    letter-spacing: 10px;
    position: absolute;
    bottom: -28px;
    z-index: -1;
    font-weight: 700;
    text-shadow: rgb(237, 244, 255) 0px 5px 40px;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
}

.our-partner::before {
    text-align: left;
    bottom: auto;
    top: 0px;
}

.case-studies::before {
    text-align: center;
    bottom: auto;
    top: -20px;
}

@keyframes scrollup {
    100% {
        transform: translateX(-3000px);
    }
}

.testimonial-bx.style1 {
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    overflow: unset;
    max-width: 450px;
}

.testimonial-bx.style1::after {
    content: "";
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 60px;
    bottom: -8px;
    transform: skew(20deg, -30deg);
}

.active .testimonial-bx.style1 {
    opacity: 0.3;
    transition: all 0.5s ease 0s;
}

.center.active .testimonial-bx.style1 {
    opacity: 1;
}

.clinet-thumbs .testimonial-thumb {
    width: 45px;
    overflow: hidden;
    border: 0px;
    box-shadow: none;
    position: unset;
    left: 0px;
    z-index: 9;
    height: 45px;
    border-radius: 80px;
    opacity: 0.7;
    transform: scale(0.9);
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.clinet-thumbs .swiper-slide {
    width: auto !important;
}

.clinet-thumbs .swiper-slide-thumb-active .testimonial-thumb {
    transform: scale(1);
    opacity: 1;
}

.testimonial-bx.style1 .testimonial-content p {
    color: rgb(66, 65, 65);
    font-size: 20px;
    line-height: 30px;
}

.testimonial-bx.style1 .testimonial-info .name {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500;
}

.testimonial-bx.style1 .testimonial-info p {
    color: var(--primary);
    font-weight: 500;
}

.testimonial-bx.style1 .testimonial-info::after {
    content: none;
}

.testimonial-bx.style2 {
    transition: all 0.5s ease 0s;
}

.testimonial-bx.style2.blue {
    background: rgb(245, 245, 255);
}

.testimonial-bx.style2.orange {
    background: rgb(255, 249, 243);
}

.testimonial-bx.style2.red {
    background: rgb(255, 243, 243);
}

.testimonial-bx.style2.red .testimonial-info::after {
    background: rgb(252, 103, 101);
    box-shadow: rgb(252, 103, 101) 10px 10px 50px 0px;
    color: rgb(255, 255, 255);
}

.testimonial-bx.style2.orange .testimonial-info::after {
    background: rgb(255, 161, 67);
    box-shadow: rgb(255, 161, 67) 10px 10px 50px 0px;
    color: rgb(255, 255, 255);
}

.testimonial-bx.style2.blue .testimonial-info::after {
    background: rgb(103, 95, 255);
    box-shadow: rgb(103, 95, 255) 10px 10px 50px 0px;
    color: rgb(255, 255, 255);
}

.testimonial-bx.style2::before, .testimonial-bx.style2::after {
    content: none;
}

.testimonial-bx.style2 .title {
    margin-bottom: 10px;
}

.testimonial-rating {
    color: rgb(255, 185, 68);
    margin-bottom: 20px;
}

.testimonial-bx.style2 .testimonial-thumb {
    /* position: absolute; */
    width: 60px;
    border: 0px;
    /* left: 0px; */
    box-shadow: none;
    border-radius: 40px;
    margin-right: 19px;
}

.testimonial-bx.style2 .client-info {
    position: relative;
    /* padding-left: 80px; */
    margin-top: 30px;
    float: left;
    width: 100%;
}

.testimonial-bx.style2 .client-info .name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
}

.testimonial-bx.style2 .testimonial-info {
    margin-top: 0px;
    padding: 5px 0px;
}

.testimonial-bx.style2 .testimonial-info p {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(109, 116, 126);
}

.testimonial-bx.style2 .testimonial-info::after {
    font-size: 20px;
    right: 0px;
    bottom: 0px;
    background: rgb(255, 237, 228);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    display:none;
}

.testimonial-bx.style2:hover .testimonial-info::after {
    opacity: 1;
}

.testimonial-bx.style2:hover {
    transform: translateY(-10px);
}

.client-appoint-box .ajax-form {
    padding-left: 15px;
    position: relative;
}

.client-appoint-box .appoint-bx1 .input-bx::after {
    background: var(--primary);
}

.apoint-btn-box {
    background: rgb(3, 32, 74);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    left: -178px;
    top: 50%;
    transform: rotate(-90deg) translateX(0%);
    padding: 15px 30px;
}

.apoint-btn-box::before, .apoint-btn-box::after {
    content: "";
    background: rgb(3, 32, 74);
    position: absolute;
    height: 100%;
    width: 40%;
    transform: skewX(40deg);
    top: 0px;
    right: -30px;
    z-index: -1;
}

.apoint-btn-box::before {
    right: auto;
    left: -30px;
    transform: skewX(-40deg);
}

.client-appoint-box .container, .client-appoint-box {
    position: relative;
    z-index: 1;
}

.client-appoint-box::after {
    content: "";
    z-index: -1;
    width: 50%;
    right: 0px;
    background: rgb(2, 13, 38);
    height: 100%;
    top: 0px;
    position: absolute;
}

.ovbl-middle::after, .ovbl-light::after, .ovbl-dark::after {
}

.our-story {
    position: relative;
    z-index: 1;
}

.our-story::after {
    width: 50%;
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    background-color: rgb(255, 255, 255);
    top: 0px;
    z-index: -1;
}

.our-story .style1 p {
    margin-bottom: 20px;
}

.our-story .heading-bx.style1 .title-head {
    margin-bottom: 10px;
}

.video-bx {
    position: relative;
}

.video-bx .video-media-bx a {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
    font-size: 24px;
}

.counter-style-1 span {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    display: inline-block;
}

.counter-style-1 .counter-text {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 40px;
}

.join-content-bx {
    max-width: 800px;
    margin: auto;
}

.join-content-bx h2 {
    font-size: 45px;
    line-height: 65px;
    margin: 0px 0px 20px;
}

.join-content-bx h4 {
    font-weight: 400;
    font-size: 30px;
}

.join-content-bx p {
    line-height: 24px;
    opacity: 0.8;
}

.choose-bx .choose-bx-in {
    margin-top: -20px;
}

.mvimg {
    width: 50vw;
    max-width: 50vw;
    height: 100%;
    object-fit: cover;
}

.pricingtable-inner {
    text-align: center;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.pricingtable-features, .pricingtable-features li, .pricingtable-footer {
    border: 0px;
}

.pricingtable-features li {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
}

.pricingtable-bx {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    color: rgb(0, 0, 0);
}

.priceing-doller {
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 700;
    position: relative;
    top: 13px;
}

.pricingtable-features {
    text-align: left;
    padding: 20px 0px;
}

.pricingtable-type {
    color: rgb(163, 163, 163);
    font-weight: 600;
}

.pricingtable-type::before {
    content: "/";
    margin-right: 5px;
    color: rgb(163, 163, 163);
}

.pricingtable-price {
    padding: 30px 20px;
    background-color: transparent;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-width: 0px 0px 1px;
}

.pricingtable-title {
    padding: 18px 10px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.pricingtable-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.pricingtable-title p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    background: var(--primary);
    padding: 2px 15px;
    position: absolute;
    bottom: -13px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

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

.pricingtable-footer .btn {
    font-size: 16px;
    padding: 10px 30px;
}

.pricingtable-features li {
    padding: 5px 40px;
}

.pricingtable-features li i {
    color: var(--primary);
}

.profile-bx {
    border: 1px solid rgb(233, 233, 233);
    position: sticky;
    top: 100px;
}

.user-profile-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
    margin: 25px auto 15px;
}

.profile-info {
    margin-bottom: 15px;
}

.profile-info h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.profile-info span {
    font-size: 14px;
    color: rgb(113, 113, 113);
}

.profile-social ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border: 1px solid rgb(233, 233, 233);
    line-height: 34px;
    border-radius: 40px;
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.profile-social {
    border-bottom: 1px solid rgb(233, 233, 233);
    padding-bottom: 15px;
}

.profile-content-bx {
    border: 1px solid rgb(233, 233, 233);
}

.profile-tabnav {
    margin: 20px 0px;
}

.profile-tabnav .nav {
    border: 0px;
}

.profile-tabnav .nav li {
    display: block;
    width: 100%;
}

.profile-tabnav .nav li a {
    border: 0px;
    color: rgb(138, 138, 138);
    font-size: 15px;
    text-align: left;
    padding: 10px 30px;
}

.profile-tabnav .nav li a.active {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
    border-radius: 0px;
}

.profile-tabnav .nav li a i {
    margin-right: 10px;
}

.profile-head h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 500;
}

.profile-head {
    display: flex;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid rgb(233, 233, 233);
    align-items: center;
}

.profile-head .feature-filters {
    margin-bottom: 0px;
}

.courses-filter .action-card {
    margin-bottom: 30px;
}

.courses-filter {
    padding: 30px 30px 0px;
}

.profile-head .feature-filters.style1 li a {
    font-weight: 400;
    font-size: 15px;
}

.edit-profile h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}

.edit-profile .help {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.edit-profile .col-form-label {
    font-size: 14px;
    font-weight: 400;
}

.edit-profile {
    padding: 30px;
}

.edit-profile .form-group {
    margin-bottom: 15px;
}

.account-form {
    display: flex;
    width: 100%;
    position: relative;
}

.account-head {
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 500px;
    min-width: 500px;
    height: 100vh;
    background-position: center center;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
}

.account-head a {
    display: block;
    width: 100%;
}

.account-head::after {
    opacity: 0.9;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(255, 94, 20) 0%, rgb(255, 142, 20) 100%);
}

.account-form-inner {
    width: 100%;
    align-self: center;
}

.account-container {
    max-width: 400px;
    margin: auto;
    padding: 30px 0px;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--primary);
    top: 2px;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary);
}

.account-container .form-forget {
    display: flex;
}

.account-container .form-forget .custom-control-label {
    font-weight: 400;
}

.account-container .btn.button-md {
    padding: 12px 40px;
}

.account-container .form-control {
    border-color: rgba(0, 0, 0, 0.2);
}

.account-container .facebook i, .account-container .google-plus i {
    border-right: 1px solid rgb(255, 255, 255);
    padding-right: 10px;
    margin-right: 10px;
}

.account-form .heading-bx p a {
    color: var(--primary);
    text-decoration: underline;
    padding-bottom: 0px;
}

.g-recaptcha, #rc-imageselect {
    transform: scale(0.99);
    transform-origin: 0px 0px;
}

@media screen and (max-width: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0px 0px;
    }
}

.recaptcha-box {
    height: 60px;
}

.g-recaptcha > div {
    width: 250px !important;
}

.error-page {
    text-align: center;
}

.error-404 {
    height: 100vh;
}

.error-404 .account-container {
    max-width: 700px;
}

.error-title {
    font-size: 250px;
    line-height: 250px;
    margin-bottom: 0px;
    font-weight: 700;
    color: rgb(6, 0, 42);
    display: inline-flex;
}

.error-title span:last-child {
    transform: rotateX(180deg) translateY(10px);
}

.error-page h3 {
    font-size: 80px;
    line-height: 80px;
    color: rgb(113, 110, 132);
}

.error-page h5 {
    font-size: 22px;
    line-height: 30px;
    color: rgb(113, 110, 132);
    font-weight: 500;
    margin-bottom: 30px;
}

.error-page p {
    font-size: 16px;
    line-height: 26px;
}

.why-chooses-bx .faq-bx {
    max-width: 700px;
    margin: auto;
}

.why-chooses-bx .faq-bx .panel {
    background: rgb(255, 255, 255);
    margin-bottom: 6px;
}

.services-bx:hover::after {
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(96, 33, 255) 100%);
}

.services-bx .ttr-tilte, .service-no, .services-bx p, .services-bx, .services-bx::after {
    transition: all 0.5s ease 0s;
}

.services-bx::after {
    content: "";
    position: absolute;
    height: 100%;
    bottom: -100%;
    width: 100%;
    left: 0px;
    z-index: -1;
    border-radius: 100%;
}

.services-bx:hover::after {
    bottom: 0px;
    border-radius: 0px;
}

.services-bx:hover {
    transform: translateY(-15px);
}

.service-no {
    line-height: 70px;
    font-size: 70px;
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: 500;
    color: rgb(57, 61, 255);
}

.services-bx {
    box-shadow: rgba(8, 0, 255, 0.1) 0px 10px 30px 0px;
    padding: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.services-bx p {
    font-size: 14px;
    line-height: 28px;
    color: rgb(105, 103, 123);
}

.services-bx .ttr-tilte {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.services-bx .feature-lg i {
    line-height: 60px;
}

.services-bx .readmore {
    color: rgb(0, 0, 0);
}

.services-bx .feature-lg .icon-cell {
    color: rgb(0, 0, 0);
}

.services-bx .feature-lg {
    text-align: left;
}

.services-bx:hover .ttr-tilte {
    color: rgb(255, 255, 255);
}

.services-bx:hover p {
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

.services-bx:hover .feature-lg .icon-cell, .services-bx:hover .readmore {
    color: rgb(255, 255, 255);
}

.services-bx:hover .service-no {
    color: rgb(131, 255, 190);
}

.appointment-box .container {
    z-index: 2;
}

.appointment-box .appoint-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
}

.appointment-box .contact-bx {
    border-radius: 20px;
    padding: 50px;
    box-shadow: rgba(0, 86, 106, 0.15) 0px 0px 30px 0px;
    max-width: 800px;
    margin: auto;
    background: url("http://factro.themetrades.com/demo/error-404.html") 0% 0% / 100% rgb(255, 255, 255);
}

.appointment-box .contact-bx .input-group label {
    color: rgb(0, 0, 0);
}

.appoint-bx1 .form-control {
    background: transparent;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 10px;
}

.appoint-bx1 .form-control::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.appoint-bx1 .input-bx {
    position: relative;
    z-index: 1;
}

.appoint-bx1 .input-bx::after {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    background: rgb(2, 13, 38);
    bottom: 0px;
    right: 0px;
    transform-origin: right center;
    transition: all 0.3s ease 0s;
    z-index: 4;
}

.appoint-bx1 .focused .input-bx::after {
    right: auto;
    left: 0px;
    width: 100%;
}

.appoint-video {
    border-radius: 8px 8px 60px;
    overflow: hidden;
    margin-right: 30px;
    height: 100%;
}

.appoint-video img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.contact-bx-area1 {
    position: relative;
}

.contact-bx-area1::after {
    content: "";
    position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgb(234, 241, 249);
    z-index: 0;
}

.contact-bx-area1 .contact-bx {
    z-index: 999;
    position: relative;
    padding: 0px 30px;
}

.contact-bx-area2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px;
    background-color: rgb(255, 255, 255);
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.contact-bx-area2 .right-info {
    padding: 40px;
}

.contact-icon-box .title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #000000;
}

.contact-icon-box {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    border: 2px solid rgb(181 181 181 / 30%);
    padding: 17px;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-icon-box .bg-icon {
    color: rgb(0, 0, 0);
    font-size: 200px;
    line-height: 180px;
    bottom: -30px;
    right: -40px;
    opacity: 0.05;
}

.contact-icon-box .icon {
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.contact-icon-box a, .contact-icon-box p {
    margin-bottom: 4px;
    color: rgb(54 54 54);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
}

.slider1 .tparrows::before {
    font-size: 20px;
    line-height: 60px;
}

.slider1 .tparrows {
    width: 60px;
    height: 60px;
}

.slider1 .tp-rightarrow.tparrows {
    background: rgb(23, 22, 31);
}

.slider1 .tp-leftarrow.tparrows {
    background: rgb(252, 248, 16);
}

.slider1 .tp-leftarrow.tparrows::before {
    color: rgb(0, 0, 0);
}

.slider1 .tp-leftarrow.tparrows:hover {
    background: rgb(255, 255, 255);
}

.slider1 .tp-leftarrow.tparrows:hover::before {
    color: rgb(0, 0, 0);
}

.slider1 .tp-rightarrow.tparrows:hover {
    background: rgb(35, 46, 255);
}

.slider1 .tp-rightarrow.tparrows:hover::before {
    color: rgb(255, 255, 255);
}

.slideinfo {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    transform: rotate(90deg) translateX(-100%);
    transform-origin: left bottom;
}

.slide-social {
    list-style: none;
    margin: 0px;
    padding: 0px 30px 0px 0px;
}

.slide-social li {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
}

.slide-social li:first-child {
    padding-right: 50px;
    position: relative;
    margin-right: 30px;
}

.slide-social li:first-child::after {
    height: 1px;
    width: 40px;
    right: 0px;
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    top: 10px;
}

.slide-social li a {
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    display: block;
    transform: rotate(-90deg);
}

.slider-contact.btn {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    background: rgb(35, 46, 255);
    padding: 15px 40px;
    font-size: 16px;
}

.contact-sidebar {
    position: fixed;
    right: -400px;
    width: 350px;
    height: 100vh;
    background: rgb(255, 255, 255);
    z-index: 100001;
    top: 0px;
    transition: all 0.2s ease 0s;
}

.contact-sidebar .inner {
    padding: 40px;
}

.contact-sidebar .title {
    font-size: 22px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}

.contact-sidebar .logo {
    margin-bottom: 20px;
}

.contact-sidebar .logo img {
    height: 40px;
}

.contact-sidebar.open {
    right: 0px;
    transition: all 0.2s ease 0s;
}

.contact-sidebtn.close {
    transition: all 0.2s ease 0s;
    display: none;
}

.contact-sidebar.open + .contact-sidebtn.close {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    display: block;
    opacity: 1;
}

.contact-sidebtn.close i {
    background: var(--primary);
    text-shadow: none;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.contact-infolist {
    margin: 0px 0px 40px;
    padding: 25px 0px 5px;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-infolist li {
    position: relative;
    padding: 0px 20px 20px 80px;
}

.contact-infolist li .contact-title {
    color: rgb(2, 13, 38);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-infolist li img {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 60px;
}

.contact-infolist li p, .contact-infolist li a {
    font-size: 16px;
    line-height: 24px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-sidebar .input-group label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(96, 96, 96);
    position: absolute;
    top: 10px;
    left: 0px;
    transition: all 0.5s ease 0s;
}

.contact-sidebar .input-group textarea.form-control {
    height: 100px;
}

.contact-sidebar .input-group .form-control {
    border-width: 0px 0px 2px;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 0px;
    box-shadow: none;
    height: 45px;
    font-size: 14px;
    border-color: var(--primary);
    border-radius: 0px;
}

.contact-sidebar .focused .input-group label {
    top: -10px;
    font-size: 11px;
    color: var(--primary);
    z-index: 2;
    font-weight: 600;
}

.contact-sidebar .g-recaptcha, .contact-sidebar #rc-imageselect {
    transform: scale(0.7);
}

.gallery-top {
    margin-bottom: 10px;
}

.protfolio-info {
    margin: 0px 0px 50px;
    padding: 0px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.protfolio-info.m-b0 {
    margin-bottom: 0px;
}

.protfolio-info li {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.protfolio-info li:last-child {
    border-bottom: 0px;
}

.protfolio-info li:nth-child(2n) {
    background: rgb(243, 243, 243);
}

.protfolio-info li strong, .protfolio-info li span {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 15px;
}

.protfolio-info li strong {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
}

.protfolio-info li span {
    color: rgb(51, 51, 51);
}

.content-info {
    padding: 30px;
    background: rgb(2, 13, 38);
    color: rgb(255, 255, 255);
}

.gallery-thumbs img {
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

.feature-bx1 {
    padding: 25px 27px;
    border-radius: 0px;
    background: rgb(244 244 244);
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
}

.feature-bx1.active, .feature-bx1:hover {
    transform: scale(1.05);
}

.feature-container.feature-bx1 .ttr-tilte {
    margin-bottom: 10px;
    font-size: 20px;
}

.feature-container.feature-bx1 p {
    font-size: 18px;
    margin-bottom: 15px;
}

.feature-bx1 .btn-link {
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid;
    color: var(--primary);
}

.feature-bx1 .btn-link:hover {
    text-decoration: none;
}

.feature-bx1 .icon-cell i {
    font-size: 80px;
}

.feature-bx1 .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    /* background: #000; */
}

.feature-bx2 .feature-lg i, .feature-bx1 .icon-cell {
    line-height: 80px;
}

.feature-bx1:hover, .feature-bx1.active {
    box-shadow: 0 10px 35px -15px var(--primary);
    border-color: rgb(255, 255, 255);
    background: var(--primary);
}

.feature-bx1.active .icon-cell, .feature-bx1.active .btn-link, .feature-bx1.active .ttr-tilte, .feature-bx1.active p, .feature-bx1:hover .icon-cell, .feature-bx1:hover .btn-link, .feature-bx1:hover .ttr-tilte, .feature-bx1:hover p {
    color: rgb(255, 255, 255);
}

.feature-bx1.active .bg-img, .feature-bx1:hover .bg-img {
    opacity: 0.1;
}

.feature-bx2 {
    padding: 50px 30px 80px;
    border-radius: 0px;
    background: rgb(2, 22, 36);
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    text-align: center;
    z-index: 1;
}

.feature-bx2 .icon-content {
    overflow: unset;
}

.feature-bx2 .ttr-tilte {
    color: rgb(255, 255, 255);
}

.feature-bx2 .icon-content p {
    margin-bottom: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    opacity: 0.8;
}

.feature-bx2 .feature-lg i {
    font-size: 80px;
    line-height: 80px;
    color: var(--primary);
}

.feature-bx3 {
    padding: 0px 30px;
    position: relative;
}

.feature-bx3 .feature-box-xl i {
    font-size: 60px;
}

.feature-bx3 .icon-content p {
    font-size: 18px;
    line-height: 28px;
}

.feature-bx3 .icon-content .ttr-tilte {
    margin-bottom: 5px;
}

.feature-bx3 .icon-no {
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--primary);
    border-radius: 40px;
    display: block;
    top: 0px;
    right: 0px;
    z-index: 5;
    line-height: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
}

.feature-bx3 .feature-box-xl {
    line-height: 136px;
    border: 2px dashed rgb(0, 0, 0);
    width: 140px;
    height: 140px;
    position: relative;
}

.feature-bx3.right-img2::after, .feature-bx3.right-img::after {
    content: "";
    background-image: url("../images/errow.png");
    width: 210px;
    height: 75px;
    position: absolute;
    right: -120px;
    top: 35px;
    opacity: 0.25;
    background-repeat: no-repeat;
    background-size: 100%;
}

.feature-bx3.right-img2::after {
    transform: rotateX(180deg);
}

.bg-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    font-size: 200px;
    opacity: 0.05;
}

.feature-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    background: var(--primary);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 35px;
    line-height: 60px;
    bottom: -30px;
    left: calc(50% - 30px);
    box-shadow: 0px 10px 40px -8px var(--primary);
    overflow: hidden;
}

.feature-bx2:hover .feature-btn i {
    animation: 0.5s ease 0s 1 normal forwards running moveUpIcon;
}

@-webkit-keyframes moveUpIcon {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }
}

.feature-btn::after {
}

.feature-bx2:hover {
    box-shadow: rgba(0, 10, 105, 0.1) 0px 0px 30px 0px;
    transform: translateY(-10px);
}

.feature-bx2:hover .feature-btn::after {
    bottom: 0px;
    top: auto;
    transform-origin: center bottom;
    height: 100%;
}

.feature-bx2:hover .feature-btn {
    color: rgb(255, 255, 255);
}

.about-video {
    padding-top: 0px;
}

.about-video.about-media-bx::before {
    bottom: auto;
    top: 0px;
}

.about-video .video-media-bx {
    max-width: 900px;
    margin: auto;
    box-shadow: rgba(0, 10, 105, 0.2) -20px 0px 50px 0px;
}

.about-video2::after {
    background: rgb(0, 21, 54);
    opacity: 0.8;
}

.about-video2 .video-media-bx a {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 28px;
}

.about-video2 .video-media-bx {
    overflow: unset;
    text-align: center;
    height: 600px;
}

.case-studies-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    transform: scale(1);
}

.case-studies-box .studies-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    background: linear-gradient(rgba(15, 15, 15, 0) 0%, rgb(0, 0, 0) 100%);
}

.case-studies-box .studies-info .studies-tag {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.7;
}

.case-studies-box .studies-info .title {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.case-studies-box .studies-info .title a:hover {
    color: var(--sc-primary);
}

.case-studies-carousel .owl-stage {
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
}

.case-studies-carousel .owl-item {
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.case-studies-box img {
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    transform: scale(1.03);
    transition: all 0.5s ease 0s;
}

.case-studies-box:hover {
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 25px 0px;
}

.case-studies-box:hover > img {
    transform: scale(1);
}

.client-logo {
}

.client-logo img {
    height: 90px;
    margin: auto;
    transition: all 0.5s ease 0s;
    object-fit: contain;
    opacity: 0.7;
    width: auto !important;
}

.client-logo:hover img {
    opacity: 1;
}

.client-logo.border-1 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 50px 0px;
}

.btn.btn-aware {
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: rgb(145, 174, 29);
}

.btn.btn-aware:hover {
    background-color: transparent;
    border-color: rgb(145, 174, 29);
}

.btn.black.btn-aware {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
    border-color: rgb(0, 0, 0);
}

.btn.btn-aware span {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: rgb(145, 174, 29);
    transition: width 0.4s ease-in-out 0s, height 0.4s ease-in-out 0s;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn.black.btn-aware span {
    background-color: rgb(0, 0, 0);
}

.btn-aware:hover span {
    width: 225%;
    height: 562px;
}

.video-media-bx {
    overflow: hidden;
    border-radius: 4px;
}

.video-media-bx a {
    width: 110px;
    height: 110px;
    background: var(--sc-primary);
    border-radius: 100px;
    text-align: center;
    line-height: 110px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-partner .heading-bx {
    margin-bottom: 25px;
}

.our-partner-box {
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(237, 244, 255, 0.75) 0px 10px 40px 0px;
    margin-top: -85px;
    position: relative;
    z-index: 1;
}

.our-partner-box .partner-logo {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 35px;
    border-right: 1px solid rgb(229, 239, 255);
    border-bottom: 1px solid rgb(229, 239, 255);
    display: flex;
    align-items: center;
}

.our-partner-box .partner-logo:nth-child(3n) {
    border-right: 0px;
}

.our-partner-box .partner-logo:nth-child(7), .our-partner-box .partner-logo:nth-child(8), .our-partner-box .partner-logo:nth-child(9) {
    border-bottom: 0px;
}

.team-member {
    max-width: 700px;
    margin: auto;
}

.team-members-area {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-members-area .item {
    padding: 0px 10px 10px;
}

.team-members-area .team-media {
    height: 90px;
    width: 90px;
    border-radius: 90px;
    position: relative;
    overflow: hidden;
    margin: auto;
    cursor: pointer;
}

.team-members-area .team-media::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--primary);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    transition: all 0.5s ease 0s;
}

.team-members-area .team-media::before {
    color: rgb(255, 255, 255);
    content: "+";
    font-size: 90px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-weight: 100;
    line-height: 90px;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.team-members-area .team-media:hover::before {
    transform: scale(1);
}

.team-members-area .team-media:hover::after {
    opacity: 0.5;
}

.team-section {
    position: fixed;
    bottom: -100%;
    left: 0px;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    padding: 50px 15px;
    transition: all 0.5s ease 0s;
}

.team-section.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 100px 0px;
    bottom: 0px;
}

.team-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: auto;
    align-items: start;
}

.close-team {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    background: rgb(0, 0, 0);
    top: -40px;
    text-align: center;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 300;
}

.team-box .team-media {
    flex: 0 0 20%;
    max-width: 20%;
}

.team-box .team-info {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 30px;
}

.team-box .team-info p {
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    margin-bottom: 15px;
}

.team-box .team-info span {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(163, 177, 199);
    font-weight: 600;
}

.team-title {
    margin-bottom: 5px;
}

.team-social {
    margin-bottom: 0px;
}

.team-social li a {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 30px;
    background: var(--primary);
    line-height: 35px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.team-social li a:hover {
    background: var(--sc-primary);
}

.team-member .team-media img {
    width: 100%;
}

.team-member .team-media {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.team-member .team-info {
    text-align: center;
    padding: 20px 10px;
}

.team-member .team-info .title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 32px;
}

.team-member .team-info span {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.team-member .team-media ul {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
    padding: 0px;
}

.team-member .team-media ul li {
    display: inline-block;
}

.team-member:hover .team-media ul {
    bottom: 30px;
}

.team-member .team-media ul li a {
}

.team-page .team-member {
    padding: 0px 20px 10px;
}

.team-member.style-1 .team-media img {
    border-radius: 50%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    height: 220px;
    object-fit: cover;
}

.team-member.style-1 .team-info {
    padding: 10px 10px 20px;
}

.team-member.style-1:hover .team-media ul {
    bottom: 0px;
}

.team-page .team-member.style-2 {
    padding: 0px;
}

.pricebox {
    padding: 50px 30px 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 60px 0px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.pricebox:hover {
    transform: translateY(-15px);
}

.pricebox .title {
    border-radius: 6px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 24px;
    padding: 12px 30px;
}

.pricebox .price-list {
    padding: 30px 0px;
    margin: 30px -30px;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricebox .price-list li {
    color: rgb(115, 129, 159);
    padding: 10px 0px;
    font-weight: 500;
}

.pricebox .price {
    font-size: 50px;
    font-weight: 600;
    color: rgb(39, 50, 119);
    line-height: 50px;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: center;
}

.pricebox .price sub {
    font-size: 16px;
    line-height: 16px;
    color: rgb(115, 129, 159);
    margin: 0px 5px;
    position: relative;
    top: 0px;
}

.pricebox.blue .title {
    background: rgb(103, 95, 255);
    box-shadow: rgb(103, 95, 255) 10px 10px 50px -15px;
}

.pricebox.blue .flaticon, .pricebox.blue .btn-link {
    color: rgb(103, 95, 255);
    font-weight: 500;
}

.pricebox.red .title {
    background: rgb(252, 103, 101);
    box-shadow: rgb(252, 103, 101) 10px 10px 50px -15px;
}

.pricebox.red .flaticon, .pricebox.red .btn-link {
    color: rgb(252, 103, 101);
    font-weight: 500;
}

.pricebox.orange .title {
    background: rgb(255, 161, 67);
    box-shadow: rgb(255, 161, 67) 10px 10px 50px -15px;
}

.pricebox.orange .flaticon, .pricebox.orange .btn-link {
    color: rgb(255, 161, 67);
    font-weight: 500;
}

.pricebox .flaticon {
    position: absolute;
    font-size: 200px;
    right: 0px;
    top: 0px;
    line-height: 200px;
    z-index: -1;
    color: rgb(103, 95, 255);
    opacity: 0.05;
}

.about-counter {
    border: 10px solid var(--primary);
    padding: 40px;
    position: relative;
    margin-right: 25px;
}

.about-counter::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: -27px; 
    border-width: 10px 10px 0px 0px;
    transform: rotate(45deg);
    background: rgb(255, 255, 255);
}

.about-counter .title {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 0px;
}

.about-counter h5 {
    font-size: 16px;
    color: var(--primary);
    line-height: 22px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.about-img-box {
    position: relative;
    padding: 0px 0px 40px 80px;
}

.about-img-inner {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: 1;
    background: var(--primary);
    border: 10px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}

.about-img-inner .title {
    color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 5px;
}

.about-img-inner .title span {
    font-weight: 700;
    line-height: 60px;
}

.about-img-inner div > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

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

.about-img-box3 img {
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
}

.about-img-box3 .img1 {
    max-width: 480px;
    padding: 30px;
    border-radius: 100%;
    background-image: url("../images/pattern/pt1.png");
}

.about-img-box3 .img2 {
    width: 200px;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.about-img-box3 .img2 img {
    border: 8px solid rgb(255, 255, 255);
}

.about-testimonial .testimonial-content {
    padding: 0px;
    margin-bottom: 20px;
}

.about-testimonial .client-info {
    position: relative;
    padding-left: 115px;
    padding-top: 15px;
}

.about-testimonial .testimonial-info .name {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.about-testimonial .testimonial-info p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 3px 0px 0px;
    margin: 0px;
}

.about-testimonial .testimonial-thumb {
    box-shadow: unset;
    border: 0px;
    top: 0px;
    width: 90px;
}

.about-testimonial .testimonial-content p {
    font-size: 22px;
    line-height: 34px;
    padding: 0px;
    margin-bottom: 0px;
    font-style: italic;
}

.about-img-box img {
    border-radius: 10px;
    box-shadow: rgba(0, 10, 105, 0.1) -10px 0px 30px 0px;
}

.about-img-box img:last-child {
    position: absolute;
    bottom: 0px;
    width: 45%;
    left: 0px;
}

.video-zoom {
    position: relative;
}

.video-zoom::after, .video-zoom::before {
    animation: 2s linear 0s infinite normal none running scrollup;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    border: 1px solid var(--sc-primary);
    left: 0px;
    border-radius: 100px;
}

.video-zoom::before {
    animation: 2s linear 0s infinite normal none running scrollup1;
}

@keyframes scrollup {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes scrollup1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

.number-box {
    padding-left: 90px;
    z-index: 1;
    position: relative;
}

.number-box .number-icon {
    width: 32px;
    height: 32px;
    background: var(--primary);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    border-radius: 30px;
    position: absolute;
    left: 40px;
    top: -2px;
}

.number-box .number-icon::after {
    content: "";
    position: absolute;
    top: 16px;
    left: -40px;
    width: 30px;
    height: 1px;
    background: var(--primary);
}

.number-box::after {
    content: attr(data-name);
    position: absolute;
    font-size: 90px;
    font-weight: 700;
    color: rgb(255 255 255);
    opacity: 0.1;
    left: 0px;
    top: -10px;
    line-height: 90px;
    z-index: -1;
}

.number-box .btn-link {
    transform: translateY(30px);
    opacity: 0;
}

.number-box:hover .btn-link {
    transform: translateY(0px);
    opacity: 1;
}

.number-box p {
    line-height: 24px;
    color: rgb(255 255 255);
    margin-bottom: 15px;
}

.split-box {
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.split-box img {
    width: 100%;
}

.split-box > div {
    opacity: 0;
    transition: all 0s ease 0.8s;
}

.split-box::before, .split-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.split-box::before {
    background-color: rgb(2, 13, 38);
    z-index: 1;
    transform: translateX(-101%);
}

.split-box::after {
    background-color: rgb(8 109 179);
    z-index: 2;
    transform: translateX(-101%);
}

@-webkit-keyframes split-box-animation {
    0% {
        transform: translateX(-101%);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(101%);
    }
}

@keyframes split-box-animation {
    0% {
        transform: translateX(-101%);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(101%);
    }
}

.split-box.split-active, .split-box.split-active > div {
    opacity: 1;
}

.split-box.split-active::after {
    animation: 1.2s cubic-bezier(1, 0, 0.54, 0.99) 0.2s 1 normal forwards running split-box-animation;
}

.split-box.split-active::before {
    animation: 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 normal forwards running split-box-animation;
}

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

.item-box .item-media {
    overflow: hidden;
    position: relative;
    background: rgb(0, 0, 0);
}

.item-box .item-media ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.8s ease 0s;
    width: 100%;
    text-align: center;
}

.item-box:hover .item-media ul {
    bottom: 20px;
}

.item-box .item-media ul li {
    display: inline-block;
    padding: 0px 4px;
}

.item-box .item-media ul li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: rgb(2, 13, 38);
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    box-shadow: rgba(237, 244, 255, 0.75) 0px 5px 15px 0px;
}

.item-box .item-media ul li a:hover {
    background: var(--primary);
    color: rgb(255, 255, 255);
}

.item-box .item-info .title {
    margin-bottom: 5px;
}

.item-box .item-info {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.product-full-info .price, .item-widgets-body .price, .item-box .price {
    color: rgb(190, 190, 190);
    font-weight: 600;
    font-size: 18px;
}

.product-full-info .price span, .item-widgets-body .price span, .item-box .price span {
    color: var(--primary);
    font-size: 15px;
}

.item-box {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 30px 0px;
    overflow: hidden;
    border-radius: 4px;
}

.product-full-info .ttr-divider {
    background: rgba(0, 0, 0, 0.15);
}

.product-full-info .price {
    font-size: 20px;
    margin-bottom: 15px;
}

.meta-item, .product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.meta-item .title, .product-quantity .title {
    margin-bottom: 0px;
    width: 120px;
}

.meta-item {
    margin-bottom: 15px;
}

.meta-item a {
    font-weight: 600;
    color: rgb(116, 117, 140);
    margin-right: 10px;
}

.quantity {
    max-width: 80px;
}

.product-btn .btn i {
    font-size: 18px;
}

.product-dec {
    color: rgb(56 56 56);
    font-size: 16px;
    line-height: 28px;
}

.product-btn .btn {
    transition: all 0.5s ease 0s;
    padding: 12px 15px;
    margin-right: 10px;
}

.product-btn .btn:hover {
    transform: translateY(-5px);
}

.product-info {
    margin-bottom: 50px;
}

.product-description .nav li a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 10px 0px;
    display: inline-block;
    margin-right: 30px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.product-description .tab-pane {
    padding: 20px 0px;
}

.product-description .nav li a.active {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
}

.product-description .comment-respond {
    background: rgb(255, 255, 255);
}

.product-description .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.product-description .comment-form label {
    color: rgb(0, 0, 0);
}

.product-description .comment-form-comment textarea, .product-description .comment-form-email input, .product-description .comment-form-author input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 4px;
}

.product-description .comment-form-email, .product-description .comment-form-author {
    flex: 0 0 50%;
    max-width: 50%;
}

.product-description .comment-form-comment, .product-description .form-submit, .product-description .comment-form-rating {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.comment-form-email, .product-description .comment-form-author, .product-description .comment-form-comment, .product-description .form-submit, .product-description .comment-form-rating {
    margin-bottom: 30px;
    padding: 0px 15px;
}

.product-description .comment-form-comment textarea:hover, .product-description .comment-form-email input:hover, .product-description .comment-form-author input:hover, .product-description .comment-form-comment textarea:focus, .product-description .comment-form-email input:focus, .product-description .comment-form-author input:focus {
    outline: none;
    border-color: var(--primary);
}

.product-description .form-submit input {
    padding: 10px 30px;
    border: 0px;
    background: var(--primary);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 4px;
    cursor: pointer;
}

.form-submit input:hover {
    background: var(--sc-primary);
    color: rgb(0, 0, 0);
}

.rating-stars ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.rating-stars ul li {
    display: inline-block;
    color: rgb(149, 149, 149);
}

.star-rating, .rating-stars ul li.selected, .rating-stars ul li.hover {
    color: rgb(255, 184, 5);
}

.product-description .comment-respond .comment-reply-title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-description .commentlist .comment_container {
    display: flex;
    align-items: start;
}

.product-description .commentlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-description .commentlist .comment-text {
    width: 100%;
    padding-left: 20px;
}

.product-description .commentlist .avatar {
    width: 80px;
    max-width: 80px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    padding: 4px;
    box-shadow: rgba(0, 10, 105, 0.1) 0px 0px 20px 0px;
}

.product-description .commentlist .author {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    display: block;
}

.product-description .commentlist .meta {
    margin-bottom: 10px;
}

.product-description .commentlist .meta span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--primary);
}

.product-description .tab-pane p, .product-description .commentlist .description p {
    color: rgb(116, 117, 140);
    font-size: 16px;
    line-height: 30px;
}

.owl-carousel .item-box {
    margin-bottom: 0px;
}

.product-gallery #item-view .item {
}

.product-gallery #item-list .ttr-media {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.product-gallery #item-list .ttr-media::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--primary);
    top: 0px;
    left: 0px;
    opacity: 0.6;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.product-gallery #item-list .ttr-media:hover::before, .product-gallery #item-list .current .ttr-media::before {
    transform: scale(1);
}

.product-gallery #item-list .ttr-media::after {
    content: "+";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: rgb(255, 255, 255);
    transform: scale(0);
    transition: all 0.5s ease 0.3s;
    z-index: 1;
}

.product-gallery #item-list .ttr-media:hover::after, .product-gallery #item-list .current .ttr-media::after {
    transform: scale(1);
}

.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border: 1px solid rgb(239, 242, 247);
    border-radius: 0.375rem;
}

.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(18, 38, 63, 0.03) 0px 0.75rem 1.5rem;
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgb(239, 242, 247);
}

.card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0px 0px;
}

.card-header {
    border-bottom: 1px solid rgb(239, 242, 247);
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.checkout-area p {
    font-size: 14px;
}

.checkout-area .form-group {
}

.checkout-area .form-control {
    padding: 15px 20px;
    height: 45px;
    border-radius: 4px;
    border-color: rgb(224, 230, 237);
    border-width: 1px;
    font-size: 15px;
}

.checkout-area .form-group:focus-within .form-control, .checkout-area .form-group:focus-within .input-group .input-group-text {
    border-color: var(--primary);
}

.checkout-area .input-group .input-group-text {
    background: rgb(255, 255, 255);
    border-color: rgb(224, 230, 237);
}

.checkout-area .input-group .form-control {
    border-width: 1px 0px 1px 1px;
}

.filter-mobile {
    display: none;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 80px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px 0px;
}

.filter-mobile .filter-bx:last-child {
    width: 140px;
}

.filter-mobile .filter-bx {
    width: 100%;
}

.filter-btn {
}

.filter-btn:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.filter-btn i {
    margin-right: 5px;
}

.filter-bx .bootstrap-select .dropdown-toggle {
    border-radius: 4px;
    padding: 2px 20px;
    color: rgb(64, 64, 64);
    height: 46px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 18px;
    right: 20px;
}

.filter-btn.close {
    display: none;
    opacity: 0;
}

.cart-box .product-dec {
    padding-left: 15px;
    width: 100%;
    padding-right: 60px;
}

.cart-box .product-img {
    max-width: 50px;
    width: 50px;
}

.cart-box {
    display: flex;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.cart-box.last, .cart-box:last-child {
    border: 0px;
    padding-bottom: 0px;
}

.cart-box .product-dec .title {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.cart-box .product-price {
    position: absolute;
    top: 0px;
    right: 0px;
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.cart-box .product-qua {
    font-size: 14px;
}

.card-body .shipping, .card-body .subtotal, .card-body .total {
    display: flex;
    padding: 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-body .shipping small, .card-body .subtotal small, .card-body .total small {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    flex: 0 0 50%;
}

.card-body .shipping span, .card-body .subtotal span, .card-body .total span {
    font-weight: 500;
    font-size: 15px;
    color: rgb(80, 80, 80);
}

.cart-table img {
    width: 50px;
}

.cart-table {
    padding: 1px;
}

.cart-table .media-body {
    padding-left: 15px;
}

.cart-table .media-body .title {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 22px;
}

.cart-table thead tr th, .cart-table thead tr:not(.table-divider) {
    border: 0px;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.cart-table td, .cart-table th {
    border: 0px;
    vertical-align: middle;
}

.cart-table .actions {
    padding-right: 20px;
}

.cart-table .actions a {
    padding: 0px 5px;
}

.cart-table tr:not(.table-divider) {
    border: 0px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px;
    background: rgb(255, 255, 255);
    vertical-align: middle;
}

.cart-table .price {
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
}

.cart-table .form-control {
    border-radius: 4px;
    padding: 10px 15px;
}

.cart-table .form-control:focus, .cart-table .form-control:hover {
    border-color: var(--primary);
}

.cart-table .status {
    font-weight: 500;
    font-size: 14px;
}

.cart-table .total {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.cart-table .media-body span {
    font-size: 13px;
    font-weight: 500;
}

.table-divider {
    height: 20px;
}

.service-img-bx {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.service-img-bx:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}

.service-img-bx .service-info .title h3 {
    margin-bottom: 10px;
}

.service-img-bx .service-info .title {
    border-left: 5px solid var(--primary);
    padding-left: 30px;
    margin-bottom: 30px;
}

.service-img-bx:nth-child(2n) .title {
    border-right: 5px solid var(--primary);
    padding-left: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
    border-left: 0px;
}

.service-img-bx .service-info .title p {
    margin-bottom: 0px;
}

.service-img-bx .service-media img {
    width: 100%;
}

.service-img-bx .service-media {
    flex: 0 0 55%;
    max-width: 55%;
}

.service-img-bx .video-media-bx {
    border-radius: 4px;
}

.service-img-bx .service-info {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0px 0px 0px 50px;
}

.service-img-bx:nth-child(2n) .service-info {
    padding: 0px 50px 0px 0px;
}

.my-account {
    margin: auto;
    width: 450px;
}

.my-account .tab-content form .form-control {
    border: 1px solid rgb(234, 234, 234);
    height: 50px;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 5px;
}

.my-account .nav.nav-tabs {
    margin-bottom: 30px;
}

.my-account .forgot-pass {
    float: right;
    padding: 10px 5px;
}

.portfolio-area .portfolio-media img {
    object-fit: cover;
}

.portfolio-area .portfolio-media img, .portfolio-area .portfolio-media, .portfolio-area .portfolio-box {
    height: 100%;
}

.portfolio-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.portfolio-box.style-1 {
    margin-bottom: 4px;
    transition: all 0.5s ease 0s;
}

.portfolio-box.style-1 .magnific-anchor {
    position: absolute;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: var(--primary);
    color: rgb(255, 255, 255);
    top: 25px;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
}

.portfolio-box.style-1:hover .magnific-anchor {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.portfolio-box.style-1 .title a {
    color: rgb(255, 255, 255);
}

.portfolio-box.style-1 .portfolio-info {
    position: relative;
}

.portfolio-box.style-1 .portfolio-media {
    overflow: hidden;
    vertical-align: middle;
}

.portfolio-box.style-3 .portfolio-media img, .portfolio-box.style-2 .portfolio-media img, .portfolio-box.style-1 .portfolio-media img {
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
}

.portfolio-box.style-3:hover .portfolio-media img, .portfolio-box.style-2:hover .portfolio-media img, .portfolio-box.style-1:hover .portfolio-media img {
    transform: scale(1);
}

.portfolio-box.style-3 .portfolio-info, .portfolio-box.style-1 .portfolio-info {
    background: rgb(2, 13, 38);
    padding: 20px;
}

.portfolio-box.style-3 .portfolio-info .title, .portfolio-box.style-1 .portfolio-info .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}

.portfolio-box.style-3 .portfolio-info .exe-title, .portfolio-box.style-1 .portfolio-info .exe-title {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
    letter-spacing: 3px;
}

.portfolio-box.style-2::after {
    content: "";
    background: var(--primary);
    position: absolute;
    width: 100%;
    height: 0px;
    top: 0px;
    opacity: 0.9;
    z-index: 1;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
}

.portfolio-box.style-2:hover::after {
    transform-origin: center bottom;
    height: 100%;
    top: auto;
    bottom: 0px;
}

.portfolio-box.style-2 .portfolio-info {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.portfolio-box.style-2 .portfolio-info .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.portfolio-box.style-3 .portfolio-info .title a, .portfolio-box.style-2 .portfolio-info .title a {
    color: rgb(255, 255, 255);
    background: transparent;
    position: static;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
}

.portfolio-box.style-2 .portfolio-info .exe-title {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 3px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.portfolio-box.style-2:hover .portfolio-info .title {
    margin-bottom: 5px;
    opacity: 1;
}

.portfolio-box.style-2:hover .portfolio-info .exe-title {
    opacity: 0.6;
}

.portfolio-box.style-1.m-b0, .portfolio-box.style-2.m-b0, .portfolio-box.style-3.m-b0 {
    margin-bottom: 0px;
}

.portfolio-box.style-3, .portfolio-box.style-2 {
    margin-bottom: 4px;
}

.portfolio-box.style-2 .magnific-anchor {
    position: absolute;
    width: 100%;
    height: 55px;
    background: rgb(2, 13, 38);
    bottom: 0px;
    z-index: 2;
    text-align: center;
    padding: 15px 20px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center bottom;
}

.portfolio-box.style-2:hover .magnific-anchor {
    transform: rotateX(0deg);
    transition: all 0.5s ease 0.5s;
}

.container-max {
    max-width: 1500px;
    padding: 0px 15px;
    margin: auto;
}

.portfolio-box.style-3 {
    border-radius: 0px;
}

.portfolio-box.style-3 .portfolio-info {
    position: absolute;
    bottom: -100px;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.portfolio-box.style-3:hover .portfolio-info {
    opacity: 1;
    bottom: 0px;
}

.portfolio-box.style-3:hover .portfolio-media img {
    transform: translateY(-50px);
}

.portfolio-carousel-1.style-1 {
}

.portfolio-carousel-1.style-1 .portfolio-media img {
    height: calc(100vh - 80px);
    object-fit: cover;
}

.skillbar {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.15);
    height: 5px;
    width: 100%;
    text-align: left;
}

.skillbar-bar {
    height: 5px;
    border-radius: 0px;
    width: 0px;
    background: var(--primary);
    display: inline-block;
    position: absolute;
    top: 0px;
    margin-bottom: 0px;
    overflow: unset !important;
}

.skillbar-bar::after {
    content: "";
    border-radius: 15px;
    background: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    border: 5px solid var(--primary);
    top: -5px;
}

.skill-bar-percent {
    position: absolute;
    top: -28px;
    right: 0px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.skill-bar-text {
    top: -22px;
    position: absolute;
}

.skillbar-box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 22px;
    text-transform: uppercase;
}

.skillbar-bar-main {
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(243, 243, 243);
}

.skillbar-box {
    margin-bottom: 25px;
}

.skillbar-bar-main.white .title {
    color: rgb(255, 255, 255);
}

.skillbar-bar-main.white .skillbar {
    background: rgba(255, 255, 255, 0.15);
}

.skillbar-bar-main.white .skillbar-bar {
    background: var(--sc-primary);
}

.skillbar-bar-main.white .skill-bar-percent {
    color: var(--sc-primary);
}

.sign-bx {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.sign-bx .author-bx h5.title {
    line-height: 26px;
    margin-bottom: 4px;
}

.sign-bx .author-bx {
    border-left: 5px solid var(--primary);
    padding-left: 20px;
    margin-left: 30px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.misson-tabs {
}

.misson-tabs li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 5px;
}

.misson-tabs li a {
    background: transparent;
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 25px 20px 30px;
}

.misson-tabs li a.active {
    background: rgb(244, 244, 244);
    color: rgb(0, 0, 0);
}

.mission-tab-bx {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.mission-tab-bx p {
    text-align: left;
    color: rgb(88, 94, 109);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}

.mission-tab-bx p.br-left {
    border-left: 5px solid var(--primary);
    padding-left: 40px;
}

.mission-tab-bx .sub-title {
    color: rgb(2, 13, 38);
    text-align: left;
    font-weight: 500;
    opacity: 0.95;
}

.mission-tab-bx .title {
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 40px;
}

.form-area-box .input-group label {
    font-size: 15px;
    font-weight: 400;
    color: rgb(96, 96, 96);
    position: absolute;
    top: 10px;
    left: 20px;
    transition: all 0.5s ease 0s;
}

.form-area-box .form-group.focused label {
    top: -20px;
    background: rgb(255, 255, 255);
    margin: 0px;
    z-index: 2;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    left: 0px;
}

.form-area-box .input-group .form-control {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 45px;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 22px;
}

.form-area-box .input-group textarea.form-control {
    height: 150px;
}

.form-area-box .check-btn .btn {
    color: rgb(85, 85, 85);
    background-color: rgb(238, 238, 238);
}

.appoint-img img {
    height: 850px;
    width: 100%;
    object-fit: contain;
    margin-top: -50px;
}

.form-area-box .check-btn .btn input {
    display: none;
}

.form-area-box .check-btn .btn.active {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

.get-in-touch.form-area-box .form-group.focused label {
    background: transparent;
}

.form-area-box .bootstrap-select .dropdown-toggle {
    height: 45px;
    font-size: 15px;
    color: rgb(102, 102, 102);
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background-color: transparent !important;
}

.form-area-box .input-group-btn {
    display: block;
    width: 100%;
}

.form-area-box .bootstrap-select.btn-group .dropdown-menu {
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 30px 0px;
}

.form-area-box .bootstrap-select.btn-group .dropdown-menu.inner {
    padding: 10px 0px;
}

.form-area-box .custom-control-label {
    font-weight: 500;
}

.form-area-box .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 16px;
    right: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 15px;
    padding: 8px 20px;
}

.case-study-box {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 10px 0px 30px 0px;
}

.case-study-box .case-content {
    padding: 30px;
    position: relative;
}

.case-study-box .case-content .title {
    margin-bottom: 5px;
}

.case-study-box .case-content p {
    font-size: 18px;
    color: rgb(153, 153, 153);
    line-height: 28px;
    margin-bottom: 20px;
}

.case-study-box .case-content .categary {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    display: table;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: -12px;
    left: 30px;
}

.comign-soon {
    height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
}

.comign-soon .comign-soon-area {
    display: table-cell;
    vertical-align: middle;
}

.comign-soon .comign-soon-area .comign-logo {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.comign-soon .comign-soon-area .countdown {
    margin-bottom: 40px;
}

.comign-soon .comign-soon-area .date {
    width: 130px;
    border: 3px solid var(--primary);
    border-radius: 6px;
    display: inline-block;
    margin: 0px 10px;
}

.comign-soon .comign-soon-area .time {
    font-size: 80px;
    font-weight: 600;
    display: block;
    color: rgb(2, 13, 38);
    line-height: 100px;
}

.comign-soon .comign-soon-area .date span:last-child {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(2, 13, 38);
    border-top: 3px solid var(--primary);
    width: 100%;
    display: block;
    line-height: 28px;
    padding: 5px 0px;
    margin-top: 5px;
}

.comign-soon .comign-soon-area .title {
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 30px;
}

.comign-soon .subscription-form {
    max-width: 500px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.comign-soon .subscription-form .form-control {
    height: 55px;
    border: 3px solid var(--primary);
    border-radius: 30px 0px 0px 30px;
    padding: 10px 20px 10px 30px;
    font-size: 18px;
    font-weight: 500;
}

.comign-soon .subscription-form .btn {
    border-radius: 0px 30px 30px 0px;
    font-weight: 600;
    text-transform: uppercase;
    height: 55px;
    padding: 10px 30px 10px 25px;
}

.comign-soon .contact-social-bx li a {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 44px;
    border: 3px solid;
    color: rgb(2, 13, 38);
    margin: 0px 3px;
}

.element-box {
    margin-bottom: 50px;
}

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

.process-area {
    margin-top: -60px;
}

.process-area .container {
    position: relative;
}

.process-carousel .owl-item:nth-child(2n+1) .process-box {
    background: var(--sc-primary);
}

.process-carousel .owl-stage-outer {
    padding-top: 60px;
}

.process-box {
    background: var(--primary);
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    padding: 0px;
    position: relative;
}

.process-box .title {
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0px 25px;
}

.process-box .title i {
    font-size: 30px;
    margin-right: 10px;
}

.process-box p {
    padding: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 15px;
}

.process-box .process-btn {
    display: block;
    background: rgb(2, 13, 38);
    text-transform: uppercase;
    padding: 13px 65px 13px 15px;
    color: rgb(255, 255, 255);
    transition: all 0.8s ease 0s;
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.process-box .process-btn i {
    width: 50px;
    height: 50px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 0px;
    right: 0px;
    color: rgb(0, 0, 0);
    line-height: 50px;
}

.process-box:hover .process-btn {
    bottom: 0px;
}

.process-box:hover {
    margin-top: -50px;
    padding-bottom: 50px;
}

.project-btn {
    position: absolute;
    top: 0px;
    z-index: 1;
    background: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    width: calc(25% - 8px);
    right: 15px;
    padding: 15px 60px;
    text-align: center;
}

.project-btn i {
}

.project-btn .icon {
    width: 60px;
    position: absolute;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    top: 0px;
    height: 100%;
    line-height: 60px;
    font-size: 24px;
}

.project-btn .right-icon {
    width: 60px;
    position: absolute;
    right: 0px;
    font-size: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    top: 0px;
    line-height: 60px;
}

.portfolio-box.style-2 .portfolio-media img {
    width: 100%;
}

.port-info {
    height: 100%;
    width: 100%;
    padding: 50px;
}

.port-info h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
}

.port-info p {
    font-size: 18px;
}

.about-img-box4 .about-img1 {
    margin-right: 80px;
}

.about-img-box4 .about-img2 {
    margin-left: 50px;
    margin-top: -80px;
    border: 10px solid rgb(255, 255, 255);
}

.about-img-box4 .about-img-inner {
    width: 250px;
    height: auto;
    padding: 30px;
    text-align: left;
    border-radius: 0px;
    right: -39px;
    left: auto;
    transform: translateY(-50%);
    top: 30%;
    border: 10px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 20px 20px 50px 0px;
}

.list-circle li {
    display: block;
    position: relative;
    padding: 5px 5px 5px 30px;
    font-size: 16px;
}

.list-circle li::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
}

.portfolio-box .magnific-anchor.right {
    width: auto;
    float: right;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.service-bx.style1 {
    display: flex;
    box-shadow: unset;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px; min-height: 120px;
}

.service-bx.style1 .service-media {
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.service-bx.style1 .service-info {
    padding: 10px 20px;
}

.service-bx.style1 .service-info p {
    margin-bottom: 10px;
}

.service-bx.style1 .service-info .btn-link {
    font-size: 14px;
}

.service-bx.style1 .service-info .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.history-box .nav-tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    justify-content: center;
    margin-bottom: 50px;
}

.history-box .nav-tabs li a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    display: block;
    text-transform: capitalize;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
}

.history-box .nav-tabs li a.active, .history-box .nav-tabs li a:hover {
    border-bottom: 2px solid rgb(255, 255, 255);
}

.history-box .history-info {
    padding: 50px 30px;
}

.history-box .tab-content .tab-pane img {
    width: 100%;
}

.testimonial-bx.style3, .testimonial-bx.style4 {
    background-color: transparent;
    padding: 0px 0px 10px;
}

.testimonial-bx.style3 .testimonial-content {
    padding-bottom: 17px;
}

.testimonial-bx.style3 .testimonial-content p {
    color: rgb(255, 255, 255);
}

.testimonial-bx.style3 .testimonial-thumb {
}

.testimonial-bx.style3 .testimonial-info .name, .testimonial-bx.style3 .testimonial-info p, .testimonial-bx.style4.text-white .testimonial-content p {
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
}

.testimonial-bx.style3 .testimonial-info {
    margin: 20px 0px 20px 16px;
}

.testimonial-bx.style3 .testimonial-info::after, .testimonial-bx.style4 .testimonial-info::after {
    content: "";
}

.testimonial-bx.style4 .testimonial-content p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(108, 105, 105);
    margin-bottom: 15px;
}

.testimonial-area4 {
    max-width: 850px;
    text-align: center;
}

.testimonial-area4.clinet-thumbs .swiper-wrapper {
    max-width: 260px;
}

.dots-style-2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px 5px;
}

.dots-style-2 .owl-dots .owl-dot span {
    width: 60px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
}

.dots-style-2 .owl-dots .owl-dot.active span {
    background-color: var(--primary);
}

.portfolio-box.style-1 .bg-white .title a {
    color: rgb(0, 0, 0);
}

.team-member.style-2 .team-media {
    overflow: unset;
}

.team-member.style-2 .team-social {
    bottom: -22px;
    right: 20px;
    width: 45px;
}

.team-member.style-2 .team-social li {
    display: block;
    margin-bottom: -45px;
    transition: all 0.5s ease 0s;
    z-index: 9;
    position: relative;
}

.team-member.style-2 .team-social li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.team-member.style-2:hover .team-social {
    bottom: -22px;
}

.team-member.style-2 .team-social:hover li {
    margin-bottom: 5px;
    transition: all 0.5s ease 0s;
}

.team-member.style-2 .team-social li:last-child {
    z-index: 99;
    margin-bottom: 0px;
}

.team-member.style-2 .team-info {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.team-member.style-2:hover .team-info {
    border-bottom-color: var(--primary);
}

.recent-news .event-time {
    background-color: var(--primary);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.recent-news .event-time .event-date {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.recent-news .event-time .event-month {
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    margin-top: 5px;
}

@media only screen and (max-width: 1400px) {
    .port-info {
        padding: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu-logo {
        width: 140px;
    }

    .account-head {
        width: 350px;
        min-width: 350px;
    }

    .rev-btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pricingtable-bx {
        font-size: 80px;
    }

    .our-partner::before, .team-area::before {
        font-size: 170px;
        line-height: 175px;
    }

    .heading-bx h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-media-bx .heading-bx h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .counter-style-1 .counter {
        font-size: 45px;
        line-height: 55px;
    }

    .counter-style-1 span {
        font-size: 45px;
        line-height: 55px;
    }

    .counter-style-1 .counter-text {
        font-size: 14px;
        line-height: 28px;
    }

    .about-media-bx .heading-bx {
        margin-top: 0px;
    }

    .setResizeMargin {
        padding-left: 30px;
    }

    .testimonial-carousel .owl-nav {
        left: -20px;
    }

    .our-partner .section-sp3 {
        padding-top: 50px;
    }

    .blog-md .ttr-post-media {
        width: 200px;
    }

    .menu-links .nav > li .add-menu {
        left: -100px;
    }

    .about-img-box {
        position: relative;
        padding: 0px 0px 80px 20px;
    }

    .header-2 .menu-links {
        padding: 20px 0px 0px 20px;
    }

    .header-2 .is-fixed .menu-links {
        padding: 9px 0px 7px 20px;
    }

    .about-counter .title {
        font-size: 38px;
        line-height: 48px;
    }

    .feature-bx1 {
        padding: 25px;
    }

    .feature-bx3.right-img2::after, .feature-bx3.right-img::after {
        width: 140px;
        height: 65px;
        right: -90px;
    }

    .feature-bx3 {
        padding: 0px;
    }

    .pricingtable-features li {
        padding: 5px 15px;
    }

    .feature-bx2 {
        padding: 50px 15px 80px;
    }

    .contact-bx-area2 .right-info {
        padding: 40px 20px;
    }

    .service-thumb .title {
        font-size: 16px;
    }

    .service-thumb .title i {
        font-size: 24px;
        line-height: 24px;
        margin-right: 5px;
    }

    .service-box .service-info {
        padding: 30px 15px;
    }

    .testimonial-bx.style1 {
        max-width: 400px;
    }

    .side-post .blog-md .ttr-post-media {
        width: 180px;
    }

    .project-btn {
        width: 310px;
    }

    .rev-slider.slide1 .btn {
        margin: 0px -10px !important;
    }

    .style-2 .menu-bar .menu-links .nav {
        padding-right: 10px;
    }

    .rev-slider.slide1 .hades.tparrows {
        width: 50px;
        height: 50px;
    }

    .rev-slider.slide1 .hades.tparrows::before {
        font-size: 20px;
        line-height: 50px;
    }

    .rev-slider.slide1 .hades .tp-arr-allwrapper {
        width: 50px;
        height: 50px;
    }

    .blog-group .blog-md .ttr-post-media {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }

    .history-box .nav-tabs li a {
        font-size: 18px;
        padding: 15px 18px;
    }

    .history-box .history-info {
        padding: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .port-info h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .filter-on .filter-btn.close {
        border: 0px;
        z-index: 1;
        position: fixed;
        right: 10px;
        top: 10px;
        color: rgb(255, 255, 255);
        font-size: 18px;
        display: block;
        transition: all 0.5s ease 0s;
        opacity: 1;
    }

    .filter-btn.close:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .filter-mobile {
        display: flex;
        margin-bottom: 30px;
    }

    .filter-left {
        padding: 20px;
        width: 280px;
        left: -310px;
        top: 0px;
        background: rgb(255, 255, 255);
        z-index: 9999999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
        overflow-y: scroll;
        height: 100%;
        transition: all 0.5s ease 0s;
        position: fixed !important;
    }

    .filter-left.filter-on {
        left: 0px;
    }

    .filter-bar {
        top: 100px;
        position: sticky;
        z-index: 999;
    }

    .filter-bar.sticky-top .side-bar {
        z-index: 9;
        top: 0px;
        position: unset;
    }

    .sticky-top.filter-bar {
        z-index: 99999999;
        top: 80px;
        position: sticky;
    }

    .filter-left::after {
        content: "";
        position: fixed;
        width: 0px;
        background: rgb(0, 0, 0);
        height: 100%;
        z-index: -1;
        left: 0px;
        top: 0px;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .filter-left.filter-on::after {
        width: 1000px;
        left: 280px;
        opacity: 0.8;
    }

    .service-info-bx {
        margin-top: 0px;
        padding-top: 80px;
    }

    .account-head {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }

    .account-form {
        display: block;
    }

    .account-container {
        padding: 50px 20px;
    }

    .our-partner::before, .team-area::before {
        font-size: 100px;
        line-height: 100px;
        bottom: -15px;
    }

    .our-partner-box {
        margin-top: 40px;
    }

    .blog-md.md-large .post-title {
        font-size: 28px;
        line-height: 40px;
    }

    .blog-md.md-large .ttr-post-info {
        padding: 10px 0px 10px 30px;
    }

    .blog-md.md-large p {
        font-size: 15px;
        line-height: 28px;
    }

    .blog-md.sm-large .media-post li a, .blog-md.md-large .media-post li a {
        font-size: 14px;
    }

    .news-area::before {
        font-size: 90px;
        line-height: 90px;
        top: 30px;
    }

    .about-media-bx::before {
        content: none;
    }

    .video-media-bx img {
        width: 100%;
    }

    .counter-style-1 {
        margin-bottom: 40px;
    }

    .news-box .heading-bx.m-t20 {
        margin-top: 0px;
    }

    .about-imgbox {
        margin-top: 50px;
    }

    .secondary-inner ul li.extmenu {
        display: none;
    }

    .subscribe-form {
        margin-top: 0px;
    }

    .page-banner h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .blog-md .ttr-post-media {
        width: 300px;
    }

    .pagination-bx.m-b0, .card.m-b0 {
        margin-bottom: 0px;
    }

    .error-404 {
        display: flex;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .service-img-bx {
        display: block;
    }

    .service-img-bx .service-media {
        max-width: 100%;
    }

    .service-img-bx .service-info {
        max-width: 100%;
        padding: 20px 0px 0px;
    }

    .service-img-bx:nth-child(2n) .service-info {
        padding: 20px 0px 0px;
    }

    .about-media-bx.about-video .video-media-bx.split-box {
        margin-top: 100px;
    }

    .about-media-bx.about-video .row.section-sp1 {
        padding-top: 50px;
    }

    .about-img-box {
        position: relative;
        padding: 0px 0px 80px 90px;
    }

    .about-video2 .video-media-bx {
        height: 300px;
        margin-bottom: 0px;
    }

    .our-story::after {
        content: none;
    }

    .header-2.header-transparent .navbar-toggler span {
        background-color: rgb(35, 46, 255);
    }

    .header-2 .navbar-toggler {
        margin: 44px 0px 30px 25px;
    }

    .header-2 .is-fixed .navbar-toggler {
        margin: 32px 0px 32px 25px;
    }

    .header-2 .menu-links, .header-2 .is-fixed .menu-links {
        padding: 15px;
    }

    .feature-bx3.right-img2::after, .feature-bx3.right-img::after {
        content: none;
    }

    .award-bx.left .award-media {
        min-width: 100%;
    }

    .award-bx.left {
        flex-direction: column;
    }

    .award-bx.left .award-info {
        text-align: center;
        margin-left: 0px;
        padding-top: 20px;
    }

    .award-bx {
        padding: 15px 15px 20px;
    }

    .award-bx .award-info .title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .award-bx .award-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .service-icon-bx::after {
        content: none;
    }

    .misson-tabs li a {
        padding: 25px 15px 30px;
    }

    .protfolio-info.m-md-b30 {
        margin-bottom: 30px;
    }

    .number-box {
        padding-left: 60px;
    }

    .number-box .number-icon {
        left: 20px;
    }

    .number-box .number-icon::after {
        left: -20px;
        width: 15px;
    }

    .number-box:hover .btn-link, .number-box p {
        margin-left: -60px;
    }

    .heading-bx h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .apoint-btn-box {
        display: none;
    }

    .client-appoint-box .ajax-form {
        background: rgb(2, 13, 38);
        padding: 60px 38px 0px;
        margin: 50px -38px 0px;
    }

    .client-appoint-box::after {
        height: 40%;
        bottom: 0px;
        top: auto;
        width: 100%;
    }

    .testimonial-bx.style1 {
        max-width: 100%;
    }

    .side-post .blog-md .ttr-post-media {
        width: 100px;
    }

    .side-post .blog-md .ttr-post-media img {
        height: 100px;
        object-fit: cover;
    }

    .side-post .blog-md .ttr-post-info h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .side-post .blog-post.blog-md {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .service-img-bx:last-child {
        margin-bottom: 30px;
    }

    .appoint-video {
        margin-right: 0px;
    }

    .heading-bx h2 br, .page-banner h1 br {
        display: none;
    }

    .aside-bx {
        border-left: 0px;
        padding-left: 0px;
    }

    .blog-group .recent-news {
        margin-bottom: 30px;
    }

    .history-box .history-info {
        padding: 30px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-img-box {
        position: relative;
        padding: 0px 0px 40px 40px;
    }

    .section-sp1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .section-sp2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-sp3 {
        padding-top: 50px;
    }

    .news-box .heading-bx br {
        display: none;
    }

    .heading-bx h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .testimonial-carousel .owl-nav {
        position: unset;
        margin-top: 30px;
        text-align: left;
    }

    .blog-md.sm-large, .blog-md.md-large {
        flex-direction: column;
    }

    .blog-md.md-large .ttr-post-info {
        padding-left: 0px;
    }

    .blog-md.sm-large .ttr-post-media, .blog-md.md-large .ttr-post-media {
        width: 100%;
        flex: 0 0 100%;
    }

    .post-extra {
        padding-top: 10px;
    }

    .news-area::before {
        top: 0px;
    }

    .page-banner {
        height: 300px;
    }

    .page-banner h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .breadcrumb-row ul li {
        font-size: 14px;
    }

    .breadcrumb-row {
        padding: 5px 15px;
    }

    .recent-news.style-2 {
        margin-bottom: 30px;
    }

    .blog-md .ttr-post-media {
        width: 100%;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    blockquote p {
        font-size: 18px;
        line-height: 28px;
    }

    blockquote {
        padding: 10px 20px 10px 25px;
        margin: 20px 0px;
    }

    .ttr-post-meta.d-flex {
        display: block !important;
    }

    .ttr-post-meta.d-flex .post-tags {
        margin-bottom: 10px;
    }

    .feature-filters {
        margin-bottom: 30px;
    }

    .table.table-cards {
        width: 700px;
        max-width: 700px;
    }

    .checkout-area .text-right {
        margin-top: 10px;
        text-align: left !important;
    }

    .checkout-area .card-header .text-right {
        margin-top: 0px;
        text-align: right !important;
    }

    .timeline-view .left::before {
        transform: rotate(180deg);
    }

    .timeline-view .right::before {
        left: 60px;
    }

    .service-icon-bx .service-icon a {
        font-size: 70px;
        height: 200px;
        width: 200px;
        line-height: 200px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .case-studies-box .studies-info {
        padding: 20px;
    }

    .case-studies::before, .our-partner::before, .team-area::before {
        font-size: 100px;
        line-height: 120px;
    }

    .case-studies::before {
        top: 0px;
    }

    .about-media-bx.about-video .video-media-bx.split-box {
        margin-top: 0px;
    }

    .about-media-bx.about-video .row.section-sp1 {
        padding-top: 30px;
    }

    .about-video2 .video-media-bx {
        height: 400px;
    }

    .dots-style-1 .owl-dots {
        margin-top: 30px;
    }

    .timeline-box {
        margin-bottom: 40px;
    }

    .service-icon-bx:first-child {
        padding-top: 10px;
    }

    .service-icon-bx {
        padding: 50px 0px;
    }

    .service-img-bx {
        margin-bottom: 40px;
    }

    .timeline-nav ul {
        padding: 0px;
        text-align: center;
    }

    .timeline-nav ul li {
        display: inline-block;
        width: auto;
    }

    .timeline-nav-box {
        position: sticky;
        top: 50px;
        background-color: rgb(255, 255, 255);
        z-index: 999;
        padding: 10px 30px;
        margin: 0px 15px 30px;
    }

    .timeline-nav ul li a.active {
        font-size: 24px;
        padding: 5px 0px;
    }

    .header-2.header-transparent .is-fixed .container-fluid > .menu-logo, .header-2 .container-fluid > .menu-logo {
        padding: 0px 10px;
        width: 70px;
        margin-left: -15px;
        height: 70px;
    }

    .header-2 .menu-logo img {
        max-width: 50px;
    }

    .header-2 .is-fixed .secondary-menu, .header-2 .secondary-menu {
        padding: 25px 0px 20px;
    }

    .header-2 .navbar-toggler, .header-2 .is-fixed .navbar-toggler {
        margin: 28px 0px 28px 15px;
    }

    .header-2 .header-contact .info-no {
        font-size: 16px;
    }

    .counter-style-2 .counter-bx span {
        font-size: 80px;
        line-height: 80px;
    }

    .counter-style-2 .bg-icon {
        font-size: 110px;
        top: -20px;
    }

    .mvimg {
        width: 100%;
        max-width: 100%;
    }

    .about-counter {
        border: 5px solid var(--primary);
        padding: 15px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .about-counter::after {
        border-width: 5px 5px 0px 0px;
        transform: rotate(135deg);
        inset: auto auto -18px 20px;
        width: 30px;
        height: 30px;
    }

    .about-counter .title {
        font-size: 28px;
        line-height: 38px;
    }

    .about-img-inner {
        width: 120px;
        height: 120px;
        border: 8px solid rgb(255, 255, 255);
        border-radius: 0px;
        display: block;
        padding: 5px 0px;
    }

    .about-img-inner .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .about-img-inner .title span {
        line-height: 50px;
    }

    .about-img-inner div > span {
        font-size: 12px;
        line-height: 18px;
        display: block;
    }

    .sign-img {
        width: 120px;
    }

    .sign-bx .author-bx {
        margin-left: 15px;
        padding-left: 15px;
    }

    .feature-filters.style1 li a {
        padding: 2px 10px;
        font-size: 15px;
    }

    .job-career-box {
        padding: 15px;
    }

    .left-border-1 {
        padding-left: 0px;
        border-left: 0px;
    }

    .appoint-video {
        margin-right: 0px;
    }

    .misson-tabs li {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 5px;
    }

    .misson-tabs li a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .mission-tab-bx p.br-left {
        padding-left: 20px;
    }

    .mission-tab-bx .title {
        margin-bottom: 20px;
    }

    .service-img-bx .service-info .title {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .service-img-bx:nth-child(2n) .title {
        margin-bottom: 20px;
        padding-right: 15px;
    }

    .ttr-accordion .card-body {
        font-size: 15px;
        line-height: 24px;
    }

    .appoint-img img {
        height: 400px;
        width: 100%;
        object-fit: contain;
        margin-top: 0px;
    }

    .comign-soon .comign-soon-area .comign-logo {
        margin-bottom: 10px;
        width: 180px;
    }

    .comign-soon .comign-soon-area .title {
        font-weight: 600;
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .comign-soon .comign-soon-area .date {
        width: 75px;
        border: 2px solid var(--primary);
        margin: 0px 2px;
    }

    .comign-soon .comign-soon-area .time {
        font-size: 55px;
        line-height: 65px;
    }

    .comign-soon .comign-soon-area .date span:last-child {
        font-size: 13px;
        font-weight: 600;
        line-height: 28px;
        padding: 0px;
        border-top: 2px solid var(--primary);
    }

    .comign-soon .subscription-form {
        max-width: 330px;
        margin-bottom: 20px;
    }

    .comign-soon .comign-soon-area .countdown {
        margin-bottom: 20px;
    }

    .comign-soon .subscription-form .form-control {
        height: 45px;
        border: 2px solid var(--primary);
        padding: 10px 10px 10px 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .comign-soon .subscription-form .btn {
        height: 45px;
        padding: 10px 20px 10px 15px;
    }

    .comign-soon .contact-social-bx li a {
        width: 45px;
        height: 45px;
        font-size: 18px;
        line-height: 41px;
        border: 2px solid;
    }

    .about-img-box3 {
        margin-bottom: 40px;
    }

    .number-box .btn-link {
        transform: translateY(0px);
        opacity: 1;
        margin-left: -60px;
    }

    .number-box {
        margin-bottom: 30px;
    }

    .client-appoint-box .ajax-form {
        margin: 50px -45px 0px;
    }

    .blog-area .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0px;
        width: auto;
        display: table-cell;
        padding-left: 20px;
    }

    .side-post .blog-post.blog-md {
        padding-left: 0px;
    }

    .side-post {
        border-left: 0px;
        margin-bottom: 40px;
    }

    .blog-area .float-right {
        margin-top: 20px;
        float: none !important;
    }

    .about-testimonial .testimonial-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-top {
        padding: 60px 0px 20px;
    }

    .skillbar-box.m-sm-b0 {
        margin-bottom: 0px;
    }

    .feature-filters.style1 li a span::after, .feature-filters.style1.white li a span::after {
        height: 2px;
    }

    .blog-group .blog-md {
        display: block;
    }

    .blog-group .blog-md .ttr-post-media {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .blog-md.blog-post .ttr-post-info {
        padding: 30px;
        margin: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .testimonial-bx.style4 .testimonial-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .team-members-area {
        margin-bottom: 30px;
    }

    .portfolio-carousel-1.style-1 .portfolio-media img {
        height: calc(100vh - 50px);
    }

    .our-partner::before, .team-area::before {
        font-size: 50px;
        line-height: 65px;
    }

    .our-partner-box .partner-logo {
        padding: 15px;
    }

    .our-partner-box {
        padding: 15px;
    }

    .about-year h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .about-imgbox {
        padding-left: 40px;
    }

    .counter-style-1 span, .counter-style-1 .counter {
        font-size: 32px;
        line-height: 40px;
    }

    .about-media-bx .heading-bx {
        margin-bottom: 10px;
    }

    .setResizeMargin {
        padding-left: 15px;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0px;
    }

    .slide-social li:first-child {
        display: none;
    }

    .page-banner h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2px;
    }

    .banner-sm-title {
        font-size: 18px;
    }

    .page-banner {
        height: 200px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .recent-news.style-2 .info-bx p {
        font-size: 14px;
        line-height: 26px;
    }

    .blog-user .author-profile-pic {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .blog-user .author-profile-content h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 12px;
        font-size: 12px;
    }

    h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .error-title {
        font-size: 110px;
        line-height: 110px;
    }

    .error-page h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .error-title span:last-child {
        transform: rotateX(180deg) translateY(5px);
    }

    .my-account {
        width: 100%;
    }

    h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .service-icon-bx {
        display: block;
        max-width: 100%;
        padding: 50px 0px;
        text-align: center;
    }

    .service-icon-bx .service-icon {
        margin-bottom: 30px;
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-icon-bx .service-info {
        padding: 0px;
        max-width: 100%;
    }

    .service-icon-bx .service-icon::after {
        right: -20px;
    }

    .service-icon-bx:nth-child(2n) .service-icon::after {
        right: -20px;
        left: auto;
    }

    .service-icon-bx:nth-child(2n) .service-info {
        margin-right: auto;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .case-studies::before, .our-partner::before, .team-area::before {
        font-size: 60px;
        line-height: 80px;
    }

    .case-studies::before {
        top: 30px;
    }

    .head-in {
        padding-left: 0px;
    }

    .video-media-bx a {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }

    .about-video2 .video-media-bx {
        height: 250px;
    }

    .about-video2 .video-media-bx a {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }

    .client-logo img {
        height: 70px;
    }

    .heading-bx.style2 .title-head {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-bx.style2 p {
        font-size: 16px;
        line-height: 30px;
    }

    .heading-bx.style2.text-white .title-head br, .heading-bx.style2 p br {
        display: none;
    }

    .error-page h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .about-img-box3 .img1 {
        padding: 10px;
    }

    .testimonial-bx {
        padding: 20px;
    }

    .testimonial-bx.style1 .testimonial-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .service-gallery-top .service-info .service-content {
        padding: 20px;
        width: 100%;
    }

    .service-gallery-top .service-info .service-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .service-box .service-info p, .heading-bx p {
        font-size: 16px;
        line-height: 24px;
    }

    .client-appoint-box .ajax-form {
        margin: 30px -15px 0px;
        padding: 40px 15px 0px;
    }

    .rev-slider.slide1 .btn {
        margin: 0px !important;
    }

    .skillbar-bar-main {
        padding: 20px 15px 5px;
    }

    .skillbar-box .title {
        font-size: 15px;
        line-height: 20px;
    }

    body, .protfolio-info li span, .protfolio-info li strong {
        font-size: 15px;
    }

    footer p br {
        display: none;
    }

    footer p {
        line-height: 28px;
    }

    .filter-bx .bootstrap-select .dropdown-toggle {
        height: 40px;
    }

    .filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 15px;
    }

    .filter-bar {
        top: 60px;
    }

    .about-img-box4 .about-img-inner {
        width: 180px;
        padding: 20px; right: 0;
        border: 5px solid;
    }

    .about-img-box4 .about-img2 {
        margin-left: 30px;
        margin-top: -50px;
        border: 5px solid;
    }

    .testimonial-bx.style3 .testimonial-content p {
        font-size: 22px;
        line-height: 35px;
    }

    .testimonial-bx.style3 .testimonial-content {
        padding-bottom: 15px;
    }

    .testimonial-bx.style3 {
        padding-bottom: 15px;
    }

    .testimonial-bx.style3 .testimonial-thumb {
        bottom: 30px;
    }

    .history-box .nav-tabs li a {
        font-size: 15px;
    }
}

.client-info {
    display: flex;
    align-items: center;
}

.testimonial-carousel-1 .owl-dots {
    display: flex;
    justify-content: center;
}

a.home-icon i {
    color: rgb(254 90 14);
    font-size: 20px !important;
}

.action-box {
    padding: 13px;
    border: 1px solid rgb(228, 228, 228);
}

.products-c .owl-nav {
    position: absolute;
    right: 0px;
    top: -55px;
}

.feature-lg img {
    height: 44px !important;
}

span.icon-cell i {
    font-size: 40px;
    margin-right: 20px;
}

.feature-container.left.footer-info-bx {
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin-right: 24px;
}

.widget ul li:hover a {
    color: rgb(255, 255, 255);
}

.appoint-bx1 .form-group {
    margin-bottom: 10px;
}

.form-control {
    border-color: rgba(225, 230, 235, 0.25);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}
.hades .tp-arr-allwrapper {
    display: none;}

	.count.percent {
		color: #086db3;
		font-size: 60px;
		font-weight: 800;
	}


	.feature-bx1:hover .count.percent {
		color: #fff;
		
	}


	.feature-container.feature-bx1 img {
		width: 70px;
	}
	.percent:after{
		content:'+'
	}
	
	.percent2:after{
		content:'%'
	}
	.rev_slider_486_1{
		height:450px !important
	}
	.slotholder{
		height:600px !important
	}
	.number-box h5 {
		color: #fff;
		/* font-size: 30px; */
	}
	
	
	.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 100000 !important;
    cursor: pointer
}

.call_me,
.call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f)
}

.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5)
    }
    85% {
        -webkit-transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
}

@keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
    85% {
        transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: .5
    }
}
.bg-gry2
{
    background: #f5f5f5;
}
.bg-green
{
    background: #31a53a!important;
}
.client-logo
{
    border: 1px solid #cdccccdd;
    border-radius: 5px;
    padding: 5px;
}
.client-logo img
{
    border-radius: 5px;
}
.hide-desk{
        display:none;
    }
    
    
    
    .stickey{
        position:fixed;
        top:0;
        left:0;
        width:100%;
    }
    #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #086db3;
  color: white;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #065891;
}

.newsletter_inner_div.card {
    background-color: #fff;
    padding: 20px 20px;
    border: 1px solid #c7c7c782;
}

p.newsletter_title {
    font-size: 25px;
    color: black;
    margin-bottom: 5px;
    font-weight: 600;
}

p.newsletter_date {
    color: black;
    font-weight: 400;
}

.newsletter_read_button {
    background-color: black;
    color: white !important;
    display: inline-block;
    padding: 6px 60px;
    border-radius: 6px;
    font-size: 13px;
}
.contact-center {
    background: #086db3;
    padding: 32px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

img.newsletter_featured_image {
    border: 1px solid #b5abab;
    border-radius: 7px;
    box-shadow: 0px 0px 8px 0px #80808066;
}

.contact-center h6 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

.contact-center .contact-icon-box h5{
    color:#000;
    font-size:15px
}
.contact-icon-box a i, .contact-icon-box p i {
    margin-right: 6px;
    color: #086db3;
    margin-top: 4px;
}
.widget.footer_widget img {
    width: 250px;
}