body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins !important;
    font-display: swap
}

.back-to-top,
.get-started-btn {
    background: #001a54;
    border-radius: 4px
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

body {
    color: #444;
    font-family: Poppins;
    font-weight: 400
}

#footer .footer-top .footer-contact h3 span,
#header .logo a span,
.blog .blog-comments .comment h5 a:hover,
.blog .entry .entry-footer a:hover,
.blog .entry .entry-title a:hover,
.blog .sidebar .categories ul a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box .icon-box:hover h4 a,
a,
a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001a54
}

a,
a:hover {
    text-decoration: none
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 40px;
    height: 40px;
    transition: .8s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #001a54;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#header {
    background: #fff;
    transition: .5s;
    z-index: 997;
    padding: 9px 0
}

#header.header-scrolled {
    padding: 4px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#header .logo {
    margin: 0;
    padding: 0;
    vertical-align: top
}

.logo h2 {
    color: #001a54;
    margin: 10px 0;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    font-family: Poppins, sans-serif;
    display: flex
}

#header .logo a,
.services .title a {
    color: #111
}

#header .logo img {
    max-height: 72px
}

.breadcrumbs h1,
.breadcrumbss h1,
.home-slider h1 {
    font-size: 45px;
    font-weight: 500;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(0 26 84 / 52%);
    display: table;
    text-align: center;
    padding: 10px 25px;
    color: #fff
}

.get-started-btn,
.navbar a,
.navbar a:focus {
    font-weight: 600;
    white-space: nowrap;
    transition: .3s
}

.get-started-btn {
    margin-left: 30px;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    display: inline-block
}

.get-started-btn:hover {
    background: #111;
    color: #fff
}

@media (max-width:992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }
}

#hero,
.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

#hero,
.navbar li,
.root,
.section-title,
.section-title h2,
.shadowlows,
section {
    position: relative
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 17px;
    color: #111
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px
}

.copyright p,
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a,
.mobile-nav-toggle.bi-x,
.readmore-btn:hover {
    color: #fff
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible
}

#hero:before,
.section-bg:before,
.section-title h2::after {
    position: absolute;
    content: ""
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 650px;
    background-size: cover;
    z-index: 0
}

.home-slider {
    height: 100%
}

.home-slider .swiper-slide img {
    height: 100%;
    width: 100%
}

#hero:before {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    background: #001a54;
    border: 2px solid #001a54
}

#hero .btn-get-started:hover {
    background: 0 0;
    border-color: #fff
}

@media (max-width:768px) {

    #hero,
    .about,
    .breadcrumbs h1 {
        text-align: center
    }

    #footer .footer-top .footer-links {
        margin-bottom: 0;
        margin-top: 20px
    }

    .section-title p br {
        display: none
    }

    .about .content h3 {
        margin: 0;
        font-size: 20px !important
    }

    .section-title h2 {
        font-size: 20px !important;
        margin: 0 !important;
        padding-bottom: 10px !important
    }

    .breadcrumbs h1 {
        font-size: 20px !important;
        font-weight: 500;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        background: rgb(0 26 84 / 52%);
        display: table;
        padding: 10px 25px;
        color: #fff
    }

    #hero {
        padding-top: 92px;
        height: auto
    }

    #hero h1 {
        font-size: 16px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        bottom: 24px
    }
}

@media (max-height:650px) {
    #hero {
        height: 650px
    }
}

.services .icon-box {
    overflow: hidden;
    margin: 0 0 15px;
    text-align: left
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #001a54
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

section {
    padding: 40px 0;
    overflow: hidden
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.section-title h2::after {
    display: block;
    width: 50px;
    height: 3px;
    background: #001a54;
    bottom: 0;
    left: calc(50% - 25px)
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.blog .blog-author,
.blog .blog-comments,
.blog .entry-single,
.blog .sidebar .sidebar-item,
.footerlogo,
.section-title p {
    margin-bottom: 0
}

.section-bg {
    padding: 120px 0;
    color: #fff
}

.breadcrumbs,
.breadcrumbss {
    padding: 0;
    background: #2b2b2b;
    margin-top: 82px;
    color: #fff;
    position: relative
}

.section-bg:before {
    background: #1b1b1b;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg)
}

.product_xc_info ul {
    padding-left: 17px
}

.blog .blog-comments .reply-form p,
.product_xc_info ul li {
    font-size: 14px
}



.breadcrumbss {
    height: 560px
}

@media screen and (max-width:1052px) {
    .breadcrumbss {
        padding: 0;
        background: #2b2b2b;
        margin-top: 82px;
        color: #fff;
        position: relative;
        height: auto
    }

    .breadcrumbss h1 {
        font-size: 17px;
        font-weight: 500;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        background: rgb(0 26 84 / 52%);
        display: table;
        text-align: center;
        padding: 10px 25px;
        color: #fff
    }
}

@media screen and (max-width:375px) {
    .breadcrumbss h1 {
        font-size: 14px;
        font-weight: 500;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 23%;
        background: rgb(0 26 84 / 52%);
        display: table;
        text-align: center;
        padding: 5px 15px;
        color: #fff
    }
}

@media screen and (max-width:500px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px
}

.swiper-button-next,
.swiper-button-next-root,
.swiper-button-prev,
.swiper-button-prev-root {
    width: 50px;
    height: 50px;
    background: 0 0;
    color: #ddd;
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    margin-top: 5px;
    z-index: 10
}

.about .content .about-btn,
.about-btn,
.readmore-btn {
    margin-top: 10px;
    transition: .8s;
    display: inline-flex;
    background: #001a54
}

.breadcrumbs ol a {
    color: #aaa
}

.breadcrumbs ol a:hover,
.services .icon-box h4 a {
    color: #fff;
    transition: .3s
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #269a51;
    content: "/"
}

.swiper-button-next,
.swiper-button-next-root,
.swiper-button-prev,
.swiper-button-prev-root {
    border: 2px solid #ddd;
    border-radius: 50%;
    justify-content: center;
    top: 50%
}

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next-root:hover,
.swiper-button-next:hover,
.swiper-button-prev-root:hover,
.swiper-button-prev:hover {
    border-color: #c5bfbf;
    color: #c5bfbf;
    transition: .8s
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    font-size: 0
}

.swiper-button-next-root {
    right: -75px
}

.swiper-button-prev-root {
    left: -75px
}

@media screen and (max-width:842px) {
    .swiper-button-next-root {
        right: 10px
    }

    .swiper-button-prev-root {
        left: 10px
    }
}

.blog .blog-comments .comment h5 .reply i,
.swiper-button-next-root::after,
.swiper-button-prev-root::after {
    font-size: 20px
}

.about .container {
    position: relative;
    z-index: 10
}

.about .content {
    padding: 0 0 5px
}

.about .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px
}

.about-btn {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    align-items: center;
    border: 2px solid #001a54
}

.about-btn:hover {
    border: 2px solid #17377c;
    background: #17377c;
    color: #fff;
    transition: .8s
}

.about .content .about-btn,
.readmore-btn {
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    align-items: center;
    border: 2px solid #001a54
}

.about .content .about-btn:hover {
    border: 2px solid #001a54;
    background: #001a54;
    transition: .8s
}

.about .content .about-btn i,
.readmore-btn i {
    font-size: 16px;
    padding-left: 5px
}

.about .icon-boxes .icon-box,
.blog .blog-comments .reply-form {
    margin-top: 30px
}

.about .icon-boxes .icon-box i {
    font-size: 40px;
    color: #001a54;
    margin-bottom: 10px
}

.about .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px
}

.about .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484
}

@media (max-width:1200px) {
    .about .content {
        padding-right: 0
    }
}

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #252525;
    transition: .3s;
    position: relative
}

.services .icon-box:hover {
    background: #2b2b2b
}

.services .icon-box img {
    color: #001a54;
    width: 90px;
    line-height: 0;
    margin-right: 25px;
    height: 100%
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff
}

#footer .footer-top .footer-links ul a:hover,
.copyright a,
.services .icon-box h4 a:hover {
    text-decoration: underline
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    color: #fff
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    border-bottom: 1px solid #ddd8d8;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 25px;
    cursor: pointer
}

.faq .faq-list i {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close {
    display: none
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.blog .entry .entry-footer .cats li,
.blog .entry .entry-footer .tags li,
.blog .sidebar .tags ul li,
.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

img {
    transition: .8s ease-in-out
}

.product_item .product_xc {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    width: 100%
}

.form-tag small {
    font-size: 13px;
    line-height: 30px;
    color: #a7a9ac;
    text-align: center
}

.form-tag {
    margin: 11px 0
}

.form-tag label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px
}

.form-tag label span {
    color: red
}

.product_item .product_xc .product_xc_img {
    position: relative;
    overflow: hidden
}

.product_item .product_xc:hover .product_xc_img img {
    transition: .8s ease-in-out;
    transform: scale(1.1)
}

.product_item .product_xc .viewmore {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: .8s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 26 84 / 52%);
    padding: 30px 0
}

.product_item .product_xc .product_xc_info,
.shadowlows {
    border-radius: 10px;
    transition: .4s ease-in-out;
    height: 100%
}

.product_item .product_xc .viewmore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 25px;
    margin: 0 3px;
    border-radius: 5px;
    background: #001a54;
    transition: .8s ease-in-out
}

.product_item .product_xc .viewmore a:hover {
    background: #001a54;
    transition: .8s ease-in-out
}

.product_item .product_xc .viewmore i {
    font-size: 18px;
    line-height: 0
}

.product_item .product_xc .product_xc_info {
    padding: 0 15px
}

.shadowlows {
    padding: 25px 15px;
    border: 2px solid #ddd;
    margin: 0
}

.contact .form-con,
.contact .info-box {
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    border-radius: 4px;
    padding: 20px
}

.blog .blog-author,
.blog .entry {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.product_item .product_xc .product_xc_info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #111
}

.product_item .product_xc .product_xc_info span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #3c3c3c
}

.product_item .product_xc .product_xc_info p {
    font-size: 14px;
    line-height: 26px;
    color: #0c0c0c;
    margin-bottom: 2px
}

.product_item .product_xc:hover .viewmore {
    opacity: 1;
    bottom: 0
}

.contact .info-box {
    color: #444;
    text-align: center;
    padding: 53px 0
}

.blog .entry,
.contact .php-email-form {
    padding: 30px
}

.contact .info-box i {
    font-size: 20px;
    color: #001a54;
    vertical-align: text-top
}

.contact .info-box h3 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 10px auto;
    width: 100%
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #001a54
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #001a54;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #001a54;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading
}

.blog .blog-comments .reply-form .form-group,
.contact .php-email-form .form-group {
    margin-bottom: 25px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    border-color: #ddd;
    border-width: 2px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #111
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form input[type=submit] {
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blog {
    padding: 40px 0 20px
}

.blog .entry {
    margin-bottom: 60px
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px;
    overflow: hidden
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.blog .entry .entry-title a,
.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a {
    color: #111;
    transition: .3s
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #777
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .entry .entry-content p {
    line-height: 24px
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #001a54;
    color: #fff;
    padding: 6px 20px;
    transition: .3s;
    font-size: 14px;
    border-radius: 4px
}

#footer .footer-newsletter form input[type=submit]:hover,
.blog .entry .entry-content .read-more a:hover {
    background: #e35052
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
    color: #5e5e5e;
    display: inline
}

.blog .entry .entry-footer a {
    color: #1e1e1e;
    transition: .3s
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ","
}

.blog .entry .entry-footer .share {
    font-size: 16px
}

.blog .entry .entry-footer .share i {
    padding-left: 5px
}

.blog .blog-author {
    padding: 20px
}

.blog .blog-comments .reply-form,
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #111
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0
}

#footer .footer-newsletter form,
.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .blog-author .social-links a {
    color: rgba(17, 17, 17, .5);
    margin-right: 5px
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7
}

.blog .blog-comments .comments-count {
    font-weight: 700
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog .blog-comments .comment .comment-img img {
    width: 60px
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: #444;
    transition: .3s
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px
}

.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .blog-comments .reply-form input,
.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form input:focus,
.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #ee9293
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #111
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #1e1e1e
}

.blog .blog-pagination {
    color: #444
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s
}

.blog .blog-pagination li a {
    color: #111;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #001a54
}

.blog .sidebar {
    margin: 0 0 60px 20px
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
    color: #111;
    position: relative
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #269a51;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0
}

.blog .sidebar .search-form form button:hover {
    background: #e34c4d
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a span,
.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaa
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul a {
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #c4c4c4;
    display: inline-block;
    transition: .3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #001a54;
    background: #001a54
}

#footer {
    color: #fff;
    font-size: 14px;
    background: #001a54
}

#footer .footer-top {
    padding: 60px 0 30px;
    background: #001a54
}

#footer .footer-top .footer-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff
}

.footer-bg-top {
    background-image: url('../img/footer-bg.jpeg');
    height: 200px;
    width: 100%
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 36px;
    color: #fff;
    position: relative
}

#footer .footer-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 2px;
    background: #fff;
    bottom: -12px;
    left: 0
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul a,
#footer .social-links a {
    display: inline-block;
    line-height: 1;
    color: #fff
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-newsletter {
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-newsletter form {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left
}

.logo-slg {
    padding-left: 9px;
    font-size: 16px;
    color: #864213;
    letter-spacing: 3px;
    text-shadow: 0 1 #000
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: #001a54;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px
}

#footer .social-links a {
    font-size: 18px;
    background: #2b2b2b;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #001a54;
    color: #fff;
    text-decoration: none
}

.wantToWork-caption h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    color: #000
}

.text-justify {
    text-align: justify
}

.bordergreen {
    border: 2px solid #ddd;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    height: 100%
}

.fitimage img,
.overflose {
    border-radius: 5px
}

.overflose {
    overflow: hidden
}

.breadcrumbs img {
    width: 100%;
    height: 100%
}

.swiper-container {
    overflow: hidden;
    position: relative
}

.footerlogo {
    width: 203px;
    display: block
}

.img-icon {
    width: 100%
}

.product-content-img {
    float: right;
    padding-left: 15px
}

@media (max-width:767px) {
    .img-icon {
        width: 50%
    }

    .product-content-img {
        float: none;
        padding-left: 0
    }

    .about .content {
        padding: 0 15px !important
    }

    .product_item .product_xc .product_xc_info,
    section {
        padding: 15px 0
    }

    #footer .footer-top {
        padding: 20px 0 0
    }

    .breadcrumbs {
        margin-top: 92px;
        height: auto
    }

    .breadcrumbs h2 {
        font-size: 20px;
        font-weight: 500;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .about .content.pt-0 {
        padding: 20px 0 0 !important
    }

    .text.text-center.mb-5 {
        margin-bottom: 10px !important
    }

    .wantToWork-caption {
        margin-bottom: 25px;
        margin-top: 20px
    }

    .wants-wrapper.w-padding2 .row.mt-5 {
        margin-top: 10px !important
    }
}

@media (max-width:1024px) {
    .text.text-center.mb-5 {
        margin-bottom: 10px !important
    }

    .product_item .product_xc .product_xc_info {
        padding: 15px 0
    }
}

@media (min-width:1100px) {
    .wants-wrapper.relmn .row:nth-child(2n) {
        flex-direction: row-reverse
    }
}

.fitimageqc {
    width: 100px;
    margin: 0 auto
}

.wantToWork-caption.qlth4 h2 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center
}

.icon-boxsed h4 {
    font-size: 34px;
    font-weight: 600
}

p {
    font-weight: 500;
    font-size: 14px
}

.contact .info-box span {
    text-align: left
}

@media (max-width:1024px) and (min-width:768px) {
    .about .content {
        margin-top: 30px
    }
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 0 60px
}

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

.card {
    width: 100%;
    max-width: 320px
}

@media screen and (max-width:1358px) {
    .swiper {
        width: 100%;
        height: 100%;
        padding: 0 35px
    }

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

    .card {
        width: 100%;
        max-width: 300px
    }
}

@media screen and (max-width:450px) {
    .swiper {
        width: 100%;
        height: 100%;
        padding: 0
    }

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

    .card {
        width: 100%;
        max-width: 250px
    }
}

.swiper-pagination {
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center
}

.swiper-pagination-bullet {
    background: #000
}

.full-width-image {
    width: 100%;
    height: auto;
  }