/* General Settings  */
body{
  margin:0px;
  color: #4c4d4f;
  font-size: 14px;
  line-height: 29px;
  height:auto;
  font-weight: 400;
  background: #ffffff;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;

}

h5{
  font-size: 14px;
line-height: 29px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #222222;
font-style: normal;
letter-spacing: 0.5em;
margin-bottom: 20px;
}

h2{
  font-size: 36px;
    line-height: 48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #222222;
    font-style: normal;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.side_img{
  padding-left:0px!important;
   padding-right:0px!important;
}



video {
    object-fit: contain;
}
/*End of General Settings */

/* Navigation Settings */

.social-part .fa{
    padding-right:20px;
}
ul li a{
    margin-right: 20px;
}

.social-part i.fa{

  background: -webkit-gradient(linear, left top, left bottom, from( #FFE53B), to(#FF2525));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;

}

.navbar a{
  color:white;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;

}

img.logo_img{
  padding-left:20px!important;
}

span.navbar-toggler-icon{
  color:green!important;
}



.navbar{
  position:fixed!important;
 background-color:transparent;

  z-index: 10;
  width:100%;
  color:white!important;
  padding:20px;

}

.nav-item a:hover{
  color:orange;
  text-decoration: underline;


}

/* Scroll */
.navbar.solid {
  background-color: white!important;
  /* box-shadow: 0px 1px 10px #999;*/
  color:black!important;

}

.navbar.solid a{
  color:black!important;
}

.navbar.solid a:hover{
  color:orange;


}

.navbar.solid p.nav-title{
  color:black;

}

.nav-title{
  font-weight: 600;
}
.navbar.solid span.fa{
  font-size:20px;
  color:black!important;

}

/* End of Scroll */

/* End of Navigation Settings */



/* Slideshow Settings */
  body,
  html {
    width: 100%;
    height: 100%;
  }

  a.slide_btn {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    padding: 0.8em 1em;
    background: #ff5e00cc;
    border: 1px solid white;
    color: white;
    border-radius: 2px;
  }
a.slide_btn:hover {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  color:orange!important;
  background: black;
  pointer:cursor
  }

  h1,
  p {
    margin-top: 1em;
  }
  h1:first-child,
  p:first-child {
    margin-top: 0;
  }
  .ken-burns {
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden;
    background:#0000003d;
  }
  .ken-burns section {
    position: absolute;
    text-align: center;
    width: 100%;

    margin:250px auto 0px auto!important;
  }
  .ken-burns .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .ken-burns .background img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  section.slide_info{
    padding:30px;
    text-align:left;
  }
  .slide_info h2{
    color:white!important;
    text-align:left;
    font-size: 30pt;
  }
  .slide_info p{
    color:white!important;
      font-size: 1.5em;
      font-weight:100;
  }

  .highlight{
    color:orange;
  }


/* End of Slideshow Settings */

/* tabs control settings */
a.nh_nav{
  font-weight: 600;
}
 .nh_nav{
   color:black;
 }

 .nh_nav:hover{
   color:orange;
 }
  .nav-link.active{
   color:orange!important;
   border-left:1px solid orange;
 }




.line .nav-tabs .nav-link{
  border:none!important;
}
/* tabs control end */
/* Video Banner For Slideshow */
 .video_banner{
   background-color:#0000003d;
   color:black;
   margin-top:400px;
   margin-bottom:0;
   margin-left:30px;
   overflow:hidden;
   padding:30px;
   height:70px;
   width:40%;
   padding:10px;
   position:relative;
   z-index:2;
   border-radius:20px 20px 20px 20px;


 }

 .video_banner{
   text-align:right;
 }

 /* end of Video Banner */


 /* Introduction Settings */
   .introduction{
     text-align:center;
     padding:30px;
      background-image: url("../bg.jpg");

   }

   .introduction p{
     font-weight:200;
   }

   .introduction h2{
     font-weight:200;
   }

 /* End of Introduction Settings */

 /* Operations Settings */

 .operations{
   background-color:#FFF;
   width:100%;
  /* padding:30px;*/
   color:black;
   height:auto;



 }

 .operations h5{
   text-align:left;
  /* padding:10px;*/
   font-weight:200;
 }

 .operations h5.c{
   text-align:center;
 }

 .operations h2{
   text-align:center;
   padding:20px;
 }

 .operations h2.title{

   font-size:2px;
   text-align:center;
   padding-top:20px;

 }

 .operations p{
   text-align:left;

      font-weight:200;
 }

 .operations .orange{
   color:orange;
   font-size:25px;
 }

 h6.overview{
   color:grey;
   font-size:24px!important;
 }

 /* End of Operations Settings */

 /* Card Operations */

 .operations a[href] {
   position: relative;
 }
 .operations a[href], .operations  a[href]:link, .operations a[href]:visited, .operations a[href]:active {
   text-decoration: none;
   color: orange;
   padding-bottom: 3px;
   font-weight: bold;
   text-align:right;
 }
 .operations a[href]::after {
   content: "";
   position: absolute;
   left: 0;
   left: 0;
   bottom: 0;
   background: #fff;
   width: 0;
   height: 1px;
   transition: 0.35s cubic-bezier(0.17, 0.67, 0.5, 1.03);
 }
 .operations a[href]:hover::after {
   width: 100%;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
 }

 button.play_video{
   color:white;
   background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
   border-radius:10px;
   padding:20px;
   float:right;
   border:1px solid white;
 }

 button.play_video:hover{
   color:black;
 }


 article.cardy {
   position: relative;
   left: 50%;
   top: 50%;
   left: 50%;
   /* width:350 */
   height: 350px;
   -webkit-transform: translate(-50%, -50%) translateZ(0);
           transform: translate(-50%, -50%) translateZ(0);
   border-radius: 3px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
   overflow: hidden;

   margin-bottom:20px;
 }
 article.cardy .thumb1 {
   width: auto;
   height: 260px;
   background: url("../../img/texas.jpg") no-repeat center;
   background-size: cover;
   border-radius: 3px;
 }

 article.cardy .thumb2 {
   width: auto;
   height: 260px;
   background: url("../../img/trini.jpg") no-repeat center;
   background-size: cover;
   border-radius: 3px;
 }
 article.cardy .infos {
   width: auto;
   height: 350px;
   position: relative;
   padding: 10px 10px;
   background: #fff;
   transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
 }
 article.cardy .infos .title {
   position: relative;
   text-align:center;
   letter-spacing: 3px;
   color: #152536;
   font-family: "Grotesque Black", sans-serif;
   font-size: 1rem;
   text-transform: uppercase;
   text-shadow: 0 0 0px #32577f;
 }

 article.cardy .infos .date, article.card .infos .seats {
   margin-bottom: 10px;
   text-transform: uppercase;
   font-size: .85rem;
   color: rgba(21, 37, 54, 0.7);
   font-family: "Grotesque", sans-serif;
 }
 article.cardy .infos .seats {
   display: inline-block;
   margin-bottom: 24px;
   padding-bottom: 24px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   opacity: 0;
   transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
 }
 article.cardy .infos .txt {
   font-family: "Merriweather", sans-serif;
   line-height: 2;
   font-size: .95rem;
   color: rgba(21, 37, 54, 0.7);
   opacity: 0;
   transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
 }

 article.card .infos .plus {
   position: absolute;
   top: 50%;
   right: 40px;
   text-align:right;
   width: 35px;
   height: 23px;

   background-size: 100% auto;
   display: inline-block;
 }

 span.plus i .fa-plus-square{
   background: -webkit-gradient(linear, left top, left bottom, from( #FFE53B), to(#FF2525))!important;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }
 article.cardy .infos .details {
   position: absolute;
   left: 0;
   left: 0;
   bottom: 0;
   margin: 10px 0;
   letter-spacing: 1px;
   color: #4e958b;
   font-family: "Grotesque Black", sans-serif;
   font-size: .9rem;
   text-transform: uppercase;
   cursor: pointer;
   opacity: 0;
   transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
 }
 article.cardy:hover .infos{
   -webkit-transform: translateY(-250px);
           transform: translateY(-250px);
  cursor:pointer;
 }

  article.cardy.hover .infos{

  }


 article.cardy:hover .infos .seats, article.cardy:hover .infos .txt, article.cardy:hover .infos .details {
   opacity: 1;
 }


.infos p.txt{
   font-size:0.85em!important;

}

p.txt{
   overflow: visible;

}
 /* end of card operations*/


 /* Button Operations */
 .operations .button {
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   float:right;
 }
 .operations .button svg {
   height: 55px;
   width: 150px;
   fill: none;
   stroke-width: 5;
 }
 .operations .button svg .o1 {
   stroke: rgba(255, 179, 65, 0.7);
   fill: #FFA114;
   transition: all 1s ease-in-out;
 }
 .operations .button svg .o2 {
   stroke: white;
   stroke-dasharray: 20 420;
   stroke-dashoffset: 20;
   transition: all 1s ease-in-out;
 }
 .operations .button span {
   position: absolute;
   margin: auto 0;
   text-transform: uppercase;
   letter-spacing: 3px;
 }
 .operations .button:hover .o1 {
   fill: rgba(204, 129, 16, 0.3);
 }
 .operations .button:hover .o2 {
   stroke-dashoffset: -420;
 }
 /* Button Operations */



 /* Case Studies */

 .case_studies{
   background-color:#FFF;
   width:100%;
   padding:30px;
   color:black;
   height:auto;
   background:url('../../img/tt.png') no-repeat center;
   background-size: cover;
 }

 .case_studies h5{
   text-align:left;
   padding:10px;
   font-weight:200;
 }

 .case_studies h5.c{
   text-align:center;
 }

 .case_studies h2{
   text-align:center;
   padding:20px;
       letter-spacing: 0.1em;
 }

 .case_studies p{
   text-align:left;

      font-weight:200;
 }

 .case_studies .orange{
   color:orange;
   font-size:25px;
   font-weight: 400;
 }


 img.smart{

 }

 .case_studies .link{
   float:right;
   background-color:orange;
   padding:15px;
   border-radius: 10px;
   color:white;

 }

 .ora{
   color:orange;
 }
 /* End of Case Studies */


 /* Proficient Drill Operator */

 .drill{
   padding:30px;
   width:100%;
 }
 .drill h2{
   text-align:center;
   padding:20px;
   letter-spacing: 0.1em;
 }

 .drill h5{
   text-align: center;
 padding: 10px;
 font-weight: 200;
 }

 .drill h4{
   font-weight: 100;
   font-size:1.0em;
 }

 .slick-prev:before, .slick-next:before {
   color:orange!important;
 }


 #slick-images img{
   width:224px;
   height:324px;


 }

 .driller{
   background:url('../../img/drills_bg.png') no-repeat center;
   background-size: cover;
 }

 .quote{
   color:black;
   font-weight:200;
   font-size:1.6em;
   text-align:center;
   margin-top:0.5em;
   padding-top:40px;
   padding-bottom:40px;
   padding-left:40px;
    padding-right:40px;
   margin-top:1em;
     font-style: italic;
 }

 .quote p{

 }


 .quote_line{
   width:100px;
   height:3px;
   color:orange;
   background-color:orange;
   text-align:center;
   margin-bottom:20px;
  line-height: 1.8em;
   transition: .2s border ease-in-out
 }

 .write{
   color:black;
   font-weight:200;
   font-size:1em;
   text-align:left;
 }

 h2.head{
   text-align:left;
   color:#4a4747;
   padding:0!important;
 }
 /* End of Proficient Drill Operator*/

 /* Accordian */


 .accordion a {
   position: relative;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   padding: 1rem 3rem 1rem 1rem;
   color: #eab023!important;
   font-size: 1.5rem;
   font-weight: 400;
   border-bottom: 1px solid #d2cabb;
   text-align:left;
 }

 .accordion a:hover,
 .accordion a:hover::after {
   cursor: pointer;
   color: orange;
 }

 .accordion a:hover::after {
   border: 1px solid orange;
 }

 .accordion a.active {
   color: orange;
   border-bottom: 1px solid orange;
 }

 .accordion a::after {
   font-family: 'Ionicons';
   content: '\f218';
   position: absolute;
   float: right;
   right: 1rem;
   font-size: 1rem;
   color: orange;
   padding: 5px;
   width: 30px;
   height: 30px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border: 1px solid orange;
   text-align: center;
 }

 .accordion a.active::after {
   font-family: 'Ionicons';
   content: '\f209';
   color: black;
   border: 1px solid orange;
 }

 .accordion .content {
   opacity: 0;
   padding: 0 1rem;
   max-height: 0;
   border-bottom: 1px solid #e5e5e5;
   overflow: hidden;
   clear: both;
   -webkit-transition: all 0.2s ease 0.15s;
   -o-transition: all 0.2s ease 0.15s;
   transition: all 0.2s ease 0.15s;
 }

 .accordion .content p {
   font-size: 1rem;
   font-weight: 500!important;
   text-align: left;

 }

 .accordion .content.active {
   opacity: 1;
   padding: 1rem;
   max-height: 100%;
   -webkit-transition: all 0.35s ease 0.15s;
   -o-transition: all 0.35s ease 0.15s;
   transition: all 0.35s ease 0.15s;
 }
 /* end accordian */

 /* Modal For Operations */
 .modal-dialog {
       max-width: 800px;
       margin: 30px auto;
   }



 .modal-body {
   position:relative;
   padding:0px;
 }
 .close {
   position:absolute;
   right:-30px;
   top:0;
   z-index:999;
   font-size:2rem;
   font-weight: normal;
   color:#fff;
   opacity:1;
 }
 /* Modal for Operations */

/* Case Studies */

/* End of Case Studies */

 /* Footer Settings */

footer{
  position: absolute;
  width:100%;
  clear: both;
  position: fixed;
 left: 0;
 bottom: 0;
}

.black{
  width:100%;
  background-color:#00000008;
  height:auto;
  padding:30px;
  font-weight:100;
  font-size:1em;
  color:#92989e;

}

.l{
  width:100%;
  height:2px;
  background-color:orange;

}

.black h1{
  color:#e6e6e6;
}
.black a.drop{
  padding:20px;
  background-color:orange;
  color:white;
  text-align:center;
  align-content: center;

  font-weight: 500;
line-height: 1.5;
}
.black a.drop:hover{
  text-decoration: none!important;
  color:orange!important;
  background-color:white;
  border:1px solid orange;
}

.black h4{
  font-weight:180;
}


 .footer_nh{
   width:100%;
   background: url('../../img/bg.jpg');
   height:auto;
   padding:20px;
   text-align:center;
   color:#777777;
   font-weight:120;

 }

 .values{
   letter-spacing: 0.1em;
   padding:30px;
     font-size:12px;

 }

 .afflatustt{
   background-color:orange;
   color:#777777;
   float:right;
   text-align:right;
   font-size:12px;
   width:100%;
   padding:10px;
 }
 /* Footer Settings Ending */



 /* ABOUT US SETTINGS */

 /* About us */

 .banner_about{
   background-color:orange;
   background-size: cover;
   width:100%;
   height:200px!important;


 }

 .about_pg{
   padding:20px;

   width:100%;

 }

 .about_pg h2{
   letter-spacing:0.1em;
 }

 p.heading{
   color:orange;
   font-size:26px;
   padding-bottom:15px;
   padding-top:15px;
   font-weight:400!important;

 }

 .title h1{
   padding:30px;
 }

 .title{
   width: 100%;
   z-index: 2;
   color: #fff;
   text-align: center;
   padding:20px;

 }

 .title_look{
   padding:20px;
   color:white;
   font-weight:300;

    vertical-align: middle;

 }

 img.president{
   width:200px;
 }


 .line{
   width:100%;

   background-color:#ffa50047;
 }

 /* End of About Us Setings */

/* Tabs Settings About Us */

/* Tabs Settings About Us
.naccs {

 width:100%;
 margin:0px auto 0px auto!important;

}


ul.nacc li{
  position:absolute!important;

}

ul.nacc li .active{
  position:absolute!important;

}

.naccs .menu div {
 padding: 15px 20px 15px 40px;
 margin-bottom: 10px;
 color: black;
 background: #a4a5a940;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 cursor: pointer;
 position: relative;
 vertical-align: middle;
 font-weight: 700;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
 height: 10px;
 width: 10px;
 position: absolute;
 top: 24px;
 left: 15px;
 background-color: black;
 border-radius: 100%;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
 background-color: #FBC02D;
 left: 0;
 height: 100%;
 width: 3px;
 top: 0;
 border-radius: 0;
}

.naccs .menu div.active {
 color: #FBC02D;
 padding: 15px 20px 15px 20px;
}

ul.nacc {
 position: relative;
 height: 0px;
 list-style: none;
 margin: 0;
 padding: 0;
 transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
 opacity: 0;
 -webkit-transform: translateX(50px);
         transform: translateX(50px);
 position: absolute;
 list-style: none;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
 transition-delay: .3s;
 z-index: 2;
 opacity: 1;
 -webkit-transform: translateX(0px);
         transform: translateX(0px);
}

ul.nacc li p {
 margin: 0;
}


/* Tabs Settings About Us */



/* Tabs Settings About Us */
/* END OF ABOUT US SETTINGS




  /* About us */

  .banner_contact{
    background: url('./img/texas.jpg') no-repeat center;
    background-size: cover;
    width:100%;
    height:200px!important;


  }

  .contact_pg{
    padding:20px;
  }

  .contact_pg h2{
    letter-spacing: 0.1em;
  }

  .contact_pg .base{
    padding-top:20px;
    padding-bottom:20px;
    font-weight:150;
    font-size:1.3em;
  }



  .contact_pg .line{
    width:100%;
    padding:10px;
    background-color:orange;
  }

  /* End of About Us Setings */

  /* Contact Form */
  .form {
    width: 100%;
    height: auto;

    border-radius: 8px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    position: relative;
  }

  .contact_pg  input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s;
    border-bottom: 2px solid orange;
  }
    .contact_pg input:focus {
    border-bottom: 2px solid #78788c;
  }
    .contact_pg p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 300;
    font-size:18px;
  }
    .contact_pg button {
    float: right;
    padding: 8px 12px;
    font-family: "Montserrat", sans-serif;
    border: 2px solid orange;
    background: 0;
    color: #5a5a6e;
    cursor: pointer;
    transition: all 0.3s;
  }
  .contact_pg  button:hover {
    background: orange;
    color: #fff;
  }
    .contact_pg .s {
    position: absolute;
    background: orange;
    color: #fff;
    width: 100%;
    padding: 16px 4px 16px 0;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 10px 10px 40px -14px #000;
  }
    .contact_pg span {
    margin: 0 5px 0 15px;
  }



  /* End of Contact Form */

  /* Careers*/

    .careers_banner{
      background:url('../../img/careers.jpg') no-repeat center;
      background-size: cover;
      width:100%;
      height:300px!important;

    }
    .careers a{
      padding:20px;
      background-color:orange;
      color:white;
      font-size:14px;
      text-align:center;
      float:right;
      border: 2px solid orange;
      border-radius: 10px;

      filter: blur(0px);



    }
    .careers a:hover{
      text-decoration: none!important;
      color:orange!important;
      background-color:white;

    }

    .careers h2{
      padding-left:20px;
    }

    .careers h3{
      font-size: 39px;
  line-height: 1.23077;
  font-weight: 400;
  line-height: 1.35;
    }

    .careers p{
      color:#8491a5;
      font-weight:150;
    }

    .careers{
      background-color:white!important;
    }

    .vacancies{
      padding:30px;
      background-color:#f9f8f8;
    }

    .vacancies h2{
      text-align:center;
      font-weight:100;

    }

    .vacancy_card{
      display: block;
      width: 100%;
      padding: 35px 25px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 1px 2px 5px 0 rgba(68,73,83,.12);
      backface-visibility: hidden;
      border-left:1px solid orange;
      margin-bottom:20px;
    }

    .vacancy_card:hover{
      box-shadow: 1px 2px 15px 0 rgba(68,73,83,.25);
  }

    .vacancy_card h3{
      font-weight:200;
    }

    .vacancy_card p{
      color:orange;
    }
/* Careers end */

  /* Social Responsibility Settings*/

  .social_banner{
    background:url('../../img/social.jpg') no-repeat center;
    background-size: cover;
    width:100%;
    height:300px!important;

  }

  .social .h{
    color:orange;
    font-size:1.7em;
    line-height:1.3;

    font-weight:200;
    padding-top:10px;
    padding-bottom:10px;
  }

  .social .new_horizon{
    font-size:1.5em;
  }

  .social p{
    font-weight:500;
    font-size:1.2em;
  }

  .social .nice_img{
    margin-bottom:20px;
    margin-top:30px;
  }

  .social h2{
    padding-left:10px;
  }

  p.perfect{
      font-weight:100;
      text-align:center;
  }

  .line_break{
    width:10%;
    height:3px;
    background-color:orange;
    margin-bottom:2em;
  }


  /* end of Social Responsibility */
  /*about us page updated */
  .breadcrum{
    text-align:center;
    color:black;
  }

  .about_pg p{
    font-weight:100;
  }




  /* Timeline */
  .timeline {
    border-left: 4px solid  #FDC830;
    border-left: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
    border-left: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);


    margin: 10px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 100%;
  }

  .timeline .event {
    border-bottom: 1px dashed orange;
    margin-bottom:10px;
    position: relative;
  }
  .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .timeline .event:before,
  .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
  }
  .timeline .event:before {
    left: -217.5px;
    color: orange;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
  }
  .timeline .event:after {
    box-shadow: 0 0 0 4px orange;
    left: -57.85px;
    background: orange;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
  }

  /* end of timeline */
  .mission{
    padding:30px;
    background-color:#fff;
    width:100%;
  }

  .mission a:hover{
    color:orange;
  }

  .core{

    width:100%;
    background: url('../../img/careers.jpg') no-repeat;
    background-size: cover;
    height:250px;


  }

  .core_info{
    padding:20px;
    width:100%;
    text-align: center;
    background-color:#3837379e;
    height:250px;
    color:white;
  }

  .core_info p{
    font-weight:100;
    font-size:1.4em;
    padding-top:20px;
  }

  .core_info h2{
    padding-top:20px;
  }

  .core_info .break{
    width:4px;
    height:4px;
    border:1px solid white;
    margin-left:5px;
    margin-right: 5px;

  }
  /*about us updated*/

  /* More on operations page */
  .operations p{
    font-weight:100;

  }

  p.find{
    font-size: 1.3em;
  }

  .operations h5.n_h{
    letter-spacing: 0.1em;
    font-size: 1.6em;
    text-align:left;

  }
  /* end of operations page */
