body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #212529;
}
h1{
    font-weight: bold;
    font-size: 40px;
}
h2{
	font-size: 35px;
    font-weight: 700;
}
h3{
    font-weight: 500;
	font-size: 30px;
}
p{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	font-size: 15px;
}
a{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-decoration: none;
	transition: color 0.3s ease;
}
a:hover{
	color: #DF001E;
}
pre{
	line-height: 1.4;
}
.nav-item.dropdown{
    position: initial;
}
.nav-item.dropdown .dropdown-menu{
    border-radius: 0px;
    background: #f8f9fa;
    border-color: #ebebeb;
    box-shadow: none;
	margin-top: 0px;
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-1x0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.nav-item.dropdown .dropdown-menu li .dropdown-item{
    color: rgb(0,0,0,0.65);
    font-size: 15px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: transparent;
    color: #212529 !important;
}
.nav-item.dropdown .dropdown-toggle path {
	fill: rgb(0,0,0,0.55);
}
.navbar-toggler .icon-bar{
	background-color: #DE001E;
	margin-bottom: 5px;
	display: block;
	width: 22px;
	height: 2px;
	transition: all 0.3s;
	transform-origin: center;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: inherit;
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}
.nav-item.dropdown .dropdown-toggle.active path {
    fill: rgb(0 0 0);
}
.roboto-slab{
	font-family: 'Roboto Slab', serif;
}
.bg-primary{
	background-color: #2487C1 !important;
}
.text-primary{
	color: #2487C1 !important;
}
.text-bg-primary {
	color: #fff !important;
	background-color: #2487C1  !important;
}
.border-primary{
	border-color: #2487C1  !important;
}
.brand-color{
	color: #2487C1 !important;
}
.brand-bg{
	background: #2487C1 !important;
	background-color: #2487C1 !important;
}
.brand-border{
	border-color: #2487C1 !important;
}
.bg-danger{
	background-color: #DF001E !important;
}
.text-danger{
	color: #DF001E !important;
}
.text-bg-danger {
	color: #fff !important;
	background-color: #DF001E  !important;
}
.border-danger{
	border-color: #DF001E  !important;
}
.form-check-input:checked {
    background-color: #2487C1;
    border-color: #2487C1;
}
.form-control:focus, .form-select:focus {
    border-color: #2487C1;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.accordion-button:not(.collapsed){
	color: #ffffff;
	background-color: #2487C1;
}
.accordion-button:focus {
	border-color: #2487C1;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.alert-primary{
	background-color: #2487C163;
	border-color: #2487C1;
}
.list-group-item.active {
	color: #ffffff;
	background-color: #2487C1;
	border-color: #2487C1;
}
.page-link{
	color: #2487C1;
}
.active>.page-link, .page-link.active {
	color: #ffffff;
	background-color: #2487C1;
	border-color: #2487C1;
}
.page-link:hover, .page-link:focus{
	color: #7AB3D3;
}
.page-link:focus{
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn-brand, .btn-primary{
    background: #2487C1;
    color: #fff;
    border-color: #2487C1;
    padding: 10px 20px;
}
.btn-brand:hover, .btn-primary:hover, .btn-brand:focus, .btn-primary:focus, .btn-brand:active, .btn-primary:focus-visible, .btn-brand:focus-visible{
	background-color: #7AB3D3 !important;
	border-color: #2487C1 !important;
	color: #fff;
}
.btn-primary:focus-visible, .btn-brand:focus-visible{
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	border-color: #2487C1 !important;
}
.btn-outline-primary{
    border-color: #2487C1;
    color: #2487C1;
    padding: 10px 20px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
    background-color: #2487C1 !important;
    border-color: #2487C1 !important;
	color: #fff;
}
.btn-outline-primary:focus-visible{
    background-color: #2487C1 !important;
    border-color: #2487C1 !important;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	color: #fff;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-danger{
    background: #DF001E;
    color: #fff;
    border-color: #DF001E;
    padding: 10px 20px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:focus-visible{
	background-color: #ca011c !important;
	border-color: #ca011c !important;
	color: #fff;
}
.btn-danger:focus-visible{
    box-shadow: 0 0 0 0.2rem rgb(202 1 28 / 29%);
    border-color: #ca011c !important;
}
.btn-outline-danger{
    border-color: #DF001E;
    color: #DF001E;
    padding: 10px 20px;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active{
    background-color: #DF001E !important;
    border-color: #DF001E !important;
	color: #fff;
}
.btn-outline-danger:focus-visible{
    background-color: #DF001E !important;
    border-color: #DF001E !important;
	box-shadow: 0 0 0 0.2rem rgb(202 1 28 / 29%);
	color: #fff;
}
.btn-group .btn-primary.active{
	background-color: #7AB3D3 !important;
    border-color: #2487C1 !important;
}
footer .social .list-inline-item{
    background: #D7D7D7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #DF001E;
    transition: background 0.3s ease;
    padding-top: 4px;
}
footer .social .list-inline-item:hover{
    background: #DF001E;
}
footer .social .list-inline-item svg{
    height: 20px;
    width: auto;
}
footer .social .list-inline-item path {
	transition: fill 0.3s ease;
}
footer .social .list-inline-item:hover path {
  fill: white;
}
@media screen and (max-width: 700px) {
	footer .padb700{
		padding-bottom: 0px !important;
	}
}
@media screen and (min-width: 801px) {
.nav-item.dropdown .dropdown-menu{
	width: 100%;
}
.nav-item.dropdown .dropdown-menu.show{
	display:flex;
    justify-content: center;
}	
}
@media screen and (max-width: 800px) {
.nav-item.dropdown .dropdown-menu {
    border-radius: 0px;
    background: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: none;
}
.dropdown-item {
    padding: 0.5em 1em;
}
.nav-item.dropdown .dropdown-toggle svg{float:right;}
}
/****Thank you page****/
.mianHeader {
background: #f7fafc;
padding: 60px 30px;
text-align: center;
}
.mianHeader .logo {
max-width: 200px;
margin: 0 auto 50px;
}
.mianHeader .logo img {
width: 100%;
}
.boxWrap h1 {
font-size: 35px;
font-weight: 800;
margin-bottom: 10px;
}
.boxWrap {
margin: -70px 0 30px;
}
.boxWrap .boxInner {
margin: auto;
max-width: 80%;
padding: 50px;
background: white;
border-radius: 3px;
box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
-moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
-webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
}
.boxWrap .boxInner h2{
font-size: 25px;
font-weight: 600;
color: #35c567;
}
.boxInner ul{
    text-align: left;
    justify-content: center;
    display: grid;
	list-style: none;
}
.boxInner ul li:before {
   content: "☞";
   font-size: 170%;
   padding-right: 5px;
}
