.main-header .header-lower {
	position: relative;
	margin-bottom: -30px;
	background: #fff;
}
.main-header .main-box:before, .main-header .header-lower, .sticky-header {
	background-color: #ed1b24;
}
.main-menu .navigation>li>a {
	color: #e9ecf7;
}
section.feature-section-three.pt-0 {
	margin-top: -10%;
}
.feature-block-five {
	position: relative;
	margin-bottom: 30px;
}
.feature-block-five .inner-box {
	position: relative;
	background: #c04949;
	padding: 30px 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow: hidden;
	transition: all 300ms ease;
}
.feature-block-five .inner-box:before {
	position: absolute;
	left: -45px;
	top: -45px;
	height: 196px;
	width: 196px;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five .icon-box {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five .icon-box .icon {
	position: relative;
	font-size: 68px;
	line-height: 1em;
	color: #fe00c5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five .icon-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	background-color: #fff1cc;
	content: "";
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five h4 {
	font-size: 24px;
	color: #ffae00;
	font-weight: 700;
	padding-top: 40px;
	margin-top: 40px;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five h4 {
	padding-top: 20px;
	margin-top: 10px;
}
.feature-block-five h4:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 60px;
	background: #1e1d27;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five p {
	margin-bottom: 0px;
	line-height: 1.5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five .theme-btn i {
	color: #ffffff;
	margin-right: 0;
	margin-left: 10px;
	font-size: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-five .inner-box:hover .theme-btn {
	background: #ffc600;
	background: -o-linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
	background: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
}
.feature-block-five .inner-box {
	background-color: #001376;
}
.feature-block-five .inner-box:hover {
	background-color: #001376;
}
.feature-block-five .inner-box.box-1 {
	background-color: #ff9800;
}
.feature-block-five .inner-box.box-1:hover {
	background-color: #ff9800;
}
.feature-block-five .inner-box.box-1 .icon-box:before {
	background: #ffc107;
}
.feature-block-five .inner-box.box-2 {
	background-color: #8d0394;
}
.feature-block-five .inner-box.box-2:hover {
	background-color: #8d0394;
}
.feature-block-five .inner-box.box-2 .icon-box:before {
	background: #c020c8;
}
.feature-block-five .inner-box.box-3 {
	background-color: #b73437;
}
.feature-block-five .inner-box.box-3:hover {
	background-color: #b73437;
}
.feature-block-five .inner-box.box-3 .icon-box:before {
	background: #da5e61;
}
.feature-block-five .inner-box .icon-box:before {
	background: #334291;
}
.feature-block-five .inner-box:hover .icon-box:before {
	background: #334291;
}
.feature-block-five .inner-box {
	background-color: #001376;
	border-radius: 4px;
	box-shadow: 0px 5px 10px #2a25259c;
}
.feature-block-five .inner-box h4:before {
	background: #ffffff;
}
.feature-block-five .inner-box:hover h4:before {
	background: #ffffff;
}
.feature-block-five .inner-box p, .feature-block-five .inner-box h4, .feature-block-five .inner-box .icon-box .icon {
	color: #ffffff;
}
.feature-block-five .inner-box:hover p, .feature-block-five .inner-box:hover h4, .feature-block-five .inner-box:hover .icon-box .icon {
	color: #ffffff;
}
.icon-circle-1 {
	background-image: url(../images/circle-1.png);
}
.feature-block .icon-box .icon {
	color: #b73437;
}
.sec-title .sub-title {
	color: #f44336;
}
.call-to-action .content-box {
	max-width: 100%;
}
.call-to-action {
	padding: 50px 0;
}
.main-header .nav-outer,.main-header .main-box{justify-content: center;}
.carousel-item img{width:100%;height:500px;object-fit: cover;}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}