body {
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #676c71;
    overflow-x: hidden;
}

a {
    outline: medium none !important;
    color: #ef3139;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:focus {
    color: #022d62;
    text-decoration: none !important;
}

a:hover {
    color: #022d62;
    text-decoration: none !important;
}

a.text-dark:focus {
    color: #ef3139 !important;
}

a.text-dark:hover {
    color: #ef3139 !important;
}

input {
    outline: medium none !important;
    color: #ef3139;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    color: #022d62;
    margin: 0px 0px 1rem;
    font-weight: bold;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

label {
    font-weight: normal;
}

h1 {
    font-size: 60px;
    font-style: normal;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

p {
    line-height: 1.8;
}

*::-moz-selection {
    background: #ef3139;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #ef3139;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #ef3139;
    color: #ffffff;
    text-shadow: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* back-to-to */
.back-to-top {
    background: #ef3139;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
}

.back-to-top:hover {
    color: #ffffff;
}

.back-to-top:focus {
    color: #ffffff;
}

blockquote {
  padding: 21px 30px 18px;
  border-left: 5px solid #ef3139;
  background: #f2f2f2;
  font-size: 16px;
  color: #212121;
  font-style: italic;
}
blockquote, p {
  line-height: 26px;
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
    color: #ef3139 !important;
}

.text-dark {
    color: #022d62 !important;
}

.bg-dark {
    background-color: #022d62 !important;
}

/* Page section margin padding */
.space-ptb {
    padding: 50px 0;
}

.space-pt {
    padding: 50px 0 0;
}

.space-pb {
    padding: 0 0 100px;
}

.w-space {
    white-space: nowrap;
}

/* img holder */
.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.dotted-overlay {
    position: relative;
    z-index: 1;
}

.dotted-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    background-image: radial-gradient(#626262 10%, transparent 10%);
    background-size: 5px 5px;
    z-index: 0;
}

/* Background overlay */


.bg-overlay-black-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-30:before {
    background: rgba(2, 45, 98, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-70:before {
    background: rgba(2, 45, 98, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-theme-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-gradient-y-left {
    position: relative;
}

.bg-overlay-gradient-y-left:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
    background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
}

/* border-radius-overlay */
.border-radius.bg-overlay-black-30:before,
.border-radius.bg-overlay-black-70:before,
.border-radius.bg-overlay-gradient-y-left:before {
    border-radius: 5px;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
    .h-sm-600 {
        height: 600px;
    }

    .home-banner {
        height: 500px;
    }
}

/*****************************
  Feature Info
*****************************/
.feature-info .feature-info-icon {
    color: #ef3139;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
}

.feature-info-content ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    margin: 0 5px 0 -20px;
    color: #198754;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 400;
}

.feature-info-content ul li {
    list-style: none;
    list-style-type: none;
    line-height: 24px;
}

.feature-info-content ul {
    padding-top: 10px
}

/* Style 07 */
.feature-info-style-07 {
    position: relative;
}

.feature-info-style-07 .feature-info-img img {
    border-radius: 5px;
}

.feature-info-style-07 .feature-info-content {
    padding: 15px 0 10px;
    background: #ffffff;
    position: relative;
}

.feature-info-style-07 .feature-info-content .feature-info-title {
    margin-bottom: 25px;
}

.feature-info-style-07 .feature-info-content .icon-btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0;
}

.feature-info-style-07:hover .feature-info-content {
    margin-top: -40px;
    padding-bottom: 50px;
}

.feature-info-style-07:hover .feature-info-content .icon-btn {
    bottom: 0px;
    opacity: 1;
}



/* Style 01 */
.feature-info,
.feature-info .feature-info-icon,
.feature-info .feature-info-content,
.feature-info .feature-info-content .feature-info-title,
.feature-info .feature-info-content p,
.feature-info-style-05 .feature-info-icon i,
.feature-info-style-05 .feature-info-icon i:after,
.feature-info-style-06 .feature-info-number,
.feature-info-style-06 .feature-info-number span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Style 05 */
.feature-info-style-05 .feature-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-info-style-05 .feature-info-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    color: #022d62;
    width: 144px;
    height: 144px;
    position: relative;
    border-radius: 50%;
}

.feature-info-style-05 .feature-info-icon i:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #f6f6f6;
    border-width: 9px;
    margin-left: -9px;
    margin-top: -1px;
}

.feature-info-style-05:before {
    content: "";
    border-top: 2px dotted #022d62;
    width: 52px;
    display: inline-block;
    position: absolute;
    right: -26px;
    top: 70px;
}

.feature-info-style-05:hover .feature-info-icon i {
    background: #ef3139;
    color: #ffffff;
}

.feature-info-style-05:hover .feature-info-icon i:after {
    border-top-color: #ef3139;
}

.row [class*=col]:last-child .feature-info-style-05:before {
    content: none;
}


/* Style 06 */
.feature-info-style-06 p {
    color: #fff;
}

.feature-info-style-06 .feature-info-img {
    margin-bottom: 15px;
}

.feature-info-style-06 .feature-info-img img {
    border-radius: 5px;
    width: 100%;
}

.feature-info-style-06 .feature-info-number {
    margin-bottom: 30px;
    /*  padding-bottom: 30px;*/
    border-bottom: 2px solid #eeeeee;
    position: relative;
}

.feature-info-style-06 .feature-info-number:after {
    content: "";
    height: 2px;
    background: #f6f6f6;
    width: 0%;
    position: absolute;
    bottom: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-info-style-06 .feature-info-number span {
    color: #022d62;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.1;
    position: relative;
}

.feature-info-style-06 .feature-info-number .feature-info-title {
    -ms-flex-item-align: center;
    align-self: center;
}

.feature-info-style-06:hover .feature-info-number:after {
    width: 100%;
    background: #022d62;
}

.feature-info-style-06:hover .feature-info-number span {
    color: #ef3139;
    opacity: 0.5;
}

.feature-info-style-06 .feature-info-content p {
    -ms-flex-item-align: center;
    align-self: center;
}

.dark-background .feature-info-style-06:hover .feature-info-number span {
    color: #ef3139;
    opacity: 0.5;
}

/* Dark Background */
.dark-background .feature-info-style-06 .feature-info-number {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-background .feature-info-style-06 .feature-info-number span {
    color: #ffffff;
    opacity: 0.1;
}

.dark-background .feature-info-style-06 .feature-info-number .feature-info-title {
    color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number {
    border-bottom-color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number:after {
    background: #ffffff;
}

.dark-background .feature-info-style-06 .feature-info-content p {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .feature-info-style-04 {
        padding: 45px 25px;
    }
}

@media (max-width: 991px) {
    .feature-info-style-05 .feature-info-icon {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .feature-info-style-05:before {
        content: none;
    }

    .feature-info-style-05 .feature-info-icon {
        margin-bottom: 25px;
    }

    .feature-info-style-05 .feature-info-content .feature-info-title {
        margin-bottom: 5px;
    }

    .feature-info-style-06 .feature-info-img {
        margin-bottom: 20px;
    }

    .feature-info-style-06 .feature-info-number {
        padding-bottom: 20px;
    }

}

/*****************************
	Team
*****************************/
.team {
    text-align: center;
    position: relative;
}

.team .team-img img {
    border-radius: 5px;
}

.team:hover .team-img {
    z-index: 9;
    position: relative;
}

.team:hover .team-info {
    z-index: 9;
    position: relative;
}

.team:hover .team-info ul {
    opacity: 1;
    bottom: -35px;
}

.team:hover .team-bg {
    opacity: 1;
    z-index: 5;
}

.team .team-info {
    padding: 20px 0px 0px;
}

.team .team-info .team-name {
    color: #022d62;
    font-size: 13px;
    font-weight: 600;
}

.team .team-info .team-name:hover {
    color: #ef3139;
}

.team .team-info p {
    font-size: 11px;
    margin-bottom: 20px;
}

.team .team-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team .team-info ul li {
    margin: 0 12px;
}

.team .team-info ul li a {
    color: #022d62;
}

.team .team-info ul li a:hover {
    color: #ef3139;
}

.team .team-bg {
    background: #ffffff;
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 134%;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.apply-position .team-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #022d62;
    padding: 0;
    border-radius: 3px;
    font-size: 110px;
    min-height: 173px;
    color: rgba(255, 255, 255, 0.1);
}

.apply-position .btn {
    padding: 0;
    font-size: 13px;
}

.apply-position .btn:after {
    margin-left: 10px;
}

@media (max-width: 575px) {
    .team .team-img img {
        width: 100%;
    }
}

/*****************************
    Testimonial
*****************************/
.testimonial .owl-item {
    padding: 0 2%;
}

.testimonial .testimonial-item .testimonial-avatar {
    margin-bottom: 40px;
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto 40px;
}

.testimonial .testimonial-item .testimonial-content {
    margin-bottom: 30px;
}

.testimonial .testimonial-item .testimonial-content p {
    font-size: 26px;
    color: #022d62;
    line-height: 1.4;
}

.testimonial .testimonial-item .testimonial-author .testimonial-name h6 {
    font-weight: 700;
}

.row-background .testimonial-item .testimonial-content p {
    color: #ffffff;
}

.row-background .testimonial-item .testimonial-author {
    color: #ffffff;
}

.row-background .testimonial-item .testimonial-author .testimonial-name h6 {
    color: #ef3139;
}

/* style 02 */
.testimonial-style-02 {
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    border-radius: 5px;
    /* testimonial-item-sm */
}

.testimonial-style-02 .testimonial-item {
    padding: 0 15%;
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
    font-size: 18px;
    color: #000000;
    font-style: italic;
}

.testimonial-style-02 .testimonial-item .testimonial-author {
    margin-bottom: 20px;
}

.testimonial-style-02 .testimonial-item .testimonial-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.testimonial-style-02 .item .svg-item svg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

.testimonial-style-02 .testimonial-item-sm {
    padding: 0 15%;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-content p {
    font-size: 18px;
    color: #000000;
    font-style: italic;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-avatar-sm {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.testimonial-style-02.owl-carousel .owl-nav {
    width: auto;
    display: inline-block;
    position: relative;
    bottom: -20px;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    padding: 8px 10px;
    border-radius: 5px;
    background: #ffffff;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-next {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
    transform: inherit;
    right: 0;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-prev {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
    transform: inherit;
    left: 0;
}

.testimonial-style-02.owl-carousel .owl-nav i {
    font-size: 14px;
    padding: 0 10px;
}

.testimonial-style-02.owl-carousel .testimonial-img {
    position: relative;
}

.video-image {
    position: relative;
}

.video-image img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.popup-icon {
    display: block;
}

.popup-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    border: 7px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
}

/*****************************
    testimonial-style-03
*****************************/
.testimonial-style-03 {
    position: relative;
}

.testimonial-style-03 .testimonial-content .quotes {
    position: absolute;
    font-size: 40px;
    z-index: 0;
    color: #ffffff;
    right: 20px;
    bottom: 20px;
}

.testimonial-style-03 .testimonial-content .testimonial-des {
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .testimonial-item .testimonial-content p {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-item .testimonial-avatar {
        margin-bottom: 20px;
    }

    .testimonial-item .testimonial-content {
        margin-bottom: 20px;
    }

    .testimonial-item .testimonial-content p {
        font-size: 16px;
    }

    .testimonial-style-02 .testimonial-item {
        padding: 0 5%;
    }

    .testimonial-style-02 .item .svg-item {
        display: none;
    }

    .popup-icon i {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-style-02 .testimonial-item {
        margin-top: 20px;
    }

    .testimonial-style-02 .testimonial-item .testimonial-avatar {
        width: 80px;
        height: 80px;
    }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
    border: none;
}

.accordion .card:last-child .card-header {
    margin-bottom: 0;
}

.accordion .card-body {
    padding: 35px 45px 45px 62px;
}

.accordion .card-header {
    background: none;
    border-bottom: none;
    padding: 0;
}

.accordion > .card .card-header {
    margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ef3139;
    font-size: 18px;
    color: #ffffff;
    padding: 32px 30px 32px 62px;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: normal;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
    content: "\f062";
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
    background: #022d62;
}

.accordion .accordion-icon.card-header button.collapsed:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .accordion .accordion-icon.card-header button {
        padding: 22px 20px 22px 52px;
    }

    .accordion .card-body {
        padding: 25px 25px 35px 52px;
    }
}

@media (max-width: 575px) {
    .accordion .accordion-icon.card-header button {
        font-size: 16px;
        padding: 20px;
        line-height: 22px;
    }

    .accordion .card-body {
        padding: 20px;
    }
}

/*****************************
  Newsletter
*****************************/
.newsletter {
    position: relative;
}

.newsletter .form-control {
    padding-right: 150px;
}

.newsletter .btn {
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    padding: 14px 30px;
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 999;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #022d62;
    opacity: 0.4;
}

.owl-carousel .owl-nav i:hover {
    color: #022d62;
    opacity: 1;
}

.row-background .owl-carousel .owl-nav i {
    color: #ffffff;
    opacity: 0.4;
}

.row-background .owl-carousel .owl-nav i:hover {
    color: #ffffff;
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    width: 9px;
    height: 9px;
    background: #022d62 !important;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
    background: #ef3139 !important;
    opacity: 1;
}

@media (max-width: 991px) {
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
}

/*****************************
  Button
*****************************/
/* btn */
.btn {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
/*    background-color: #ef3139;*/
}

.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

button {
    outline: medium none !important;
    color: #ef3139;
}

.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.show > .btn-primary.dropdown-toggle {
    background: #ef3139;
    border-color: #ef3139;
}

.btn-primary {
    background: #ef3139;
    border-color: #ef3139;
}

.btn-primary:hover {
    background: #022d62;
    border-color: #022d62;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
    background: #ef3139;
    border-color: #ef3139;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #ef3139;
    border-color: #ef3139;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #ef3139;
    border-color: #ef3139;
}

.btn:not(:disabled):not(.disabled).active:focus {
    color: #ffffff;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #022d62;
}

.btn-white:hover {
    background: #ef3139;
    border-color: #ef3139;
    color: #ffffff;
}

.btn-white:active {
    color: #ffffff;
}

.btn-white:focus {
    color: #ffffff;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
    color: #022d62;
}

.btn-link {
    color: #ef3139;
    padding: 0;
}

.btn-link:hover {
    color: #022d62;
    text-decoration: none;
    outline: none;
}

.btn-link:focus {
    color: #022d62;
    text-decoration: none;
    outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #022d62;
}

.btn-link:after {
    margin-left: 12px;
}

/* Hi Soft Button Round */
.btn-round:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.8;
}

.btn-light-round:before {
    background-color: #f6f6f6;
}

.bg-dark .btn-primary-round:before {
    opacity: 1;
}

.btn-round:hover:before {
    width: 100%;
}

.btn-round,
.btn-round:hover {
    color: #022d62;
}

/*.btn-primary-round:before {
  background-color: yello;
}*/

a.text-primary:focus,
a.text-primary:hover {
    color: #ef3139 !important;
}

.btn-white-round:before {
    background-color: #ffffff;
}

.btn-round:focus,
.btn.btn-round:not(:disabled):not(.disabled):active:focus {
    color: #022d62;
}

.dark-background .btn-round:before {
    opacity: 1;
}

.btn-primary-round.btn-round:hover {
    color: #ffffff;
}

/* keyframes */
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .btn:after {
        margin-left: 22px;
    }
}

/*****************************
  Form Control
*****************************/
/* form-control */
.form-control {
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    background: #f6f6f6;
    color: #022d62;
    border-radius: 5px;
    background-clip: inherit !important;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ef3139;
}

input.form-control {
    height: 48px;
}

.form-control::-moz-placeholder {
    color: #3a4957;
}

.form-control::-ms-input-placeholder {
    color: #3a4957;
}

.form-control::-webkit-input-placeholder {
    color: #3a4957;
}


@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*****************************
  List style
*****************************/
.list {
    margin: 0;
    padding: 0;
}

.list li {
    margin-bottom: 15px;
    color: #000000;
}

.list li:last-child {
    margin-bottom: 0px;
}

/*************************
       Header
*************************/
.header {
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
}

/* topbar */
.header .topbar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(2, 45, 98, 0.1);
}

.header .topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #ffffff;
}

.header .topbar ul li {
    padding: 0 12px;
}

.header .topbar ul li:last-child {
    padding-right: 0;
}

.header .topbar a {
    color: #022d62;
    font-size: 13px;
    font-weight: 600;
}

.header .topbar a:hover {
    color: #ef3139;
}

/* navbar */
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 16px 10px;
    margin-right: 15px;
    color: #022d62;
    text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover {
    color: #ef3139;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #ef3139;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.dropdown-menu {
    z-index: 9999;
}

.navbar-collapse {
    position: relative;
}

.navbar-light {
    color: #ffffff;
    background-color: #f6f6f6;
    border-color: #eeeeee;
}

.navbar-light .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-brand {
    padding: 20px 0px;
    margin-right: 0;
}

.navbar-brand img {
    height: 50px;
}

.navbar .navbar-brand {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.header .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .navbar-nav li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0px;
    color: #022d62;
    text-transform: capitalize;
    font-size: 14px;
}

.header .navbar-nav li > a:hover {
    color: #ef3139;
}

.header .navbar-nav li > a i {
    color: #ef3139;
    margin-left: 10px;
    font-size: 12px;
}

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
    color: #ef3139;
    background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
    background: none;
}

.header .dropdown-toggle::after {
    content: none;
}

.header .navbar-collapse {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.header .megamenu .dropdown-item {
    padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
    min-width: 200px;
}

.header .navbar .dropdown-menu {
    padding: 15px;
}

.header .navbar .dropdown-menu li a i {
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ef3139;
}

.navbar .dropdown > .dropdown-menu li > a:hover i {
    opacity: 1;
    margin-left: 10px;
}

.navbar .dropdown > .dropdown-menu li.active > a i {
    opacity: 1;
    margin-left: 10px;
}

.navbar .dropdown > .dropdown-menu li > a {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
}

.navbar .dropdown > .dropdown-menu li > a:hover {
    background: rgba(239, 49, 57, 0.1);
    color: #ef3139;
    padding-left: 15px;
}

.navbar .dropdown > .dropdown-menu li.active > a {
    background: rgba(239, 49, 57, 0.1);
    color: #ef3139;
    padding-left: 15px;
}

.search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
}

.search .search-btn {
    display: block;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    color: #022d62;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.search .search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.search.search-open .search-btn:before {
    content: "\f00d";
}

.search-box {
    display: block;
    margin: 0;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    border-radius: 3px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.search-box.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.search.search-open .search-box {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.search .search-box button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.search .search-box .form-control {
    height: 58px;
}

.header.sticky-top {
    position: fixed;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header.sticky-top .topbar {
    display: none;
}

.header.sticky-top .navbar-brand {
    padding: 15px 0px;
}

/* Header Style 03 */
.header-style-03 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
}

.header-style-03.sticky-top {
    background: #022d62;
}

.header-style-03 .topbar {
    background: #ffffff;
}

.header-style-03 .navbar .navbar-nav .nav-link {
    color: #ffffff;
}

.header-style-03 .search {
    position: relative;
}

.header-style-03 .search-box {
    right: 0;
    margin-top: 10px;
}

.header-style-03 .search .search-btn {
    color: #ffffff;
}

.header-style-03 + .banner {
    margin-top: 60px;
}

/* Header Transparent */
.header-transparent .search {
    position: relative;
}

.header-transparent .search-box {
    right: 0;
    margin-top: 10px;
}

.header-transparent .search .search-btn {
    color: #ffffff;
}

.header.header-style-03 {
    z-index: 999
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

.megamenu > div > li > ul > li {
    list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000000;
}

.megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #022d62;
    white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #022d62;
    background-color: #f6f6f6;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #f6f6f6;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #ef3139;
    font-size: 18px;
}

@media (min-width: 992px) {
    .search .search-btn:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header .form-control {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.form-check {
    padding-left: 15px;
}

.form-check-input {
    margin-left: 0;
}

.form-check-input:checked {
    background: #ef3139;
    border-color: #ef3139;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Contact Number */
.contact-number a {
    font-size: 16px;
}

.contact-number i {
    font-size: 20px;
    vertical-align: middle;
}

.header.header-style-03 .contact-number.nav-item a:hover {
    color: #fff !important;
}

/* New Arrow */
.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    content: "";
    top: 20px;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #ef3139;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Header search */
.center-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.header-search-inner {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.header-search-inner::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -2px;
    width: 0;
    height: 3px;
    margin-top: -2px;
    background-color: #022d62;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 5px;
}

.header-search-inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 2px;
    width: 9px;
    height: 3px;
    margin-top: -2px;
    background-color: #022d62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-radius: 5px;
}

.header-search-icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #022d62;
}

.header-search-inner:hover::before,
.header-search-inner:hover::after {
    width: 15px;
}

.header-search-inner:hover::before {
    top: 7px;
    right: 2px;
}

.header-search-inner:hover .header-search-icon {
    width: 0;
    height: 0;
    border-color: transparent;
}

.header-search-inner::before,
.header-search-inner::after,
.header-search-inner .header-search-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-inner {
    z-index: 99;
}

.header-inner-nav {
    position: relative;
}

.header-inner .header-inner-nav.page-menu-top {
    position: fixed;
    width: 100%;
    background: #022d62;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    top: 70px;
    -webkit-animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
    padding: 5px 0;
}

.header-inner .header-inner-nav.page-menu-top .nav li a {
    color: #ffffff;
    padding: 10px 40px;
}

/*************************
       Responsive
*************************/
@media (min-width: 992px) {
    .header .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px;
        top: 100%;
    }

    .header .navbar .dropdown-menu.megamenu {
        left: 50%;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px;
    }

    .navbar-nav .mega-menu {
        position: static;
    }

    .header .navbar .dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .header.default .container {
        position: relative;
    }

    .header.default .navbar-collapse {
        position: static;
    }

    .header-style-03 .navbar .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -7px, 0);
        transform: translate3d(-50%, -7px, 0);
    }

    .header.default .navbar .container .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0);
    }

    .header.default .container .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0);
    }
}

@media (max-width: 1366px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
    }
}

@media (max-width: 1199px) {

    .navbar .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 14px;
    }

    .search-box {
        right: 15px;
    }

    .contact-number a {
        font-size: 14px;
    }

    .header.default .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .header .navbar .dropdown-menu {
        width: 100%;
    }

    .header.default .container {
        max-width: 100%;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #022d62;
        border-color: #022d62;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-style-02.sticky-top .navbar {
        position: relative;
        right: 0;
        top: 0px;
    }

    .header-style-03 .navbar-toggler {
        right: 0;
    }

    .header-style-03.sticky-top .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
    }

    .header-style-03.sticky-top .navbar-toggler i {
        color: #ffffff;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 10px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .header .navbar-nav > li {
        display: block;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 16px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        width: 100%;
    }

    .header .navbar .dropdown-menu {
        max-height: 200px;
        overflow: scroll;
        margin-bottom: 15px;
    }

    .header-style-03 {
        position: relative;
        background: #022d62;
    }

    .header-style-03 .navbar-toggler {
        border-color: #ffffff;
        color: #ffffff;
    }

    .header-style-03 .search .search-btn {
        color: #ffffff;
    }

    .header-style-03 .navbar-brand {
        padding: 10px 0px;
    }

    .header-style-03 .navbar .navbar-nav .nav-link {
        color: #022d62;
    }

    .header-style-03 + .banner {
        margin-top: 0;
    }

    .header-inner .header-inner-nav.page-menu-top .nav li a {
        padding: 10px 20px;
    }

    .header-style-03 .navbar-collapse {
        position: absolute;
        top: 60px;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        max-height: 400px;
        overflow: auto;
        left: 0;
        margin-left: 0px;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
        box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    }

    .sticky-top .navbar-collapse {
        top: 70px;
    }


    .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
        right: 20px;
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
        right: 15px;
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar .dropdown > .dropdown-menu li > a {
        padding: 6px 20px 6px 0;
    }

    .dropdown-menu.megamenu ul {
        margin-bottom: 11px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-brand {
        padding: 10px 0;
    }

    .navbar-collapse {
        top: 60px;
    }

    .navbar-toggler {
        right: 15px;
    }

    .header.default .container .navbar-toggler {
        right: 15px;
    }
}

/* sticky header */
@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*****************************
  banner
*****************************/
.banner h1 {
    color: #ffffff;
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 20px;
}

.banner h6 {
    color: #ffffff;
    margin-bottom: 30px;
}

.swiper-button-prev, .swiper-button-next {
    background-image: none;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

.banner ul {
    padding: 0;
    margin: 30px 0 50px;
    list-style-type: none;
    text-align: center;
}

.banner ul li {
    display: inline-block;
}

.banner ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-right: 2px solid #ffffff;
    padding: 0 15px;
}

.banner ul li a:hover {
    color: #ef3139;
}

.banner ul li:last-child a {
    border-right: 0;
}

/* banner 03 */
.banner-logo {
    padding: 10px 20px;
    background: #ef3139;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 70px;
    line-height: 60px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
}

.banner-logo:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 21px;
    left: -30px;
    border-top: 20px solid rgba(239, 49, 57, 0);
    border-right: 20px solid #ef3139;
    top: 15px;
}

.banner .swiper-button-big .icon-btn {
    font-size: 100px;
    background: transparent;
    font-weight: 500;
}

.home-banner {
    height: 700px;
}

.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ef3139;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.icon-btn {
    opacity: 1;
}

.icon-btn.btn-animation {
    opacity: 1;
}

.icon-btn-lg {
    width: 80px;
    height: 80px;
}

.icon-btn-md {
    width: 60px;
    height: 60px;
}

.icon-btn-sm {
    width: 40px;
    height: 40px;
}

.icon-btn-all-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
    .banner h1 {
        font-size: 66px;
        line-height: 76px;
        margin-bottom: 10px;
    }

    .swiper-button-prev {
        left: 5%;
    }

    .swiper-button-next {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .banner h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .slider-02 .font-large {
        font-size: 52px;
        line-height: 60px;
    }

    .banner-logo {
        width: auto;
        font-size: 50px;
        line-height: 50px;
    }
}

.page-content {
    padding: 50px 0;
}

/*****************************
  Layout
*****************************/
/*****************************
   Section Title
*****************************/

.section-title p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000000;
}

.background-border-top {
  background: #ef3139;
  height: 5px;
  width: 100%;
  border-radius: 5px; 
}

/* Footer Address */
.contact-address .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.contact-address .contact-item:last-child {
    margin-bottom: 0;
}

.contact-address .contact-item label {
    /*  min-width: 100px;*/
    color: #022d62;
    font-style: italic;
    margin-bottom: 0;
    /*  text-align: right;*/
    padding-right: 5px;
    /*  font-weight: 500; */
}

.contact-address .contact-item p {
    margin-bottom: 0;
}

.contact-address-02 .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-address-02 .contact-item:last-child {
    margin-bottom: 0;
}

.contact-address-02 .contact-item label {
    min-width: 70px;
    color: #022d62;
    margin-bottom: 0;
    padding-right: 20px;
    font-weight: 600;
}

.contact-address-02 .contact-item p {
    margin-bottom: 0;
}

.contact-page .contact-address label {
    font-weight: bold;
}

.contact-page .contact-address .address label {
    min-width: 115px;
}

.contact-page .contact-address p {
    line-height: 1.5;
}

/* Sticky column */
.is-sticky {
    position: sticky;
    top: 130px;
    padding: 0 10px;
}

/* Back To Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
    box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
}

.back-to-top:hover, .back-to-top.auto {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before, .back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after, .back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@-webkit-keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

/* Header Inner */
.header-inner {
    padding: 155px 0px;
    background-size: cover;
    background-position: center center;
}

.header-inner .header-inner-title {
    font-size: 18px;
}

.header-inner-menu {
    padding-bottom: 0;
}

/*.header-inner-menu .header-inner-title {
  margin-bottom: 80px; }*/

.header-inner .header-inner-nav {
    padding: 15px 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, black 20%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.header-inner .header-inner-nav .nav li a {
    color: #ffffff;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 5px;
}

.header-inner .header-inner-nav .nav li a.active {
    background: #ef3139;
}

.contact-bg-logo {
    position: absolute;
    top: 0;
    z-index: -9;
}

.contact-bg-logo i {
    font-size: 42rem;
    color: rgba(239, 49, 57, 0.06);
}

.footer-logo img {
    height: 40px;
}

@media (max-width: 1199px) {
    /* Header Inner */
    .header-inner {
        padding: 100px 0px;
    }

    .header-inner-menu {
        padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 60px;
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 14px 38px;
    }
}

@media (max-width: 991px) {
    /* Header Inner */
    .header-inner {
        padding: 80px 0px;
    }

    .header-inner-menu {
        padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 40px;
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    /* Header Inner */
    .header-inner {
        padding: 60px 0px;
    }

    .header-inner-menu {
        padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 20px;
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 6px 14px;
    }

    .header-inner .header-inner-title {
        font-size: 16px;
    }

    /* section title */
    .section-title {
        margin-bottom: 30px;
    }

    .section-title p {
        font-size: 16px;
    }

    .contact-bg-logo i {
        font-size: 30rem;
    }
}

@media (max-width: 575px) {
    /* Header Inner */
    .header-inner {
        padding: 40px 0px;
    }

    .header-inner-menu {
        padding-bottom: 0;
    }

    .contact-bg-logo i {
        font-size: 18rem;
    }
}

.is_hidden {
    display: none !important;
    position: fixed !important;
    z-index: -100;
    opacity: 0 !important;
    top: 10000px;
    height: 0 !important;
    width: 0 !important
}

/*****************************
  Category
*****************************/
/* Transition */
.category-grid-style-01 .category-item .category-icon,
.category-grid-style-01 .category-item:before,
.category-list-style-01 ul,
ul.category-list li a:after,
.category-box .category-icon,
.category-box:hover .category-icon i,
.category-box:hover .category-icon .category-title,
.category-box-style-02,
.category-box-style-02:before,
.category-box-style-02 ul.category-list {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Grid Style 01 */
.category-grid-style-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    border-radius: 5px;
}

.category-grid-style-01 .category-item {
    padding: 30px;
    text-align: center;
    width: 16.6666%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    cursor: pointer;
}

.category-grid-style-01 .category-item:nth-child(6n+0) {
    border-right: none;
}

.category-grid-style-01 .category-item:before {
    content: "";
    background: #ffffff;
    width: 110%;
    height: 110%;
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.category-grid-style-01 .category-item:hover:before {
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-grid-style-01 .category-item:hover .category-icon {
    color: #ef3139;
}

.category-grid-style-01 .category-item:hover .category-title {
    color: #ef3139;
}

.category-grid-style-01 .category-item .category-icon {
    color: #000000;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.category-grid-style-01 .category-item .category-title {
    color: #022d62;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.category-grid-style-01 .show-more-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 -20px 0;
    width: 100%;
}

.category-grid-style-01 .show-more-cat a {
    color: #022d62;
    font-size: 12px;
    font-weight: bold;
}

.category-grid-style-01 .show-more-cat a:hover {
    color: #ef3139;
}

.category-grid-style-01 .show-more-cat i {
    margin: 5px auto 0 auto;
}

/* Grid Style 02 */
.category-grid-style-02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px 0px -15px;
}

.category-grid-style-02 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 45px;
}

.category-grid-style-02 ul li a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 18px;
    color: #022d62;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

.category-grid-style-02 ul li a:hover {
    color: #ef3139;
}

.category-grid-style-02 ul li:nth-last-child(-n+4) a {
    margin-bottom: 0;
}

/* List Style 01 */
.category-list-style-01 ul.category-list {
    margin-bottom: 0;
    padding: 0 0 15px;
    height: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.category-list-style-01 ul.category-list:hover {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

ul.category-list {
    padding-left: 0;
    margin-bottom: 0;
}

ul.category-list li {
    list-style: none;
    margin-bottom: 15px;
}

ul.category-list li a {
    display: inline-block;
    color: #626262;
}

ul.category-list li a:hover {
    color: #ef3139;
    font-weight: bold;
}

ul.category-list li a:hover:after {
    margin-left: 10px;
    opacity: 1;
}

ul.category-list li a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
    opacity: 0;
}

.dark-background ul.category-list li a {
    color: #ffffff;
}

.dark-background ul.category-list li a:hover {
    color: #ef3139;
}

/* Category Box Style 01 */
.category-box .category-icon {
    background: #ffffff;
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    border-radius: 5px;
}

.category-box .category-icon i {
    color: #ef3139;
    font-size: 80px;
    margin-bottom: 20px;
}

.category-box:hover .category-icon {
    background: #022d62;
}

.category-box:hover .category-icon i {
    color: #ffffff;
}

.category-box:hover .category-icon .category-title {
    color: #ffffff;
}

.category-box ul.category-list li {
    margin-bottom: 20px;
}

.category-box ul.category-list li:last-child {
    margin-bottom: 0;
}

.category-box p {
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

/* Category Box Style 02 */
.category-box-style-02 {
    padding: 60px 5px;
    border-radius: 5px;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.category-box-style-02:hover {
    background: #022d62;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-box-style-02:hover .category-icon {
    background: transparent;
}

.category-box-style-02:hover ul.category-list {
    opacity: 1;
}

.category-box-style-02 .category-icon {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.category-box-style-02 ul.category-list {
    opacity: 0;
}

.category-box-style-02 ul.category-list li a {
    color: #ffffff;
}

.category-box-style-02 ul.category-list li a:hover {
    color: #ef3139;
}

.category-box-style-02.active {
    background: #022d62;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-box-style-02.active .category-icon {
    background: transparent;
}

.category-box-style-02.active .category-icon i {
    color: #ffffff;
}

.category-box-style-02.active .category-icon .category-title {
    color: #ffffff;
}

.category-box-style-02.active ul.category-list {
    opacity: 1;
}

/* category-style-03 */
.category-style-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-style-03 a.category-item {
    padding: 40px 30px 25px 30px;
}

/*****************************
  Counter
*****************************/
.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
}

.counter .counter-icon i {
    color: #ef3139;
    margin-right: 25px;
    font-size: 70px;
    line-height: 70px;
}

.counter .counter-content {
    -ms-flex-item-align: center;
    align-self: center;
}

.counter .counter-content .timer {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Archivo", sans-serif;
    color: #ef3139;
    margin-bottom: 10px;
    display: block;
}

.counter .counter-content label {
    display: block;
    color: #ffffff;
    margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
    color: #022d62;
}

.counter.counter-02 .counter-content label {
    color: #626262;
}

.counter.counter-02 .counter-icon i {
    color: #dfdfdf;
}

/* Counter 03 */
.counter.counter-03 {
    background: #ef3139;
    padding: 32px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/* Responsive View */
@media (max-width: 991px) {
    .category-grid-style-01 .category-item {
        width: 25%;
    }

    .category-grid-style-01 .category-item:nth-child(6n+0) {
        border-right: 1px solid #eeeeee;
    }

    .category-grid-style-01 .category-item:nth-child(4n+0) {
        border-right: none;
    }

    .category-box-style-02 {
        padding: 20px 5px;
    }

    .category-grid-style-02 ul li {
        width: 33.3333%;
        margin-bottom: 35px;
    }

    .category-grid-style-02 ul li a {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .category-grid-style-01 .category-item {
        width: 33.3333%;
    }

    .category-grid-style-01 .category-item:nth-child(4n+0) {
        border-right: 1px solid #eeeeee;
    }

    .category-grid-style-01 .category-item:nth-child(3n+0) {
        border-right: none;
    }

    .category-grid-style-01 .show-more-cat {
        margin-top: 40px;
    }

    .category-grid-style-02 ul li {
        width: 50%;
        margin-bottom: 25px;
    }

    .category-grid-style-02 ul li a {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .category-grid-style-01 .category-item {
        width: 100%;
    }

    .category-grid-style-01 .category-item:nth-child(3n+0) {
        border-right: 1px solid #eeeeee;
    }

    .category-grid-style-01 .category-item:nth-child(2n+0) {
        border-right: none;
    }

    .category-grid-style-02 ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*****************************
    Footer
*****************************/
.footer {
    background: #222831;
    padding-top: 100px;
/*    background: #022d62;*/
}

.footer .footer-bottom a {
    color: #ef3139 !important;
}

.footer h4 a {
    color: #fff !important;
}

.footer a {
    color: #e2e2e2 !important;
}

.footer p {
    color: #e2e2e2 !important;
}

.footer label {
    color: #85bcff !important;
}

.footer a:hover {
    color: #ef3139 !important;
}

.footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-link ul {
    padding-right: 50px;
}

.footer .footer-link ul:last-child {
    padding-right: 0px;
}

.footer .footer-link ul li a {
    color: #293745;
    font-weight: 500;
    padding: 7px 0px;
    display: block;
}

.footer .footer-link ul li:hover a {
    color: #ef3139;
}

.footer .footer-link ul li:first-child a {
    padding-top: 0;
}

.footer .footer-link ul li:last-child a {
    padding-bottom: 0;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 50px;
}

.footer .social-icon li:last-child {
    margin-right: 0;
}

.footer .social-icon li a {
    font-size: 18px;
    color: #022d62;
}

.footer .social-icon li:hover a {
    color: #ef3139;
}

.footer .footer-contact-info p {
    color: #293745;
    font-weight: 500;
}

.footer.bg-dark .footer-link ul li a {
    color: #ffffff;
}

.footer.bg-dark .footer-link ul li a:hover {
    color: #ef3139;
}

.footer.bg-dark .social-icon li {
    margin-right: 30px;
}

.footer.bg-dark .social-icon li a {
    color: #ffffff;
}

.footer.bg-dark .social-icon li a:hover {
    color: #ef3139;
}

.footer p {
    line-height: inherit;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
    .social-icon-lg li i {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .footer-link {
        display: block;
    }

    .footer-link ul li:first-child a {
        padding-top: 7px;
    }

    .footer-link ul li:last-child a {
        padding-bottom: 7px;
    }

    /* Social icon */
    .social-icon li {
        padding: 0 10px;
        margin-right: 8px;
    }

    .social-icon li i {
        font-size: 18px;
    }
}

/*************************
       Responsive
*************************/
/*************************
       1700px
*************************/

@media (max-width: 991px) {
    .space-ptb {
        padding: 70px 0;
    }

    .space-pt {
        padding-top: 70px;
    }

    .space-pb {
        padding-bottom: 70px;
    }

    .footer .container-fluid {
        padding: 0 50px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 96%;
    }

    .display-4 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 767px) {
    .feature-info img {
        height: 180px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 17px;
    }

    .space-ptb {
        padding: 50px 0;
    }

    .display-2 {
        font-size: 3rem !important;
    }

    .display-4 {
        font-size: 2rem;
    }

    .space-pt {
        padding-top: 50px;
    }

    .space-pb {
        padding-bottom: 50px;
    }

    .container {
        max-width: 100%;
    }

    .footer .container-fluid {
        padding: 0 30px;
    }

    .owl-carousel.testimonial .owl-nav i {
        display: none;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .testimonial .testimonial-item .testimonial-content p {
        font-size: 18px;
    }

    .footer.bg-dark .social-icon li {
        margin-bottom: 7px;
    }

    .footer .footer-link {
        display: block;
    }

    .pagination .page-item .page-link {
        padding: 10px 15px;
    }

    .footer .social-icon li {
        margin-right: 0;
    }

    .category-style-03 {
        display: block;
    }
}

