@font-face{
	font-family: poppins-regular;
    src: url("../font/Poppins-Regular.ttf");
}
@font-face{
	font-family: poppins-bold;
    src: url("../font/Poppins-Bold.ttf");
}
@font-face{
	font-family: poppins-light;
    src: url("../font/Poppins-Light.ttf");
}
@font-face{
	font-family: poppins-medium;
    src: url("../font/Poppins-Medium.ttf");
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: poppins-regular;
}
p{
	color: #777;
	font-size: 14px;
	font-family: poppins-regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 3.0rem;
	font-family: poppins-bold;
}
h2{
	font-size: 2.5rem;
	font-family: poppins-bold;
}
h4{
	font-family: poppins-medium;
	font-size:22px;
}
a{
	color: #101010;
	font-size: 14px;
	font-family: poppins-regular;
}
a:hover{
	text-decoration: none;
}
.flex_width_header{
	display: flex;
}
.flex_width_header .dropdown{
	margin-left: 10px;
}

.container{
	max-width: 1200px;
}


.upper_header{
	width: 100%;
	position: relative;
	z-index: 999;
	background: #1079bb;
	height: 50px;
	display: flex;
	align-items: center;
}

.upper_flex_hedaer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.upper_flex_hedaer .left_panel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.upper_flex_hedaer .left_panel .contact_tiles{
	margin-right: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: 0.5s;
}
.upper_flex_hedaer .left_panel .contact_tiles:hover .icon_squere{
  background: #fff;
  color: #2eafd9;
}
.upper_flex_hedaer .left_panel .contact_tiles .icon_squere{
	width: 25px;
	height: 25px;
	border:1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	font-size: 10px;
	color: #fff;
}

.contact_tiles .icon_text{
	margin-left: 10px;
}
.contact_tiles .icon_text span{
  font-size: 14px;
  color: #fff;
}


.header_btn{
	background: #fff;
	border-radius: 0px;
	padding: 8px 15px 8px 15px;
	color: #1176b2;
	font-size: 14px;
	outline: none;
	border:none;
	text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 1px;
}
.header_btn:hover{
	background: #fff;
	color: #2eafd9;

}

header{
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 1000;

}

.navbar-brand img{
	max-width: 200px;
}

header .nav-item .nav-link{
	color: #101010;
	font-weight: 500;
	margin-left: 10px;
	position: relative;
    transition: 0.5s;
}


header .nav-item .nav-link:hover{
	color: #1079bb;
}

header .nav-item .active{
	color: #1876b6;
}

.banner_area{
	position: relative;
	width: 100%;

	background-image: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner_area::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background:rgba(0,0,0,0.5);
}
.banner_caption{
	position: relative;
	z-index: 1000;

}
.banner_caption h1{
	color: #fff;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
}

.banner_caption p{
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}
.banner_caption .banner_btn{
	margin-top: 30px;
}
.btn_solid_theme{
	background: #1079bb;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
}
.btn_solid_theme:hover{
	background: #07456c;
	color: #fff;
}
.tracker_form{
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
}
.tracker_form input[type="text"]{
	width: 100%;
	outline: none;
	border:none;
	background: #fff;
	border-radius: 0px;
	padding: 20px 50px 20px 20px;
	height: 65px;

}
.tracker_btn button{
	background: #1173b2;
	width: 65px;
	height: 65px;
    border:none;
    outline: none;
    color: #fff;
    font-size: 20px;
}
.section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.box-body{
	border:1px solid #d2d2d2;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #1173b2;
}
.footer_tiles{
	margin-top: 20px;
}
.footer_tiles .footer_header h4{
	color: #fff;
	font-size: 18px;
}
.footer_tiles .footer_content{
	margin-top: 30px;
}
.footer_tiles .footer_content ul{
	list-style-type: none;
	padding-left: 0px;
}
.footer_tiles .footer_content ul li{
  color: #fff;
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;

}
.footer_tiles .footer_content ul li a{
	color: #fff;
	text-decoration: none;
}
.footer_tiles .footer_content ul :before{
	content: ' \002D';
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  font-weight: bold;
  color: #fff;
  top: 2px;
}
footer .down_footer{
	
}
a{
	text-decoration-line: none;
}
footer .down_footer a{
	color: #fff;
}
footer .down_footer  span{
	color: #fff;
}


.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0a90d7;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.main-timeline .timeline-content{
    width: 45%;
    padding: 20px;
    border-radius: 5px;
    text-align: right;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.main-timeline .date{
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 12px 33px;
    background: #0a90d7;
    border-radius: 30px;
}
.main-timeline .title{
    font-size: 24px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}
.main-timeline .description{
    font-size: 14px;
    color: #606060;
    line-height: 2;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
    }
}

.box_body{
	border:1px solid #d2d2d2;
	padding: 20px;
}

.bg-gray{
	background: #f1f1f1;
}
.tracker_table{
	background: #fff;
	border-top: 4px solid #1173b2;
}


.login_banner_area{
	 width: 100%;
	 position: relative;
	 height: 100vh;
	 background-image: url(../images/banner.jpg);
	 background-size: cover;
	 background-repeat: no-repeat;
}
.register_banner_area{
     width: 100%;
	 position: relative;
	 padding-top: 100px;
	 padding-bottom: 100px;
	 background-image: url(../images/banner.jpg);
	 background-size: cover;
	 background-repeat: no-repeat;
}

.login_box{
	position: absolute;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
	border-radius: 1rem;
	padding: 30px;
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
}
.register_box{
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(20px);
	border-radius: 1rem;
	padding: 30px;
	margin: auto;
}
.login_box .login_title h4,
.register_box .login_title h4{
	color: #101010;
}

.login_box .login_title h4 span,
.register_box .login_title h4 span{
	color: #1173b2;
}
.login_box .login_title p{
	color: #777;
}

.login_box .login_form,
.register_box .register_form {
	margin-top: 25px;
}
.login_box .login_form input[type="text"],
.login_box .login_form input[type="email"],
.login_box .login_form input[type="password"]{
	width: 100%;
	outline: none;
	border:none;
	padding: 10px;
	border-radius: 0px;
	border:1px solid #777;
	background: transparent;
	color: #101010;
}

.register_box .register_form input[type="text"],
.register_box .register_form input[type="email"],
.register_box .register_form input[type="password"]{
	width: 100%;
	outline: none;
	border:none;
	padding: 10px;
	border-radius: 0px;
	border:1px solid #777;
	background: transparent;
	color: #101010;
}
.login_box .login_form .input_form_group,
.register_box .register_form .input_form_group{
	margin-bottom: 25px;
	position: relative;
}

.login_box .login_form .input_form_group label,
.register_box .register_form .input_form_group label{
	color: #101010;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.login_box .login_form input::placeholder{
	color: #777;
	letter-spacing: 1px;
	font-size: 14px;
}
.register_box .register_form .input_number{
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.register_box .register_form .input_with_number input[type="text"]{
	padding-left: 55px;
}
.login_box .login_form .input_form_group input[type="submit"],
.register_box .register_form .input_form_group input[type="submit"]{
	margin: auto;
	border-radius: 25px;
	background: #1173b2;
	outline: none;
	border:none;
	padding: 10px 20px 10px 20px;
	color: #fff;
	width: 150px;
	font-size: 14px;
	transition: 0.5s;

}
.otp_form button[type="submit"]{
margin: auto;
	border-radius: 25px;
	background: #1173b2;
	outline: none;
	border:none;
	padding: 10px 20px 10px 20px;
	color: #fff;
	width: 150px;
	font-size: 14px;
	transition: 0.5s;
}
.login_box .login_form .input_form_group input[type="submit"]:hover,
.register_box .register_form .input_form_group input[type="submit"]:hover,
.otp_form  input[type="submit"]:hover{
	background: #000000;
	color: #fff;
}
.login_box .login_form .input_form_group .input_icon{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.register_box .register_form .input_form_group .input_icon{
	position: absolute;
	right: 25px;
	bottom: 10px
}
.login_box .login_form .input_form_group .input_icon i{
	color: #101010;
}
.login_box .login_form .input_form_group a{
	color: #1173b2;
	text-decoration-line: underline;
}
@media only screen and (max-width: 600px) {
  .login_box{

	width: 90%;
	margin: auto;
}
}

.login_box .login_form .input_form_group span{
	color: #101010;
}
.login_box .login_form .input_form_group span a,
.register_box .register_form .input_form_group span a{
	color: #1173b2;
}
.login_box .login_form  hr{
	background-color: #777;
}

.table .flex_btn{
	display: flex;
	justify-content: flex-start;
}
.table .flex_btn a{
	margin-left: 8px;
	transition: 0.5s;
}
.table .flex_btn a:hover{
	color: #fff!important;
}

.otp_form {
	text-align: center;
}
.otp_form input{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
.otp_form .otp_flex_input{
	display: flex;
	justify-content: center;
	margin: 25px 0 30px 0;

}
.otp_form input {
	border:1px solid #101010;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
    background: transparent;
    color: #000000;
    text-align: center;
    font-size: 14px;
    color: #777;
}
.otp_form input:focus{
	outline: none;
	box-shadow: none;
}

.otp_form .resend_txt span a{
	color: #1173b2;
}

.upper_header{
	z-index: 10000;
	position: relative;
}



.h-100{
    height:100vh;
    position:relative;
    overflow-y: scroll;

}
