@font-face {
  font-family: Tharlon-Regular;
  src: url(../font/Tharlon-Regular.ttf);
}

*,
html,
body {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

li {
    padding: 0;
}

a {
    color: #4B4B4B;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        color: #FF3167;
    }

ol,ul {
    list-style-position: inside;
}

p {
    color: #4B4B4B;
    line-height: 26px;
    font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: Tharlon-Regular;
    color: #4B4B4B;
}

h1,
.h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
}

.inner-page .h1 {
    font-size: 20px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 32px;
    color: #111111;
}

h5 {
    font-weight: 600;
    letter-spacing: 8px;
}

body {
    background-color: #f4f4f4;
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 104px;
}

section {
    padding: 4rem 0;
}

footer {
    background-color: #ffffff;
    border-top: 1px solid #f4f4f4;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1105px;
    }
}

.form-control {
    border-radius: 0;
    padding: 10px 15px;
}

.navbar-cs h1 {
    line-height: 30px;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    width: 164px;
}

.fixed-top.fixed .navbar-brand img {
    width: 114px;
}

.fixed-top.fixed {
    padding: 10px 0 !important;
    background: rgb(255 255 255 / 95%);
}

.fixed-top.fixed h1 {
    font-size: 104px;
    line-height: 0px;
}

.navbar-brand {
    position: absolute;
    top: -44px;
    z-index: 2;
}

.navbar {
    background-color: #ffffff;
    flex-direction: column;
    top: 0px;
    padding: 0;
}

.navbar-nav {
    margin-left: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    margin: 16px 18px;
    padding: 0 !important;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FF3167;
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #FF3167;
}

.top-header {
    background-color: #000000;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
}

.top-header .container {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.top-header a {
    color: #ffffff;
    display: flex;
    margin: 10px;
}

.top-header a:last-child {
    margin-right: 0;
}

.icon {
    align-self: center;
    margin: 0 10px;
}

.btn.cs-btn {
    background-color: #FF3167;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    padding: 16px 30px;
}

#home {
    position: relative;
    background-color: #ffffff;
}

#navbarSupportedContent {
    position: relative;
    left: 160px;
    width: auto;
    flex-grow: initial;
}

.qt-btn {
    align-self: start;
}

.banner-sec {
    position: relative;
}

.inner-page .banner-sec:after {
    height: 200%;
}

.banner-sec:after {
    content: "";
    background: rgb(13,127,63);
    background: linear-gradient(180deg, rgba(13,127,63,1) 0%, rgba(35,31,32,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92%;
    z-index: -1;
}

.banner-sec .container {
    padding: 60px 0px 0 0px;
    background-color: #0D7F3F66;
}

.banner-text * {
    color: #ffffff;
}

.banner-text p {
    font-size: 12px;
    line-height: 20px;
}

.banner-list {
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    color: #000000;
}

.banner-list .col-md-3 {
    border-right: 1px solid #EDEDED;
}

.banner-list .col-md-3:last-child {
    border-right: 0;
}

.banner-list p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.img-responsive {
    width: 100%;
}

.more-btn,
.more-btn:hover {
    background-color: #155d34;
    color: #ffffff;
    padding: 2px 6px 3px 10px;
}

.para {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.inner-page .para {
    font-size: 14px;
    line-height: 24px;
    color: #111111;
}

.inner-page h2 {
    color: #000000;
    font-size: 20px;
}

.white-bg {
    background-color: #ffffff;
}

.lightgray-bg {
    background-color: #f4f4f4;
}

.gray-bg {
    background-color: #efefef;
}

.map-sec {
    position: relative;
}

.map-pin {
    position: absolute;
    right: 20.5%;
    top: 46%;
}

.map-address {
    padding: 20px;
    text-align: left;
    width: 210px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    position: absolute;
    top: 35%;
    right: 28%;
}

.map-address p {
    line-height: 24px;
    margin: 10px 0 10px 0px;
}

.map-address p:last-child {
    text-decoration: underline;
}

.map-address strong {
    color: #FF3167;
}

.copyrights {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0;
}

.copyrights p,
.copyrights a {
    color: #ffffff;
    margin: 0;
}

.copyrights a:hover {
    color: #FF3167;
}

.contact-list p {
    display: flex;
}

.contact-list p img {
    margin-right: 10px;
    margin-top: 5px;
    align-self: start;
}

.slider-h4 {
    font-size: 24px;
}

.products-content h3 {
    font-size: 15px;
    font-weight: 600;
}

.prod-active {
    background-color: #e3e3e3;
}

.gallery-thumb-link {
    display: flex;
    justify-content: space-between;
}

.gallery-thumb-link a {
    font-size: 13px;
    border-right: 1px solid;
    padding: 0 10px;
    line-height: 12px;
    display: inline-block;
}

.gallery-thumb-link a:last-child {
    border-right: 0;
}

.gallery-thumb-link a.active {
    color: #0D7F3F;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border: 0;
    background: url(../images/down-arrow.svg) no-repeat center;
    padding: 4px 7px 7px 7px;
    position: relative;
    top: 4px;
}

.works-slideshow {
    overflow: hidden;
}

.works-slideshow .slick-slide img {
    width: 95%;
    margin-bottom: 20px;
}

.works-slideshow .slick-slide {
    max-width: 337px;
}