* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}


/* common css */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
}

a {
    text-decoration: none;
    text-transform: capitalize;
}

.section-heading {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-heading p {
    font-size: 25px;
}

/* common css */


/* banner css */

#banner .banner-part {
	background-image: url("../images/bg_.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 0 0 0px;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#banner .top-box .content>h2 {
    color: #906e13;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#banner .top-box .content>h1 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

#banner .top-box .button {
    display: flex;
    align-items: center;
    background-color: #906e13;
    padding: 5px 30px;
    border-radius: 60px;
}

#banner .top-box .button>img {
    max-width: 40px;
    width: 100%;
}

#banner .top-box .button h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
}

#banner .top-box .button span {
    font-size: 26px;
    display: block;
}

#banner .top-box .button-box {
    display: inline-block;
}

#banner .top-box .content {
    text-align: center;
    background-image: url("../images/black.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    padding: 50px 0 100px;
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
}

#banner .bottom-box .box>img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.my-row {
    align-items: center;
}

#banner .bottom-box .top-box a img {
	max-width: 270px;
	width: 100%;
}

#banner .bottom-box .top-box h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

#banner .bottom-box .top-box h2 span {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

#banner .bottom-box .top-box a .icon {
    max-width: 50px;
    margin-right: 15px;
}

#banner .bottom-box>ul {
    display: flex;
}

#banner .bottom-box .top-box>ul {
    display: flex;
    align-items: center;
}

#banner .bottom-box .top-box>ul>li {
    padding: 0 30px;
}

#banner .bottom-box .top-box>ul>li:nth-child(2) {
    border-left: 2px solid black;
}

#banner .bottom-part img {
    max-width: 400px;
}

#banner .bottom-box .top-box>ul>li:first-child {
    padding-left: 0;
}

#banner .bottom-box .top-box>ul>li:last-child {
    padding-right: 0;
}

#banner .bottom-part {
    padding-top: 50px;
}

#banner .bottom-part {
    padding-top: 50px;
}

#banner .bottom-part li:first-child {
    padding-right: 50px;
}
.box {
	margin-top: -80px;
}

.box.box-content {
	margin-top: 10px;
}

.top-box .img-box {

    margin-bottom: 40px;
}
.img-fluid {
	max-width: 35%;
	height: auto;
}
.auto {
    max-width: 68%;
    height: auto;
    margin-top: -100px;
}
body{
    height: 100vh;
}
/* banner css */


/* product css */



/* product css */


/* service css */



/* service css */