@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */


/* #007d43 */
/* 84754e" */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000000;
    background: #ffffff;
    font-style: normal;
}

a,
input,
button {
    color: #000000;
    transition: all 0.3s ease-in-out;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

b,
strong {
    font-weight: bold;
}

/* h1 {
    font-size: 2em;
    margin: 0.67em 0;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    user-select: none;
    font-weight: 300;
} */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    line-height: 24px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

section {
    position: relative;
}
/* .btn:hover{
    color: inherit !important;
} */
.home-about__images--wrapper figure img{
    width: 100%;
    height: auto;
}
.home-services__item:hover{
    color: #ffffff;
}

.footer a,.megamenu:hover,.about-hero__item .btn:hover{
    color: #ffffff;
}
.btn-check:focus + .btn, .btn:focus{
    box-shadow: none;
}
.owl-prev,.owl-next{
    width: 2.75rem;
    background: transparent !important;
    margin: 0 20px !important;
}

.owl-next img {
    transform: scale(-1);
}
.owl-theme .owl-nav {
    margin-top: 60px;
}
.header__logo img{
    width: 140px;
    margin: auto;
}
.small_logo{
    background: #00000040;
}
.small_logo.header>.wrapper {
    padding: 2.625rem 0;
}
.small_logo .header__logo{
    top: 15px;
}
.small_logo .header__logo img{
    width: 96px;
}

.nav-pills .btn.active .line{
    width: 100%;
}