@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
body{
	font-family: 'Lato', sans-serif;
}

#new-slider{
	width: 100%;
	height: 100vh;
	background: green;
	background-image: url('../images/bg-img.jpg');
	background-position: center;
	/*background-attachment: fixed;*/
	background-size: cover;
}
.new-slider{
	width: 100%;
	height: 100vh;
	background: #f5f5f5;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new-slider-content{
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	margin-top: 70px;
}
.new-slider-content h2{
	font-weight: 700;
	padding-left: 0px;
	margin-left: 0px;
}
.new-slider-content p{
	font-size: 22px;
}
.default-btn{
	margin-top: 50px;
	/*overflow:hidden;*/
}
.default-btn .active{
	background: #1254ff;
	color: white;
	border:1px solid #1254ff;

}
.default-btn a:hover{
	background: #1254ff;
	color: white;
}
.default-btn a{
	background: white;
	padding: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 50px;
	text-decoration:none;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.default-btn a:last-child{
	margin-left: 30px;
}

.new-slider-right{
	width: 100%;
	height: auto;
	background: #030859;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
}
.new-slider-image{
	width: 98%;
	height: 100%;
	background: white;
	overflow: hidden;
	padding: 10px;
	position: absolute;
}
.new-slider-image img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#working-area{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background:#f5f5f5;

}

.bg-grey {
    /*background-color: rgb(215, 215, 215, 0.17);*/
    background-color: #f5f5f5;
}
.section-padding {
    padding: 100px 0;
}
/**************************************
 ** - 09 - Overview Section CSS
 **************************************/
.overview-content h6 {
    color: #5e87eb;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.overview-content h2 {
    color: #1254ff;
    font-size: 33px;
    font-weight: 700;
    margin: 8px 0 15px 0;
}

.overview-content p {
    margin: 0 0 0 0;
}

.overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-content .features-list li span {
    position: relative;
    z-index: 1;
    color: #505060;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px;
    padding-left: 20px;
    display: block;
    background-color: #ffffff;
    border-radius: 5px 5px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span:hover {
    color: #ffffff;
    padding-left: 25px;
    background: #213e9a;
    cursor: pointer;
}
.overview-content .features-list li span.active {
    color: #fff;
    padding-left: 25px;
}

.overview-content .features-list li span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    border-radius: 5px 5px;
    background-color: #5e87eb;
    background-image: linear-gradient(-135deg, #1254ff 0%, #5e87eb 100%);
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span.active:before {
    right: 0;
}
.overview-content .features-list li span:hover::before {
    right: 0;
}

.overview-image {
    text-align: center;
    padding-top: 40px;
    background-image: url('../images/working.jpg');
    border-bottom-left-radius: 30%;
	border-top-right-radius: 20%;
	border-bottom:3px solid #5e87eb;
	border-top:3px solid #5e87eb;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 400px;
	widows: 100%;
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/

}
.overview-image img{
	width: 100%;
	margin-top: 80px;
	border-bottom-left-radius: 30%;
	border-top-right-radius: 20%;
	border-bottom:3px solid #5e87eb;
	border-top:3px solid #5e87eb;
	z-index: -1;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*filter: blur(1px);*/
}
.bg-grey{
	background: #f5f5f5;
}

/*Trading-item css*/
#trading-item{
	height: auto;
	width: 100%; 
	background: white;
	padding-top: 40px;
	padding-bottom: 100px;
}
.item-tr{
	width: 98%;
	overflow: hidden;
    -webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 2000ms ease-out;
    height: 300px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 10px;
   margin-top: 50px;
}
.item-tr:hover{
	background: #1254ff;
	overflow: hidden;
	cursor: pointer;
	margin-top: -1px;
	color: white;

}
.item-tr:hover .item-tr-service h4{
	color: white;
}
.item-tr:hover .btn-link a{
	text-decoration: none;
	color: white;
}
.item-tr-icon{
	width: 85px;
	height: 85px;
	background: whitesmoke;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-tr-icon img{
	width: 80%;
}
.item-tr-description p{
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
/*Trading-item css end*/

/*Our des css*/
#our-des{
	width: 100%;
	height: 300px;
	background: pink;
	background-image: url('../images/back-image.webp');
	background-size: cover;
	background-attachment: fixed;
}
.our-des{
	width: 100%;
	height: 100%;
	background: lightgrey;
	opacity: 0.9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.des-exp{
	text-align: center;
}
.des-n h2{
	font-weight: bold;
	color: #1254ff;
	
}
.des-p h3{
	color: #1254ff;
}
/*Our Des css end*/


/*product-min-slider css end*/
#product-min-slider{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 50px 0px 50px 0px;
}
#product-min-slider h3{
	margin-bottom: 50px;
}
.product-min-slider{
	width: 100%;
	height: auto;
	padding: 10px 2px 10px 2px;
	background:white;
	box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
}
.pro-min{
	width: 95%;
	height: 200px;
	background:white;
	overflow: hidden;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.pro-min img{
	width: 100%;
}
/*product-min-slider css end*/


/*new-footer css*/
#new-footer{
	width:100%;
	height: auto;
	background: #090979;
	padding: 90px 0px 50px 0px;

}
#footer-footer{
	width:100%;
	height: auto;
	padding: 20px 0px 20px 0px;
	background: #090979;
	border-top: 1px solid whitesmoke;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	flex-direction: row;
}
#footer-footer .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-1 h4{
	color: white;
}
.footer-1 p{
	text-align: justify;
	color: white;
}
.footer-1 .social-media{
	display: flex;
	/*justify-content: space-between;*/


}
.footer-1 .social-media .social-link{
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border:2px solid whitesmoke;
	margin-left: 20px;
	color: white;

}
.social-link span{
	font-size: 28px;
}
.social-link :hover{
	cursor: pointer;

}
.footer-1 .social-media .social-link:first-child{
	margin-left: 0px;
}
.footer-1 ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footer-1 ul li a{
 text-decoration: none;
 color: white;
}
/*new-footer css end*/


/*about-us-section css*/
#about-us-section{
	width: 100%;
	height: 310px;
}
.about-us-section{
	width: 100%;
	height: 310px;
	background-image: url('../images/about-us.jpg');
	background-size: cover;
}
#about-us-description{
	width: 100%;
	height: auto;
	background: white;
	padding: 60px 0px 60px 0px;
}
.about-us-description h4{
	font-weight: bold;
}
.about-us-description p{
	text-align:justify;
	font-size: 20px;
}
/*about-us-section css end*/

/*contact-us-section css*/
#contact-us-section{
	width: 100%;
	height: 310px;
}
.contact-us-section{
	width: 100%;
	height: 310px;
	background-image: url('../images/contact-us2.jpg');
	background-size: cover;
	background-position: center;
}
#contact-us-form{
	width: 100%;
	height: auto;
	background-color: white;
	padding: 60px 0px 60px 0px;
}
.contact-us-form h4{
	font-weight: bold;
	margin-bottom: 15px;
}
.contact-us-form label{
	font-weight: bold;
	margin-top:20px;
}
.cust-btn{
	border:0px;
	border-radius: 0px;
	background-color: #2800fb;
	color: white;
	font-size: 19px;
	font-weight: bold;
}
/*contact-us-section cs end*/