body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.heading h2 {
    font-size: 55px;
    color: #f1f3f1;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}
.heading h2 span{
    color: #fe0000;
}
.heading h3{
    font-size: 40px;
    color: #f1f1f3;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}
.heading h4{
    font-size: 22px;
    color: #f1f1f3;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
}
.heading h4 span{
    color: #fe0000;
    font-weight: bold;
}
.heading h5{
    color: #d92828;
    font-size: 16px;
	letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.heading p{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
	line-height: 28px;
}
.btn-normal {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #fe0000;
    padding: 6px 20px;
    border-radius: 5px;
}
.btn-normal:focus, .btn-normal:hover {
    outline: none;
    background: #282828;
    color: #ffffff;
    text-decoration: none;
}
.btn-normal > i{
    padding-left: 10px;
    color: #ffcc00;
}

/*============== Home Page Area ===============*/

.service-area {
    background: #ffcc00;
}
.service-item {
    position: relative;
}
.service-item img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.service-overlay {
    background: rgba(254,0,0,0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.service-item:hover .service-overlay {
    opacity: 1;
}
.service-excerpt {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.3s ease-in-out 0s;
    padding: 0 15px;
    text-align: left;
}
.service-item:hover .service-excerpt {
    bottom: 10%;
    left: 0;
    opacity: 1;
}
.service-excerpt h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
}
.service-excerpt h3 a{
    color: #f1f1f1;
	font-weight: bold;
    font-size: 28px;
}
.service-excerpt h3 a i, .service-excerpt p i{
    color: #ffcc00;
    font-size: 15px;
    rotate: -45deg;
}
.service-item:hover .service-excerpt h3 i{
    display: none;
}
.service-excerpt p {
    color: #f1f1f1;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 0;
    display: none;
    transition: all 0.3s ease-in-out 0s;
}
.service-item:hover .service-excerpt p{
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.fadeIn_bottom {
    bottom: 10%;
}
.service-carousel .owl-nav button,
.project-carousel .owl-nav button,
.partner-carousel .owl-nav button {
    background:  transparent;
    color: #000000;
    border-radius: 0;
    font-size: 30px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 26px;
    outline: none;
}
.service-carousel .owl-nav button i,
.partner-carousel .owl-nav button i {
    color: #202223;
    font-size: 24px;
    line-height: 30px;
}
.project-carousel .owl-nav button i{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}
.service-carousel .owl-nav button.owl-next,
.project-carousel .owl-nav button.owl-next,
.partner-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -35px;
}
.service-carousel .owl-nav button.owl-prev,
.project-carousel .owl-nav button.owl-prev,
.partner-carousel .owl-nav button.owl-prev {
    left: -35px;
    right: inherit;
}
.about-area {
    background: #111212;
}
.about-area .heading h5{
    color: #ffcc00;
}
.about-content p{
    color: #ffffff;
    font-weight: 300;
	line-height: 27px;
    font-size: 15px;
}
ul.about-grid {
    padding: 10px 0 30px;
    column-count: 4;
}
ul.about-grid li {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 1;
}
ul.about-grid li span{
    color: #ffcc00;
    display: block;
    padding-bottom: 5px;
}
.about-content img{
    width: 100%;
}
.action-area {
    position: relative;
    background: #72d5c7 url("assets/images/support.jpg") no-repeat center center / cover;
}
.action-content{
    padding: 20px 0;
}
.action-content h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.action-content h5 {
    font-size: 15px;
    color: #fe0000;
    text-transform: uppercase;
	letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: bold;
	font-weight: 300;
}
.action-content p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
	line-height: 28px;
}
.project-area {
    background: #111212;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.project-excerpt h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.project-excerpt h3 a{
    color: #f1f1f1;
}
.project-excerpt p{
    color: #e06969;
    font-size: 14px;
	letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 0;
}
.partner-area, .client-area {
    background: #f1f1f3;
}
.partner-area.divider {
    border-top: 1px solid #ffffff;
}
.client-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.client-item a {
    background: #ffffff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}
.client-area .heading h3, .partner-area .heading h3 {
    color: #000000;
}
.client-item img {
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 20px;
}
.partner-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.partner-carousel .owl-item .partner-item img,
.partner-carousel .partner-item img{
    width: auto;
    height: auto;
    max-height: 60px;
}
/*======= End page =============*/

