* {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}

@font-face{
	font-family:'Poppins';
	src: url(../font/Poppins.ttf) ;
}

@font-face{
	font-family:'DMSerifDisplay-Regular';
	src: url(../font/DMSerifDisplay-Regular.ttf) ;
}


body {
	font-family: "Poppins";
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    text-transform: capitalize;
    font-family: 'Poppins';
	font-weight:700;
    letter-spacing: 1px;
}

a:hover {
	text-decoration:none;
}

.ptb-100 {
	padding-top:100px;
	padding-bottom:100px;
}

.bg-light {
	background-color: transparent !important;
	padding: 0px;
}



.section-title .title-header {
    position: relative;
    margin-bottom: 17px;
}

.section-title .title-header h5{
    color: #3368c6;
	margin-bottom: 15px;
}

.section-title .title-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 0;
    color: #404a3d;
	font-family: 'DMSerifDisplay-Regular';
}
.section-title .title-header h5 {
	color: #5b8c51;
    margin-bottom: 0;
    letter-spacing: 8px;
    margin-top: 10px;
	    margin-bottom: 10px;
    font-weight: 200;
}

.section-title  .icon {
    position: relative;
    display: block;
    margin-bottom: 2px;
}



.banner-product-inner .image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-product-inner .image img {
    height: 100vh;
	width:100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.banner-product-inner .content {
       /* padding: 2% 10%; */
    padding:20% 10% 10% 10%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0); */
    /* background: rgba(0, 0, 0, 0.2); */
    transition: 300ms all;
	z-index: 2;
}


.banner-product-inner .content {
    display: flex;
    align-items: center;
   justify-content: space-between;
    flex-direction: column;
}

.banner-product-inner:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgba(255, 255, 255, 0.4);
	z-index: 1;
}

.banner-product-inner .content h2 {
    color: #000;
    font-size: 40px;
	margin-bottom: 0;
}

.banner-product-inner .content h2 a {
    color: #000;
}

.company-group {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 15px 0;
    background: rgb(255 255 255 / 70%);
}

.company-group h2 {
	font-size:40px;
}

.user-login a {
	position: fixed;
    z-index: 2;
    bottom: 5%;
    right: 2%;
    background: #ed1b24;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.social-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -150px;
    top: 275px;
    width: 210px;
    z-index: 1100;
}

.social li {
	list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 62px;
    padding: 10px 8px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.social li i {
	float: left;
    margin: 0px 0 8px;
    margin-right: 13px;
    width: 45px;
    height: 45px;
    background: #ed1b24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
}

.social li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 36px;
    font-size: 15px;
    background: #fff;
}

.social li p a {
    text-decoration: none;
    color: #2C3539;
}

.social li:hover {
    margin-left: -140px;
}