

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border-radius: 8px; */
}

* {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    
}

::selection {
    background-color: transparent;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Open Sans Condensed;
    margin-bottom: 15px;
}
h6 {
    font-size: 18px;
    font-weight: 100;
}
body {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    background-color: #FBFBFB;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    
}
.fix {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
    box-shadow: 0 0 8px #666;
    border-top: 2px solid #CB3600;
}
header {
    position: relative;
    width: 100%;
    background-color: white;
    padding: 0 16.6%;
    top: 0;
    left: 0;
    z-index: 500;
    height: 110px;

    /* box-shadow: 0 0 8px #666; */
    
}
.menu {
    display: none;
}
.top {
    padding: 15px 16.6%;
    background-color: #f4f4f4;
    text-align: right;
    overflow: hidden;
    /* color: white; */
    /* font-weight: bold; */
}
.center {
    text-align: center;
}
.top span {
    display: inline-block;
    margin: 0 15px;
}
.ftlink {
    display: inline-block;
    margin: 15px 5px 0 5px;
    padding: 0;
    text-align: center;
    background-color: #CB3600;
    width: 60px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 60px;
    color: white;
}
.ftlink img {
    width: 25px;
    display: inline-block;
}
.small {
    font-size: 12px;
}
header img {
    height: 120px;
    margin: 10px 0;
    position: absolute;
    top: -40px;
}
.down {
    overflow: hidden;
    top: 160px;
    position: relative;
}
ul.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16.0%;
    list-style: none;
    display: block;
    /* direction: rtl; */
}
ul.nav li {
    display: inline-block;
    text-align: left;
    list-style-position:inside;
    /* line-height: 28px; */
    padding: 15px;
    margin: 2.5px;
    text-decoration: none;
    text-transform:capitalize;
    /* font-weight: bold; */
    /* font-size: 18px; */
}
ul.nav li:hover {
    color: #CB3600;
}
ul.nav li a {
    display: block;
}
.active {
    /* clip-path: polygon(50% 21%, 100% 0, 100% 100%, 0 100%, 0 0); */
    /* background-color: #CB3600; */
    /* color: white!important; */
    font-weight: bold;
    color: #CB3600!important;

}
.nav div {
    display: block;
    text-align: right;
    font-size: 20px;
    margin: 0 0 0 0;
    margin-right: 17px;
    font-weight: bold;
    /* color: white; */
    /* background-color: #CB3600; */
    /* background-image: linear-gradient(to right, transparent , #e2e3de); */
    padding: 15px 0;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.hero, .pagehero {
    position: relative;
    top: 0px;
    width: 100%;
    height: 60vh;
    background-image: url(../img/3.jpg);
    background-color: black;
    background-size: 100%;
    background-position: center;
    border-radius: 0;
    background-attachment: fixed;
    overflow: hidden;
    border-bottom: 10px solid #f4f4f4;
    /* clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 90%, 50% 100%, 50% 100%, 0% 90%, 0% 20%); */
}
.pagehero {
    height: 350px;
    margin-bottom: 60px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    display: none;

}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}
.hero span, .pagehero span {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: white;
    z-index: 5;
}

.hero h1, .pagehero span h1 {
    font-size: 85px;
    margin: 0;
}
.hero h3 {
    /* font-family: 'Orelega One', cursive; */
    font-size: 35px;
    /* font-weight: 100; */
}
.cleft h2 {
    /* font-family: 'Orelega One', cursive; */
    font-size: 30px;
    /* font-weight: 100;    */
    border-bottom: 3px solid #CB3600;
    padding-bottom: 10px; 
}
.cright h1 {
    /* font-family: 'Orelega One', cursive; */
    font-size: 40px;
    line-height: 40px;
    /* font-weight: 100;  */
    /* color: #CB3600;    */
    border-bottom: 3px solid #CB3600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.cright h1 a {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0px;
    background-color: #CB3600;
    color: white;
    padding: 8px 15px;
    /* font-family: Nunito Sans; */
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    
}

form.herosearch, .searchform {
    position: absolute;
    display: block;
    width: 100%;
    padding: 30px;
    bottom: 0;
    background-color: white;
background-color: rgba(0,0,0,0.1);
text-align: center;
}
.searchform {
    position: relative!important;
}
form.herosearch input, 
form.herosearch button,
form.herosearch select,
.applicationForm input,
.applicationForm button {
    background-color: transparent;
    border: solid 0.5px rgba(0,0,0,0.5);
    padding: 8px;
    /* font-size: 18px; */
    background-color: white;
    /* color: #CB3600; */
    border-radius: 5px;
    width: 300px;
    display: inline-block;
    margin: 0 5px;
}
form.herosearch button, .button,
.applicationForm button {
    background-color: #CB3600;
    border-color: #CB3600;
    color: white;
    
}
.button {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
}
::placeholder {
    color: #999;
}

.applicationForm {
    margin-top: 15px;
}

.applicationForm input,
.applicationForm button,
.applicationForm textarea {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px;
    font-family: inherit;
}

hr {
    margin: 30px 0;
    height: 1px;
    background-color: #e2e3de;
    border: none;
}
.jobcards {
    position: relative;
    display: block;
    overflow: hidden;
    list-style: none;
}
.card, .activecard {
    position: relative;
    width: calc(100% - 0px);
    padding: 30px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 0;
    transition: 0.3s;
    border-left: 1px solid #e2e3de;
    /* clip-path: polygon(0% 0%, 95% 0, 100% 30%, 100% 100%, 0% 100%); */
    line-height: 24px;
    border-bottom: 1px solid #e2e3de;
}
.card:nth-child(odd) {
    background-image: linear-gradient(to right, #f4f4f4 , white);

}

.card:hover {
    border-left: 10px solid #CB3600;
    background-color: #f4f4f4;
    background-image: unset;

}
.card h3, .activecard h3 {
    font-size: 26px;
    margin: 8px 0 15px 0;
    text-transform: capitalize;
    color: #CB3600;
    font-weight: 100;
}
.card h3 img {
    height: 30px;
}

.content {
    position: relative;
    display: block;
    width: 100%;
    /* top: 180px; */
    padding: 15px 16.6%;
    overflow: hidden;
    
    
}
.card ul, .activecard ul {
    list-style: none;
    margin: 10px 0;
    /* border: 1px solid #e2e3de; */
    overflow: hidden;
    /* padding: 15px; */
}
.card ul li, .activecard ul li {
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    
}
.card li b, .activecard li b {
    width: 120px;
    display: inline-block;
    color: #888;
}
.cleft a {
    color: #CB3600;
    margin-top: 10px;
    display: block;
}
ul.services {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;

}
.services li i {
    font-size: 35px;
}

ul.services li {
    width: calc(50% - 0px);
    float: left;
    text-align: center;
    transition: 0.3s;
    padding: 60px 0;
    /* line-height: 150px; */
    margin: 0px;
    background-color: #CB3600;
    color: white;
    font-size: 34px;
}
ul.services span {
    display: block;
    font-size: 50%;
}
ul.services li:nth-child(2) {
    background-color: #952800;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
}

ul.services li:hover {
    /* font-size: 110%; */
}
.card i, .activecard i {
    color: #FDD1CB;
    width: 25px;
    text-align: center;
}
.speak  {
    background-color: #FDD1CB;
    display: block;
    padding: 10px 15px;
    margin: 1px 0;
    font-size: 90%;
    font-weight: bold;
    display: block;
}
.speak a {
    margin: 0;
}
.cleft p {
    line-height: 28px;
    color: #888;
}
.cleft,.cright {
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 5px;
    /* margin-top: 60px; */

}
.cright {
    width: 75%;
    float: right;
    background-color: transparent;
    padding: 40px;
}
.cleft {
    margin-top: 30px;
}
.cright p {
    margin: 15px 0;
    line-height: 26px;
    padding: 5px;
    
}
.cleft img {
    width: 100%;
    /* clip-path: polygon(0% 0%, 90% 0, 100% 15%, 100% 100%, 0% 100%); */

}
.cleft div {
    padding: 30px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    overflow: hidden;
}

ul.opportunity {
    list-style: none;
    padding: 100px 16.6%;
    background-color: #CB3600;
    overflow: hidden;
    text-align: center;
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;    
    /* clip-path: polygon(50% 10%, 100% 0, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 100%, 0 0); */

}
ul.opportunity li {
    width: calc(25% - 10px);
    margin: 5px;
    padding: 15px;
    text-align: center;
    float: left;
    background-color: rgba(0,0,0,0.1);
    color: white;
    text-transform: capitalize;
    /* font-style: italic; */
}
ul.opportunity h4 {
    /* font-family: 'Orelega One', cursive; */
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: white;
}


footer {
    position: relative;
    text-align: center;
    padding: 30px 0 60px 0;
}
footer img {
    width: 180px;
    display: inline-block;
    margin-bottom: 30px;
}
.push {
    top: -100px;
}

.faq h4 {
    margin: 15px 0;
    font-size: 18px;
}
.sidec {
    padding: 10px!important;
    margin-bottom: 0!important;
    color: #212121;
}
.sidec h4 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}
span.date {
    font-size: 12px;
}
.highlight {

    background-color: #FDD1CB!important;

}
ul.rul {
    /* margin: 15px;
    padding: 15px; */
    list-style: none;
}
ul.rul li {
    float: left;
    width: calc(50% - 10px);
    padding: 15px;
    margin: 5px;
    background-color: #f4f4f4;
    font-style: italic;
    color: #666;
}
a.tbutton {
    font-size: 18px;
    border-bottom: 1px solid #e2e3de;
    padding: 8px 0;
    margin: 0!important;
    color: #323232;
}
a.tbutton:hover {
    color: #CB3600;
}
.mainform {
    font-weight: bold;
    font-size: 90%;
    color: #999;
}
.mainform label {
    width: 50%;
    float: left;
    margin: 10px 0;
}
.mainform input {
    width: calc(100% - 10px);
    padding: 15px;
    margin: 10px 10px 0 0;
    border: thin solid #e2e3de;
}
.mainform textarea {
    width: calc(100% - 10px);
    display: block;
    margin: 10px 10px 0 0;
    height: 60px;
    padding: 15px;
    font-family: inherit;
    border: thin solid #e2e3de;
        -webkit-tap-highlight-color: #ccc;

}
.mainform button {
    margin: 25px 10px;
}

form.adminform input,
form.adminform textarea,
form.adminform select {
    width: 100%;
    padding: 15px;
    font-family: inherit;
    margin: 0 0 15px 0;
}
form.adminform textarea {
    min-height: 250px;
    height: auto;
    /*overflow: hidden;*/
}

.message {
    position: relative;
    padding: 15px;
    /*padding-bottom: 0;*/
    border: thin solid #e2e3de;
    overflow: hidden;
}
.message a, .adminb {
    float: right;
    padding: 15px;
    margin: 0 0 0 10px;
    display: inline-block;
    background-color: #f4f4f4;
}


.big {
    font-size: 140%;
    display: block;
}
.deleteb:hover {
    background-color: red!important;
    color: white;
}


#mobNav {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-color: #ccc;
    display: none;
}
#mobNav.active {
    display: block;
  }
  #mobNav ul {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;
  }
#mobNav ul li {
    display: block;
    color: #212121;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}
  