.header-top {
    color: rgb(237, 237, 237);
}
.bg-main {
    background-color: var(--main);
}
:root {
    --main: rgb(104, 112, 113);
    --sub: rgb(238, 129, 46);
    --sub-dark: rgb(247, 155, 72);
}
/*header*/
.header-top{
  color: rgb(237, 237, 237);
}
.header-social-list a{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(255,255,255,.45);
  border-right: 1px solid rgba(255,255,255,.15);
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.header-social-list a:hover{
  background-color:var(--sub);
  color: rgb(255, 255, 255);
}
.text-sub {
    color: var(--sub);
}
.header-top p {
    padding-top: 13px;
}

.header-bottom .navbar-light .navbar-nav .nav-link {
    padding: 23px 25px;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: 1s all;
    text-transform: uppercase;
    position: relative;
}
.header-bottom  .navbar-nav .nav-item.active {
    /*! background-color: var(--sub); */
}
.header-bottom  .navbar-nav .nav-item .active {
    color: var(--sub);
}
.header-bottom  .navbar-nav .nav-link:hover, .header-bottom .navbar-light .navbar-nav .nav-link:focus {
  color: var(--sub);
}
.header-bottom  .navbar-nav .nav-item.active .nav-link:hover,.header-bottom .navbar-light .navbar-nav .nav-item.active .nav-link:focus {
    background-color: var(--sub);
    color: #fff;
}
.header-bottom  .navbar-nav .nav-link::before{
content: "";
position: absolute;
left: 10px;
right: 10px;
bottom: 0;
margin: auto;
background-color: var(--sub);
height: 3px;
transform-origin: right center;
-webkit-transform-origin: right center;
-webkit-transform: scale(0,1);
-khtml-transform: scale(0,1);
-moz-transform: scale(0,1);
-ms-transform: scale(0,1);
-o-transform: scale(0,1);
transform: scale(0,1);
-webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
-khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
-moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
-ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
-o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
transition: transform .25s cubic-bezier(.37,.31,.2,.85);
}
.header-bottom  .navbar-nav .nav-link:hover:before,.header-bottom  .navbar-nav .active .nav-link:before{
  transform-origin: left center;
-webkit-transform-origin: left center;
-webkit-transform: scale(1,1);
-khtml-transform: scale(1,1);
-moz-transform: scale(1,1);
-ms-transform: scale(1,1);
-o-transform: scale(1,1);
transform: scale(1,1);
}
.b4 {
    background: url(../images/b4.jpg) 0px 0px;
}
.b5 {
    background: url(../images/b5.jpg) no-repeat 0px 0px;
}
.slider-img{
  position: relative;
}
.slider-img::before{
  position: absolute;top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
/*! background-color: rgba(0, 0, 0, 0.63); */
}
#verticalTab .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
     position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
#verticalTab .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.border {
    border: 1px solid rgb(222, 226, 230) !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
#verticalTab .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#verticalTab .prl-2p {
    padding-left: 2px;
    padding-right: 2px;
}
#verticalTab .row-3 {
    margin-right: -2px;
    margin-left: -2px;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.expert-list li {
    margin-bottom: 10px;
}
.text-secondary {
    color: rgb(108, 117, 125) !important;
}
#services {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bg-light {
    background-color: rgb(233, 233, 233) !important;
}
/*vision*/
#vision .item--meta {
    padding: 35px 25px 35px 20px;
}
#vision .item--meta img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
#vision .item--meta:hover img{
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.bg-image{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
#vision .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /*! border: solid; */
}
.bg-sub {
    background-color: var(--sub);
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
#vision .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-white {

    color: rgb(255, 255, 255) !important;

}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
#vision .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/*careers*/
#careers{
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(209, 209, 209);
}
.career-sub{
  /*! padding-left: 22%; */
}
.career-single{
padding: 41px 30px 50px 35px;
}
#careers .icon-quote {
    position: absolute;
    top: 0;
    right: 0;
}
#careers .icon-quote::before {
    content: '';
    border-width: 38px;
    border-style: solid;
    border-color: var(--sub) var(--sub) transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#careers .icon-quote i {
    font-size: 23px;
    position: absolute;
    top: 16px;
    right: 6px;
    color: rgb(255, 255, 255);
}
.career-single h4{

  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.career-single p{
  
  margin: 0;
  line-height: 1.8;
  color: rgb(17, 17, 17);
  padding-right: 10px;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.bg-white {
    background-color: rgb(255, 255, 255) !important;
}
.position-relative {
    position: relative !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.sticky {
 position:fixed;
 -webkit-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 z-index:999;
 top:0;
 left:0;
 right:0;
 background-color:#fff;
 -webkit-box-shadow:0 0 15px -3px #2e2b2b;
 box-shadow:0 0 15px -3px #2e2b2b;
 border-top:none;
 padding-bottom:.5rem;
 padding-top: .5em;
}
.sticky .navbar-nav {
 margin-left:auto!important;
 margin-right:0!important
}
.sticky .navbar-brand {
 bottom:0
}
.sticky .navbar-brand img {
 width:120px;
}
.sticky .navbar-brand h1 {
 font-size:1.2rem
}
@media(min-width:768px){
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
}
}
.clients li {
    /*! max-width: 200px; */
    /*! display: inline-block; */
    /*! margin-bottom: 5px; */
    /*! margin-top: 5px; */
    /*! margin-left: 5px; */
    /*! margin-right: 5px; */
    list-style: none;
    padding: 20px 0;
    background-color: #fff;
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: var(--sub);
    border-color: var(--sub);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.text-main{
    color:var(--main);
}
#testimonials h5{
    text-align: left;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 2em;
}
#clients .item{
    
}
.header-top{
    font-family: 'Satisfy', cursive;
    font-size: 30px;
}