*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "EB Garamond", serif;
}
p{
 
    font-family: "Poppins", sans-serif;
}
.logo{
    background: #020202;
    text-align: center;
    position: relative;
}
.logo::before{
    content: "";
    position: absolute;
    width: 153px;
    height: 164px;
    background: #010110;
    left: -153px;
}
.logo::after{
    content: "";
    position: absolute;
    right: -90px;
    top: 0;
    border-left: 91px solid #010110;
    border-top: 164px solid transparent;
    border-bottom: 0px solid #010110;
}
.header{
    background: #e21f36;
    
}
.header_bottom{
    background: #72000d;
}
.header-right-top{
    padding-left: 100px;
}
.menu-container{
    padding-left: 100px;
}
.main-logo{
   position: absolute;
    top: 0;
    left: 9%;
    z-index: 9;
}
.sec-pad{
    padding: 50px 0;
}
.sec-title span{
    padding: 0px 25px 0px 25px;
    background-color: #e21f36;
    color: #FFF;
    margin-bottom: 20px;
}
.sec-title h2{
    font-weight: 600;
    margin: 20px 0;
    font-size: 45px;
    position: relative;
    padding-bottom: 15px;
}
.sec-title h2::before {
    position: absolute;
    content: "";
    background: #f62139;
    height: 2px;
    width: 120px;
    left: 0%;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.sec-title h2::after {
    position: absolute;
    content: "";
    background: #333;
    height: 2px;
    width: 60px;
    left: 0%;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.center h2::before {
    position: absolute;
    content: "";
    background: #f62139;
    height: 2px;
    width: 120px;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.center  h2::after {
    position: absolute;
    content: "";
    background: #333;
    height: 4px;
    width: 20px;
    left: 50%;
    bottom: 0;
    margin-top: 1px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.sec-title h3{
    font-family: "Fondamento", cursive;
    color: #e21f36;
}
.intro_left p{
    color: #0c0c0c;
    font-weight: 400;
}
.intro_right{
    position: relative;
text-align:center;
}
.intro_right img{
         border-radius: 50%;
    box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, 0.95);
}

/* .intro_right:before {
    position: absolute;
    content: "";
    background: #72000d;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 30px;
    z-index: -1;
}
*/
.values{
    background: #72000d;
    padding: 50px 0;
}
.values img{
    border-radius: 50%;
    /* box-shadow: 0px 0px 24px 0px rgba(218, 218, 218, 1); */
    /* background: #fff; */
    /* box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3); */
    /* padding: 8px; */
    box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, 0.95);
}
.service-block-one {
    position: relative;
    margin-bottom: 34px;
}
.service-block-one .inner-box {
    position: relative;
    padding-right: 90px;
    text-align: right;
}
.service-block-one .inner-box .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    border: 2px dotted #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}
.service-block-one .inner-box h3 {
    position: relative;
    line-height: 55px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 30px;
}
.service-block-two {
    position: relative;
    margin-bottom: 34px;
}
.service-block-two .inner-box {
    position: relative;
    padding-left: 90px;
    text-align: left;
}
.service-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    border: 2px dotted #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}
.service-block-two .inner-box h3 {
    position: relative;
    line-height: 55px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 30px;
}
.values_left , .values_right{
    margin-top: 80px;
}
.values_middle{
    text-align: center;
}
.icon-box i{
    color: #FFF;
    font-size: 28px;
}
.services-sec{
    background: #ebf2f5;
    
}
.services{
    margin-bottom: 20px;
    background: #ebf2f5;
}
.services h3{
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    padding: 20px;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
    border-top: 3px solid #72000d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
 font-family: "Poppins", sans-serif;
    min-height: 80px;
}
.recruitment{
    position: relative;
    background-image: url(../images/recruitment_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.recruitment::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(0 0 0) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.screening_list li{
    background-color: #111;
    border-left: 2px solid #e21f36;
    padding: 20px;
    margin-bottom: 30px;
    width: 80%;
        font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer{
    background: #1C1C1C;
    padding: 50px  0 0;
}
.footer-logo img{
    margin-bottom: 10px;
}
.footer-widget h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.about-widget{
    text-align: center;
}
.ftr_list li{
    color: #b3b3b3;
}
.ftr_list li i{
    color: #c01f31;
    margin-right: 6px;
}
.header-info{
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    background: #954b00;
}
.header_list li{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.header-contact-info{
    position: relative;
    padding-top: 20px;
    float: right;
}
.iocn-holder{
    position: absolute;
    left: 0;
    top: 0;
}
.iocn-holder i {
    color: #c3c3c3;
    display: block;
    font-size: 34px;
    text-align: center;
    transition: all 500ms ease 0s;
    margin: 0;
    padding: 0;
}
.text-holder {
    padding-left: 55px;
}
.text-holder h6 {
        color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}
.text-holder p {
    color: #d8d8d8;
    font-size: 14px;
    margin: 0;
    line-height: 16px;
     font-family: "Poppins", sans-serif;
}
.copyright-sec{
    text-align: center;
    background: #72000d;
}
.copyright p{
    font-size: 13px;
    padding: 5px 0;
}
.gallery{
    background: url(../images/pattern_01.jpg);
}
.gallery img{

        border: 8px solid #FFF;
        margin-bottom: 20px;
        cursor: pointer;
}
.footer-widget p{
    font-family: "Poppins", sans-serif;}
   
.page-title{
    background: url(../images/page-title2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}    
.page-title-box{
    padding: 10px 40px;
    display: inline-block;
    /* min-width: 250px; */
    border: 5px solid rgba(255, 255, 255, 0.08);
    background: rgba(255,255,255, 0.05);
    max-width: 250px;
    /* text-align: center; */
    margin: 0 auto;
}
.page-title-box h2{
    color: #FFF;
}
.certificate-img img{
    margin-bottom: 30px;
}
.operations_right{
    position: relative;
}
.operations_right h3{
    font-size: 95px;
    line-height: 78px;
    text-align: center;
    text-transform: capitalize;
    color: #e21f36;
    position: absolute;
    top: 22%;
    left: 7%;

}
.contact{
    background: url(../images/dotted-map.png);
    background-repeat: no-repeat;
     background-position: center;
}
.contact_right iframe{
    width: 100%;
    height:300px;
    border: none;
}
.contact_left p{
    color: #000;
}
.contact_left p i{
    color: #72000d;
    padding-right: 12px;
}
.contact_list li{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact_list li i {
    color: #c01f31;
    margin-right: 6px;
}
.more{
    margin-top: 30px;
}
.more a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #72000d;
   
    box-shadow: 4px 4px 10px 0px rgba(249, 76.00000000000014, 47.999999999999986, 0.35);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #72000d;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 40px 10px 40px;
}
.more a:hover{
    background-color: #FFF;
    color: #72000d;
}
.branches{
    background: #ebf2f5;
}
@media (max-width: 998px)
{
   .main-logo img{
    width:100px;
}
}

.whatsapp_div {
    position: fixed;
    bottom: 20px;
    right: 14px;
    z-index: 999;
}
.what_txt i {
    font-size: 37px;
    color: #f1f1f1;
    background: #5dc348;
    padding: 9px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 34px;
    display: block;
}