@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #7889af;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-body {
    background-color: #eef3f6;
    position: relative;
    z-index: 9;
}

.main-body-2 {
    background-color: #115ca9;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    color: #115ca9;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #7889af;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #115ca9;
    font-family: "Libre Caslon Text", serif;
    position: relative;
}

.main-btn span {
    height: 30px;
    width: 15px;
    border: 2px solid #047f2b;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-btn i {
    margin-left: 4px;
}

.main-btn:hover {
    background-color: #047f2b;
    color: #fff;
}

.main-btn:hover span {
    border-color: #fff;
}

.main-btn.main-btn-2 {
    background-color: #047f2b;
    color: #115ca9;
}

.main-btn.main-btn-2 span {
    border-color: #115ca9;
}

.main-btn.main-btn-2:hover {
    background-color: #115ca9;
    color: #fff;
}

.main-btn.main-btn-2:hover span {
    border-color: #047f2b;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== Custom Container =====*/
@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1560px;
    }
}

/*===== Custom Container =====*/
.section-title .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #7889af;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.section-title .title {
    font-weight: 700;
    font-size: 24px;
    color: #115ca9;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
}

.section-title .title span {
    color: #047f2b;
    font-style: italic;
}

.section-title.section-title-2 .title {
    color: #fff;
}

.section-title.section-title-2 .title span {
    color: #047f2b;
}

.section-title-3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-title-3 .title-icon {
    margin-top: 10px;
}

.section-title-3 .title-icon span {
    font-size: 100px;
    line-height: 100px;
    color: #047f2b;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title-3 .title-content {
    padding-left: 30px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-title-3 .title-content .title {
    font-size: 48px;
}

@media (max-width: 767px) {
    .section-title-3 .title-content .title {
        font-size: 28px;
    }
}

/*===== BG Shape =====*/
.bg-shape-1 {
    position: relative;
}

.bg-shape-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1535px;
    background-image: url(../images/bg-shape-1.png);
    background-position: center center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bg-shape-2 {
    position: relative;
}

.bg-shape-2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1535px;
    background-image: url(../images/bg-shape-2.png);
    background-position: center center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bg-shape-3 {
    position: relative;
    z-index: 5;
}

.bg-shape-3::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-image: url(../images/bg-shape-4.png);
    background-position: top center;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*===== All Form Style =====*/
.single-form {
    margin-top: 25px;
}

.single-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.single-form select,
.single-form input,
.single-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #dde4e8;
    padding: 0 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #7889af;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.single-form select + input,
.single-form input + input,
.single-form textarea + input {
    margin-top: 10px;
}

.single-form select:focus,
.single-form input:focus,
.single-form textarea:focus {
    border-color: #115ca9;
}

.single-form textarea {
    height: 200px;
    padding-top: 10px;
    resize: none;
}

.single-form .single-select {
    position: relative;
}

.single-form .single-select i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    color: #7889af;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"] + label {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #7889af;
}

.checkbox input[type="checkbox"] + label span {
    width: 14px;
    height: 14px;
    border: 1px solid #115ca9;
    position: relative;
    border-radius: 3px;
    top: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.checkbox input[type="checkbox"] + label span::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    color: #222;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    top: -5px;
    opacity: 0;
    visibility: hidden;
}

.checkbox input[type="checkbox"]:checked + label span {
    background-color: #115ca9;
    border-color: #115ca9;
}

.checkbox input[type="checkbox"]:checked + label span::before {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.radio input[type="radio"] {
    display: none;
}

.radio input[type="radio"] + label {
    margin-bottom: 0;
    font-size: 14px;
    color: #115ca9;
    text-transform: uppercase;
}

.radio input[type="radio"] + label span {
    width: 13px;
    height: 13px;
    border: 1px solid #115ca9;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
}

.radio input[type="radio"] + label span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #115ca9;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.radio input[type="radio"]:checked + label span::before {
    opacity: 1;
    visibility: visible;
}

/*===== All Pagination Style =====*/
.pagination-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 65px;
}

@media (max-width: 767px) {
    .pagination-items {
        padding-top: 45px;
    }
}

.pagination-items .pagination-left,
.pagination-items .pagination-right {
    background-image: url(../images/pagination-1.svg);
    background-position: center center;
    background-size: 100% 100%;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin: 0 5px;
}

@media (max-width: 767px) {

    .pagination-items .pagination-left,
    .pagination-items .pagination-right {
        width: 70px;
        height: 70px;
    }
}

.pagination-items .pagination-left i,
.pagination-items .pagination-right i {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #115ca9;
}

.pagination-items .pagination-right {
    background-image: url(../images/pagination-2.svg);
}

.pagination-items .pagination-item {
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    font-family: "Libre Caslon Text", serif;
    color: #115ca9;
    margin: 0 15px;
}

@media (max-width: 767px) {
    .pagination-items .pagination-item {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        margin: 0 10px;
    }
}

.pagination-items .pagination-item.active {
    color: #047f2b;
}

/*===========================
      02.Header css 
===========================*/
.header-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

/*===== Header Top Style =====*/
.header-top {
    background-color: #115ca9;
    padding-top: 5px;
    padding-bottom: 15px;
}

.header-top .header-top-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.header-top-left {
    padding-top: 10px;
}

.header-top-left .header-meta li {
    display: inline-block;
}

.header-top-left .header-meta li span,
.header-top-left .header-meta li a {
    font-size: 14px;
    color: #047f2b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-top-left .header-meta li span i,
.header-top-left .header-meta li a i {
    margin-right: 3px;
}

.header-top-left .header-meta li a:hover {
    color: #fff;
}

.header-top-left .header-meta li + li {
    margin-left: 50px;
}

.header-top-right .header-top-btn .get {
    font-size: 14px;
    color: #047f2b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-weight: 400;
}

.header-top-right .header-top-btn .get i {
    margin-right: 5px;
    font-size: 16px;
    opacity: 0.7;
}

.header-top-right .header-top-btn .get span {
    margin-left: 5px;
}

.header-top-right .header-top-btn .get:hover {
    color: #fff;
}

/*===== Header Nevbar Style =====*/
.header-nevbar {
    background-color: #eef3f6;
    padding: 20px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-nevbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 2px 16px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 2px 2px 16px rgba(34, 34, 34, 0.15);
    box-shadow: 2px 2px 16px rgba(34, 34, 34, 0.15);
    padding: 15px 0;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.header-nevbar-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nevbar-menu {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu {
        width: 33.33%;
    }
}

.header-nevbar-menu .menu-toggle {
    margin-top: 8px;
}

.header-nevbar-menu .menu-toggle .toggle span {
    width: 25px;
    height: 2px;
    background-color: #115ca9;
    margin: 5px 0;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        padding-top: 60px;
        left: -300px;
        overflow-y: auto;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .header-nevbar-menu .nevbar-menu-container.menu-open {
        left: 0;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        padding-top: 60px;
        left: -300px;
        overflow-y: auto;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .header-nevbar-menu .nevbar-menu-container.menu-open {
        left: 0;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}

.header-nevbar-menu .nevbar-menu-container .menu-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #222;
}

.header-nevbar-menu .nevbar-menu-container .header-meta {
    text-align: center;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li {
    padding: 0 10px;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li + li {
    margin-top: 10px;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li span,
.header-nevbar-menu .nevbar-menu-container .header-meta li a {
    font-size: 14px;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li span i,
.header-nevbar-menu .nevbar-menu-container .header-meta li a i {
    margin-right: 3px;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li a:hover {
    color: #047f2b;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li .address {
    padding: 0 40px;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li .get {
    text-transform: uppercase;
    font-weight: 400;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li .get i {
    margin-right: 5px;
    font-size: 16px;
    opacity: 0.7;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li .get span {
    margin-left: 5px;
}

.header-nevbar-menu .nevbar-menu-container .header-meta li .get:hover {
    color: #fff;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu {
        display: block;
        border-top: 1px solid rgba(34, 34, 34, 0.1);
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu {
        display: block;
        border-top: 1px solid rgba(34, 34, 34, 0.1);
        margin-top: 30px;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li {
    position: relative;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li + li {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li + li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li + li {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li + li {
        margin-left: 0;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
    /*font-family: "Libre Caslon Text", serif;*/
    color: #011c8b;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        padding: 8px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        padding: 8px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li a i {
    font-size: 14px;
    margin-left: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a i {
        display: none;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li a.active {
    color: #047f2b;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover > a {
    color: #047f2b;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .menu-expand {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .menu-expand::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .menu-expand::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #222;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li.active > .menu-expand::after {
    height: 0;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 240px;
    background-color: #fff;
    border-top: 2px solid #115ca9;
    -webkit-box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
    padding: 15px 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        padding: 0;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -ms-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        padding: 0;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -ms-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li {
    margin-left: 0;
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a {
    padding: 5px 0;
    display: block;
    font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a {
        padding: 8px 20px;
        padding-left: 35px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a {
        padding: 8px 20px;
        padding-left: 35px;
        font-size: 14px;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a i {
    display: block;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a i {
        display: none;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li .sub-menu li a {
        padding-left: 45px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li .sub-menu li a {
        padding-left: 45px;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li:hover .sub-menu {
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li:hover .sub-menu {
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover .sub-menu {
        top: 0;
    }
}

.header-nevbar-logo {
    width: 20%;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-logo {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .header-nevbar-logo {
        width: 33.33%;
    }
}

.header-nevbar-logo .logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nevbar-logo .logo {
        width: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-logo .logo {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-logo .logo {
        width: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-nevbar-logo .logo {
        width: 100px;
    }
}

.header-nevbar-logo::before {
    position: absolute;
    content: '';
    top: -50px;
    left: 50%;
    width: 120%;
    height: 188px;
    border-radius: 50%;
    background-color: #eef3f6;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nevbar-logo::before {
        height: 120px;
        top: -15px;
        width: 150%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-logo::before {
        height: 120px;
        top: -30px;
        width: 130%;
    }
}

@media (max-width: 767px) {
    .header-nevbar-logo::before {
        height: 120px;
        top: -45px;
        width: 200%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-nevbar-logo::before {
        height: 120px;
        top: -35px;
        width: 140%;
    }
}

.sticky .header-nevbar-logo .logo {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 95px;
}

.sticky .header-nevbar-logo::before {
    display: none;
}

.header-nevbar-meta {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-meta {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .header-nevbar-meta {
        width: 33.33%;
    }
}

.header-nevbar-meta .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.header-nevbar-meta .meta li {
    display: inline-block;
}

.header-nevbar-meta .meta li + li {
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nevbar-meta .meta li + li {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-meta .meta li + li {
        margin-left: 0px;
    }
}

.nevbar-call {
    padding: 15px;
    padding-top: 30px;
}

.header-call {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-call .call-icon i {
    font-size: 36px;
    line-height: 40px;
    color: #115ca9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-call .call-icon i {
        font-size: 24px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-call .call-icon i {
        font-size: 24px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .header-call .call-icon i {
        font-size: 24px;
        line-height: 25px;
    }
}

.header-call .call-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.header-call .call-content .text {
    display: block;
    font-size: 14px;
    color: #047f2b;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-call .call-content .text {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-call .call-content .text {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-call .call-content .text {
        font-size: 13px;
    }
}

.header-call .call-content .number {
    display: block;
    color: #115ca9;
    font-size: 24px;
    font-weight: 700;
    font-family: "Libre Caslon Text", serif;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-call .call-content .number {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-call .call-content .number {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .header-call .call-content .number {
        font-size: 18px;
        line-height: 26px;
    }
}

.header-cart button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
}

.header-cart button .cart-icon i {
    font-size: 16px;
    line-height: 40px;
    color: #115ca9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #047f2b;
    border-radius: 50%;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart button .cart-icon i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-cart button .cart-icon i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

.header-cart button .cart-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .header-cart button .cart-content {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-cart button .cart-content {
        display: block;
    }
}

.header-cart button .cart-content .text-1 {
    display: block;
    color: #115ca9;
    font-size: 14px;
    font-weight: 700;
    font-family: "Libre Caslon Text", serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart button .cart-content .text-1 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-cart button .cart-content .text-1 {
        font-size: 13px;
    }
}

.header-cart button .cart-content .text-2 {
    display: block;
    font-size: 14px;
    color: #047f2b;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-cart button .cart-content .text-2 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-cart button .cart-content .text-2 {
        font-size: 13px;
    }
}

.header-cart .dropdown-menu {
    left: auto !important;
    right: 0;
    top: 100% !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    margin-top: 20px;
    width: 350px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.1);
    box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.1);
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
}

@media (max-width: 767px) {
    .header-cart .dropdown-menu {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-cart .dropdown-menu {
        width: 350px;
    }
}

.header-cart .dropdown-menu .dropdown-cart-items li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #dde4e8;
    margin-left: 0;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 20px;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-image img {
    width: 70px;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-content .cart-title a {
    font-size: 14px;
    color: #115ca9;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-content .price {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

.header-cart .dropdown-menu .dropdown-cart-items li .cart-item .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #222;
}

.header-cart .dropdown-menu .header-cart-total .value {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 15px 0 5px;
}

.header-cart .dropdown-menu .header-cart-total .value span {
    display: block;
    float: right;
}

.header-cart .dropdown-menu .header-cart-btn .main-btn {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    margin: 10px 3px 0;
}

@media (max-width: 767px) {
    .header-cart .dropdown-menu .header-cart-btn .main-btn {
        padding: 0 18px;
        font-size: 13px;
        margin: 10px 1px 0;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-cart .dropdown-menu .header-cart-btn .main-btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
        margin: 10px 3px 0;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.overlay.open {
    width: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*===== Header 2 =====*/
.header-nevbar-2 {
    background-color: transparent;
}

.header-nevbar-2 .header-nevbar-logo {
    width: 100%;
}

.header-nevbar-2 .header-nevbar-logo::before {
    display: none;
}

.header-nevbar-2 .header-nevbar-logo .logo {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}

.header-nevbar-2 .header-nevbar-menu {
    width: 100%;
}

.header-nevbar-2 .header-nevbar-menu .menu-toggle .toggle span {
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container {
        background-color: #115ca9;
    }
}

@media (max-width: 767px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container {
        background-color: #115ca9;
    }
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .menu-close {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li span,
.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li a {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li a:hover {
    color: #047f2b;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li .address {
    padding: 0 40px;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li .get {
    text-transform: uppercase;
    font-weight: 400;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li .get i {
    margin-right: 5px;
    font-size: 16px;
    opacity: 0.7;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li .get span {
    margin-left: 5px;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .header-meta li .get:hover {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a.active {
    color: #047f2b;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .menu-expand::before {
    background-color: #fff;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .menu-expand::after {
    background-color: #fff;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover > a {
    color: #047f2b;
}

.header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
    background-color: #115ca9;
    -webkit-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .header-nevbar-2 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.header-nevbar-2 .header-call .call-icon i {
    color: #fff;
}

.header-nevbar-2 .header-call .call-content .text {
    color: #fff;
}

.header-nevbar-2 .header-call .call-content .number {
    color: #047f2b;
}

.header-nevbar-2 .header-nevbar-meta {
    width: 100%;
}

.header-nevbar-2 .header-nevbar-meta .header-cart button .cart-content .text-1 {
    color: #047f2b;
}

.header-nevbar-2 .header-nevbar-meta .header-cart button .cart-content .text-2 {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu {
    background-color: #115ca9;
    -webkit-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.1);
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .dropdown-cart-items li {
    border-bottom: 1px solid #dde4e8;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-content .cart-title a {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .dropdown-cart-items li .cart-item .item-content .price {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .dropdown-cart-items li .cart-item .close {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .header-cart-total .value {
    color: #fff;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .header-cart-btn .main-btn {
    border: 2px solid rgba(255, 255, 255, 0.3);
    line-height: 43px;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .header-cart-btn .main-btn:hover {
    border-color: #047f2b;
}

.header-nevbar-2 .header-nevbar-meta .header-cart .dropdown-menu .header-cart-btn .main-btn.main-btn-2 {
    border-color: #047f2b;
}

.header-nevbar-2.sticky {
    background-color: #115ca9;
}

.header-nevbar-2.sticky .header-nevbar-logo .logo {
    width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-2.sticky .header-nevbar-logo .logo {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-2.sticky .header-nevbar-logo .logo {
        width: 80px;
    }
}

/*===== Header 3 =====*/
.header-nevbar-3 {
    background-color: transparent;
}

.header-nevbar-3 .header-nevbar-logo {
    width: 100%;
}

.header-nevbar-3 .header-nevbar-logo::before {
    display: none;
}

.header-nevbar-3 .header-nevbar-logo .logo {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}

.header-nevbar-3 .header-nevbar-menu {
    width: 100%;
}

.header-nevbar-3 .header-nevbar-menu .menu-toggle .toggle span {
    background-color: #fff;
}

.header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        color: #115ca9;
    }
}

@media (max-width: 767px) {
    .header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
        color: #115ca9;
    }
}

.header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a.active {
    color: #047f2b;
}

.header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover > a {
    color: #047f2b;
}

.header-nevbar-3 .header-nevbar-menu .nevbar-menu-container .nevbar-menu li .sub-menu li a {
    color: #115ca9;
}

.header-nevbar-3 .header-nevbar-meta {
    width: 100%;
}

.header-nevbar-3 .header-nevbar-meta .header-call .call-icon i {
    color: #fff;
}

.header-nevbar-3 .header-nevbar-meta .header-call .call-content .text {
    color: #fff;
}

.header-nevbar-3 .header-nevbar-meta .header-call .call-content .number {
    color: #047f2b;
}

.header-nevbar-3 .header-nevbar-meta .header-cart button .cart-content .text-1 {
    color: #047f2b;
}

.header-nevbar-3 .header-nevbar-meta .header-cart button .cart-content .text-2 {
    color: #fff;
}

.header-nevbar-3.sticky {
    background-color: #eef3f6;
}

.header-nevbar-3.sticky .header-nevbar-logo .logo {
    width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nevbar-3.sticky .header-nevbar-logo .logo {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .header-nevbar-3.sticky .header-nevbar-logo .logo {
        width: 80px;
    }
}

.header-nevbar-3.sticky .header-nevbar-menu {
    width: 100%;
}

.header-nevbar-3.sticky .header-nevbar-menu .menu-toggle .toggle span {
    background-color: #047f2b;
}

.header-nevbar-3.sticky .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a {
    color: #115ca9;
}

.header-nevbar-3.sticky .header-nevbar-menu .nevbar-menu-container .nevbar-menu li a.active {
    color: #047f2b;
}

.header-nevbar-3.sticky .header-nevbar-menu .nevbar-menu-container .nevbar-menu li:hover > a {
    color: #047f2b;
}

.header-nevbar-3.sticky .header-nevbar-meta {
    width: 100%;
}

.header-nevbar-3.sticky .header-nevbar-meta .header-call .call-icon i {
    color: #115ca9;
}

.header-nevbar-3.sticky .header-nevbar-meta .header-call .call-content .text {
    color: #047f2b;
}

.header-nevbar-3.sticky .header-nevbar-meta .header-call .call-content .number {
    color: #115ca9;
}

.header-nevbar-3.sticky .header-nevbar-meta .header-cart button .cart-content .text-1 {
    color: #115ca9;
}

.header-nevbar-3.sticky .header-nevbar-meta .header-cart button .cart-content .text-2 {
    color: #047f2b;
}

/*===========================
      03.Slider css 
===========================*/
.single-slider {
    height: 1000px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider {
        height: 900px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .single-slider {
        height: auto;
        padding-top: 200px;
        padding-bottom: 150px;
    }
}

.single-slider::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 140px;
    background-image: url(../images/slider-shape.png);
    background-position: center center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider::before {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider::before {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .single-slider::before {
        height: 70px;
    }
}

.slider-content {
    max-width: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        max-width: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content {
        max-width: 420px;
    }
}

.slider-content .slider-logo {
    padding-bottom: 10px;
}

.slider-content .title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;    
    text-shadow: 1px 1px #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .slider-content .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content .title {
        font-size: 40px;
    }
}

.slider-content p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    text-shadow: 1px 1px #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .slider-content p {
        font-size: 14px;
    }
}

.slider-content .slider-btn {
    padding-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .slider-content .slider-btn {
        display: block;
    }
}

.slider-content .slider-btn li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
}

.slider-content .slider-btn li:last-child {
    margin-right: 0;
}

.slider-content .slider-btn li .play {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-content .slider-btn li .play i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #047f2b;
    color: #fff;
    font-size: 20px;
}
.slider-content .slider-btn:hover li .play i {
    
    background-color: #115ca9;
}
.slider-content .slider-btn li .play span {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 16px;
    font-style: italic;
    font-family: "Libre Caslon Text", serif;
    padding-left: 10px;
}

/*===== Slider 02 =====*/
@media (max-width: 767px) {
    .slider-02 .single-slider {
        height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.slider-02 .single-slider::before {
    display: none;
}

.slider-02 .single-slider .slider-content {
    padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-02 .single-slider .slider-content {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .slider-02 .single-slider .slider-content {
        padding-top: 0;
    }
}

/*===== Slider 03 =====*/
.slider-03 .single-slider::before {
    background-image: url(../images/slider-shape-2.png);
}

.slider-03 .single-slider .slider-content .title {
    color: #fff;
}

.slider-03 .single-slider .slider-content p {
    color: #fff;
}

.slider-03 .single-slider .quick-order-form {
    max-width: 700px;
}

.slider-03 .single-slider .quick-order-form .single-form {
    position: relative;
}

.slider-03 .single-slider .quick-order-form .single-form select,
.slider-03 .single-slider .quick-order-form .single-form input {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #115ca9;
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form select::placeholder,
.slider-03 .single-slider .quick-order-form .single-form input::placeholder {
    opacity: 1;
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form select::-moz-placeholder,
.slider-03 .single-slider .quick-order-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form select::-moz-placeholder,
.slider-03 .single-slider .quick-order-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form select::-webkit-input-placeholder,
.slider-03 .single-slider .quick-order-form .single-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form i {
    color: #047f2b;
}

.slider-03 .single-slider .quick-order-form .single-form .main-btn i {
    color: #fff;
    font-size: 20px;
}

.slider-03 .single-slider .quick-order-form .single-form .main-btn:hover {
    background-color: #fff;
    color: #115ca9;
}

/*===========================
      04.Brand css 
===========================*/
.brand-area {
    position: relative;
    z-index: 5;
}

.brand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.brand-col {
    padding-left: 10px;
    padding-right: 50px;
    width: 14.28%;
    flex: 0 0 auto;
}

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

@media (max-width: 767px) {
    .brand-col {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-col {
        width: 33.33%;
    }
}

/*===========================
      05.About css 
===========================*/
.about-area {
    position: relative;
}

.about-content .section-title .sub-title {
    color: #ff771f;
}

.about-content .about-text {
    max-width: 570px;
}

.about-content .about-text .title {
    font-weight: 400;
    color: #115ca9;
    font-size: 32px;
    line-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .about-text .title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content .about-text .title {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .about-content .about-text .title {
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content .about-text .title {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .about-text .title br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content .about-text .title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-content .about-text .title br {
        display: none;
    }
}

.about-content .about-text .title span {
    color: #047f2b;
    font-style: italic;
}

.about-content .about-text p {
    margin-top: 30px;
    line-height: 30px;
}

.about-video {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.about-video .video-image {
    width: 100%;
    height: 370px;
}

@media (max-width: 767px) {
    .about-video .video-image {
        height: 270px;
    }
}

.about-video .video-play {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #047f2b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*===== About 02 =====*/
.about-02 .about-content .about-text .title {
    color: #fff;
}

.about-02 .about-content .about-text .title span {
    color: #047f2b;
}

/*===== About 03 =====*/
.about-03 {
    position: relative;
    margin-bottom: -200px;
    z-index: 5;
}

.about-03 .about-video {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.about-03 .about-video .video-image {
    width: 100%;
    height: 370px;
}

@media (max-width: 767px) {
    .about-03 .about-video .video-image {
        height: 270px;
    }
}

.about-03 .about-video .video-play {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #047f2b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*===========================
      06.Service css 
===========================*/
.service-area {
    position: relative;
}

.single-service {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    z-index: 5;
}

.single-service::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: -webkit-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: -ms-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: linear-gradient(360deg, #eef3f6 0%, white 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-service::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-service .service-content {
    padding: 50px 15px 20px;
}

.single-service .service-content .service-title a {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 25px;
}

.single-service .service-content .service-title a:hover {
    color: #047f2b;
}

.single-service .service-content p {
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service .service-content p {
        font-size: 14px;
    }
}

.single-service .service-btn {
    bottom: -30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service .service-btn {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .single-service .service-btn {
        bottom: -25px;
    }
}

.single-service .service-btn .main-btn {
    height: 60px;
    line-height: 60px;
    background-color: #a6b7d7;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service .service-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .single-service .service-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

.single-service .service-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-service .service-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-service .service-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-service.service-2::before {
    background: -moz-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -webkit-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -ms-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-service.service-2::after {
    background-color: #002373;
}

.single-service.service-2 .service-content .service-title a {
    color: #fff;
}

.single-service.service-2 .service-content .service-title a:hover {
    color: #047f2b;
}

.single-service.service-2 .service-btn .main-btn {
    background-color: #002373;
}

.single-service.service-2 .service-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-service.service-2 .service-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-service.service-2 .service-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-service:hover::before {
    opacity: 0;
    visibility: hidden;
}

.single-service:hover::after {
    opacity: 1;
    visibility: visible;
}

/*========= service 2 ==========*/
.service-area-2 {
    background-color: #fff;
}

.single-service-2 {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    z-index: 5;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-service-2::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(90deg, #eef3f6 0%, white 100%);
    background: -webkit-linear-gradient(90deg, #eef3f6 0%, white 100%);
    background: -ms-linear-gradient(90deg, #eef3f6 0%, white 100%);
    background: linear-gradient(180deg, #eef3f6 0%, white 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-service-2 .service-content {
    padding: 50px 15px 20px;
}

.single-service-2 .service-content .service-title a {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 25px;
}

.single-service-2 .service-content .service-title a:hover {
    color: #047f2b;
}

.single-service-2 .service-content p {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-2 .service-content p {
        font-size: 14px;
    }
}

.single-service-2 .service-btn {
    bottom: -30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-2 .service-btn {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .single-service-2 .service-btn {
        bottom: -25px;
    }
}

.single-service-2 .service-btn .main-btn {
    height: 60px;
    line-height: 60px;
    background-color: #a6b7d7;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-2 .service-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .single-service-2 .service-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

.single-service-2 .service-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-service-2 .service-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-service-2 .service-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-service-2:hover {
    border-color: #115ca9;
}

.single-service-2:hover::before {
    opacity: 0;
    visibility: hidden;
}

/*===========================
      07.Banner css 
===========================*/
.banner-area {
    padding-top: 115px;
    padding-bottom: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .banner-area {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

.banner-content {
    max-width: 670px;
}

.banner-content .banner-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #115ca9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content .banner-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-content .banner-title {
        font-size: 26px;
    }
}

.banner-content p {
    margin-top: 15px;
    font-size: 14px;
}

.banner-content .list {
    margin-top: 30px;
}

.banner-content .list li {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .banner-content .list li {
        font-size: 14px;
    }
}

.banner-content .list li:nth-child(2n+1) {
    color: #abc643;
}

.banner-content .list li:nth-child(2n+2) {
    color: #047f2b;
}

.banner-content .main-btn {
    margin-top: 45px;
    height: 60px;
    line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .banner-content .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

.banner-content.banner-2 .banner-title {
    color: #fff;
}

/*===========================
      08.product css 
===========================*/
.single-product {
    position: relative;
    border-radius: 4px;
    margin-bottom: 25px;
    z-index: 5;
}

.single-product::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: -webkit-linear-gradient(white 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(white 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(white 70%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-product::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-product .product-image {
    border-bottom: 1px solid #dde4e8;
    position: relative;
}

.single-product .product-image a {
    display: block;
}

.single-product .product-image a img {
    width: 100%;
}

.single-product .product-image .sticker {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 55px;
    line-height: 55px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: "Libre Caslon Text", serif;
    background-image: url(../images/sticker.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.single-product .product-content {
    padding: 30px 20px 0;
}

.single-product .product-content .count {
    font-size: 14px;
    color: #abc643;
    background-color: rgba(172, 198, 67, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.single-product .product-content .product-title a {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 20px;
}

.single-product .product-content p {
    margin-top: 10px;
    font-size: 14px;
}

.single-product .product-content .price {
    margin-top: 10px;
}

.single-product .product-content .price .sale-price {
    font-family: "Libre Caslon Text", serif;
    font-size: 24px;
    font-weight: 700;
    color: #047f2b;
}

.single-product .product-content .price .regular-price {
    color: #7889af;
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 8px;
}

.single-product .product-btn {
    bottom: -25px;
    position: relative;
}

.single-product .product-btn .main-btn {
    background-color: #a6b7d7;
    color: rgba(255, 255, 255, 0.7);
}

.single-product .product-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-product .product-btn .main-btn i {
    margin-left: 0;
    margin-right: 5px;
}

.single-product .product-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-product .product-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-product.product-2::before {
    background: -moz-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -webkit-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -ms-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-product.product-2::after {
    background-color: #002373;
}

.single-product.product-2 .product-image {
    border-color: rgba(221, 228, 232, 0.1);
}

.single-product.product-2 .product-content .product-title a {
    color: #fff;
}

.single-product.product-2 .product-content .product-title a:hover {
    color: #047f2b;
}

.single-product.product-2 .product-btn .main-btn {
    background-color: #002373;
}

.single-product.product-2 .product-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-product.product-2 .product-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-product.product-2 .product-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-product:hover::before {
    opacity: 0;
    visibility: hidden;
}

.single-product:hover::after {
    opacity: 1;
    visibility: visible;
}

/*===========================
 09.Mineral Composition css 
===========================*/
.mineral-composition {
    background-color: #fff;
}

.composition-title {
    max-width: 470px;
}

.composition-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #115ca9;
    position: relative;
}

.composition-title .title span {
    position: absolute;
    top: -20px;
    left: 45px;
    height: 55px;
    line-height: 55px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: "Libre Caslon Text", serif;
    background-image: url(../images/sticker.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.composition-title p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Libre Caslon Text", serif;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.composition-title p::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #abc643;
}

.composition-video {
    max-width: 420px;
    margin-top: 50px;
    position: relative;
    padding-right: 50px;
}

.composition-video img {
    width: 100%;
}

.composition-video .play {
    font-size: 20px;
    color: #115ca9;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.composition-video .play i {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.composition-tab .nav li a {
    font-size: 18px;
    font-weight: 400;
    color: #115ca9;
    font-family: "Libre Caslon Text", serif;
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .composition-tab .nav li a {
        font-size: 16px;
    }
}

.composition-tab .nav li a i {
    font-size: 13px;
    margin-left: 5px;
}

.composition-tab .nav li a span {
    position: absolute;
    top: -20px;
    right: -35px;
    height: 55px;
    line-height: 55px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: "Libre Caslon Text", serif;
    background-image: url(../images/sticker.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .composition-tab .nav li a span {
        height: 45px;
        line-height: 45px;
        width: 40px;
        font-size: 12px;
    }
}

.composition-tab .nav li a.active {
    color: #047f2b;
}

.composition-tab .nav li a.active span {
    opacity: 1;
    visibility: visible;
}

.composition-tab .tab-content .composition-tab-content .title {
    font-size: 32px;
    color: #047f2b;
}

@media (max-width: 767px) {
    .composition-tab .tab-content .composition-tab-content .title {
        font-size: 24px;
    }
}

.composition-tab .tab-content .composition-tab-content .sub-title {
    font-size: 18px;
    color: #abc643;
    margin-top: 10px;
    font-weight: 700;
}

.composition-tab .tab-content .composition-tab-content p {
    font-size: 14px;
    margin-top: 15px;
}

/*===== Mineral Composition 2 =====*/
.mineral-composition-2 {
    background-color: #002373;
}

.mineral-composition-2 .composition-title .title {
    color: #fff;
}

.mineral-composition-2 .composition-title .title span {
    position: absolute;
    top: -20px;
    left: 45px;
    height: 55px;
    line-height: 55px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: "Libre Caslon Text", serif;
    background-image: url(../images/sticker.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.mineral-composition-2 .composition-video .play {
    font-size: 20px;
    color: #115ca9;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mineral-composition-2 .composition-video .play i {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mineral-composition-2 .composition-tab .nav li a {
    color: #fff;
}

.mineral-composition-2 .composition-tab .nav li a.active {
    color: #047f2b;
}

/*===========================
     10.Testimonial css 
===========================*/
.testimonial-image {
    position: relative;
    z-index: 5;
}

.testimonial-image .image img {
    border-bottom-left-radius: 39%;
    border-bottom-right-radius: 45%;
}

.testimonial-image .testimonial-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.testimonial-image .testimonial-qauote {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-image .testimonial-qauote {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .testimonial-image .testimonial-qauote {
        width: 80px;
    }
}

.testimonial-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-content-wrapper .testimonial-content .testimonial-title {
    font-weight: 700;
    font-size: 36px;
    color: #115ca9;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper .testimonial-content .testimonial-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content-wrapper .testimonial-content .testimonial-title {
        font-size: 28px;
    }
}

.testimonial-content-wrapper .testimonial-content p {
    font-size: 18px;
    font-style: italic;
    font-family: "Libre Caslon Text", serif;
    color: #7889af;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper .testimonial-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonial-content-wrapper .testimonial-content p::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    background-color: #115ca9;
    top: 8px;
    left: 0;
}

.testimonial-content-wrapper .testimonial-content .review-signechar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper .testimonial-content .review-signechar {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-content-wrapper .testimonial-content .review-signechar {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.testimonial-content-wrapper .testimonial-content .review-signechar .review {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.testimonial-content-wrapper .testimonial-content .review-signechar .review .rating li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.testimonial-content-wrapper .testimonial-content .review-signechar .review span {
    font-size: 14px;
    color: #7889af;
    margin-left: 8px;
    font-weight: 400;
}

.testimonial-content-wrapper .testimonial-content .review-signechar .signechar {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonial-content-active {
        padding-bottom: 50px;
    }
}

.testimonial-content-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
    background-image: url(../images/play.svg);
    background-position: center center;
    background-size: 100% 100%;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-content-active .slick-arrow {
        right: -80px;
    }
}

@media (max-width: 767px) {
    .testimonial-content-active .slick-arrow {
        width: 45px;
        height: 45px;
        right: auto;
        left: 50%;
        bottom: 0;
        top: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.testimonial-content-active .slick-arrow i {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}

/*===== testimonial 2 =====*/
.testimonial-2 .testimonial-content-active .testimonial-content .testimonial-title {
    color: #fff;
}

.testimonial-2 .testimonial-content-active .testimonial-content p::before {
    background-color: #abc643;
}

/*===========================
     11.Blog css 
===========================*/
.single-blog {
    margin-bottom: 30px;
}

.single-blog .blog-image {
    overflow: hidden;
}

.single-blog .blog-image a {
    display: block;
}

.single-blog .blog-image a img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog .blog-content {
    position: relative;
    z-index: 5;
    padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content {
        padding: 0 30px;
    }
}

.single-blog .blog-content::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog .blog-content::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog .blog-content .blog-meta {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    top: -27px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-meta {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .blog-content .blog-meta {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-meta {
        padding: 15px 10px;
    }
}

.single-blog .blog-content .blog-meta li {
    margin: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-meta li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .blog-content .blog-meta li {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-meta li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content .blog-meta li {
        margin: 0 10px;
    }
}

.single-blog .blog-content .blog-meta li a {
    font-size: 15px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-meta li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog .blog-content .blog-meta li a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-meta li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content .blog-meta li a {
        font-size: 14px;
    }
}

.single-blog .blog-content .blog-meta li a i {
    color: #047f2b;
    margin-right: 5px;
}

.single-blog .blog-content .blog-meta li a:hover {
    color: #047f2b;
}

.single-blog .blog-content .blog-title a {
    font-size: 18px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 16px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #047f2b;
}

.single-blog .blog-content p {
    margin-top: 15px;
}

.single-blog .blog-content .blog-btn {
    bottom: -30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-btn {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-btn {
        bottom: -25px;
    }
}

.single-blog .blog-content .blog-btn .main-btn {
    height: 60px;
    line-height: 60px;
    background-color: #a6b7d7;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

.single-blog .blog-content .blog-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-blog .blog-content .blog-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-blog .blog-content .blog-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-blog.blog-2 .blog-content::before {
    background: -moz-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -webkit-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    background: -ms-linear-gradient(-90deg, #002373 0%, #002c8e 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-blog.blog-2 .blog-content::after {
    background-color: #002373;
}

.single-blog.blog-2 .blog-content .blog-meta {
    background-color: #047f2b;
}

.single-blog.blog-2 .blog-content .blog-meta li a {
    color: #fff;
}

.single-blog.blog-2 .blog-content .blog-meta li a i {
    color: #fff;
}

.single-blog.blog-2 .blog-content .blog-meta li a:hover {
    color: #115ca9;
}

.single-blog.blog-2 .blog-content .blog-title a {
    color: #fff;
}

.single-blog.blog-2 .blog-content .blog-title a:hover {
    color: #047f2b;
}

.single-blog.blog-2 .blog-content .blog-btn .main-btn {
    background-color: #002373;
}

.single-blog.blog-2 .blog-content .blog-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

.single-blog.blog-2 .blog-content .blog-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-blog.blog-2 .blog-content .blog-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-blog:hover .blog-image a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog:hover .blog-content::before {
    opacity: 0;
    visibility: hidden;
}

.single-blog:hover .blog-content::after {
    opacity: 1;
    visibility: visible;
}

/*===========================
     12.Call To Action css 
===========================*/
.call-to-action-area {
    position: relative;
    margin-bottom: -108px;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .call-to-action-area {
        padding-top: 0;
    }
}

.call-to-action-wrapper {
    background-color: #047f2b;
    padding: 70px;
    padding-top: 40px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-wrapper {
        padding: 30px 30px;
    }
}

@media (max-width: 767px) {
    .call-to-action-wrapper {
        padding: 30px 30px;
    }
}

.call-to-action-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.call-to-action-content .title {
    font-size: 32px;
    font-weight: 700;
    color: #115ca9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-content .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .call-to-action-content .title {
        font-size: 20px;
    }
}

.call-to-action-btn .main-btn {
    height: 60px;
    line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .call-to-action-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

/*===========================
     13.Footer css 
===========================*/
.footer-area {
    background-color: #002373;
    z-index: 5;
    position: relative;
    overflow: hidden;
    /* padding-top: 108px; footer bar gizlendiği için*/
}

.footer-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.footer-2 {
    padding-top: 0;
}

.footer-about p {
    margin-top: 25px;
}

.footer-about .link {
    margin-top: 30px;
}

.footer-about .link li {
    display: inline-block;
}

.footer-about .link li + li {
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-about .link li + li {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-about .link li + li {
        margin-left: 20px;
    }
}

.footer-about .link li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-about .link li a {
        font-size: 14px;
    }
}

.footer-about .link li a:hover {
    color: #047f2b;
}

.footer-title {
    font-size: 15px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-post .post-items {
    padding-top: 10px;
}

.footer-post .post-items li .post-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
}

.footer-post .post-items li .post-item .post-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.footer-post .post-items li .post-item .post-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.footer-post .post-items li .post-item .post-content .title a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-post .post-items li .post-item .post-content .title a:hover {
    color: #047f2b;
}

.footer-post .post-items li .post-item .post-content .date {
    font-size: 13px;
    color: #7889af;
    display: block;
    margin-top: 2px;
}

.footer-post .post-items li .post-item .post-content .comment {
    font-size: 13px;
    color: #7889af;
    display: block;
    margin-top: 1px;
}

.footer-link-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-link-wrapper .footer-info,
.footer-link-wrapper .footer-link {
    width: 33.33%;
}

@media (max-width: 767px) {

    .footer-link-wrapper .footer-info,
    .footer-link-wrapper .footer-link {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .footer-link-wrapper .footer-info,
    .footer-link-wrapper .footer-link {
        width: 33.33%;
    }
}

.footer-link-wrapper .footer-info .link,
.footer-link-wrapper .footer-link .link {
    padding-top: 10px;
}

.footer-link-wrapper .footer-info .link li a,
.footer-link-wrapper .footer-link .link li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-link-wrapper .footer-info .link li a:hover,
.footer-link-wrapper .footer-link .link li a:hover {
    color: #047f2b;
}

.footer-link-wrapper .footer-info .info-items {
    padding-top: 10px;
}

.footer-link-wrapper .footer-info .info-items .single-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 10px;
}

.footer-link-wrapper .footer-info .info-items .single-info .info-icon {
    font-size: 20px;
    color: #fff;
}

.footer-link-wrapper .footer-info .info-items .single-info .info-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
}

.footer-link-wrapper .footer-info .info-items .single-info .info-content p {
    font-size: 14px;
    color: #fff;
}

.footer-link-wrapper .footer-info .info-items .single-info .info-content p a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-link-wrapper .footer-info .info-items .single-info .info-content p a:hover {
    color: #047f2b;
}

.footer-copyright {
    background-color: rgba(34, 34, 34, 0.5);
    padding: 20px 0;
}

.footer-copyright p {
    font-size: 16px;
    color: #fff;
}

.footer-copyright p a {
    color: #047f2b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-copyright p a:hover {
    color: #115ca9;
}

/*===== Back To Top =====*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
}

.back-to-top img {
    width: 25px;
}

/*===========================
     14.Quick Order css 
===========================*/
.quick-order-form .single-form {
    position: relative;
}

.quick-order-form .single-form select,
.quick-order-form .single-form input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 44, 143, 0.05);
    background-color: rgba(0, 44, 143, 0.02);
    padding: 0 15px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.quick-order-form .single-form select:focus,
.quick-order-form .single-form input:focus {
    border-color: #115ca9;
}

.quick-order-form .single-form select {
    -moz-appearance: none;
    appearance: none;
}

.quick-order-form .single-form i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    font-size: 14px;
}

.quick-order-form .single-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 44, 143, 0.02);
}

.quick-order-form .single-form .main-btn {
    border-radius: 3px;
    text-align: left;
}

.quick-order-form .single-form .main-btn i {
    font-size: 20px;
}

/*===== Quick Order 02 =====*/
.quick-order-02 {
    background-color: #115ca9;
}

.quick-order-02 .quick-order-form .single-form {
    position: relative;
}

.quick-order-02 .quick-order-form .single-form select,
.quick-order-02 .quick-order-form .single-form input {
    border-color: rgba(255, 255, 255, 0.08);
    background-color: #115ca9;
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form select::placeholder,
.quick-order-02 .quick-order-form .single-form input::placeholder {
    opacity: 1;
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form select::-moz-placeholder,
.quick-order-02 .quick-order-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form select::-moz-placeholder,
.quick-order-02 .quick-order-form .single-form input::-moz-placeholder {
    opacity: 1;
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form select::-webkit-input-placeholder,
.quick-order-02 .quick-order-form .single-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form i {
    color: #047f2b;
}

.quick-order-02 .quick-order-form .single-form .main-btn i {
    color: #fff;
    font-size: 20px;
}

.quick-order-02 .quick-order-form .single-form .main-btn:hover {
    background-color: #fff;
    color: #115ca9;
}

.quick-order-02 .quick-order-form .single-form .main-btn:hover i {
    color: #115ca9;
}

/*===== Quick Order 03 =====*/
.quick-order-03 {
    padding-top: 295px;
}

/*===========================
     15.Page Banner css 
===========================*/
.page-banner {
    padding: 320px 0 310px;
    background-position: top center;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner {
        padding: 240px 0 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding: 190px 0 190px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding: 120px 0 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner {
        padding: 150px 0 150px;
    }
}

.page-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 140px;
    background-image: url(../images/bg-shape-3.png);
    background-position: top center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner::before {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner::before {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .page-banner::before {
        height: 70px;
    }
}

.page-banner-content .title {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .page-banner-content .title {
        font-size: 28px;
    }
}

/*===========================
16.Services Details Page css 
===========================*/
.services-details .details-image {
    margin-top: 30px;
}

.services-details .details-image img {
    width: 100%;
}

.services-details .details-content {
    margin-top: 45px;
}

/*===========================
     17.FAQ's css 
===========================*/
.single-faq {
    position: relative;
    padding-left: 45px;
    margin-top: 60px;
}

.single-faq .faq-no {
    font-size: 18px;
    font-family: "Libre Caslon Text", serif;
    color: #047f2b;
    position: absolute;
    top: 0;
    left: 0;
}

.single-faq .faq-content .faq-title {
    font-size: 18px;
    color: #115ca9;
}

.single-faq .faq-content p {
    margin-top: 15px;
}

.faq-image {
    margin-top: 60px;
}

.faq-image img {
    width: 100%;
}

/*===========================
     18.Team css 
===========================*/
.single-team .team-image {
    position: relative;
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-image .social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/social-shape.svg);
    background-position: center center;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-team .team-image .social i {
    position: absolute;
    top: 47%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    font-size: 24px;
}

.single-team .team-content .team-name {
    font-size: 20px;
    font-weight: 700;
    color: #115ca9;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team .team-content .team-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .single-team .team-content .team-name {
        font-size: 18px;
    }
}

.single-team .team-content .designation {
    font-size: 14px;
    color: #7889af;
    margin-top: 5px;
}

.single-team:hover .team-image .social {
    opacity: 1;
    visibility: visible;
}

/*===========================
     19.Pricing css 
===========================*/
.single-pricing {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    z-index: 5;
    padding: 50px 15px 0;
}

.single-pricing::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: -webkit-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: -ms-linear-gradient(360deg, #eef3f6 0%, white 100%);
    background: linear-gradient(360deg, #eef3f6 0%, white 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-pricing::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-pricing .pricing-title .title {
    font-size: 30px;
    font-weight: 700;
    color: #115ca9;
    font-family: "Libre Caslon Text", serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-pricing .pricing-title .title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-pricing .pricing-title .title {
        font-size: 24px;
    }
}

.single-pricing .pricing-price {
    padding-top: 25px;
}

.single-pricing .pricing-price .price {
    font-size: 14px;
    color: #abc643;
    position: relative;
    padding-left: 25px;
}

.single-pricing .pricing-price .price .symbol {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #047f2b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.single-pricing .pricing-price .price strong {
    font-size: 36px;
    font-weight: 700;
    color: #047f2b;
    font-family: "Libre Caslon Text", serif;
}

.single-pricing .pricing-body {
    padding-bottom: 20px;
}

.single-pricing .pricing-body .pricing-list li {
    font-size: 16px;
    color: #7889af;
    margin-top: 20px;
}

.single-pricing .pricing-btn {
    bottom: -30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-pricing .pricing-btn {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .single-pricing .pricing-btn {
        bottom: -25px;
    }
}

.single-pricing .pricing-btn .main-btn {
    height: 60px;
    line-height: 60px;
    background-color: #a6b7d7;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-pricing .pricing-btn .main-btn {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .single-pricing .pricing-btn .main-btn {
        height: 50px;
        line-height: 50px;
    }
}

.single-pricing .pricing-btn .main-btn span {
    border-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-pricing .pricing-btn .main-btn span {
        left: 15px;
    }
}

.single-pricing .pricing-btn .main-btn:hover {
    background-color: #047f2b;
    color: #115ca9;
}

.single-pricing .pricing-btn .main-btn:hover span {
    border-color: #115ca9;
}

.single-pricing:hover::before {
    opacity: 0;
    visibility: hidden;
}

.single-pricing:hover::after {
    opacity: 1;
    visibility: visible;
}

/*===========================
   20.Product Details css 
===========================*/
.product-details-image .product-slide-image .single-product-image img {
    width: 100%;
}

.product-details-image .product-thumb {
    max-width: 400px;
    margin: 30px auto 0;
    position: relative;
}

@media (max-width: 767px) {
    .product-details-image .product-thumb {
        max-width: 90%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-image .product-thumb {
        max-width: 400px;
    }
}

.product-details-image .product-thumb .single-thumb {
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.product-details-image .product-thumb .single-thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 182, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-details-image .product-thumb .single-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .product-details-image .product-thumb .single-thumb img {
        width: auto;
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-image .product-thumb .single-thumb img {
        width: 90px;
        height: 90px;
    }
}

.product-details-image .product-thumb .slick-current::before {
    opacity: 1;
}

.product-details-image .product-thumb .slick-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #222;
    z-index: 9;
    cursor: pointer;
}

.product-details-image .product-thumb .slick-arrow.next {
    left: auto;
    right: -15px;
}

.product-details-content {
    max-width: 470px;
}

.product-details-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #115ca9;
}

.product-details-content .rating {
    padding-top: 10px;
}

.product-details-content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #a0b4b9;
}

.product-details-content .rating li.rating-on {
    color: #ffa800;
}

.product-details-content .interested-review {
    padding-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details-content .interested-review .interested {
    font-size: 14px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    color: #115ca9;
    padding-top: 10px;
    margin-right: 10px;
}

.product-details-content .interested-review .review {
    font-size: 14px;
    margin-left: 15px;
    color: #7889af;
    padding-top: 10px;
}

.product-details-content .price-stock {
    padding-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 370px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .price-stock .price {
    padding-top: 10px;
}

.product-details-content .price-stock .price .sale-price {
    font-size: 24px;
    font-weight: 600;
    color: #115ca9;
    font-family: "Libre Caslon Text", serif;
}

.product-details-content .price-stock .price .regular-price {
    font-size: 16px;
    color: #7889af;
    margin-left: 4px;
    text-decoration: line-through;
    font-weight: 700;
}

.product-details-content .price-stock .product-stock {
    padding-top: 10px;
}

.product-details-content .price-stock .product-stock p {
    font-size: 14px;
    margin-left: 15px;
    font-weight: 700;
}

.product-details-content .price-stock .product-stock .value {
    font-family: "Libre Caslon Text", serif;
    color: #115ca9;
}

@media (max-width: 767px) {
    .product-details-content .price-stock .product-stock .value {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .price-stock .product-stock .value {
        margin-left: 15px;
    }
}

.product-details-content .product-size-quantity {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 26px;
}

.product-details-content .product-size-quantity .product-size {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
}

.product-details-content .product-size-quantity .product-size li + li {
    margin-left: 10px;
}

.product-details-content .product-size-quantity .product-size li span {
    font-size: 13px;
    font-weight: 600;
    color: #115ca9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    font-family: "Libre Caslon Text", serif;
}

.product-details-content .product-size-quantity .product-size li.active span {
    background-color: #047f2b;
    color: #fff;
}

.product-details-content .product-size-quantity .quantity {
    border-left: 1px solid #dde4e8;
    padding: 10px;
}

.product-details-content .product-size-quantity .quantity p {
    font-size: 13px;
    font-weight: 700;
    font-family: "Libre Caslon Text", serif;
    color: #115ca9;
}

.product-details-content .product-size-quantity .quantity .quantity-form {
    margin-left: 15px;
}

.product-details-content .product-size-quantity .quantity .quantity-form .product-quantity {
    overflow: hidden;
    border-radius: 5px;
}

.product-details-content .product-size-quantity .quantity .quantity-form .product-quantity .sub,
.product-details-content .product-size-quantity .quantity .quantity-form .product-quantity .add {
    border: 0;
    width: 30px;
    height: 30px;
    background: none;
    font-size: 16px;
    color: #115ca9;
    position: relative;
    left: 1px;
    padding: 0;
}

.product-details-content .product-size-quantity .quantity .quantity-form .product-quantity .add {
    left: auto;
    right: 1px;
}

.product-details-content .product-size-quantity .quantity .quantity-form .product-quantity input {
    width: 50px;
    height: 30px;
    border: 0;
    text-align: center;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    color: #222;
    color: #115ca9;
}

.product-details-content > p {
    font-size: 14px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dde4e8;
}

.product-details-content .product-share {
    margin-top: 25px;
}

.product-details-content .product-share li {
    display: inline-block;
}

.product-details-content .product-share li a {
    font-size: 18px;
    margin-left: 15px;
}

.product-details-content .product-share li:nth-of-type(2) a {
    color: #45619d;
}

.product-details-content .product-share li:nth-of-type(3) a {
    color: #cf4539;
}

.product-details-content .product-share li:nth-of-type(4) a {
    color: #42c0fb;
}

.product-details-content .product-share li:nth-of-type(5) a {
    color: #009ee5;
}

.product-details-content .product-share li:nth-of-type(6) a {
    color: #ec9f21;
}

.product-details-content .product-share .head {
    font-size: 14px;
    color: #115ca9;
}

.product-details-content .product-cart-btn {
    padding-top: 20px;
}

.product-details-content .product-cart-btn .main-btn {
    padding: 0 25px;
}

.product-details-content .product-cart-btn .compare,
.product-details-content .product-cart-btn .wishlist {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    color: #7889af;
    margin-left: 8px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(34, 34, 34, 0.1);
    margin-top: 10px;
}

.Product-tab {
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Product-tab {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Product-tab {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .Product-tab {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .Product-tab .nav {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.Product-tab .nav li {
    margin-right: 5px;
    margin-bottom: 20px;
}

.Product-tab .nav li a {
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    background-color: #dde4e8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .Product-tab .nav li a {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .nav li a {
        width: auto;
    }
}

.Product-tab .nav li a.active {
    background-color: #115ca9;
    color: #fff;
}

.Product-tab .tab-content .tab-pane .Product-tab-cont > p {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .Product-tab-cont > p {
        font-size: 14px;
    }
}

.Product-tab .tab-content .tab-pane .Product-tab-cont > h6 {
    font-size: 15px;
    font-weight: 700;
    color: #115ca9;
    padding-bottom: 15px;
}

.Product-tab .tab-content .tab-pane .Product-tab-cont .product-tab-list {
    padding-left: 40px;
}

.Product-tab .tab-content .tab-pane .Product-tab-cont .product-tab-list li {
    position: relative;
    font-size: 15px;
    color: #7889af;
    margin-top: 5px;
}

.Product-tab .tab-content .tab-pane .Product-tab-cont .product-tab-list li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #abc643;
    left: -20px;
    top: 7px;
}

.Product-tab .tab-content .tab-pane .comment .singel-comment {
    position: relative;
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .thum {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .thum {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .thum img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
    padding: 25px 60px;
    border: 1px solid #dde4e8;
    border-radius: 5px;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
        margin-left: 0;
        padding: 15px;
        padding-top: 60px;
        margin-top: -40px;
        position: relative;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
        margin-left: 0;
        padding: 20px;
        padding-top: 60px;
        margin-top: -40px;
        position: relative;
    }
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont .author-name {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #115ca9;
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont p {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont p {
        font-size: 14px;
    }
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li {
    display: inline-block;
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li + li {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li + li {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li + li {
        margin-left: 20px;
    }
}

.Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li a {
    font-size: 14px;
    color: #047f2b;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li a {
        font-size: 14px;
    }
}

.Product-tab .tab-content .tab-pane .comment .replay {
    padding-left: 80px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .comment .replay {
        padding-left: 0;
    }
}

.Product-tab .tab-content .tab-pane .review ul li + li {
    margin-top: 30px;
}

.Product-tab .tab-content .tab-pane .review .singel-review {
    position: relative;
    background-color: #fff7f7;
    padding: 30px;
    border: 1px solid #dde4e8;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review {
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review {
        padding: 20px;
    }
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-thum {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-img img {
    border-radius: 50%;
    width: 80px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-img img {
        width: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-img img {
        width: 80px;
    }
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head .author-name {
    color: #115ca9;
    font-size: 16px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head .author-name {
        font-size: 14px;
    }
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head span {
    color: #047f2b;
    font-size: 14px;
}

.Product-tab .tab-content .tab-pane .review .singel-review .date {
    position: absolute;
    right: 30px;
    top: 30px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .date {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .date {
        position: absolute;
        right: 30px;
        top: 30px;
        margin-top: 0;
    }
}

.Product-tab .tab-content .tab-pane .review .singel-review .date span {
    font-size: 14px;
    font-weight: 700;
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-cont p {
    padding-top: 10px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .review .singel-review .review-cont p {
        font-size: 14px;
    }
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul {
    overflow: hidden;
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul li {
    float: left;
    margin-top: 0;
    color: #ffa800;
    font-size: 14px;
}

.Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.Product-tab .tab-content .tab-pane .reviwe-form .form_title {
    font-size: 30px;
    font-weight: 700;
    color: #115ca9;
}

@media (max-width: 767px) {
    .Product-tab .tab-content .tab-pane .reviwe-form .form_title {
        font-size: 20px;
    }
}

.Product-tab .tab-content .tab-pane .reviwe-form .form-box {
    margin-top: 30px;
}

.Product-tab .tab-content .tab-pane .reviwe-form .form-box input,
.Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #dde4e8;
    border-radius: 5px;
    font-size: 14px;
    color: #222;
}

.Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
    height: 220px;
    padding-top: 15px;
    resize: none;
}

.Product-tab .tab-content .tab-pane .reviwe-form .note {
    margin-top: 30px;
}

.Product-tab .tab-content .tab-pane .reviwe-form .note p span {
    font-weight: 700;
    margin-right: 10px;
    color: #115ca9;
}

.Product-tab .tab-content .tab-pane .reviwe-form .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Product-tab .tab-content .tab-pane .reviwe-form .rating span {
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
    margin-right: 10px;
}

.Product-tab .tab-content .tab-pane .reviwe-form .rating ul li {
    display: inline-block;
    color: #222;
    font-weight: 700;
    font-size: 14px;
}

.Product-tab .tab-content .tab-pane .reviwe-form .rating ul li a {
    font-size: 14px;
    color: #999;
}

.Product-tab .tab-content .tab-pane .reviwe-form .main-btn {
    padding: 0 50px;
    font-size: 16px;
    margin-top: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

/*===========================
       21.Cart css 
===========================*/
.cart-table {
    width: 100%;
}

.cart-table .table-bordered {
    margin-bottom: 0;
}

.cart-table .table-bordered thead tr th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    border: 1px solid #dde4e8;
    border-bottom: 0;
    color: #115ca9;
    font-family: "Libre Caslon Text", serif;
}

.cart-table .table-bordered thead tr th.product {
    width: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.product {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.product {
        min-width: 120px;
    }
}

.cart-table .table-bordered thead tr th.description {
    width: 360px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.description {
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.description {
        min-width: 300px;
    }
}

.cart-table .table-bordered thead tr th.model {
    width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.model {
        min-width: 110px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.model {
        min-width: 110px;
    }
}

.cart-table .table-bordered thead tr th.edit {
    width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.edit {
        min-width: 60px;
    }
}

.cart-table .table-bordered thead tr th.quantity {
    width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.quantity {
        min-width: 110px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.quantity {
        min-width: 110px;
    }
}

.cart-table .table-bordered thead tr th.price {
    width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.price {
        min-width: 90px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.price {
        min-width: 90px;
    }
}

.cart-table .table-bordered thead tr th.total {
    width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table-bordered thead tr th.total {
        min-width: 90px;
    }
}

@media (max-width: 767px) {
    .cart-table .table-bordered thead tr th.total {
        min-width: 90px;
    }
}

.cart-table .table-bordered tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 0 0;
    border-color: #dde4e8;
}

.cart-table .table-bordered tbody tr td .product-img {
    padding: 10px;
}

.cart-table .table-bordered tbody tr td .product-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.cart-table .table-bordered tbody tr td .product-description {
    padding: 0 30px;
    text-align: left;
}

.cart-table .table-bordered tbody tr td .product-description .product-title a {
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #115ca9;
}

.cart-table .table-bordered tbody tr td .product-description .product-title a:hover {
    color: #047f2b;
}

.cart-table .table-bordered tbody tr td .product-description p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.cart-table .table-bordered tbody tr td .product-model p {
    color: #047f2b;
}

.cart-table .table-bordered tbody tr td .product-edit ul li + li {
    margin-top: 8px;
}

.cart-table .table-bordered tbody tr td .product-edit ul li a {
    color: #047f2b;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.cart-table .table-bordered tbody tr td .product-edit ul li a:hover {
    color: #115ca9;
}

.cart-table .table-bordered tbody tr td .product-quantity {
    padding: 0 20px;
}

.cart-table .table-bordered tbody tr td .product-quantity .product-quantity {
    overflow: hidden;
    border-radius: 5px;
}

.cart-table .table-bordered tbody tr td .product-quantity .product-quantity .sub,
.cart-table .table-bordered tbody tr td .product-quantity .product-quantity .add {
    border: 0;
    width: 30px;
    height: 40px;
    background: none;
    font-size: 16px;
    color: #115ca9;
    position: relative;
    left: 1px;
    padding: 0;
    background-color: #fff;
}

.cart-table .table-bordered tbody tr td .product-quantity .product-quantity .add {
    left: auto;
    right: 1px;
}

.cart-table .table-bordered tbody tr td .product-quantity .product-quantity input {
    width: 50px;
    height: 40px;
    border: 0;
    text-align: center;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    color: #222;
    color: #115ca9;
}

.cart-table .table-bordered tbody tr td .product-price p {
    color: #115ca9;
    font-weight: 700;
}

.cart-table .table-bordered tbody tr td .product-total p {
    color: #115ca9;
    font-weight: 700;
}

.cart-btn {
    padding: 20px;
    padding-top: 0;
    border: 1px solid #dde4e8;
    border-top: 0;
}

.cart-btn .main-btn {
    margin-top: 20px;
    height: 50px;
    border: 0;
    line-height: 50px;
    background-color: #115ca9;
    color: #fff;
    padding: 0 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
    font-size: 16px;
}

.cart-btn .main-btn:hover {
    background-color: #047f2b;
}

.cart-title {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
}

.cart-form {
    padding: 18px 20px 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dde4e8;
}

.cart-form .single-cart-form {
    margin-top: 20px;
}

.cart-form .single-cart-form label {
    font-size: 14px;
    font-weight: 600;
    color: #115ca9;
    font-family: "Libre Caslon Text", serif;
}

.cart-form .single-cart-form select,
.cart-form .single-cart-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #dde4e8;
    padding: 0 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #7889af;
    background-color: #fff;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cart-form .single-cart-form .cart-select {
    position: relative;
}

.cart-form .single-cart-form .cart-select i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    color: #7889af;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-form .single-cart-form .main-btn {
    margin-top: 20px;
    height: 50px;
    border: 0;
    line-height: 50px;
    background-color: #115ca9;
    color: #fff;
    padding: 0 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
    font-size: 16px;
}

.cart-form .single-cart-form .main-btn:hover {
    background-color: #047f2b;
}

.cart-total {
    background-color: #fff;
    border: 1px solid #dde4e8;
    padding: 15px 20px 20px;
    border-radius: 5px;
}

.cart-total p {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
    margin-top: 5px;
}

.cart-total p span {
    width: 80px;
}

.cart-total .main-btn {
    margin-top: 20px;
    height: 50px;
    border: 0;
    line-height: 50px;
    background-color: #115ca9;
    color: #fff;
    padding: 0 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
    font-size: 16px;
}

.cart-total .main-btn:hover {
    background-color: #047f2b;
}

/*===========================
       22.Checkout css 
===========================*/
.checkout-info .info-header {
    padding: 14px 30px;
    margin: 0 0 30px;
    position: relative;
    background-color: #fff;
    list-style: none outside !important;
    width: auto;
    word-wrap: break-word;
    color: #7889af;
    font-size: 14px;
}

.checkout-info .info-header strong {
    font-weight: 700;
    color: #115ca9;
}

.checkout-info .info-header i {
    font-size: 12px;
    color: #6dde6d;
    margin-right: 10px;
}

.checkout-info .info-header a {
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.checkout-info .info-header a:hover {
    color: #047f2b;
}

.checkout-info .info-header.error i {
    color: #c43002;
}

.checkout-info .card-body {
    padding: 0;
}

.checkout-info .card-body p {
    font-size: 14px;
    color: #7889af;
}

.checkout-info .card-body .single-form {
    margin-top: 15px;
}

.checkout-info .card-body .single-form .main-btn {
    padding: 0 30px;
}

.checkout-info .card-body .single-form .checkbox {
    margin-left: 20px;
}

.checkout-info .card-body .forget {
    margin-top: 15px;
}

.checkout-info .card-body .forget a {
    font-size: 14px;
    font-weight: 400;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.checkout-info .card-body .forget a:hover {
    color: #115ca9;
}

.checkout-title .title {
    font-size: 20px;
    color: #115ca9;
    position: relative;
}

.checkout-title .title::after {
    content: "";
    width: 50px;
    display: block;
    margin-top: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #047f2b;
}

.checkout-form .checkbox {
    margin-top: 25px;
}

.checkout-form .checkbox input[type="checkbox"] + label {
    color: #115ca9;
}

.checkout-form .checkbox input[type="checkbox"] + label span {
    border: 1px solid #115ca9;
}

.checkout-form .checkbox input[type="checkbox"]:checked + label span {
    background-color: transparent;
    border-color: #115ca9;
}

.checkout-form .checkbox input[type="checkbox"]:checked + label span::before {
    color: #222;
    opacity: 1;
    visibility: visible;
}

.checkout-form .checkout-account {
    display: none;
}

.checkout-form .checkout-shipping {
    display: none;
}

.checkout-form .checkout-note textarea {
    background-color: #dde4e8;
    border: 0;
    height: 120px;
}

.checkout-review-order {
    border: 1px solid #dde4e8;
    padding: 40px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .checkout-review-order {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-review-order {
        padding: 40px;
    }
}

.checkout-review-order .table {
    margin-bottom: 0;
}

.checkout-review-order .table thead tr th {
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid #dde4e8;
    font-weight: 700;
    font-size: 14px;
    color: #115ca9;
    vertical-align: middle;
}

.checkout-review-order .table thead tr th.Product-price {
    text-align: right;
}

.checkout-review-order .table tbody tr td {
    padding: 5px 0;
    border-top: 0;
    vertical-align: middle;
}

.checkout-review-order .table tbody tr td p {
    font-weight: 400;
    font-size: 14px;
    color: #7889af;
}

.checkout-review-order .table tbody tr td.Product-price {
    text-align: right;
}

.checkout-review-order .table tbody tr:first-child td {
    padding-top: 20px;
}

.checkout-review-order .table tbody tr:last-child td {
    padding-bottom: 20px;
}

.checkout-review-order .table tfoot tr td {
    padding: 10px 0;
    vertical-align: middle;
    color: #115ca9;
}

.checkout-review-order .table tfoot tr td p {
    font-weight: 700;
    font-size: 14px;
    color: #115ca9;
}

.checkout-review-order .table tfoot tr td.Product-price {
    text-align: right;
}

.checkout-review-order .table tfoot tr td.total-price {
    text-align: right;
}

.checkout-review-order .table tfoot tr td.total-price p {
    font-size: 18px;
}

.checkout-payment {
    margin-top: 30px;
}

.checkout-payment .single-payment .payment-radio label .payment {
    width: 140px;
    padding: 0 2px;
}

.checkout-payment .single-payment .payment-radio label a {
    color: #222;
    text-decoration: underline;
    text-transform: capitalize;
}

.checkout-payment .single-payment .payment-radio .payment-details {
    display: none;
    padding: 10px 0;
}

.checkout-payment .single-payment .payment-radio .payment-details p {
    font-size: 14px;
    color: #7889af;
}

.checkout-payment .checkout-btn {
    margin-top: 20px;
}

/*===========================
    23.Blog Post Page css 
===========================*/
.sing-blog-post .blog-post-image a {
    display: block;
}

.sing-blog-post .blog-post-image img {
    width: 100%;
}

.sing-blog-post .blog-post-content {
    margin-top: 20px;
}

.sing-blog-post .blog-post-content .blog-meta li {
    display: inline-block;
}

.sing-blog-post .blog-post-content .blog-meta li + li {
    margin-left: 80px;
}

@media (max-width: 767px) {
    .sing-blog-post .blog-post-content .blog-meta li + li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-blog-post .blog-post-content .blog-meta li + li {
        margin-left: 30px;
    }
}

.sing-blog-post .blog-post-content .blog-meta li a {
    font-size: 14px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .sing-blog-post .blog-post-content .blog-meta li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-blog-post .blog-post-content .blog-meta li a {
        font-size: 15px;
    }
}

.sing-blog-post .blog-post-content .blog-meta li a i {
    margin-right: 3px;
    color: #047f2b;
}

.sing-blog-post .blog-post-content .blog-meta li a:hover {
    color: #047f2b;
}

.sing-blog-post .blog-post-content .post-title a {
    font-size: 24px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .sing-blog-post .blog-post-content .post-title a {
        font-size: 18px;
    }
}

.sing-blog-post .blog-post-content .post-title a:hover {
    color: #047f2b;
}

.sing-blog-post .blog-post-content .author {
    margin-top: 10px;
    color: #047f2b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Libre Caslon Text", serif;
}

.sing-blog-post .blog-post-content .author a {
    color: #047f2b;
}

.sing-blog-post .blog-post-content p {
    margin-top: 10px;
}

.sing-blog-post .blog-post-content .main-btn {
    margin-top: 30px;
}

.sing-blog-post .blog-post-content .main-btn i {
    margin-left: 5px;
}

.sing-blog-post .blog-audio-url iframe {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sing-blog-post.blog-quota {
    padding: 30px 50px;
    border: 15px solid rgba(0, 44, 143, 0.1);
    position: relative;
    z-index: 5;
    background-color: #fff;
}

@media (max-width: 767px) {
    .sing-blog-post.blog-quota {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-blog-post.blog-quota {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .sing-blog-post.blog-quota .blog-quota-content {
        padding-bottom: 10px;
    }
}

.sing-blog-post.blog-quota .blog-quota-content .blog-quota-icon img {
    width: 85px;
}

.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
        padding-left: 10px;
    }
}

.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
    font-size: 18px;
    font-weight: 400;
    color: #115ca9;
    font-style: italic;
}

@media (max-width: 767px) {
    .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
        font-size: 16px;
    }
}

.sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
    color: #7889af;
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
        font-size: 14px;
    }
}

.sing-blog-post.blog-video .blog-post-video {
    position: relative;
}

.sing-blog-post.blog-video .blog-post-video img {
    width: 100%;
}

.sing-blog-post.blog-video .blog-post-video .play {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #047f2b;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*===========================
    24.Blog Sidebar css 
===========================*/
.blog-sidebar .sidebar-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #115ca9;
}

.blog-sidebar .sidebar-title .title i {
    margin-right: 3px;
}

.sidebar-about {
    position: relative;
    border-top: 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.sidebar-about .author-image {
    position: relative;
    display: inline-block;
}

.sidebar-about .author-image img {
    width: 100px;
    border-radius: 50%;
}

.sidebar-about .author-image .social {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #047f2b;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sidebar-about .about-content {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde4e8;
}

.sidebar-about .about-content .title {
    font-size: 18px;
    font-weight: 700;
    color: #115ca9;
}

.sidebar-about .about-content p {
    margin-top: 15px;
}

.sidebar-about .about-name a {
    font-size: 14px;
    color: #7889af;
    margin-top: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-about .about-name a:hover {
    color: #115ca9;
}

.sidebar-search {
    background-color: #fff;
    border-top: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

.sidebar-search .sidebar-search-wrapper {
    position: relative;
    margin-top: 25px;
}

.sidebar-search .sidebar-search-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 44, 143, 0.1);
    padding: 0 20px;
    padding-right: 50px;
    color: #115ca9;
    font-size: 16px;
    border-radius: 5px;
}

.sidebar-search .sidebar-search-wrapper button {
    padding: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    background: none;
    color: #115ca9;
    font-size: 18px;
}

.blog-sidebar-category {
    background-color: #fff;
    border-top: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

.blog-sidebar-category .blog-sidebar-category-wrapper {
    position: relative;
    margin-top: 25px;
}

.blog-sidebar-category .blog-sidebar-category-wrapper ul li + li {
    margin-top: 10px;
}

.blog-sidebar-category .blog-sidebar-category-wrapper ul li a {
    font-size: 16px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.blog-sidebar-category .blog-sidebar-category-wrapper ul li a span {
    float: right;
}

.blog-sidebar-category .blog-sidebar-category-wrapper ul li a:hover {
    color: #047f2b;
}

.blog-sidebar-category .blog-sidebar-category-wrapper ul li a i {
    margin-right: 5px;
    font-size: 18px;
}

.sidebar-post {
    background-color: #fff;
    border-top: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

.sidebar-post .post-wrapper {
    position: relative;
    margin-top: 25px;
}

.sidebar-post .post-wrapper ul li + li {
    margin-top: 20px;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content {
    padding-left: 15px;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .title a {
    font-size: 14px;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 20px;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .title a:hover {
    color: #047f2b;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .date {
    display: block;
    line-height: 18px;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .date a {
    font-size: 13px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .date a:hover {
    color: #047f2b;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment {
    display: block;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment a {
    font-size: 13px;
    color: #115ca9;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment a:hover {
    color: #047f2b;
}

.sidebar-archive {
    background-color: #fff;
    border-top: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

.sidebar-archive .sidebar-archive-wrapper {
    position: relative;
    margin-top: 25px;
}

.sidebar-archive .sidebar-archive-wrapper ul li + li {
    margin-top: 10px;
}

.sidebar-archive .sidebar-archive-wrapper ul li a {
    font-size: 16px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.sidebar-archive .sidebar-archive-wrapper ul li a span {
    float: right;
}

.sidebar-archive .sidebar-archive-wrapper ul li a:hover {
    color: #047f2b;
}

.sidebar-archive .sidebar-archive-wrapper ul li a i {
    margin-right: 5px;
    font-size: 18px;
}

.sidebar-tags {
    background-color: #fff;
    border-top: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

.sidebar-tags .sidebar-tags-wrapper {
    position: relative;
    margin-top: 25px;
}

.sidebar-tags .sidebar-tags-wrapper ul {
    margin-left: -3px;
    margin-right: -3px;
}

.sidebar-tags .sidebar-tags-wrapper ul li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 3px;
}

.sidebar-tags .sidebar-tags-wrapper ul li a {
    background-color: #f2f9fa;
    font-size: 14px;
    color: #7889af;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-tags .sidebar-tags-wrapper ul li a:hover {
    background-color: #115ca9;
    color: #fff;
    border-color: #115ca9;
}

/*===========================
   25.Blog Details css 
===========================*/
.blog-details img {
    width: 100%;
}

.blog-details .blog-meta {
    margin-top: 30px;
}

.blog-details .blog-meta li {
    display: inline-block;
}

.blog-details .blog-meta li + li {
    margin-left: 80px;
}

@media (max-width: 767px) {
    .blog-details .blog-meta li + li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details .blog-meta li + li {
        margin-left: 30px;
    }
}

.blog-details .blog-meta li a {
    font-size: 14px;
    color: #7889af;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .blog-details .blog-meta li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details .blog-meta li a {
        font-size: 15px;
    }
}

.blog-details .blog-meta li a i {
    margin-right: 3px;
    color: #047f2b;
}

.blog-details .blog-meta li a:hover {
    color: #047f2b;
}

.blog-details .blog-title {
    font-size: 24px;
    font-weight: 700;
    color: #115ca9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .blog-details .blog-title {
        font-size: 18px;
    }
}

.blog-details p {
    padding-top: 15px;
}

.blog-details .blog-img {
    margin-top: 30px;
    padding-bottom: 15px;
}

.blog-details .blog-img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details .blockquote {
    margin-bottom: 15px;
    padding: 45px 50px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details .blockquote {
        padding: 35px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details .blockquote {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-details .blockquote {
        padding: 15px 20px;
    }
}

.blog-details .blockquote p {
    padding-top: 0;
    font-size: 32px;
    font-weight: 400;
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
    color: #047f2b;
    line-height: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details .blockquote p {
        font-size: 28px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details .blockquote p {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .blog-details .blockquote p {
        font-size: 18px;
        line-height: 30px;
    }
}

.blog-details .blockquote p i {
    font-size: 16px;
    color: #115ca9;
}

@media (max-width: 767px) {
    .blog-details .blockquote p i {
        font-size: 14px;
    }
}

.blog-details .share {
    border-top: 1px solid #dde4e8;
    margin-top: 30px;
    padding-top: 30px;
}

.blog-details .share .share-title {
    font-size: 16px;
    font-weight: 700;
    color: #115ca9;
}

.blog-details .share .social li {
    display: inline-block;
    margin-left: 15px;
}

.blog-details .share .social li a {
    font-size: 16px;
}

.blog-details .share .social li:nth-of-type(1) a {
    color: #3b5999;
}

.blog-details .share .social li:nth-of-type(2) a {
    color: #55acee;
}

.blog-details .share .social li:nth-of-type(3) a {
    color: #3b5998;
}

.blog-details .share .social li:nth-of-type(4) a {
    color: #0077B5;
}

.blog-details .share .social li:nth-of-type(5) a {
    color: #e4405f;
}

.blog-comment .comment-title .title {
    font-size: 18px;
    font-weight: 700;
    color: #115ca9;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 44, 143, 0.2);
    display: inline-block;
}

.blog-comment .comment-items ul li .singel-comment {
    margin-top: 30px;
}

.blog-comment .comment-items .singel-comment {
    position: relative;
}

@media (max-width: 767px) {
    .blog-comment .comment-items .singel-comment .comment-thumb {
        margin-left: 80px;
        padding-bottom: 20px;
    }
}

.blog-comment .comment-items .singel-comment .comment-thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.blog-comment .comment-items .singel-comment .comment-content {
    padding: 25px 60px;
    background-color: #fff;
    margin-left: 20px;
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-comment .comment-items .singel-comment .comment-content {
        padding: 25px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-comment .comment-items .singel-comment .comment-content {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .blog-comment .comment-items .singel-comment .comment-content {
        margin-left: 0;
        padding: 20px;
        padding-top: 20px;
        position: relative;
        margin-left: 0;
    }
}

.blog-comment .comment-items .singel-comment .comment-content::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -89px;
    width: 0px;
    height: 0px;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}

@media (max-width: 767px) {
    .blog-comment .comment-items .singel-comment .comment-content::before {
        left: 0;
        top: -100px;
        border-bottom: 100px solid #fff;
        border-right: 100px solid transparent;
        border-top: 0;
        border-left: 0;
    }
}

.blog-comment .comment-items .singel-comment .comment-content .author_name {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 12px;
}

.blog-comment .comment-items .singel-comment .comment-content p {
    padding-bottom: 10px;
}

.blog-comment .comment-items .singel-comment .comment-content ul li {
    display: inline-block;
}

.blog-comment .comment-items .singel-comment .comment-content ul li + li {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .blog-comment .comment-items .singel-comment .comment-content ul li + li {
        margin-left: 20px;
    }
}

.blog-comment .comment-items .singel-comment .comment-content ul li a {
    font-size: 14px;
    color: #047f2b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-comment .comment-items .singel-comment .comment-content ul li a i {
    margin-right: 4px;
}

.blog-comment .comment-items .singel-comment .comment-content ul li a.date {
    color: #7889af;
}

.blog-comment .comment-items .singel-comment .comment-content ul li a:hover {
    color: #115ca9;
}

.blog-comment .comment-items .replay {
    padding-left: 80px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .blog-comment .comment-items .replay {
        padding-left: 0;
    }
}

/*===========================
     26.Contact css 
===========================*/
.contact-map-info {
    position: relative;
}

.contact-map-info #contact-map {
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map-info #contact-map {
        height: 350px;
    }
}

.contact-map-info .contact-info {
    background-color: #fff;
    padding: 5px 70px 30px;
    border-radius: 8px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 5;
    margin: 0 auto;
}

.contact-map-info .contact-info .single-info i {
    font-size: 40px;
    line-height: 45px;
    color: #7889af;
}

.contact-map-info .contact-info .single-info .title {
    font-size: 18px;
    font-weight: 700;
    color: #115ca9;
    padding-bottom: 10px;
    margin-top: 25px;
}

.form-group {
    margin-bottom: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

.contact-title {
    font-size: 24px;
}

.form-message {
    margin-left: 15px;
    display: inline-block;
}

.form-message.error,
.form-message.success {
    font-size: 16px;
    color: #115ca9;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
}

.form-message.error {
    color: #f00;
}
.single-service .service-content  img{
    height: 70px;
}
