/*---------------------------------------------------
:::::Global Css
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Raleway:300,500,600&display=swap');
*, html {
    font-family: 'Roboto', sans-serif;
}
a:focus {
  outline: none !important;
}
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
}
input, select, textarea {
	outline: 0 !important;
}
a {
	text-decoration: none !important;
}
ul li {
	list-style: none !important;
}
.transition {
	transition: 0.5s;
}
/*---------------------------------------------------
:::::Header Section
---------------------------------------------------*/
header {
	border-top: 3px solid #e45252;
	background: #07289d;
}
header .navbar-brand {
	width: 200px;
}
header .navbar-nav > li > a {
	font-size: 15px;
    padding: 6px 12px !important;
}
header .navbar-nav > li > a:hover {
	color: #e45252 !important;
}
header .socialIcons > li > a > i, footer .socialIcons > li > a > i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
}
header .socialIcons > li > a > i:hover, footer .socialIcons > li > a > i:hover {
	background: #e45252;
}
header .donateButton {
    background: #e45252;
    padding: 10px 25px;
}
header .donateButton:hover {
	color: #e45252 !important;
	background: #fff;
}
/*---------------------------------------------------
:::::Form Body Section
---------------------------------------------------*/
.formBody {
	padding: 70px 0;
}
.formBody h3 {
	color: #07289d;
}
.formBody img {
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}
.formBody form > .row > [class*="col-"] > .row [class*="col-"]:first-child {
    padding-right: 8px;
}
.formBody form input, .formBody form select, .formBody form textarea {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    margin-bottom: 10px;
    padding: 12px 15px;
    border-radius: 5px;
    height: max-content;
    resize: none;
}
.formBody form select, .formBody form #inputDate {
	color: #e45252;
}
.formBody form button.submitButton {
    background: #d2232a;
    font-size: 18px;
    padding: 12px 30px;
}
.formBody form button.submitButton:hover {
	background: #07289d;
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
	padding-top: 70px;
	background: #f0f1f2;
}
footer .socialIcons > li > a > i {
	color: #000;
	border-color: #000;
}
footer .socialIcons > li > a > i:hover {
	color: #fff;
	border-color: transparent;
}
footer h5.footerTitle::before {
    content: '';
    width: 50px;
    position: absolute;
    height: 2px;
    bottom: -2px;
    background: #d2232a;
    left: 0;
}
footer h5.footerTitle {
    border-bottom: 2px solid #ccc;
}
footer ul.quickLinks > li > a {
    color: #000;
}
footer ul.quickLinks {
    column-count: 2;
}
footer ul.quickLinks > li > a:hover {
	color: #e45252;
	text-decoration: underline !important;
}
footer ul.contactUs > li > a {
    padding-left: 22px;
    color: #000;
}
footer ul.contactUs > li > a > img {
    top: 5px;
    left: 0;
}
footer ul.contactUs > li > a:hover {
	color: #e45252;
}
footer .copyright {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 22px 0 5px;
}
footer .copyright > p > a:hover {
    color: #000;
}
footer .copyright > p > a {
    color: #d2232a;
    text-decoration: underline !important;
}
/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #d2232a;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #232323;
    opacity: 1
}
.back-to-top:hover i {
    color: #d2232a;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/*---------------------------------------------------
:::::Responsive Section
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	header .navbar-nav > li > a {
		font-size: 14px;
		padding: 6px 10px !important;
	}
	header .donateButton {
	    padding: 10px 15px;
	    font-size: 10px;
	}
	header .socialIcons > li > a > i {
	    width: 30px;
	    height: 30px;
	    font-size: 10px;
	}
}
@media only screen and (max-width: 991px) {
	header {
		height: 86px;
	}
	header .navbar-nav > li > a:hover {
		color: #07289d !important;
	}
    .section-padding {
        padding: 50px 0;
    }
    .sp-top {
        padding-top: 50px;
    }
    .sp-bottom {
        padding-bottom: 50px;
    }
    .navbar.sticky {
        padding: 0;
        height: 82px;
    }
    .navbar.sticky > .container {
        top: 0;
        position: absolute !important;
        left: 0;
        right: 0;
    }
    .navbar.sticky > .container > .toggle {
        top: auto !important;
    }
    .navbar.sticky > .container ul.navbar-nav.ml-auto.navbar-light {
        margin: 0;
        transform: translate(0px, 82px);
    }
    header .top-header .fa-phone-alt, header .top-header .fa-envelope {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
    header .top-header .lcmButton {
        padding: 2px 10px;
        font-size: 13px;
    }
    header nav .navbar-toggler {
        color: #d4b02f;
        border: 0;
    }
    header nav ul.navbar-nav {
    	margin-top: 16px;
        padding: 20px 0 10px;
        background: #e45252;
        pointer-events: auto;
    }
    header nav div#navbarCollapse {
        z-index: 9;
        pointer-events: none;
    }
    header nav ul.navbar-nav > li > a {
        font-size: 16px;
        margin: 2px 0 !important;
        padding: 12px 20px 10px !important;
        color: #fff !important;
        text-align: center;
    }
    header .dropdown-menu {
        position: absolute !important;
    }
    header .toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 12px;
        right: 240px;
        z-index: 9;
        padding: 0;
        outline: 0;
    }
    header .toggle span {
        display: block;
        background: #e45252;
        width: 38px;
        height: 4px;
        border-radius: 0;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
    }
    header .toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    header .toggle span:nth-child(3) {
        margin-top: 8px;
    }
    header .toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
    }
    header .toggle.active span:nth-child(1) {
        margin-top: 13px;
        margin-bottom: -4px;
    }
    header .toggle.active span:nth-child(1),
    header .toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .toggle.active span:nth-child(3) {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    header > .container > .row [class*="col-"]:last-child {
	    position: absolute;
	    width: max-content;
	    top: 8px;
	    right: 0;
	}
	header .donateButton {
		font-size: 12px;
	}
	.formBody {
		padding: 50px 0;
	}
	.formBody form {
		padding-left: 0 !important;
	}
	footer {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	header .toggle {
	    right: 240px;
	}
	.formBody {
		padding: 30px 0;
	}
	footer {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 575px) {
	header.py-3 {
	    height: 107px;
	    padding: 10px 0px 5px !important;
	}
	header > .container > .row [class*="col-"]:last-child {
	    position: relative;
	    top: 0;
	    order: 1;
	    justify-content: center;
	}
	header > .container > .row [class*="col-"]:first-child {
		order: 2;
	}
	header nav.navbar {
		margin-top: 6px;
	}
	header .navbar-brand {
	    width: 160px;
	}
	header .toggle {
		top: 9px;
	    right: 0;
	}
	header nav ul.navbar-nav {
		margin-top: 5px;
	}
	.formBody {
		padding: 20px 0;
	}
	footer > .container > .row [class*="col-"]:first-child {
		margin-bottom: 30px;
	}
	footer .copyright {
		font-size: 13px;
	}
}