@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html{
    scroll-behavior: smooth;
}
body{
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
 position: relative;
 color: #202020;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #20211f;
}
a{
    display: inline-block;
    transition: all ease .6s;
}
a:hover{
    text-decoration: none;
}
small{
    display: inline-block;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px;
}

/* header start */
header {
    padding: 21px 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}
header .header_left{}
header .header_left a{}
header .header_left a img{}
header .header_right{}
header .header_right a{}
header .header_right a img{}
header .header_right a span {
    font-size: 37px;
    font-weight: 700;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    top: 9px;
    color: #20211f;
}
/* header end */
/* banner start */
.banner{
	background-image: url('../img/bg_1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	padding: 80px 0;
}
.banner .banner_inner{}
.banner .banner_left{
	position: relative;
}
.banner .banner_item_1{}
.banner .banner_top_img{}
.banner .banner_top_img span img {
    max-width: 560px;
    margin-right: 10px;
}
.banner .banner_top_img span:nth-child(2) img{}
.banner .banner_top_img p {
    font-size: 17px;
    color: #231f20;
    margin: 15px 0 20px 0;
}
.banner .banner_bottom_img {}
.banner .banner_bottom_img p{
    margin-top: -60px;
    font-size: 17px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.banner .banner_bottom_img img {
    max-width: 130%;
    position: relative;
    right: 106px;

}
.banner .banner_right{}
.banner .banner_right.sticky-top {
    top: 70px;
}
.banner_right{
    top: 80px;
    background: #fff;
    padding: 50px 15px 35px 15px;
    border-radius: 4px;
}
.future_top_img {
    margin-bottom: 40px;
}
.future_top_img img{}
.future_top_img h2{
        font-size: 46px;
    margin-bottom: 35px;
}
.future_top_img h2 span{
    display: inline-block;
    background-color: #f3ec78;
    background-image: linear-gradient(
45deg
, #ed7f09, #dc3716 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.banner_right form{}
.banner_right form p{
	font-size: 18px;
}
.banner_right form h4 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}
.banner_right form .form-group {}
.banner_right form .form-group input {
    font-size: 19.6px;
    color: #1d1d1b;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
}
.banner_right form .form-group input::placeholder{
	color: #1d1d1b;
}
.banner_right form button {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    background: #e5570c;
    color: #fff;
    margin-top: 15px;
    transition: all ease .6s;
}
.banner_right form button:focus{
    outline: 0;
    box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
.banner_right input::-webkit-outer-spin-button,
.banner_right input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.banner_right input[type=number] {
  -moz-appearance: textfield;
}
.banner_right form button:hover{
	opacity: .8;
}
.banner_right form span{
    color: red;
    font-size: 14px;
}
.banner_item_2 {
    position: relative;
    margin-top: -60px;
}
.banner_item_2 h2{
	font-size: 46px;
	margin-bottom: 35px;
}
.banner_item_2 h2 span{
	display: inline-block;
	background-color: #f3ec78;
    background-image: linear-gradient(45deg, #ed7f09, #dc3716 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.banner_item_2 .media{}
.banner_item_2 .media img {
    margin-right: 20px;
}
.banner_item_2 .media-body{}
.banner_item_2 .media-body h5{
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 300;
}
.banner_item_3{
	padding-top: 70px;
}
.banner_item_3 .media{
	display: block;
	text-align: center;
}
.banner_item_3 .media img {
    margin-right: 0px;
    margin-bottom: 25px;
}
.banner_item_3 .media-body{}
.banner_item_3 .media-body h5{
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 300;
}
.future{
	padding-top: 60px;
}
.future .future_top .media{}
.future .future_top .media img {
    margin-right: 20px;
}
.future .future_top .media-body {}
.future .future_top .media-body h5 {
    display: inline-block;
    background-color: #f3ec78;
    background-image: linear-gradient(
45deg
, #ed7f09, #dc3716 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    font-size: 58px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.future .future_top .media-body h5::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
45deg
, #ed7f09, #dc3716 );
    width: 95%;
    height: 2px;
}
.future .future_top .media-body p {
    font-size: 30px;
    font-weight: 600;
}
.future .future_bottom {
    padding-left: 100px;
    padding-top: 50px;
}
.future .future_bottom .media {
    margin-top: 35px;
}
.future .future_bottom .media .img_box{
	width: 75px;
	text-align: center;
	margin-right: 20px;
}
.future .future_bottom .media img{
	
}
.future .future_bottom .media-body{}
.future .future_bottom .media-body h5 {
    padding-left: 20px;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
}
.future .future_bottom .media-body  h5::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(
45deg
, #ed7f09, #dc3716 );
    width: 1px;
    height: 75%;
}
/* banner end */

footer{
	background-color: #1d1d1b;
	padding: 15px 0;
	color: #fff;
}
footer p{
	font-size: 18px;
}
footer p span:last-child{
	color: #da0b18;
}
.modal .banner_right {
    top: 0px;
    padding: 0px 15px 35px 15px;
}
.modal h5{
	    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0px;
}
.modal-header .close {
    font-size: 28px;
}
.fixed_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #1d1d1b;
	z-index: 999;
	padding: 15px 0;
}
.fixed_footer ul{
	text-align: center;
}
.fixed_footer ul li {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.fixed_footer ul li:last-child{
	margin-right: 0;
}
.fixed_footer ul li a {
    border: 1px solid #dc3716;
    border-radius: 4px;
    width: 130px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0;
    font-size: 16px;
}
.fixed_footer ul li a:hover{
	background: linear-gradient(45deg, #ed7f09, #dc3716 );
    border: 1px solid transparent;
    border-color: transparent;
}




