﻿@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'notosans-medium';
    src: url('../fonts/notosans-medium.ttf') format('truetype');
}
.fl {
    float: none;
}
@media (min-width:768px) {
    .fl {
        float: left;
    }
}

.fr {
    float: right;
}
html {
    scroll-behavior: smooth;
}
/* header */
.logo_rcf {
    background-image: url('../images/RCF_logo.png');
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    height: 100px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    float: none;
    cursor: pointer;
}
@media (min-width:768px) {
    .logo_rcf {
        background-image: url(../images/RCF_logo.png);
        height: 100px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center;
        float: left;
        cursor: pointer;
    }
}
.rcf_nav {
    position: relative;
    left: 0%;
}
@media (min-width:768px) {
    .rcf_nav {
        position: relative;
        left: 35%;
    }
}
.rcf_list {
    background: #e0b772;
    top: -40px;
    position: relative;
}

@media (min-width:768px) {
    .rcf_list {
        background: transparent;
        margin-top: 15px;
        top: 0px;
    }
}
.rcf_list li a {
    padding: 12px 12px;
    font-family: poppins;
    font-size: 14px;
    color: #201e1e;
    position: relative;
    width: fit-content;
    margin: 0px 0px 0px 0px;
}
.navbar-nav .nav-link {
    color: #000 !important;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: #f0e3e0 !important;
    color: #fff;
}
.dropdown-menu li a::after {
    content: none !important;
}
.dropdown-menu li a {
    width: 100% !important;
}
.dropdown .dropdown-menu {
    display: none;
    z-index: 999999;
    border-top: 5px solid #f35526;
}
.dropend:hover {
    background-color: #f0e3e0 !important;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0em;
    }
}
.dropdown-toggle::after {
    display: none !important;
}
.dropend a {
    padding: 10px 18px !important;
}
nav.stroke ul li a {
    position: relative;
}

    nav.stroke ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #f59034;
        height: 3px;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }


    

       
nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

    nav ul li a:hover {
        color: #201e1e !important;
        background: transparent !important;
    }
.navbar-toggler {
    background-color: #d88d2c !important;
    position: absolute;
    right: 15px;
    top: -70px;
}
/*.dropdown .dropbtn {
    font-size: 15px;
    font-family: poppins;
    border: none;
    outline: none;
    color: #201e1e;
    padding: 18px 18px;
    background-color: transparent;
    margin: 0;
    letter-spacing: 1px;
}
.dropbtn i {
    margin: 0px 0px 0px 8px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f37e31;
}
.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    width: 100vh;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
@media (min-width:768px) {
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        max-width: 40vh;
        right: -163px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        top: 40px;
    }
}
.dropdown:hover .dropdown-content {
    display: block;
    animation: navmenu 500ms forwards;
}
@keyframes navmenu {
    0% {
        opacity: 0;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 55px;
    }
}
.column {
    float: left;
    width: 52% !important;
    padding: 10px;
    background-color: #fff;
    height: auto;
}
@media (min-width:768px) {
    .column {
        width: 100% !important;
        padding: 10px;
        background-color: #f48430;
        height: auto;
    }
}
.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.column a:hover:before {
    transform: scaleX(1);
}
.column a:hover {
    color: #fff !important;
}
.column a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #424345;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.drop_submenu {
    display: block !important;
    flex-wrap: wrap !important;
}
@media (min-width:768px) {
    .drop_submenu {
        display: block !important;
        flex-wrap: nowrap !important;
    }
}
.drop_submenu a {
    font-size: 15px !important;
    padding: 10px 0px !important;
}

*/ /* Caruosel */
.carousel {
    position: relative;
    margin-top: 90px;
    transition: transform 2s ease, opacity .5s ease-out;
}
#carouselExampleControls::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: linear-gradient(180deg, #f7e8cf, #000707ed);
    opacity: 0.75;
    z-index: 999;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 9999 !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0 !important;
    left: 9% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    z-index: 999;
}
@media (min-width:768px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 14.25rem !important;
        left: 9% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        text-align: center;
        z-index: 9999;
    }
}
.carousel-caption h5 {
    font-size: 12px;
    color: #3f0303;
    font-family: 'notosans-medium';
    line-height: 2;
    font-weight: 800;
    text-align: left;
    letter-spacing: 1px;
}
@media (min-width:768px) {
    .carousel-caption h5 {
        font-size: 35px;
        color: #3f0303;
        font-family: 'notosans-medium';
        line-height: 2;
        font-weight: 800;
        text-align: left;
        letter-spacing: 1px;
    }
}
.carousel-caption p {
    color: #32211c;
    font-size: 10px;
    font-family: 'notosans-medium';
    text-align: left;
    font-weight: 900;
    letter-spacing: 1px;
}
@media (min-width:768px) {
    .carousel-caption p {
        color: #32211c;
        font-size: 15px;
        font-family: 'notosans-medium';
        text-align: left;
        font-weight: 900;
        letter-spacing: 1px;
    }
}
.line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: -40px;
    top: 0;
    position: absolute;
    border: 9px solid #f0e3e0;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: backwards;
    animation-name: fadeInLeft;
    animation-delay: 0.8s;
    z-index: 99999 !important;
}
.carousel-control-prev {
    right: 0 !important;
    bottom: 50% !important;
    left: auto !important;
}
@media (min-width:768px) {
    .carousel-control-prev {
        right: 0 !important;
        bottom: 20% !important;
        left: auto !important;
    }

}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000;
}
/* About */
.abt_wrapper1, .abt_wrapper2 {
    padding: 30px 0px;
    display: block;
}
@media (min-width:768px) {
    .abt_wrapper1, .abt_wrapper2 {
        padding: 50px 0px 0px;
        display: flex;
        background: #f0eae4;
    }
}
.abt_banner::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    min-width: 100%;
    min-height: 20vh;
    background-image: linear-gradient(180deg, #ffab9199, #000707ed);
    opacity: 0.7;
}
@media (min-width:768px) {
    .abt_banner::after {
        content: "";
        position: absolute;
        top: 90px;
        left: 0;
        min-width: 100%;
        min-height: 60vh;
        background-image: linear-gradient(180deg, #ffab9199, #000707ed);
        opacity: 0.7;
    }
}

.abt_img1 {
    background: url(../images/abt_us01.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
}
.abt_txt {
    z-index: 9999;
    border-left: 8px solid #f48432;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}
@media (min-width:768px) {
    .abt_txt {
        z-index: 9999;
        border-left: 8px solid #f48432;
        height: 50px;
        position: relative;
        margin-bottom: 25px;
    }
}
.abt_txt h2 {
    font-family: notosans;
    letter-spacing: 3px;
    color: #031730;
    font-size: 35px;
    position: relative;
    left: 12px;
    font-weight: 700;
    text-align: left;
}
.abt_para p {
    font-size: 15px;
    font-family: poppins;
    text-indent: 40px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: justify;
}
.abt_img2 {
    background: url(../images/abt_us02.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
}
/* Who we are */
.we_wrapper {
    padding: 50px 0px 0px;
    display: flex;
}
.we_wrapper1 {
    padding: 50px 0px 0px;
}
.img1 {
    background-image: url(../images/we1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 75%;
    height: 500px;
    width: 100%;
    float: left;
    border-radius: 100px;
}
.img2 {
    background-image: url(../images/we2.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35%;
    height: 565px;
    width: 100%;
    position: relative;
    right: 25px;
}
.para {
    padding: 10px 45px 0px 0px;
}
.border_align1 {
    border: 6px solid #f48432 !important;
    height: 240px;
    width: 35%;
    display: block;
    position: absolute;
    right: 190px;
    z-index: -1;
    margin: -500px 0px;
}
@media (min-width:768px) {
    .border_align1 {
        border: 6px solid #f48432 !important;
        height: 393px;
        width: 24%;
        display: block;
        position: absolute;
        right: 280px;
        z-index: -1;
        margin: -32px 0px;
    }
}
.box_content {
    padding: 10px 75px 0px 0px;
    margin: 0px 0px;
}
.box_icon {
    width: 60px;
    height: 60px;
    background: #f48432;
    color: #fff;
    border-radius: 50px;
    float: left;
}
.box_icon i {
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 15px 10px;
}
.box_para {
    display: grid;
    padding: 0px 0px 0px 20px;
}
.box_para h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: notosans;
    line-height: 2;
    letter-spacing: 1px;
}
.box_para p {
    font-size: 14px;
    font-family: Poppins;
    text-align: left;
}
/* Great things */
.content1_wrapper {
    background: #f0eae4;
    display: flex;
    padding: 15px 0px;
}
.content1 h1 {
    font-size: 35px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.7;
    font-family: notosans;
    font-weight: 600;
    text-align: left;
    color: #746458;
}
.content2 h1 {
    width: 80%;
    line-height: 1.4;
    font-family: poppins;
    font-weight: 400;
    color: #f48432;
}
.img3 {
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60%;
    height: 350px;
    width: 100%;
}
.content2 p {
    font-size: 15px;
    font-family: poppins;
    line-height: 24px;
    text-align: justify;
    width: 90%;
    text-indent: 42px;
}
/* What we do */
.do_wrapper {
    display: flex;
    padding: 30px 0px;
}
.do_content {
    padding: 0px;
    text-align: center;
}
.do_icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 20px 0px;
}
.do_icon i {
    font-size: 25px;
    padding: 10px 10px;
}
.do_txt h4 {
    font-family: notosans;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
}
.do_txt p {
    font-size: 14px;
    font-family: poppins;
    padding: 15px 25px;
    text-align: justify;
    line-height: 1.8;
    min-height: 30vh;
}
.do_bg1 {
    background: #f14e1e;
    display: inline-block;
}
.do_bg2 {
    background: #f05425cc;
    display: inline-block;
}
.do_bg3 {
    background: #f054258a;
    display: inline-block;
}
.do_bg4 {
    background: #f0542547;
    display: inline-block;
}
/* Client Testimonals */
.client {
    width: 100%;
    display: flex;
    background: #f0eae4;
}
.customer_txt {
    display: flex;
    margin-top: 20%;
}
.customer_txt h1 {
    font-size: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: notosans;
    font-weight: 600;
    text-align: left;
    color: #f48432;
}
.carousel-icon i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}
.carousel-item i {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.3);
}
.t-card {
    padding: 1.8125rem 1.125rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1.25rem;
    color: #fff;
    height: auto;
    font-family: Poppins;
    font-size: 14px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}
.arrow_align {
    font-size: 40px;
    color: #746458;
}
.outline_light {
    border: 1px solid #f68a35 !important;
}
.dir_clr {
    color: #f68a35;
}
.star_icon i {
    color: #f2e14b;
    font-size: 20px;
}
/* Video wrapper */
.content2_wrapper {
    display: flex;
    padding: 50px 0px;
}
.video_wrapper video {
    margin: 0px 0px 0px -130px;
    max-width: 500px;
}
@media (min-width:768px) {
    .video_wrapper video {
        margin: -30px 0px 0px 60px;
        max-width: 500px;
    }
}

.border_align2 {
    border: 6px solid #f48432;
    height: 125px;
    width: 125px;
    display: block;
    z-index: -1;
    position: relative;
    top: 35px;
}
.related_content h4 {
    font-size: 25px;
    font-family: notosans;
    color: #f48432;
    font-weight: 600;
    letter-spacing: 1px;
}
.related_content h6 {
    font-size: 14px;
    margin: 20px 0px;
    font-style: italic;
    color: #787572;
    line-height: 1.7;
    font-family: poppins;
}
.related_content p {
    font-size: 14px;
    font-family: poppins;
    line-height: 2;
    text-align: justify;
}
.border_align3 {
    border: 6px solid #f48432;
    height: 125px;
    width: 125px;
    display: block;
    z-index: -1;
    position: relative;
    float: right;
    top: -80px;
    right: 30px;
}
/* Footer */
.footer_wrapper {
    background-image: linear-gradient(180deg, #ff7303, white);
}
.social_icons a {
    text-decoration: none;
    color: #252525;
    font-size: 18px;
    padding: 7px 7px;
}
.social_icons a:hover {
    padding: 7px 7px;
    background: #fff;
    color: #ef5a22;
}
.title_name {
    font-family: notosans;
    letter-spacing: 2px;
    color: #fff;
}
.foot {
    background: #f48333;
    color: #fff;
    font-family: poppins;
    letter-spacing: 1px;
}
.footer_holder {
    padding: 20px 0px 0px 0px;
}
.footer_holder p {
    font-size: 13px;
    line-height: 2;
    font-family: poppins;
    text-align: justify;
    color: #252525;
}
.footer_holder p a {
    font-size: 13px;
    line-height: 2;
    font-family: poppins;
    text-align: justify;
    color: #252525;
    text-decoration: none;
}
.link_txt {
    text-decoration: none;
    color: #000;
    font-family: poppins;
}
.footer_holder hr {
    width: 80px;
    background-color: #070216;
    height: 5px;
}
.copyright {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-family: notosans;
}
.fa_icon {
    width: 25px;
    font-weight: 900 !important;
    margin: 0px 0px 0px 0px;
}
@media (min-width:768px) {
    .fa_icon {
        width: 25px;
        font-weight: 900 !important;
        margin: 0px 0px 0px -25px;
    }
}
/* Aboutus page banner */
.abt_banner {
    margin-top: 90px;
}
.abt_bannerimg {
    background-image: url('../images/abt_banner.jpg');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
@media (min-width:768px) {
    .abt_bannerimg {
        background-image: url('../images/abt_banner.jpg');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}
.vision_img {
    background-image: url('../images/goal.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px 0px;
}
.mission_img {
    background-image: url('../images/rocket.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px 0px;
}
.values_img {
    background-image: url('../images/diamond.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px 0px;
}
.description h4 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #cf4f07;
    font-family: notosans;
}
.description p {
    font-size: 13px;
    letter-spacing: 1px;
    color: #754f3a;
    font-family: Poppins;
    text-align: justify;
    min-height: 40vh;
    line-height: 2;
}
.goals_wrapper {
    display: block;
    background: #f0eae4;
    margin: 100px 0px 0px;
}
@media (min-width:768px) {
    .goals_wrapper {
        display: flex;
        background: #f0eae4;
        margin: 100px 0px 0px;
    }
}
.goals_content {
    text-align: center;
    background: #fefefe;
    border: 1px solid #fff;
    margin: 20px 0px 0px 0px;
    box-shadow: -3px 3px 10px 3px rgb(45 11 4 / 24%);
    border-bottom: 12px solid #fd5d03;
    padding: 10px 30px;
    border-radius: 15px;
}
@media (min-width:768px) {
    .goals_content {
        text-align: center;
        background: #fefefe;
        border: 1px solid #fff;
        margin: -90px 0px 0px 45px;
        box-shadow: -3px 3px 10px 3px rgb(45 11 4 / 24%);
        border-bottom: 12px solid #fd5d03;
        padding: 10px 30px;
        border-radius: 15px;
    }

}
/* aboutus */
.abt_wrapper3 {
    display: flex;
}
.left_box {
    padding: 0px 0px 10px 0px;
}
.left_img1 {
    background-image: url('../images/image1.jpg');
    width: 255px;
    height: 255px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    box-shadow: 1px 1px 10px 1px;
    margin: 62px 0px 20px 0px;
}
.left_img2 {
    background-image: url('../images/image2.jpg');
    width: 255px;
    height: 255px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    box-shadow: 1px 1px 10px 1px;
    margin: 200px 0px 20px 0px;
}
.right_box {
    width: 370px;
    height: 240px;
    background: #fb7a2f;
    border-radius: 0px 160px 0px 80px;
}
@media (min-width:768px) {
    .right_box {
        width: 525px;
		height: 290px;
        background: #fb7a2f;
        border-radius: 0px 160px 0px 80px;
    }
}
.right_box h6 {
    padding: 30px 0px 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-family: 'notosans-medium';
    font-weight: 700;
}
.right_box h2 {
    padding: 0px 0px 0px 10px;
    font-size: 23px;
    font-family: poppins;
    font-weight: 600;
    letter-spacing: 2px;
    color: #863109;
}
@media (min-width:768px) {
    .right_box h2 {
        padding: 0px 0px 0px 10px;
        font-size: 35px;
        font-family: poppins;
        font-weight: 600;
        letter-spacing: 2px;
        color: #863109;
    }
}
.right_content p {
    font-size: 14px;
    font-family: notosans-medium;
    text-indent: 40px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 30px 80px 10px 0px;
}
.box_bg {
    background: #054050;
    color: #fff;
}
.box_icon {
    width: 70px;
    height: 70px;
    background: #fb7a2f;
    color: #fcfcfc;
    border-radius: 50px;
    float: left;
}
.box_icon i {
    font-size: 35px;
    display: block;
    text-align: center;
    padding: 15px 10px;
}
.box_para {
    display: grid;
    padding: 0px 0px 0px 20px;
}
.box_para h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: notosans-medium;
    line-height: 2;
}
.box_para p {
    font-size: 14px;
    font-style: italic;
    font-family: 'notosans-medium';
    text-align: left;
}
/* Our business & strategy */
.our_img1 {
    background-image: url('../images/business.jpg');
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our_img2 {
    background-image: url('../images/strategy.png');
    height: 260px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 0%;
}
@media (min-width:768px) {
    .our_img2 {
        background-image: url('../images/strategy.png');
        height: 260px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        margin-top: 177%;
    }
}
.abt_wrapper4 {
    display: flex;
    background: #f0eae4;
}
.our_txt {
    z-index: 9999;
    border-bottom: 4px solid #f48432;
    height: 50px;
    position: relative;
    margin-bottom: 25px;
    width: fit-content;
    left: 12px;
}
.our_txt h2 {
    font-family: notosans;
    letter-spacing: 3px;
    color: #863109;
    font-size: 35px;
    position: relative;
    left: 0px;
    font-weight: 700;
    text-align: left;
}
.our_wrapper {
    padding: 60px 0px 0px 35px;
}
.our_wrapper p {
    font-size: 15px;
    line-height: 2;
    font-family: 'notosans-medium';
    padding: 0px 10px 0px 10px;
    text-align: left;
}
/* Career page */
.career_bannerimg {
    background-image: url('../images/career_bg.jpg');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
@media (min-width:768px) {
    .career_bannerimg {
        background-image: url('../images/career_bg.jpg');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}
.contact_wrapper {
    display: block;
    background: #f0eae4;
    margin: 30px 0px 0px;
}
@media (min-width:768px) {
    .contact_wrapper {
        display: flex;
        background: #f0eae4;
        margin: 100px 0px 0px;
    }
}
.withus_content h4 {
    text-align: center;
    font-size: 45px;
    line-height: 1;
    font-family: notosans;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fc7e00;
}
@media (min-width:768px) {
    .withus_content h4 {
        text-align: center;
        font-size: 45px;
        line-height: 2;
        font-family: notosans;
        font-weight: 600;
        letter-spacing: 2px;
        color: #fc7e00;
    }
}
.withus_content p {
    padding: 0px;
    font-size: 15px;
    font-family: poppins;
    line-height: 2;
    color: #77675f;
    text-align: center;
}
@media (min-width:768px) {
    .withus_content p {
        padding: 0px 135px;
        font-size: 15px;
        font-family: poppins;
        line-height: 2;
        color: #77675f;
        text-align: center;
    }
}
.joinus {
    background-image: url('../images/joinus.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
}
.career_img1 {
    background-image: url('../images/career01.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
}
.career_img2 {
    background-image: url('../images/career02.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 350px;
    background-position: bottom;
}
.career_wrapper {
    display: flex;
}
.career_left {
    background: #f48333;
    min-height: 400px;
}
.career_txt {
    position: relative;
    top: 60px;
}
.career_txt h2 {
    text-align: center;
    font-size: 35px;
    font-family: notosans;
    font-weight: 700;
    color: #48341e;
    letter-spacing: 2px;
}
.career_right {
    min-height: 400px;
    background: #f2cb9d;
}
.career_para {
    padding: 60px 25px 60px 25px;
}
.career_para p {
    font-size: 15px;
    font-family: poppins;
    text-indent: 40px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: justify;
}
/* Contact us */
.contact_bannerimg {
    background-image: url('../images/contact_bg.jpg');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width:768px) {
    .contact_bannerimg {
        background-image: url('../images/contact_bg.jpg');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.contact_img {
    background-image: url('../images/contactus.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 210px;
    background-position: bottom;
}
@media (min-width:768px) {
    .contact_img {
        background-image: url('../images/contactus.png');
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
        height: 350px;
        background-position: bottom;
    }
}
.form_content2 {
    background: #a48c7b;
}
.register-form h1 {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 60px;
    font-family: notosans;
}
.register-form .form-control {
    border: none;
    background: none;
    border-bottom: 1px solid #ffc107;
    border-radius: 0px !important;
    color: #fff;
    font-family: notosans;
}
.register-form .form-control:focus,
.register-form .form-control:hover {
    border: none;
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.ph_img {
    background-image: url('../images/phone.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin: 15px 0px;
}
.mail_img {
    background-image: url('../images/email.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin: 15px 0px;
}
.location_img {
    background-image: url('../images/location.gif');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin: 15px 0px;
}
.contact_content {
    text-align: center;
    background: #fefefe;
    border: 1px solid #fff;
    margin: 30px 0px 0px 0px;
    box-shadow: -3px 3px 10px 3px rgb(45 11 4 / 24%);
    border-bottom: 12px solid #fd5d03;
    padding: 10px 30px;
    border-radius: 15px;
    min-height: 300px;
}
@media (min-width:768px) {
    .contact_content {
        text-align: center;
        background: #fefefe;
        border: 1px solid #fff;
        margin: -90px 0px 0px 45px;
        box-shadow: -3px 3px 10px 3px rgb(45 11 4 / 24%);
        border-bottom: 12px solid #fd5d03;
        padding: 10px 30px;
        border-radius: 15px;
        min-height: 300px;
    }
}

.description_contact p a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #754f3a;
    font-family: Poppins;
    text-decoration: none;
}
.description_contact p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    color: #754f3a;
    font-family: Poppins;
}
/* map */
.google-map {
    position: relative;
}
.google-map iframe {
    min-height: 30vh;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
}
@media (min-width:768px) {
    .google-map iframe {
        min-height: 40vh;
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
}
/* Banner text */
.banner_content {
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
.banner_content p {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: inline-block;
    border: 5px double rgba(255, 255, 255, .25);
    border-width: 4px 0;
    padding: 0.5em 0em;
    position: absolute;
    width: auto;
    margin: -32% 35% auto;
}
@media (min-width:768px) {
    .banner_content p {
        text-transform: uppercase;
        letter-spacing: 0.5em;
        display: inline-block;
        border: 5px double rgba(255, 255, 255, .25);
        border-width: 4px 0;
        padding: 0.5em 0em;
        position: absolute;
        width: auto;
        margin: -18% 35% auto;
    }
}
.banner_content p span {
    font: 800 20px Notosans;
    letter-spacing: 3px;
    text-align: center;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);
    /* Clip Background Image */
    background: url(../images/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: rcf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
@media (min-width:768px) {
    .banner_content p span {
        font: 800 50px Notosans;
        letter-spacing: 3px;
        text-align: center;
        padding: 0.25em 0 0.325em;
        display: block;
        margin: 0 auto;
        text-shadow: 0 0 80px rgba(255, 255, 255, .5);
        /* Clip Background Image */
        background: url(../images/animated-text-fill.png) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: rcf 80s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
}

@-webkit-keyframes rcf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
/* Animation */
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 3s;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 3s;
}
@keyframes grow {
    0%, 20% {
        transform: scale(1);
    }

    75%, 100% {
        transform: scale(1.15);
    }
}
.grow {
    -webkit-animation-name: grow;
    animation: grow 4s linear forwards;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}


/* service page */
.service_bannerimg {
    background-image: url('../images/service_banner.png');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
@media (min-width:768px) {
    .service_bannerimg {
        background-image: url('../images/service_banner.png');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 65%;
        background-position: center;
    }
}
.card-img, .card-img-top {
    height: 200px;
    width: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.card {
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.card-body {
    background: #f79936;
    z-index: 9999;
}
.card-title {
    text-align: center;
    font-size: 15px;
    font-family: poppins;
    font-weight: 600;
    letter-spacing: 1px;
    color: #454341;
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
}
.col_rcf:hover .img_rcf {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.card-body:hover {
    background-image: linear-gradient(178deg, #f58b33, #894000);
}
.card-body a:hover {
    color: #f5ebeb !important;
}
/*  scroll top */
.scrolltop .icon {
    font-size: 30px;
    text-align: center;
    padding: 4px;
    color: #424345;
    cursor: pointer;
}
.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
    z-index: 99999;
}
/* Media page */
.media_bannerimg {
    background-image: url('../images/media_banner.jpg');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width:768px) {
    .media_bannerimg {
        background-image: url('../images/media_banner.jpg');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.case_study {
    background-image: url('../images/case_study.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 500px;
    background-position: bottom;
}
.media_wrapper1 {
    padding: 50px 0px 0px;
    min-height: 100vh;
    background: #f0eae4;
}
.media_wrapper2 {
    padding: 50px 0px 0px;
    min-height: 62vh;
    background: #fff;
}
.media_content {
    color: #883803;
    font-size: 15px;
    font-weight: 700;
    font-family: 'notosans-medium';
    text-decoration: none;
    cursor: pointer;
}
.news {
    background-image: url('../images/news.png');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 300px;
    background-position: bottom;
}
/* preloader */
body {
    overflow: hidden;
}
body.loaded {
    overflow: auto;
}
#loader {
    background-image: url('../images/rcf_loader.png') !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9999999;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoom-in-zoom-out 1.5s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0%

{
    transform: scale(1, 1);
}

50% {
    transform: scale(1.2, 1.2);
}

100% {
    transform: scale(1, 1);
}
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}


/* our partner */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* accreditation page */
.accreditation_bannerimg {
    background-image: url('../images/accreditation_banner.png');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width:768px) {
    .accreditation_bannerimg {
        background-image: url('../images/accreditation_banner.png');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.main_holder .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 40px auto 40px;
}
.main_holder .card_holder {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main_holder .card-image {
    position: relative;
    display: block;
    width: 100%;
    height: 670px;
    background: #fff;
}
.main_holder .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main_holder .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
.fancybox-container {
    z-index: 99999 !important;
}
/* Cleaning service page*/
.cleaning_bannerimg {
    background-image: url('../images/cleaning_banner.jpg');
    height: 20vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}
@media (min-width:768px) {
    .cleaning_bannerimg {
        background-image: url('../images/cleaning_banner.jpg');
        height: 60vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 65%;
        background-position: center;
    }
}
.col_rcf {
    margin: 10px 0px 15px 0px;
    width: 250px !important;
}
/* Our management */
.abt_wrapper5 {
    background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
    padding-top: 60px;
}
.our-team {
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.our-team .pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic {
    background: #ff8a2d;
    border-radius: 50%;
}
.pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-family: 'Noto Sans';
}
.our-team .post {
    display: block;
    font-size: 15px;
    color: #a26010;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Noto Sans';
}
.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li {
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #a26010;
    border: 1px solid #ff8a2d;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.our-team:hover .social li a {
    background: #ff8a2d;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
/* Security service */
.security_bannerimg {
    background-image: url(../images/Security/security_banner.jpg);
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (min-width:768px) {
    .security_bannerimg {
        background-image: url(../images/Security/security_banner.jpg);
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}

.banner_text {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: absolute;
    top: 20%;
    right: 10%;
}
@media (min-width:768px) {
    .banner_text {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: absolute;
        top: 40%;
        right: 10%;
    }
}
.banner_text p {
    font-family: Notosans;
    font-size: 9px;
    letter-spacing: 3px;
    color: #894005;
    font-weight: 800;
}
@media (min-width:768px) {
    .banner_text p {
        font-family: Notosans;
        font-size: 50px;
        letter-spacing: 3px;
        color: #894005;
        font-weight: 800;
    }
}

.sec_wrapper1 {
    padding: 50px 0px 0px;
    display: flex;
}
.sec_wrapper1::after, .sec_wrapper2::after {
    position: absolute;
    content: none;
    background-image: url('../images/rotate.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 200px;
    max-width: 200px;
    z-index: 0;
    right: 100px;
    width: 100%;
    height: 100%;
    animation: rotateIn 8s infinite linear;
}
@media (min-width:768px) {
    .sec_wrapper1::after, .sec_wrapper2::after {
        position: absolute;
        content: "";
        background-image: url('../images/rotate.png');
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 200px;
        max-width: 200px;
        z-index: 0;
        right: 100px;
        width: 100%;
        height: 100%;
        animation: rotateIn 8s infinite linear;
    }
}
.benefits_holder::after {
    position: absolute;
    content: none;
    background-image: url('../images/rotate.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 200px;
    max-width: 200px;
    z-index: 0;
    right: -50%;
    bottom: -15px;
    width: 100%;
    height: 100%;
    animation: rotateIn 8s infinite linear;
}
@media (min-width:768px) {
    .benefits_holder::after {
        position: absolute;
        content: "";
        background-image: url('../images/rotate.png');
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 200px;
        max-width: 200px;
        z-index: 0;
        right: -50%;
        bottom: -15px;
        width: 100%;
        height: 100%;
        animation: rotateIn 8s infinite linear;
    }
}
/* Remote Surveillance */
.sec_wrapper2 {
    padding: 50px 0px 0px;
    display: flex;
}
.remote_bannerimg {
    background-image: url(../images/Security/remote_banner.jpg);
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (min-width:768px) {
    .remote_bannerimg {
        background-image: url(../images/Security/remote_banner.jpg);
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
.benefits_holder ul {
    list-style: none;
    min-width: auto;
}
@media (min-width:768px) {
    .benefits_holder ul {
        list-style: none;
        min-width: max-content;
    }
}
.benefits_holder li {
    font-size: 14px;
    font-family: poppins;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 50px;
}
.benefits_holder svg {
    font-size: 25px;
    color: #ff8727;
    margin: 0px 12px;
}
.benefits_holder li span {
    font-size: 20px;
    font-weight: 600;
    font-family: notosans;
    letter-spacing: 2px;
}
/* Static security guard services */
.static_bannerimg {
    background-image: url('../images/security/static_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (min-width:768px) {
    .static_bannerimg {
        background-image: url('../images/security/static_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* Transit security guard services */
.transit_bannerimg {
    background-image: url('../images/security/transit_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (min-width:768px) {
    .transit_bannerimg {
        background-image: url('../images/security/transit_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* ATM security services */
.atm_bannerimg {
    background-image: url('../images/security/atm_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (min-width:768px) {
    .atm_bannerimg {
        background-image: url('../images/security/atm_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* General Cleaning */
.general_bannerimg {
    background-image: url('../images/Cleaning/generalclean_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .general_bannerimg {
        background-image: url('../images/Cleaning/generalclean_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* Commercial Cleaning */
.commercial_bannerimg {
    background-image: url('../images/Cleaning/commercial_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .commercial_bannerimg {
        background-image: url('../images/Cleaning/commercial_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* Hotel Cleaning */
.hotel_bannerimg {
    background-image: url('../images/Cleaning/hotel_cleaning.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .hotel_bannerimg {
        background-image: url('../images/Cleaning/hotel_cleaning.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}

/* Housekeeping */
.housekeeping_bannerimg {
    background-image: url('../images/Cleaning/housekeeping_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .housekeeping_bannerimg {
        background-image: url('../images/Cleaning/housekeeping_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}

/* Maid service */
.maid_bannerimg {
    background-image: url('../images/Cleaning/maidservice_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .maid_bannerimg {
        background-image: url('../images/Cleaning/maidservice_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/* Office cleaning */
.office_bannerimg {
    background-image: url('../images/Cleaning/officecleaning_banner.jpg');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .office_bannerimg {
        background-image: url('../images/Cleaning/officecleaning_banner.jpg');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
.permanent_bannerimg {
    background-image: url('../images/Recruitment/permanent_banner.png');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .permanent_bannerimg {
        background-image: url('../images/Recruitment/permanent_banner.png');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
/*Contract Staffing*/
.contract_bannerimg {
    background-image: url('../images/Recruitment/contract_banner.png');
    min-height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media (min-width:768px) {
    .contract_bannerimg {
        background-image: url('../images/Recruitment/contract_banner.png');
        min-height: 555px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}